Jonas Platte
|
a89f69e4f3
|
Add documentation to Meta::from_attribute
|
2019-07-25 23:59:35 +02:00 |
|
Jonas Platte
|
53cf6c562d
|
Re-run rustfmt
|
2019-07-25 22:42:47 +02:00 |
|
Jonas Platte
|
8f3b141db5
|
Replace string literals by identifiers in #[ruma_api] attributes
|
2019-07-25 22:00:24 +02:00 |
|
Jonas Platte
|
777e9c4c70
|
Stop throwing away span information when parsing metadata
|
2019-07-25 20:08:51 +02:00 |
|
Jimmy Cuadra
|
9e2e91d34f
|
Bump version to 0.14.0.
|
2019-07-25 10:44:23 -07:00 |
|
Jimmy Cuadra
|
72f79ec1b6
|
Bump dependencies.
|
2019-07-25 10:43:48 -07:00 |
|
Jimmy Cuadra
|
2edf22157c
|
Bump version to 0.14.0.
|
2019-07-25 10:33:04 -07:00 |
|
Jimmy Cuadra
|
70cd077f29
|
Update dependencies.
|
2019-07-25 10:19:57 -07:00 |
|
Jimmy Cuadra
|
bb5a159412
|
Tweak documentation and import names.
|
2019-07-25 10:04:49 -07:00 |
|
Jimmy Cuadra
|
4324ab29cf
|
Merge pull request #21 from ruma/endpoint_is_request
Simplify the Endpoint trait by using the Request type as Self
|
2019-07-25 09:37:16 -07:00 |
|
Jimmy Cuadra
|
7a68839562
|
Run cargo-audit on CI.
|
2019-07-24 22:45:53 -07:00 |
|
Jimmy Cuadra
|
9372a89e17
|
Run cargo-audit on CI.
|
2019-07-24 22:44:32 -07:00 |
|
Jimmy Cuadra
|
cebb40eca0
|
Merge pull request #7 from ruma/update-deps
Update ring to 0.16.1, untrusted to 0.7.0
|
2019-07-24 10:15:42 -07:00 |
|
Jimmy Cuadra
|
b627ae9311
|
Merge pull request #10 from ruma/update-deps
Update deps
|
2019-07-24 10:09:54 -07:00 |
|
Simon Sapin
|
99ef71ac2e
|
Update the url crate to 2.0
|
2019-07-24 16:59:16 +02:00 |
|
Jonas Platte
|
346eef3081
|
Update ring to 0.16.1, untrusted to 0.7.0
|
2019-07-23 22:08:12 +02:00 |
|
Jonas Platte
|
59bd63d25e
|
Update rand to 0.7, regex to 1.2.0, url to 2.0.0
|
2019-07-23 21:34:42 +02:00 |
|
Jonas Platte
|
4bafdb1ed7
|
Change invalid host tests from '-' to '/'
|
2019-07-23 21:34:42 +02:00 |
|
Jimmy Cuadra
|
110fd05d1d
|
Run cargo-audit on CI.
|
2019-07-23 10:00:34 -07:00 |
|
Jimmy Cuadra
|
29a8fa38a9
|
Run cargo-audit on CI.
|
2019-07-23 09:59:38 -07:00 |
|
Jimmy Cuadra
|
5e8103f007
|
Run cargo-audit on CI.
|
2019-07-23 09:58:36 -07:00 |
|
Jimmy Cuadra
|
8b92689750
|
Run cargo-audit on CI.
|
2019-07-23 09:57:42 -07:00 |
|
Jimmy Cuadra
|
87a608b9f0
|
Run cargo-audit on CI.
|
2019-07-23 09:56:54 -07:00 |
|
Jimmy Cuadra
|
db709e2fdd
|
Run cargo generate-lockfile on CI before running cargo-audit.
|
2019-07-23 09:47:56 -07:00 |
|
Jimmy Cuadra
|
fd8367be4c
|
Run cargo-audit on CI.
|
2019-07-23 09:47:17 -07:00 |
|
Jimmy Cuadra
|
f59d9d1fb1
|
Run cargo-audit on CI.
|
2019-07-23 09:46:13 -07:00 |
|
Jimmy Cuadra
|
a930395896
|
Bump version to 0.13.0.
|
2019-07-23 01:33:19 -07:00 |
|
Jimmy Cuadra
|
38492dd09e
|
Split presence serialization/deserialization tests into two test cases.
|
2019-07-23 01:31:03 -07:00 |
|
Jimmy Cuadra
|
9bc2de3200
|
Mention that supporting types for event impl Deserialize .
|
2019-07-23 01:25:49 -07:00 |
|
Jimmy Cuadra
|
dbadf52da8
|
Add tests for m.room.create.
|
2019-07-23 01:25:43 -07:00 |
|
Jimmy Cuadra
|
9dbf00b12d
|
Event traits --> Event kinds
|
2019-07-23 01:03:09 -07:00 |
|
Jimmy Cuadra
|
41ef94a617
|
Mention that TryFrom can be used just as FromStr .
|
2019-07-23 01:02:34 -07:00 |
|
Jimmy Cuadra
|
abac13a7dd
|
Bound Event by FromStr .
|
2019-07-23 00:44:42 -07:00 |
|
Jimmy Cuadra
|
b88c621214
|
impl Display for Action
|
2019-07-23 00:44:37 -07:00 |
|
Jimmy Cuadra
|
ed47f9eb1c
|
ruma-federation-api
|
2019-07-23 00:36:26 -07:00 |
|
Jimmy Cuadra
|
4c7156b187
|
Clarify when FromStrErr is used.
|
2019-07-23 00:26:35 -07:00 |
|
Jimmy Cuadra
|
2d2e29f349
|
Add serialization/deserialization section to crate docs.
|
2019-07-23 00:25:55 -07:00 |
|
Jonas Platte
|
23a946c8df
|
Simplify the Endpoint trait by using the Request type as Self
|
2019-07-21 01:20:49 +02:00 |
|
Jimmy Cuadra
|
de23971ee4
|
Deny and address all warnings.
|
2019-07-19 15:47:14 -07:00 |
|
Jimmy Cuadra
|
95c3b929a5
|
Use the published version of ruma-events-macros.
|
2019-07-19 15:10:35 -07:00 |
|
Jimmy Cuadra
|
cea0421523
|
Reword some documentation.
|
2019-07-19 15:06:47 -07:00 |
|
Jimmy Cuadra
|
7eadc017a5
|
Convert collections modules to the new API.
|
2019-07-19 14:59:45 -07:00 |
|
Jimmy Cuadra
|
bce1e91469
|
Add FromStr and TryFrom impls for m.ignored_user_list types.
|
2019-07-19 14:59:45 -07:00 |
|
Jimmy Cuadra
|
b003699048
|
Remove unnecessary crate:: prefixes.
|
2019-07-19 14:59:45 -07:00 |
|
Jimmy Cuadra
|
ebc6579d81
|
Convert the stripped mod to the new API.
|
2019-07-19 14:59:45 -07:00 |
|
Jimmy Cuadra
|
30c58ab563
|
Update m.key.verification.mac to work without ruma-signatures.
|
2019-07-19 14:58:49 -07:00 |
|
Jimmy Cuadra
|
d5b38354d0
|
Convert m.room.member to the new API. Remove dependency on
ruma-signatures.
|
2019-07-19 14:58:07 -07:00 |
|
Jimmy Cuadra
|
596fc3c3df
|
Convert m.push_rules to the new API.
|
2019-07-19 14:57:39 -07:00 |
|
Jimmy Cuadra
|
7d1701ccce
|
Implement FromStr for content types.
|
2019-07-19 14:56:38 -07:00 |
|
Jimmy Cuadra
|
8c8f1790f1
|
Clarify how InvalidInput differs from InvalidEvent.
|
2019-07-19 14:55:42 -07:00 |
|