Commit Graph

  • 9198a549e7
    Add structs for User-Interactive Authentication API. Isaiah Inuwa 2020-04-06 14:47:26 -05:00
  • ff8427cb93
    Add auth_parameters field to AuthenticationData. Isaiah Inuwa 2020-04-06 14:39:07 -05:00
  • abcc8ec1d2
    Update register endpoint to r0.6.0 Isaiah Inuwa 2020-04-06 14:10:35 -05:00
  • b974182c72
    Fix doctest Jonas Platte 2020-04-06 19:48:26 +02:00
  • dc582758e4
    Add server_name parameter to join_room_by_id_or_alias iinuwa 2020-04-06 10:28:55 -05:00
  • fe92c2940a
    Update change log, bump version Jonas Platte 2020-04-06 12:35:38 +02:00
  • d6e4bd9ddc
    Fix create_room and sync_events deserialization timokoesters 2020-04-06 12:23:17 +02:00
  • 201ff8c185
    Update dependencies Jonas Platte 2020-04-06 11:38:46 +02:00
  • a9e1a2b0b0
    Replace all remaining manual implementations by derives PipsqueakH 2020-04-06 01:37:04 +08:00
  • 4a69bbf013
    Bump MSRV Jonas Platte 2020-04-03 20:02:58 +02:00
  • 9947e94cb2
    CI: Disable IRC notifications Jonas Platte 2020-04-03 19:25:13 +02:00
  • 28ed87aba1
    CI: Disable IRC notifications Jonas Platte 2020-04-03 19:24:53 +02:00
  • 8522f8ada9
    CI: Disable IRC notifications Jonas Platte 2020-04-03 19:18:07 +02:00
  • d9909a1f8b
    CI: Disable IRC notifications Jonas Platte 2020-04-03 19:13:13 +02:00
  • 6fba4a5617
    CI: Disable IRC notifications Jonas Platte 2020-04-03 19:12:14 +02:00
  • 041b737ca3
    Bump version Jonas Platte 2020-04-03 19:11:57 +02:00
  • 111c33c29c
    CI: Disable IRC notifications Jonas Platte 2020-04-03 19:10:30 +02:00
  • cc6a4dbc91
    CI: Disable irc notifications Jonas Platte 2020-04-03 19:10:45 +02:00
  • 04e03db41d
    Remove redundant spaces Jonas Platte 2020-04-03 18:54:31 +02:00
  • 4782739b0f
    Update change log Jonas Platte 2020-04-03 18:38:51 +02:00
  • abc5b5d446
    Merge serde attributes Jonas Platte 2020-04-03 18:38:16 +02:00
  • cf40608b78
    Add missing attribute to timeout field Jonas Platte 2020-04-03 18:37:20 +02:00
  • 0c44e73a78
    Bump js_int, add regression test Jonas Platte 2020-04-03 18:22:52 +02:00
  • 9db26e1dda
    Update CHANGELOG.md Jonas Platte 2020-04-03 14:02:12 +02:00
  • 3dfb500bba
    sync_events: Fix RoomSummary serde attributes poljar 2020-04-03 14:01:12 +02:00
  • 09ac2404de
    Add a test for sync_events::Request serialization Jonas Platte 2020-04-03 11:56:49 +02:00
  • de7045fa9d
    Add docs Jonas Platte 2020-04-02 11:50:53 +02:00
  • 604f32c5d1
    Fix accidental doc comment Jonas Platte 2020-04-01 21:55:35 +02:00
  • cadada4766
    Set version to 0.0.1 Jonas Platte 2020-04-01 21:27:39 +02:00
  • dbc8312730
    Add PDU type for v3 rooms and above Jonas Platte 2020-04-01 21:27:10 +02:00
  • 8915339e56
    Rewrite tests to use serde_json::json! instead of raw strings Akshay 2020-03-31 19:37:09 +05:30
  • 575001de13
    Bump version Jonas Platte 2020-03-30 20:11:51 +02:00
  • 6310f97ad2
    update dependencies timokoesters 2020-03-30 16:28:06 +02:00
  • ea9b752da9
    Reorder sections in change log Jonas Platte 2020-03-29 19:44:14 +02:00
  • e2ba8f2d4a
    Bump version Jonas Platte 2020-03-29 19:28:57 +02:00
  • 472ab64a86
    Update dependencies Jonas Platte 2020-03-29 19:28:28 +02:00
  • 67257e15e8
    Remove stray TODO comment Isaiah Inuwa 2020-03-17 21:11:38 -05:00
  • 78744a3a98
    Further refine the sync endpoint's types Jonas Platte 2020-03-29 18:40:50 +02:00
  • e607587a67
    Format code Isaiah Inuwa 2020-03-17 21:05:04 -05:00
  • 2cced78edf
    Update sync endpoint Isaiah Inuwa 2020-03-17 20:01:56 -05:00
  • 8effddb5ec
    Bump versions Jonas Platte 2020-03-29 17:07:56 +02:00
  • 23655d9cad
    Bump dependencies Jonas Platte 2020-03-29 17:07:04 +02:00
  • fc7c34c00d
    Update change log Jonas Platte 2020-03-29 16:59:51 +02:00
  • cba7b161e9
    Update unsigned field's type from Option<Value> to Map<String, Value> Jonas Platte 2020-03-16 20:28:11 +01:00
  • 53f76992e5
    Update change logs Jonas Platte 2020-03-29 14:25:44 +02:00
  • b389501465
    Bump versions Jonas Platte 2020-03-29 13:55:54 +02:00
  • 58b142f345
    Update change logs Jonas Platte 2020-03-29 13:55:16 +02:00
  • f09ab98f17
    Remove manual Serialize impl, use derive macro instead Akshay 2020-03-29 17:11:42 +05:30
  • 57f5e8d661
    Add missing query parameters to members list endpoint Akshay 2020-03-27 21:10:40 +05:30
  • ea94bab93e
    Remove outdated comment Akshay 2020-03-27 19:54:04 +05:30
  • 8ea971b082
    Derive Serialize in ruma_events!, use json EventType string for event_type field Ragotzy.devin 2020-03-24 09:25:50 -04:00
  • 14df832005
    Remove special handling of custom events Ragotzy.devin 2020-03-24 06:27:55 -04:00
  • 5a79b766c7
    Revert "Remove special handling of custom events" Jonas Platte 2020-03-24 11:31:36 +01:00
  • 539dd5f31d
    Remove special handling of custom events Ragotzy.devin 2020-03-24 06:27:55 -04:00
  • 2a11207a9d
    Add dummy event to to-device collection Ragotzy.devin 2020-03-21 22:57:42 -04:00
  • 1e3769a0f1
    impl EndpointError for Error Ragotzy.devin 2020-03-21 22:08:08 -04:00
  • 9be124f826
    Bump versions Jonas Platte 2020-03-20 11:51:45 +01:00
  • 220d733cc1
    Bump dependencies Jonas Platte 2020-03-20 11:50:13 +01:00
  • 122097cfef
    Use Duration over UInt for timeouts and similar fields iinuwa 2020-03-20 05:29:51 -05:00
  • 0c6dd0ba32
    Simplify proc_macro tests Jonas Platte 2020-03-17 13:10:40 +01:00
  • 6a0ab987b5
    Enable deserialization of unsuccessful responses Ragotzy.devin 2020-03-16 20:07:12 -04:00
  • 016659a99c
    Split impl FromRaw generation into its own macro Jonas Platte 2020-03-16 23:02:05 +01:00
  • 0efe82bf88
    Move FromRaw, TryFromRaw into a new module Jonas Platte 2020-03-16 22:48:21 +01:00
  • ddbb06f21d
    Clean up code gen a bit Jonas Platte 2020-03-16 21:22:56 +01:00
  • 8a9bbb8c83
    Don't deny(warnings) Jonas Platte 2020-03-16 21:13:44 +01:00
  • 5b15fe8a40
    Remove unused imports Jonas Platte 2020-03-16 20:56:59 +01:00
  • 8f95d6f7cf
    Update change log Jonas Platte 2020-03-16 20:03:41 +01:00
  • fc2d646dd3 Add new_plain constructor for TextMessageEventContent Will Hakes 2020-03-16 12:48:50 -06:00
  • 7307c695e0 sync_events: Parse the to-device events. Damir Jelić 2020-03-12 13:33:38 +01:00
  • e7526b88cb
    Update ruma-events to 0.17.0 Jonas Platte 2020-03-12 21:31:03 +01:00
  • 6f5e25cb7d
    Update dependencies Jonas Platte 2020-03-12 21:38:21 +01:00
  • 94d9fc0a86
    Bump the version to 0.17.0 Jonas Platte 2020-03-12 21:12:33 +01:00
  • 53b27de6cd
    Update changelog Jonas Platte 2020-03-12 21:11:25 +01:00
  • 8fb0c9a160
    Rename stripped::{StrippedState => AnyStrippedStateEvent, StrippedStateContent => StrippedStateEvent} Jonas Platte 2020-03-12 21:07:50 +01:00
  • fdef9a12e6
    Rename to_device::ToDevice to AnyToDeviceEvent Jonas Platte 2020-03-12 21:02:04 +01:00
  • 7920445832
    Implement helper method and more tests for MemberEvent Donough Liu 2020-03-13 03:45:51 +08:00
  • e60e502183 More tests for ruma-events-macros Donough Liu 2020-03-11 14:36:18 +08:00
  • 12d725113b
    Implement a collection for to-device events poljar 2020-03-11 13:01:37 +01:00
  • dce5ae5c39
    Update serde tests Jonas Platte 2020-03-11 12:55:37 +01:00
  • b03eb0261f
    Add more tests for Algorithm and EventType Donough Liu 2020-03-11 05:36:40 +08:00
  • 1d689b2d7f
    Remove deprecated keep_alive call Jonas Platte 2020-03-10 12:04:39 +01:00
  • e659355313
    Merge #61 bors[bot] 2020-03-10 08:35:20 +00:00
  • 820c8a0b84
    Merge #67 bors[bot] 2020-03-10 08:33:32 +00:00
  • 12c95203e0 replace typo in documentation Jake McGinty 2020-03-10 12:38:30 +09:00
  • 0ff395fe85 Move EventType and Algorithm outside Donough Liu 2020-03-10 05:52:28 +08:00
  • 21f9922b9e
    Update r0::context::get_context::Request and r0::filter::RoomEventFilter iinuwa 2020-03-09 16:00:03 -05:00
  • f1bc5438b3
    room/encrypted: Fix the OlmV1 deserialization poljar 2020-03-09 11:33:08 +01:00
  • c346b4f681
    Emit error on non-UTF8 characters in path segments Donough Liu 2020-03-08 00:06:24 +08:00
  • c81cc48aeb
    Fix missing "m." in serialization of the "m.relates_to" key Marcel 2020-02-28 11:38:44 +01:00
  • 8fb01a193e
    Add SSO login endpoint iinuwa 2020-02-26 08:11:32 -06:00
  • 19bf8dbd77
    Add trailing comma Jonas Platte 2020-02-26 15:02:07 +01:00
  • d36ec95fb7
    Export request and response fields as public iinuwa 2020-02-26 07:39:41 -06:00
  • 4b05e7e361 Add request and response parameters for account deactiviation Isaiah Inuwa 2020-02-25 19:57:48 -06:00
  • e16049b5b3
    Add invite-by-3pid endpoint iinuwa 2020-02-22 16:14:10 -06:00
  • 7d677f690e
    Add unstable_features to version endpoint iinuwa 2020-02-22 16:12:34 -06:00
  • 9665abbaf2
    Make accidentally private things public Jonas Platte 2020-02-22 01:51:38 +01:00
  • 4939078954
    Fix missing #[ruma_api(body)] Jonas Platte 2020-02-22 01:47:28 +01:00
  • 59bbef5a35 Remove deprecate account bind endpoint. Isaiah Inuwa 2020-02-21 17:49:14 -06:00
  • aca4915e8c
    Add a login request serialization test Jonas Platte 2020-02-22 01:27:46 +01:00
  • e5e89b8929
    Use raw_body for bytes payload in doc examples. iinuwa 2020-02-21 06:53:07 -06:00