Commit Graph

  • e31b4d5c98
    state-res: Add more information to warnings Timo Kösters 2021-07-19 16:30:54 +02:00
  • 3a0ee7740f
    state-res: Change BTreeMap/Set to HashMap/Set Timo Kösters 2021-07-16 19:45:13 +02:00
  • d970501c85
    state-res: Revert calculating the auth chain in ruma Timo Kösters 2021-07-16 09:33:49 +02:00
  • 63411165da
    Move RoomName to ruma-identifiers and use it more Adam 2021-07-19 21:00:44 +01:00
  • 57266bf284
    client-api: Add serde(default) for generate_blurhash Timo Kösters 2021-07-19 07:47:33 +02:00
  • 17afbabd92
    state-res: Calculate auth_events and fix bug when calculating common events Timo Kösters 2021-07-15 22:55:39 +02:00
  • b8c54d8e2b
    state-res: Pass fetch_event closure as owned F not &F Devin Ragotzy 2021-07-12 17:31:26 -04:00
  • 5085f3b8fe
    client-api: Fix inconsistent types on RoomEventFilter gnieto 2021-07-05 00:16:11 +02:00
  • 8f4f7d8060
    identifiers: Fix unused import without serde feature Jonas Platte 2021-07-04 16:36:24 +02:00
  • 245fe4deea
    Enable clippy exhaustive_enums lint workspace-wide Devin Ragotzy 2021-07-04 07:39:11 -07:00
  • 6ee3955483
    Remove most deprecated items Jonas Platte 2021-07-03 00:32:32 +02:00
  • d213ee4718
    events: Remove / replace previous error types Jonas Platte 2021-07-03 00:29:58 +02:00
  • 976f90a1a2
    events: Add RoomName struct to room::name Adam 2021-07-02 22:58:18 +01:00
  • ab3d48b576
    client-api: Make all pub enums non_exhaustive Devin Ragotzy 2021-07-02 13:15:01 -07:00
  • 1489b5e1f1
    federation/push: Make all pub enums non_exhaustive Devin Ragotzy 2021-06-29 19:22:28 -04:00
  • c55dab7122
    misc-errors: Allow or make error enums non_exhaustive Devin Ragotzy 2021-06-29 19:27:09 -04:00
  • fd310e5b6e
    identifiers: Make RoomVersionId non_exhaustive Devin Ragotzy 2021-06-29 19:26:40 -04:00
  • dc7e0091f6
    state-res: Make some room_version enums non_exhaustive Devin Ragotzy 2021-06-29 19:25:48 -04:00
  • a4e6cc7c42
    state-res: Use closure to fetch unknown events during state-res Devin Ragotzy 2021-06-29 16:13:08 -04:00
  • 96567a295e
    signatures: Fix canonical json functions to now return Result Devin Ragotzy 2021-07-01 12:32:33 -07:00
  • db755f994e
    events: Make all pub enums non_exhaustive Devin Ragotzy 2021-06-29 14:43:15 -07:00
  • 74b6a4c9d8
    common: Make all pub enums non_exhaustive Devin Ragotzy 2021-06-29 14:41:07 -07:00
  • 28e3d0f277
    events: Remove key::verification::start::SasV1Content verification Jonas Platte 2021-06-25 15:41:07 +02:00
  • 7a61c9cd8c
    Remove trait derives other than Debug from Init structs Jonas Platte 2021-06-25 12:27:14 +02:00
  • 2577225ba5
    Add client secret and session ID types Adam 2021-06-23 15:11:43 +01:00
  • ef96b0f381
    Add missing Debug implementations Jonas Platte 2021-06-25 12:08:49 +02:00
  • 0f1c52aaab
    Update changelogs Jonas Platte 2021-08-10 15:21:47 +02:00
  • cff68ad05a
    api: Update changelog Jonas Platte 2021-08-10 12:50:13 +02:00
  • 99ab5f80c0
    Release ruma-client-api 0.11.2 Jonas Platte 2021-08-10 12:48:21 +02:00
  • f83849f942
    Release ruma-api 0.17.2 Jonas Platte 2021-08-10 12:42:21 +02:00
  • 70b7240be5
    Release ruma-client-api 0.11.1 Jonas Platte 2021-08-10 12:39:26 +02:00
  • 65195cad0d
    Release ruma-api 0.18.0 Jonas Platte 2021-08-10 12:38:12 +02:00
  • 4e68509faf
    client-api: Work around another Element bug Jonas Platte 2021-08-10 12:31:08 +02:00
  • 565793a37e
    events: Add StaticEventContent trait Jonas Platte 2021-08-10 01:26:20 +02:00
  • 40d3b552da
    Release ruma-serde 0.4.2 Jonas Platte 2021-08-09 19:43:40 +02:00
  • fdf7af442c
    serde: Make Raw deserialization methods more general Jonas Platte 2021-08-09 19:34:50 +02:00
  • 165729fe71
    client-api: Clean up changelog Jonas Platte 2021-08-05 21:06:12 +02:00
  • 13af2e235d
    client-api: Implement reasons for leaving a room Adam Blanchet 2021-07-07 00:08:20 +01:00
  • 696c9fba4e
    api-macros: Move ruma_api! trait impl generation into derive macros Jonas Platte 2021-08-05 20:32:32 +02:00
  • fae75410a9
    ci: Revert running CI on pushes to any branch Jonas Platte 2021-08-05 21:00:07 +02:00
  • 273c63b1ab
    ci: Deploy docs to separate repo Jonas Platte 2021-07-03 10:40:51 +02:00
  • b4254e237d
    ci: Fix condition for deploying docs Jonas Platte 2021-07-03 10:47:44 +02:00
  • 020da913de
    Remove extraneous newlines Jonas Platte 2021-08-05 13:10:27 +02:00
  • c6c89596bb
    serde: Allow specifying full paths in incoming_derive Jonas Platte 2021-08-05 13:08:36 +02:00
  • e3427ba5d0
    Update expected stderr on tests for Rust 1.54 Adam 2021-08-02 21:46:01 +02:00
  • 2bd2d18db9
    Release ruma-events 0.23.3 Jonas Platte 2021-07-26 15:06:13 +02:00
  • 64fc1c794c
    Revert "Stop special-casing zero fields in macro code" for ruma-events Jonas Platte 2021-07-26 15:01:47 +02:00
  • 6236b024fd
    events: Fix new_content serialization in the plain-text part of m.encrypted Jonas Platte 2021-07-26 13:52:49 +02:00
  • 3101be1f99
    Add macro-braces, disallowed-type and import-rename clippy lints Devin Ragotzy 2021-07-22 08:34:30 -04:00
  • 2e88e48eb3
    events: Add constructors for ParentEventContent and ChildEventContent Adam 2021-07-21 21:49:03 +02:00
  • 9a24f9edbd
    Silence Clippy lint for Outgoing derive test Jonas Platte 2021-07-20 14:21:19 +02:00
  • 010e64c110
    client-api: Fix module ordering Jonas Platte 2021-07-20 12:39:14 +02:00
  • 4985b9bddb
    client-api: Export aliases Kurt Roeckx 2021-07-11 12:12:12 +02:00
  • 9b2602649f
    Stop special-casing zero fields in macro code Jonas Platte 2021-07-09 15:10:22 +02:00
  • a59c43321f
    api-macros: Refactor unique_lifetimes_to_tokens Jonas Platte 2021-07-07 16:14:41 +02:00
  • fff4e97035
    Fix missing changelog entries Adam 2021-07-07 09:36:40 +01:00
  • d3d5d4ee96
    client-api: Feature-gate join_rule field in PublicRoomsChunk Adam 2021-07-07 09:35:34 +01:00
  • 6dfd89b98d
    Add knock feature (unstable-pre-spec) Adam 2021-07-05 15:57:06 +01:00
  • 118ea0f85a
    Update endpoints for blurhash implementation Adam 2021-07-04 17:38:06 +01:00
  • 384161d462
    Revert "identifiers: Fix unused import without serde feature" Jonas Platte 2021-07-04 18:37:01 +02:00
  • 6945bccccc
    identifiers: Fix unused import without serde feature Jonas Platte 2021-07-04 16:36:24 +02:00
  • c36f6e1bca
    ci: Check ruma without unstable features Jonas Platte 2021-07-04 16:33:26 +02:00
  • 82fca86d70 api-macro: Fix fields without cfg attributes being emitted Devin Ragotzy 2021-07-04 07:55:51 -04:00
  • c9c536ed0b
    Document ruma-client crate features Jonas Platte 2021-07-03 20:02:00 +02:00
  • 325806409b
    client: Upgrade reqwest Jonas Platte 2021-07-03 23:21:30 +02:00
  • 4dfaad104b
    Enable clippy lint str_to_string Jonas Platte 2021-07-02 23:02:50 +02:00
  • 700cc8a36a
    Sort lints lexicographically in .cargo/config.toml Jonas Platte 2021-07-02 22:34:40 +02:00
  • 7c6dfc52b6
    Rename .cargo/{config => config.toml} Jonas Platte 2021-07-02 22:27:43 +02:00
  • 5b60604408
    ci: Build docs (w/o publish) on pushes to any branch Jonas Platte 2021-07-02 19:33:51 +02:00
  • 082b561178
    ci: Build docs for PRs Jonas Platte 2021-07-02 19:33:28 +02:00
  • 0da5151c94
    ci: Run Rust checks on all branches Jonas Platte 2021-07-02 19:23:29 +02:00
  • 752c4808fd
    Release ruma-events 0.23.2 Jonas Platte 2021-06-29 10:37:09 +02:00
  • e423d27c27
    ci: Run unstable-pre-spec tests Jonas Platte 2021-06-29 10:36:43 +02:00
  • 0f2586f2d3
    event: Update changelog Jonas Platte 2021-06-29 10:14:56 +02:00
  • 653e4c4838
    events: Add missing serde rename for Relation emoji Häcker Felix 2021-06-27 21:45:46 +02:00
  • f43c9c6caa
    identity-service-api: Add store_invitation endpoint. (#631) Adam 2021-06-27 20:33:43 +01:00
  • 4200d6e387
    Release ruma-api 0.17.1 Jonas Platte 2021-06-24 15:02:31 +02:00
  • f0a33c1a12
    api: Remove unused derive in macro code Jonas Platte 2021-06-24 15:02:24 +02:00
  • b5f963229c
    Release ruma-events 0.23.1 Jonas Platte 2021-06-24 13:43:04 +02:00
  • dfd8c60b89
    Release ruma-identifiers 0.19.4 Jonas Platte 2021-06-24 13:36:02 +02:00
  • b2add295b0
    xtask: Fix dependency version writing on non-child macro crates in release cmd Jonas Platte 2021-06-24 13:34:24 +02:00
  • be4584b475
    Release ruma-serde 0.4.1 Jonas Platte 2021-06-24 13:17:55 +02:00
  • 7708deda4e
    Allow our proc-macros to be used when re-exported from matrix-sdk Jonas Platte 2021-06-23 16:17:13 +02:00
  • a54a28bfe1
    Release ruma 0.2.0 Jonas Platte 2021-06-21 18:12:35 +02:00
  • bbd22ab1e0
    Release ruma-signatures 0.8.0 Jonas Platte 2021-06-21 18:08:04 +02:00
  • 6bf181a8d2
    Release ruma-client 0.6.0 Jonas Platte 2021-06-21 18:06:37 +02:00
  • 5a1192f158
    Release ruma-state-res 0.2.0 Jonas Platte 2021-06-21 18:03:39 +02:00
  • 9997f40985
    Release ruma-appservice-api 0.3.0 Jonas Platte 2021-06-21 17:59:12 +02:00
  • 481cab02fd
    Release ruma-push-gateway-api 0.2.0 Jonas Platte 2021-06-21 17:55:47 +02:00
  • 8c785f68ab
    Release ruma-identity-service-api 0.2.0 Jonas Platte 2021-06-21 17:53:26 +02:00
  • 721ab62c4e
    Re-add MSRV exception for ruma-signatures Jonas Platte 2021-06-21 17:50:44 +02:00
  • b5c1e6198a
    Release ruma-federation-api 0.2.0 Jonas Platte 2021-06-21 17:43:46 +02:00
  • 522870dbbf
    Release ruma-client-api 0.11.0 Jonas Platte 2021-06-21 17:41:52 +02:00
  • c322efa90f
    Update contrib/workspace_deps.png Jonas Platte 2021-06-21 17:38:36 +02:00
  • 9f9c3d74f2
    Remove unused dependencies Jonas Platte 2021-06-21 17:35:51 +02:00
  • 50a194c532
    signatures: Update changelog Jonas Platte 2021-06-21 17:29:05 +02:00
  • fc99c32c3d
    signatures: Upgrade pkcs8 Jonas Platte 2021-06-21 17:28:55 +02:00
  • 55a7dd4828
    Release ruma-events 0.23.0 Jonas Platte 2021-06-21 16:53:46 +02:00
  • 1eb2f39593
    identifiers: Remove allow attribute Jonas Platte 2021-06-21 12:24:05 +02:00
  • 59161b842b
    identifiers: Use fewer transmutes for ServerName Jonas Platte 2021-06-21 12:23:52 +02:00