3991 Commits

Author SHA1 Message Date
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
585d22a612 Run clippy on all targets and all features and fix clippy warning. 2019-06-02 17:37:46 -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
8e38761ad5 Add clippy to CI. 2019-06-02 13:12:34 -07:00
Jimmy Cuadra
8699dc7708 Revise the error type to hide lower-level errors. 2019-06-02 10:47:10 -07:00
Jimmy Cuadra
5eac184768 Add crate documentation. 2019-06-02 10:31:35 -07:00
Jimmy Cuadra
15dd1b5b54 Add a session accessor to the client. 2019-06-02 10:31:14 -07:00
Jimmy Cuadra
71e1df7063 Add clippy lints. 2019-06-02 09:40:00 -07:00
Jimmy Cuadra
97b42c9d10 Run rustfmt. 2019-06-02 09:32:06 -07:00
Jimmy Cuadra
815c54f2b9 Make ClientData private. 2019-06-02 09:30:50 -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
949249ea49 Use stable Rust on Travis. 2019-06-02 09:11:29 -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
Jonas Platte
85236be89c Update get_filter endpoint to r0.4.0 2019-04-22 22:27:38 +02:00
Jonas Platte
4c3e5d3324 Update create_media_content to r0.4.0 2019-04-22 22:23:36 +02:00
Jonas Platte
7493353c5a Add missing request body to create_media_conent 2019-04-22 22:11:18 +02:00
Jonas Platte
27ec031689 Add /rooms/{roomId}/joined_members endpoint 2019-04-20 18:50:41 +02:00
Jonas Platte
e9febfedbc Add /account/whoami endpoint 2019-04-20 15:08:43 +02:00