Commit Graph

  • 82436b57ba
    Release ruma-state-res 0.6.0 Jonas Platte 2022-02-19 15:05:41 +01:00
  • 37a806e147
    Release ruma-appservice-api 0.5.0 Jonas Platte 2022-02-19 15:04:07 +01:00
  • 3aee3b8286
    Release ruma-push-gateway-api 0.4.0 Jonas Platte 2022-02-19 15:03:09 +01:00
  • ef1c265327
    Release ruma-federation-api 0.4.0 Jonas Platte 2022-02-19 15:00:58 +01:00
  • 0a6b17375c
    Release ruma-identity-service-api 0.4.0 Jonas Platte 2022-02-19 14:59:52 +01:00
  • 95fdb303c8
    Release ruma-client-api 0.13.0 Jonas Platte 2022-02-19 14:58:41 +01:00
  • 93b200d1a3
    Release ruma-signatures 0.10.0 Jonas Platte 2022-02-19 14:56:15 +01:00
  • 8e8be284fa
    Release ruma-api 0.20.0 Jonas Platte 2022-02-19 14:54:57 +01:00
  • b725865cba
    Release ruma-events 0.26.0 Jonas Platte 2022-02-19 14:53:14 +01:00
  • 06344cdc73
    Release ruma-common 0.8.0 Jonas Platte 2022-02-19 14:47:08 +01:00
  • 43d5a06c60
    Update contrib/how_to_release.md Jonas Platte 2022-02-19 14:43:11 +01:00
  • 2ed51f1d54
    Release ruma-identifiers 0.22.0 Jonas Platte 2022-02-19 14:28:28 +01:00
  • 91eac857c7
    Release ruma-identifiers-validation 0.7.0 Jonas Platte 2022-02-19 14:27:44 +01:00
  • ab9994253c
    xtask: Fix VersionExt::is_next Jonas Platte 2022-02-19 01:09:08 +01:00
  • 1b411fc622
    identifiers: Add random ClientSecret generator Kévin Commaille 2022-02-19 14:13:31 +01:00
  • be376f5bd6
    identifiers: Add MatrixUri for matrix scheme URIs Kévin Commaille 2022-02-19 14:09:43 +01:00
  • 02008ac6e9
    identifiers: Add links to the spec for identifiers Kévin Commaille 2022-02-19 12:38:24 +01:00
  • e9be719a33
    identifiers: Implement TryFrom<&str> for MatrixToUri Kévin Commaille 2022-02-19 11:42:58 +01:00
  • f6f3ce074b
    identifiers-validation: Fix docs for MatrixToError Kévin Commaille 2022-02-19 11:40:35 +01:00
  • 384d48baaa
    identifiers: Rename matrix_to_url methods to matrix_to_uri Kévin Commaille 2022-02-19 11:39:25 +01:00
  • 42db3b3201
    Release ruma-state-res 0.5.0 Jonas Platte 2022-02-19 01:45:06 +01:00
  • c1ce58b461
    Release ruma-api 0.19.0 Jonas Platte 2022-02-19 01:43:01 +01:00
  • 90fd1d8f0a
    Release ruma-events 0.25.0 Jonas Platte 2022-02-19 01:38:25 +01:00
  • b29755f0c5
    Release ruma-common 0.7.0 Jonas Platte 2022-02-19 01:33:25 +01:00
  • 2b7f873eeb
    signatures: Update changelog Jonas Platte 2022-02-19 01:32:53 +01:00
  • fec52a0218
    Release ruma-identifiers 0.21.0 Jonas Platte 2022-02-19 01:07:23 +01:00
  • 62c55d90ed
    Release ruma-identifiers-validation 0.6.0 Jonas Platte 2022-02-19 01:06:17 +01:00
  • 38881dd6af
    Release ruma-serde 0.6.0 Jonas Platte 2022-02-19 01:01:17 +01:00
  • d964a5cd3a
    examples: Clean up joke_bot dependencies Jonas Platte 2022-02-19 00:55:35 +01:00
  • 282abc9dc2
    client: Store supported Matrix versions in Client Jonas Platte 2022-02-19 00:05:38 +01:00
  • 3e0fb2f46d
    ruma: Re-export ruma_client::Client Jonas Platte 2022-02-18 23:23:51 +01:00
  • 00195d7c52
    ruma: Reorder re-exports Jonas Platte 2022-02-18 23:23:10 +01:00
  • b5ddd7effd
    client: Move the entire Client behind the client-api feature Jonas Platte 2022-02-18 22:26:44 +01:00
  • 8743a7791d
    ci: Fix accidental ban of v1.1 spec links Jonas Platte 2022-02-18 20:22:27 +01:00
  • fcba5100cf
    api: Update a link Jonas Platte 2022-02-18 20:21:41 +01:00
  • c8de6c7388
    ci: Forbid old spec links Jonas Platte 2022-02-18 20:01:58 +01:00
  • e2173ce60c
    identifiers: Update link in changelog Jonas Platte 2022-02-18 20:01:47 +01:00
  • 936bb64e84
    Update links to spec.matrix.org/v1.2 Jonathan de Jong 2022-02-18 19:45:04 +01:00
  • 01c1dab4e6 ruma: Re-export ruma_identifiers::matrix_uri Kévin Commaille 2022-02-18 15:07:35 +01:00
  • f9b4958654 identifiers: Add MatrixToUri parsing Kévin Commaille 2022-02-18 15:04:42 +01:00
  • 1c23cd25b5 identifiers: Create MatrixId type for MatrixToUri Kévin Commaille 2022-02-18 14:51:42 +01:00
  • 52268b5dc2 identifiers: Rename MatrixToRef to matrix_uri::MatrixToUri Kévin Commaille 2022-02-18 14:38:29 +01:00
  • c5a6cf033f
    client-api: Rename UserIdentifier::MatrixId to UserIdOrLocalpart Kévin Commaille 2022-02-18 15:58:38 +01:00
  • 48da0a1a12
    client-api: Remove UIAA types m.login.oauth2 and m.login.token Jonas Platte 2022-02-18 15:50:33 +01:00
  • fa2e3662a4
    client-api: Add a borrowing iterator for SignedKeys Jonas Platte 2022-02-18 14:56:00 +01:00
  • b3d4b27b91
    federation-api: Set a consistent naming scheme for membership endpoints Jonathan de Jong 2022-02-18 13:54:50 +01:00
  • 5a35df2163
    Update getting-started instructions to use 0.4.0 Jonas Platte 2022-02-18 13:09:58 +01:00
  • e337367304
    common: Remove aliases from PublicRoomsChunk Jonas Platte 2022-02-18 11:53:03 +01:00
  • 2003948edb
    federation-api: Wrap ServerSigningKeys in Raw Jonas Platte 2022-02-18 11:44:29 +01:00
  • 6502e4e378
    Enable automatic field init shorthand in rustfmt Jonas Platte 2022-02-18 11:37:50 +01:00
  • 788ecba299
    Add missing newlines Jonas Platte 2022-02-18 11:37:10 +01:00
  • 41d6bcc2a6
    Format code in doc comments Jonas Platte 2022-02-18 11:33:16 +01:00
  • 215cb35806
    Clean up import grouping / ordering Jonas Platte 2022-02-18 11:20:39 +01:00
  • 65e9259a80
    client-api: Prefix self-imports / re-exports by 'self::' Jonas Platte 2022-02-18 11:08:21 +01:00
  • 4787bab6ac
    client-api: Transition from r0 to versioned endpoints Jonathan de Jong 2022-02-18 11:03:55 +01:00
  • c4d2eacc38
    client-api: Update upload_signatures endpoint Jonas Platte 2022-02-12 03:51:18 +01:00
  • 7782e4f648 ruma-push-gateway-api: Refactor file structure and add docs Jonathan de Jong 2022-02-13 17:16:56 +01:00
  • f0aad6cbe5 ruma-identity-service-api: Refactor file structure and add docs Jonathan de Jong 2022-02-13 17:16:11 +01:00
  • 5768f181ca ruma-federation-api: Refactor file structure and add docs Jonathan de Jong 2022-02-13 17:15:55 +01:00
  • 66b939e6b8 ruma-appservice-api: Refactor file structure and docs Jonathan de Jong 2022-02-13 17:14:14 +01:00
  • 2547db74e9
    serde: Upgrade itoa 0.4 => 1.0 Jonas Platte 2022-02-17 16:27:43 +01:00
  • f9b9112d07
    common: Disable push rule matching on numbers or booleans Jonas Platte 2022-02-17 10:09:21 +01:00
  • 7a70d96235
    Remove PrivOwnedStr() from Debug formatting Jonas Platte 2022-02-15 17:46:27 +01:00
  • 4d1ff8de23
    client: Add some tracing spans Jonas Platte 2022-02-15 12:14:48 +01:00
  • cd905e01fd
    Enable CI caching Jonas Platte 2022-02-15 11:01:49 +01:00
  • a39d734540
    joke_bot: Rename handle_messages to handle_message Jonas Platte 2022-02-13 15:39:58 +01:00
  • 459010939d
    joke_bot: Replace match with only one non-empty branch with if let Jonas Platte 2022-02-12 18:48:48 +01:00
  • 07ed3da86a
    joke_bot: Introduce some concurrency Jonas Platte 2022-02-12 18:48:06 +01:00
  • 3da7e53156
    examples: Rename crate to match directory name Jonas Platte 2022-02-10 20:39:37 +01:00
  • f6d419298c
    Revert "api: Allow cfg attributes on rate_limited and authentication metadata fields" Jonas Platte 2022-02-13 12:13:50 +01:00
  • aed0988694
    api: Remove support for path metadata field Jonas Platte 2022-02-13 11:30:58 +01:00
  • ea8d8fa981
    push-gateway-api: Use new path metadata fields Jonas Platte 2022-02-13 11:25:51 +01:00
  • ceccf74832
    identity-service-api: Use new path metadata fields Jonas Platte 2022-02-13 11:25:45 +01:00
  • c5e396216a
    federation-api: Use new path metadata fields Jonas Platte 2022-02-13 11:25:38 +01:00
  • ee99486978
    client-api: Use new path metadata fields Jonas Platte 2022-02-13 11:21:49 +01:00
  • 7b7e6206bd
    appservice-api: Use new path metadata fields Jonas Platte 2022-02-13 11:16:32 +01:00
  • 457726017b
    api: Make metadata path field optional Jonas Platte 2022-02-13 10:55:11 +01:00
  • 4ccf79cb67
    api: Add _path suffix to new path metadata keywords Jonathan de Jong 2022-02-12 20:29:42 +01:00
  • bbda001072
    appservice-api: Remove dead module Jonas Platte 2022-02-13 11:13:02 +01:00
  • 9000567a70
    api: Remove incorrect attribute on compile test Jonathan de Jong 2022-02-13 09:59:42 +01:00
  • f72d6601fc
    ruma-api-macros: Fix argument ordering Jonathan de Jong 2022-02-12 20:51:59 +01:00
  • ebb09589f9
    Remove authors field from Cargo manifests Jonas Platte 2022-02-12 13:46:44 +01:00
  • 397727726e
    api: Add multiple path support to OutgoingRequest Jonathan de Jong 2022-02-12 13:44:11 +01:00
  • dad84ac1a0
    client-api: Clean up invalid r0 paths Jonas Platte 2022-02-12 12:46:03 +01:00
  • 59907ca579
    identifiers: Add more From impls for non-validated opaque identifiers Jonas Platte 2022-02-12 03:37:42 +01:00
  • f130d09daa
    events: Remove Serialize implementations for event enums Jonas Platte 2022-02-12 01:33:47 +01:00
  • 510b8485d8
    common: Remove more unnecessary bounds Jonas Platte 2022-02-12 01:46:10 +01:00
  • 8f1eae97ce
    common: Remove unnecessary bound from FlattenedJson::from_raw Jonas Platte 2022-02-12 01:44:57 +01:00
  • 1b4234c505
    serde: Add Raw::{cast, cast_ref} Jonas Platte 2022-02-12 01:20:00 +01:00
  • bb99ec72fd
    appservice-api: Simplify a test Jonas Platte 2022-02-12 01:19:46 +01:00
  • d107e04096
    client-api: Use Raw for knock_state.events Jonas Platte 2022-02-12 01:07:57 +01:00
  • c5c90a50d5
    federation-api: Use Raw for knock_room_state Jonas Platte 2022-02-12 01:02:07 +01:00
  • 2f84fdbd76
    serde: Wrap base64::DecodeError to make base64 a private dependency Jonas Platte 2022-02-12 00:36:20 +01:00
  • 8d15c3d0f9
    signatures: Merge SplitError into Error Jonas Platte 2022-02-11 23:55:04 +01:00
  • acba6fbbc4
    ci: Add the __ci feature Kévin Commaille 2022-02-11 22:17:49 +01:00
  • 4845594c05
    ruma: Document the new unstable-mscXXXX features Kévin Commaille 2022-02-11 12:49:43 +01:00
  • b9f32bc632
    client-api: Move blurhash to unstable-msc2448 Kévin Commaille 2022-02-11 12:29:21 +01:00
  • 695b0c9ef4
    client-api: Finalize moving knocking support out of unstable-pre-spec Kévin Commaille 2022-02-11 11:59:58 +01:00
  • 739c3d5b16
    client-api: Move support for fallback keys out unstable-pre-spec Kévin Commaille 2022-02-11 11:42:48 +01:00
  • 7a82fc0330
    client-api: Move support for room type out of unstable-pre-spec Kévin Commaille 2022-02-11 11:28:51 +01:00