Commit Graph

  • 89f0594a68
    Make string comparison PartialEq impls work Jonas Platte 2020-05-01 22:58:26 +02:00
  • 657721b1e6
    Add push::Action Jonas Platte 2020-05-01 20:32:12 +02:00
  • 752ea73010
    Update serde attrs in room::member Jonas Platte 2020-05-01 20:19:52 +02:00
  • 28136cf1f6
    Update serde attrs in room::history_visibility Jonas Platte 2020-05-01 16:44:28 +02:00
  • bfa96cd49f
    Initial commit Jonas Platte 2020-05-01 17:15:07 +02:00
  • db91721fab
    Update serde attrs in receipt Jonas Platte 2020-05-01 16:36:54 +02:00
  • 9b91529e36
    Update serde attrs in call::hangup Jonas Platte 2020-05-01 16:33:28 +02:00
  • 83e1ed9129
    Update serde attrs in call::candidates Jonas Platte 2020-05-01 16:32:08 +02:00
  • d619185a72
    Update serde attrs in call Jonas Platte 2020-05-01 16:31:11 +02:00
  • 06f8374250
    sync_events: make account_data optional Jonas Platte 2020-05-01 13:52:44 +02:00
  • 6e1f8ded2d
    Add format, formatted_body to NoticeMessageEventContent Jonas Platte 2020-05-01 12:54:37 +02:00
  • f758a93d70
    Update serde attrs in room Jonas Platte 2020-05-01 12:38:48 +02:00
  • a19401c076
    Update serde attrs in room::message::feedback Jonas Platte 2020-05-01 12:32:49 +02:00
  • d7e2411a68
    Use ruma_event! for room::power_levels Jonas Platte 2020-05-01 12:14:44 +02:00
  • dbb60142cf
    Sync endpoint touchups iinuwa 2020-05-01 04:33:20 -05:00
  • c00a8cc52e
    Update serde attr, add comment Jonas Platte 2020-04-30 18:19:35 +02:00
  • 0d305d8f24
    Update ruma_serde to 0.1.2 Jonas Platte 2020-04-30 18:07:20 +02:00
  • 2fb17f30be
    Bump version Jonas Platte 2020-04-30 17:55:36 +02:00
  • 3471e9c46e
    Move serde_json_eq into submodule, always compile Jonas Platte 2020-04-30 17:55:20 +02:00
  • 06f6ca82b2
    Bump version Jonas Platte 2020-04-30 17:24:09 +02:00
  • f664a0132d
    Import some things from ruma-events Jonas Platte 2020-04-30 17:23:50 +02:00
  • ccbf216f39
    Replace serde_json::Map by BTreeMap Jonas Platte 2020-04-30 17:10:56 +02:00
  • 15cb930102
    Update formatting of change log Jonas Platte 2020-04-30 15:29:44 +02:00
  • 5aef537582
    impl Display for UiaaResponse Jonas Platte 2020-04-30 15:28:42 +02:00
  • fd5527da78
    Reorder derives (std first) Jonas Platte 2020-04-29 22:22:42 +02:00
  • c68df54eef
    Simplify impl Deserialize for room::message::MessageEventContent Jonas Platte 2020-04-29 22:20:22 +02:00
  • bd22c9d85c
    Derive Serialize for types in room::message Jonas Platte 2020-04-29 22:03:17 +02:00
  • 8944b23a39
    Derive Serialize for types in room::encrypted Jonas Platte 2020-04-29 21:51:52 +02:00
  • a5603aa949
    Derive Serialize for types in key::verification::start Jonas Platte 2020-04-29 21:45:55 +02:00
  • 146d2715a4
    Derive Serialize for types in push_rules Jonas Platte 2020-04-29 21:33:46 +02:00
  • aa42378c3d
    Use ruma_event! macro for CanonicalAliasEvent Jonas Platte 2020-04-29 21:31:49 +02:00
  • 1a00c1d386
    Don't treat literal "null" as JSON Jonas Platte 2020-04-29 10:56:45 +02:00
  • a3787cf3b9
    Update dependencies Jonas Platte 2020-04-29 10:56:19 +02:00
  • a22335c6e7
    Remove Cargo.toml left over from serde_urlencoded integration Jonas Platte 2020-04-29 10:06:07 +02:00
  • 7972453e91
    urlencoded: (de)serialize nested structs as JSON Ragotzy.devin 2020-04-29 03:58:30 -04:00
  • 5a26c38764
    Remove uses of deprecated UInt::min_value Jonas Platte 2020-04-28 19:57:59 +02:00
  • 1c3f8712fa
    Make all fields in get_message_event response optional Jonas Platte 2020-04-28 19:37:42 +02:00
  • 9fe1b3f190
    Update js_int, serde_json Jonas Platte 2020-04-28 14:43:02 +02:00
  • 037a4faa6e
    Merge serde attributes Jonas Platte 2020-04-28 00:30:23 +02:00
  • d837384e58
    Make UnsignedData's fields public Jonas Platte 2020-04-28 00:30:18 +02:00
  • f783ea6167
    Fix unsigned field deserialization Jonas Platte 2020-04-28 00:30:05 +02:00
  • ed9888181c
    Update change log Jonas Platte 2020-04-28 00:08:13 +02:00
  • 55340d18c8
    Add struct UnsignedData and update unsigned fields to use it Jonas Platte 2020-04-28 00:03:42 +02:00
  • 66cecdac6b
    Move error types into a dedicated error module Jonas Platte 2020-04-27 22:53:36 +02:00
  • 6c806052f5
    Move custom events, Empty struct into their own modules Jonas Platte 2020-04-27 20:45:58 +02:00
  • 263f2ffc75
    Add get_public_rooms and get_server_keys endpoints Timo Kösters 2020-04-26 16:22:08 +02:00
  • 762a65ec5e Update search endpoint to r0.6.0 Isaiah Inuwa 2020-04-25 08:08:57 -05:00
  • 1ca545cba8
    Add methods to get version and public key of keypairs timokoesters 2020-04-23 14:25:15 +02:00
  • 210e3fd4a9
    Make display_name of RoomMember optional iinuwa 2020-04-25 02:30:20 -05:00
  • 2e696a114b
    Update example in CONTRIBUTING.md Jonas Platte 2020-04-25 09:28:08 +02:00
  • a761d59a4c Normalize serde_json imports Isaiah Inuwa 2020-04-24 06:33:53 -05:00
  • f4b9841590
    Fix json escaping breaking login endpoint Jonas Platte 2020-04-24 22:30:22 +02:00
  • f7d6cf9b3f
    Replace travis CI with builds.sr.ht Jonas Platte 2020-04-24 22:19:30 +02:00
  • c94eecac0c
    Switch CI from travis to builds.sr.ht Jonas Platte 2020-04-24 21:56:02 +02:00
  • a67ba7a729
    Switch CI from travis to builds.sr.ht Jonas Platte 2020-04-24 21:54:27 +02:00
  • 053d2e94f6
    Update CI config Jonas Platte 2020-04-24 21:53:42 +02:00
  • bf5ac6314b
    Switch CI from travis to builds.sr.ht Jonas Platte 2020-04-24 21:45:11 +02:00
  • e93c25c7ff
    Fix CI scripts Jonas Platte 2020-04-24 21:43:13 +02:00
  • a9e3e676fe
    Switch CI from travis to builds.sr.ht Jonas Platte 2020-04-24 21:41:52 +02:00
  • e24826cea5
    Simplify CI scripts Jonas Platte 2020-04-24 21:40:06 +02:00
  • 0efac871bc
    Remove the option to disable macro reexport Jonas Platte 2020-04-24 21:33:10 +02:00
  • f1789032fd
    Remove travis badge from readme Jonas Platte 2020-04-24 21:29:57 +02:00
  • 4ec060071d
    Switch CI from travis to builds.sr.ht Jonas Platte 2020-04-24 21:11:49 +02:00
  • 0c38d8aca5
    Switch CI from travis to builds.sr.ht Jonas Platte 2020-04-24 21:03:09 +02:00
  • 9b3156ad6c
    travis: disable cache Jonas Platte 2020-04-24 19:45:54 +02:00
  • d85191d511
    Remove travis CI Jonas Platte 2020-04-24 19:39:25 +02:00
  • 3478f8653d
    Fix MSRV in README.md, builds.sr.ht manifest Jonas Platte 2020-04-24 19:20:01 +02:00
  • 172e893573
    Remove cargo audit to speed up CI Jonas Platte 2020-04-24 18:51:00 +02:00
  • ac44889922
    Add builds.sr.ht manifests Jonas Platte 2020-04-24 18:49:49 +02:00
  • 16acf7f753
    CI updates Jonas Platte 2020-04-24 18:43:49 +02:00
  • 50218e27ab
    Add sources to builds.sr.ht manifests Jonas Platte 2020-04-24 18:38:37 +02:00
  • 1eb5bffbc6
    Add builds.sr.ht manifests Jonas Platte 2020-04-24 18:10:29 +02:00
  • cb5f8ffc39
    Don't use unstable rustfmt options Jonas Platte 2020-04-24 12:32:25 +02:00
  • 6fa05a1a6f
    Update some imports Jonas Platte 2020-04-24 12:29:44 +02:00
  • 6770ed61c1
    Update .gitignore Jonas Platte 2020-04-24 12:28:17 +02:00
  • 32d95057a6
    cargo fmt Jonas Platte 2020-04-24 12:17:59 +02:00
  • 6e990236c2
    Add missing state response field to get_message_events Isaiah Inuwa 2020-04-23 15:54:45 -05:00
  • 41288b7c73
    Fix warnings Jonas Platte 2020-04-24 10:11:35 +02:00
  • c6359d1916
    Integrate serde_urlencoded fork Jonas Platte 2020-04-24 10:09:19 +02:00
  • afb39536eb Add 'urlencoded/' from commit '93a7283991aa9c9b1087803c274953d3072c3dc0' Jonas Platte 2020-04-24 09:43:01 +02:00
  • 93a7283991
    Add support for matrix-style multiple query parameters Devin R 2020-04-20 17:22:08 -04:00
  • aec59b86aa Add M_USER_DEACTIVATED to ErrorKind Isaiah Inuwa 2020-04-23 16:01:51 -05:00
  • 288d5d37cb
    More version bumps Jonas Platte 2020-04-22 23:10:44 +02:00
  • fbb68eea84
    Bump version Jonas Platte 2020-04-22 22:57:57 +02:00
  • b3438bb99d
    Update ruma-api, ruma-client-api, ruma-events Jonas Platte 2020-04-22 13:31:26 +02:00
  • 473cf23861
    Bump version Jonas Platte 2020-04-22 22:27:54 +02:00
  • eb4b8e559e
    Update ruma-api, ruma-events Jonas Platte 2020-04-22 03:01:33 +02:00
  • 75a9065fc6
    Update ruma-api, ruma-events Jonas Platte 2020-04-22 22:05:22 +02:00
  • 85cef85b60
    Update ruma-events, bump versions Jonas Platte 2020-04-22 21:39:05 +02:00
  • e23a2d7662
    Bump versions Jonas Platte 2020-04-22 21:27:41 +02:00
  • eb3a3e2163
    Replace EventResult with EventJson, simplify InvalidEvent Jonas Platte 2020-04-22 21:24:39 +02:00
  • df05e88793
    room-messages: Add the ability to send encrypted room messages poljar 2020-04-22 21:23:41 +02:00
  • 24b9ea7dc9 client_exchange: Use room messages to send out to-device events. Damir Jelić 2020-04-08 19:45:42 +02:00
  • df634a2a02
    Make unversioned, v1 modules public Jonas Platte 2020-04-22 15:09:28 +02:00
  • ea4ca46cf4
    Update ruma-identifiers 0.16.0 Jonas Platte 2020-04-22 15:03:30 +02:00
  • df7914de1a
    Remove Outgoing trait Jonas Platte 2020-04-22 12:54:47 +02:00
  • b7be79c5b4
    Fix typo in change log Jonas Platte 2020-04-22 12:26:15 +02:00
  • 620ca0ebcf
    Don't require trait implementations in macro code Jonas Platte 2020-04-22 12:08:02 +02:00
  • 03b7d7e190
    Update std::fmt import Jonas Platte 2020-04-22 01:44:51 +02:00
  • d30e035d41
    Change some lint attributes from deny to warn Jonas Platte 2020-04-22 01:20:47 +02:00