Jimmy Cuadra
110234827e
Add a note about m.room.member's invite_room_state data.
2019-06-13 17:06:42 -07:00
Jimmy Cuadra
7530342637
Adjust some default values.
2019-06-13 16:59:22 -07:00
Jimmy Cuadra
4661547e21
Add the m.server_notice* message type.
2019-06-13 01:50:13 -07:00
Jimmy Cuadra
668e8b2239
Add m.room.tombstone.
2019-06-13 01:34:05 -07:00
Jimmy Cuadra
9836222b73
Add m.room.server_acl.
2019-06-13 01:24:00 -07:00
Jimmy Cuadra
9ad9776033
Add m.sticker.
2019-06-13 00:59:14 -07:00
Jimmy Cuadra
0fdf51598f
Add m.ignored_user_list.
2019-06-13 00:43:54 -07:00
Jimmy Cuadra
f8e5a80c93
Rename mod.rs files.
2019-06-12 16:22:29 -07:00
Jimmy Cuadra
ba2538dda9
Update existing events for spec r0.5.0 and add m.fully_read and
...
m.room.message.feedback.
2019-06-12 16:20:10 -07:00
Jimmy Cuadra
9f43f37f41
Clarify the units of origin_server_ts.
2019-06-12 13:31:45 -07:00
Jimmy Cuadra
f9347bf57f
Bump dependencies.
2019-06-12 13:24:43 -07:00
Jimmy Cuadra
d5ce34d301
Address clippy warnings.
2019-06-12 13:16:52 -07:00
Jimmy Cuadra
262b84022c
Bump version to 0.5.0.
2019-06-12 13:11:33 -07:00
Jimmy Cuadra
82a20e23da
Bump dependencies.
2019-06-12 13:11:06 -07:00
Jimmy Cuadra
557ac4b485
Use the name and description fields to generate better documentation.
2019-06-12 13:06:35 -07:00
Jimmy Cuadra
0b75d2f1c3
Run rustfmt.
2019-06-12 13:03:47 -07:00
Jimmy Cuadra
3b383d78b7
Bump version to 0.8.0.
2019-06-12 12:59:11 -07:00
Jimmy Cuadra
432dbf94c8
Revise the error type to hide lower-level errors.
2019-06-12 12:37:55 -07:00
Jimmy Cuadra
9805750f83
Bump dependencies.
2019-06-12 12:21:39 -07:00
Jimmy Cuadra
6de32b1b9c
Bump version to 0.13.0.
2019-06-03 12:14:34 -07:00
Jimmy Cuadra
b37bb53495
Add DeviceId
.
2019-06-03 12:13:11 -07:00
Jimmy Cuadra
9011423eea
Consistently use localpart instead of opaque_id and use homeserver_host instead of server_name.
2019-06-03 12:11:57 -07:00
Jimmy Cuadra
fb8039ac6d
Support event ID formats for all room versions.
2019-06-03 11:52:15 -07:00
Jimmy Cuadra
6d9b3c7bf2
Add RoomVersionId
.
2019-06-03 10:21:57 -07:00
Jimmy Cuadra
44de3bcb4d
Move each type into its own module.
2019-06-03 09:00:04 -07:00
Jimmy Cuadra
e3b453c468
Add rustfmt and clippy to CI and address clippy warnings.
2019-06-02 19:12:05 -07:00
Jimmy Cuadra
1f7ac74adb
Add rustfmt and clippy to CI and address clippy warnings.
2019-06-02 18:57:28 -07:00
Jimmy Cuadra
16347d7209
Add rustfmt and clippy to CI and address clippy warnings.
2019-06-02 18:42:36 -07:00
Jimmy Cuadra
4a4c2dd025
Add rustfmt and clippy to CI and address clippy warnings.
2019-06-02 18:14:37 -07:00
Jimmy Cuadra
21c2288d51
Fix serialization error due to url not supporting serde 1.x.
2019-06-02 18:00:23 -07:00
Jimmy Cuadra
66be8d1a98
Run clippy on all targets and all features.
2019-06-02 17:36:22 -07:00
Jimmy Cuadra
6a09f1f754
Add rustfmt and clippy to CI and address clippy warnings.
2019-06-02 17:35:26 -07:00
Jimmy Cuadra
a52e0da7c1
Add clippy lints and add rustfmt and clippy to CI.
2019-06-02 13:16:54 -07:00
Jimmy Cuadra
2e0376a8a4
Use stable Rust on Travis.
2019-06-02 09:14:55 -07:00
Jimmy Cuadra
2047c980ef
Use stable Rust on Travis.
2019-06-02 09:14:15 -07:00
Jimmy Cuadra
dc7d71c79c
Use stable Rust on Travis.
2019-06-02 09:13:45 -07:00
Jimmy Cuadra
95aea3b401
Use stable Rust on Travis.
2019-06-02 09:13:24 -07:00
Jimmy Cuadra
a92e71f873
Use stable Rust on Travis.
2019-06-02 09:12:50 -07:00
Jimmy Cuadra
68c446ca64
Use stable Rust on Travis.
2019-06-02 09:11:56 -07:00
Jimmy Cuadra
92fcb5181f
Fix typos.
2019-06-02 04:16:25 -07:00
Jimmy Cuadra
7059bc4ff3
Add missing closing doc test marker.
2019-06-01 03:06:38 -07:00
Jimmy Cuadra
94c368d2e6
Correct description of homeserver discovery endpoint.
2019-05-08 09:06:22 +02:00
GondwanaNuna
c3a5741f5e
Make trait imports more readable ( #18 )
2019-05-03 18:42:25 +02:00
Jimmy Cuadra
c9b7b986c6
Add logout all endpoint.
2019-05-01 21:23:50 -07:00
Jimmy Cuadra
3037b105c7
Add homeserver discovery endpoint.
2019-05-01 21:14:59 -07:00
Jimmy Cuadra
8f1d4a4d21
Update all spec links to the r0.4.0 version.
2019-05-01 20:46:57 -07:00
Jimmy Cuadra
f9e431b60a
Merge pull request #41 from ruma/simple-spec-updates
...
Implement some simple spec updates
2019-04-26 15:59:16 -07:00
Jimmy Cuadra
72a67419a5
Merge pull request #38 from ruma/new-endpoints
...
Add two new endpoints from r0.3.0
2019-04-26 15:15:48 -07:00
Jimmy Cuadra
8761081f26
Merge pull request #17 from ruma/quote-refactor
...
Remove remaining uses of quote::TokenStreamExt
2019-04-26 15:14:21 -07:00
Jonas Platte
af8fe42259
Update link in get_member_events doc comment
...
no code changes were necessary even though the spec was updated: we
already specified requires_authentication: true when the spec was
missing that information.
2019-04-22 22:33:37 +02:00