Commit Graph

  • dd16d0f2f0
    Allow *all* m.room.power_levels fields to be absent Jonas Platte 2019-12-16 21:10:55 +01:00
  • 4a221a3bfb
    Fix typos Dimitris Apostolou 2019-12-15 22:41:42 +02:00
  • 7d3cfd769e
    ID deserialization: Borrow from the deserializer if possible Jonas Platte 2019-12-15 20:40:51 +01:00
  • 2a0414cd60
    Remove unnecessary explicit lifetimes Jonas Platte 2019-12-15 20:39:03 +01:00
  • 1a3f6ed0b6
    Derive Serialize, Deserialize impls for some enums Jonas Platte 2019-12-15 20:26:06 +01:00
  • 98f85df276
    Remove unnecessary explicit lifetimes Jonas Platte 2019-12-15 20:23:57 +01:00
  • 2754e14003
    Update changelog Jonas Platte 2019-12-15 19:33:41 +01:00
  • 88fcdb6f9b
    Update changelog, release 0.14.1 Jonas Platte 2019-12-14 18:19:30 +01:00
  • f21f4b4733
    Replace .err().unwrap() with .unwrap_err() Jonas Platte 2019-12-14 16:00:11 +01:00
  • 874b32a53b
    Update changelog Jonas Platte 2019-12-14 15:59:05 +01:00
  • d19d9c054f
    Support historical user IDs Jonas Platte 2019-12-14 15:58:23 +01:00
  • 370c56ef31
    Use quote::format_ident! Jonas Platte 2019-12-13 20:42:20 +01:00
  • af7333203a
    Use quote::format_ident! Jonas Platte 2019-12-13 20:30:12 +01:00
  • 69a8f35dbe
    Update change log Jonas Platte 2019-12-13 12:13:12 +01:00
  • 9063f4c526
    Update change logs Jonas Platte 2019-12-13 12:08:35 +01:00
  • c0390aba0d
    Remove useless Result, native_tls dependency Jonas Platte 2019-12-13 00:00:09 +01:00
  • 5e2f965058
    Fix doctests Jonas Platte 2019-12-12 23:59:48 +01:00
  • ec74c2d798
    Fix MSRV, update CHANGELOG.md Jonas Platte 2019-12-12 22:25:35 +01:00
  • 7208e66dff
    Update dependencies, release 0.3.0-beta.2 Jonas Platte 2019-12-12 21:18:40 +01:00
  • 83493de30c
    Update ruma-api to 0.12.0, release 0.5.0 Jonas Platte 2019-12-12 21:17:12 +01:00
  • 08a3d820be
    Release ruma-api-macros 0.9.0, ruma-api 0.12.0 Jonas Platte 2019-12-12 20:48:40 +01:00
  • 32733cf782
    Further simplify deserialization Jonas Platte 2019-12-10 22:42:46 +01:00
  • d120f77635
    Simplify deserialization Jonas Platte 2019-12-10 11:54:09 +01:00
  • 11841f91b8
    Remove regex, once_cell deps Jonas Platte 2019-12-10 11:41:30 +01:00
  • 7fa1407d76
    Update set of allowed characters in UserId localpart Jonas Platte 2019-12-09 17:43:15 +01:00
  • d68c59974d
    Bump MSRV Jonas Platte 2019-12-03 22:11:17 +01:00
  • fcd1b204eb
    Update dependencies Jonas Platte 2019-11-29 18:31:21 +01:00
  • 9e097539e4
    Remove outdated conditionals from .travis.yml Jonas Platte 2019-12-03 20:47:24 +01:00
  • 634eb5f13e
    Update http to 0.2.0 Jonas Platte 2019-12-03 12:14:43 +01:00
  • e8462be7f2
    Use exact version requirement for ruma-api-macros dependency Jonas Platte 2019-12-03 12:09:00 +01:00
  • e2e0f8ad2b
    Update deps, release 0.5.0-alpha.1 Jonas Platte 2019-12-03 12:06:31 +01:00
  • c455020802
    Update r0::account::change_password to r0.6.0 Jonas Platte 2019-11-29 00:27:25 +01:00
  • e7db530782
    Add Default impls, ignore_all ctors to filter types Jonas Platte 2019-08-04 17:22:59 +02:00
  • e30c82d248
    Update ruma-api, restore request receiving / response sending support Jonas Platte 2019-11-17 19:59:45 +01:00
  • f7c6bd7d4e
    Update deps, make alpha releases Jonas Platte 2019-11-28 21:58:07 +01:00
  • 81207890b6
    Simplify ruma-api-macros codegen Jonas Platte 2019-11-28 21:52:48 +01:00
  • 3696516679
    Fix support for tuple structs in Outgoing derive Jonas Platte 2019-11-28 21:43:50 +01:00
  • 9fa1305e65
    Incorporate feedback by lu-fennell, Nauxuron Jonas Platte 2019-11-27 19:27:47 +01:00
  • 7d340942a0
    Error when derive(Outgoing) is used on a type with generics Jonas Platte 2019-11-26 22:36:58 +01:00
  • 6f7eb126f6
    Improve tests Jonas Platte 2019-11-25 23:36:04 +01:00
  • d94e15e38c
    Rename SendRecv to Outgoing Jonas Platte 2019-11-25 23:28:18 +01:00
  • 4c1d6b4b58
    Add documentation for SendRecv Jonas Platte 2019-11-25 23:09:49 +01:00
  • f558b55692
    Add SendRecv trait + derive macro to allow receiving requests, sending responses Jonas Platte 2019-11-19 21:11:17 +01:00
  • e383ae98ea
    Revert "Remove server-side functionality" Jonas Platte 2019-11-15 20:42:01 +01:00
  • 5729aa1344
    Revert "Remove percent-encoding dependency (not currently used)" Jonas Platte 2019-11-15 20:41:54 +01:00
  • 14fa10af6b
    Update ruma-api-macros/README.md Jonas Platte 2019-11-26 00:08:39 +01:00
  • 02a9a6494d
    Update ruma-api-macro's crate docs Jonas Platte 2019-11-26 00:05:36 +01:00
  • f5bfee3f8d Bump MSRV and run CI on multiple Rust versions Wim de With 2019-11-25 23:37:05 +01:00
  • 0f803e2acf
    Move documentation of ruma_api! from ruma-api-macros to ruma-api Jonas Platte 2019-11-25 22:41:16 +01:00
  • 6e665efd1c Add contains_url to RoomEventFilter (r0.3.0 compatibility) Aaron DeVore 2019-11-24 14:52:25 -08:00
  • 9f463bb726 Add validation to NameEvent: name should not exceed 255 bytes Lu Fennell 2019-11-24 21:01:29 +01:00
  • a57e867279
    Fixup for previous commit Jonas Platte 2019-11-24 20:52:53 +01:00
  • cf5fccaccc
    Simplify TryFromRaw::try_from_raw Jonas Platte 2019-11-24 17:40:13 +01:00
  • 2ae14de8e5 Add application service extension Wim de With 2019-11-24 16:41:41 +01:00
  • b9f5fd796e
    Bump MSRV to 1.36.0 Jonas Platte 2019-11-24 15:43:13 +01:00
  • 886715b886 Add filter optional query param to /messages (r0.3.0 compatibility) Aaron DeVore 2019-11-23 03:03:55 -08:00
  • f84b7f2b7f
    Bump MSRV to 1.36.0 Jonas Platte 2019-11-22 11:08:53 +01:00
  • 44387425ba
    Bump MSRV Jonas Platte 2019-11-22 11:05:37 +01:00
  • f2addacccb
    Fixup for previous commit Jonas Platte 2019-11-22 11:05:16 +01:00
  • 15f875a06e
    Bump MSRV Jonas Platte 2019-11-22 11:03:48 +01:00
  • 038ae89d05 Add thirdparty network endpoints Wim de With 2019-11-21 14:43:47 +01:00
  • 55dfe98d44 Update ruma-api to 0.11.2 Wim de With 2019-11-21 14:41:16 +01:00
  • 5a84d9ba26 Add third party network endpoints Wim de With 2019-11-21 14:26:41 +01:00
  • c017c957d7 Update ruma-api to 0.11.2 Wim de With 2019-11-21 14:21:59 +01:00
  • 924cd4c36c
    Update changelogs, bump versions Jonas Platte 2019-11-21 11:53:37 +01:00
  • 4c44a6a5b9
    Allow CI to pass even if clippy is not available Jonas Platte 2019-11-21 11:13:37 +01:00
  • f0bdc9a7fb
    Add field with serde attribute to test Jonas Platte 2019-11-21 11:01:08 +01:00
  • ca5344582b Fix inverted logic in strip_serde_attrs Aaron DeVore 2019-11-20 23:22:26 -08:00
  • d83c79d444
    Fix doctest that was accidentally not ignored Jonas Platte 2019-11-20 23:53:38 +01:00
  • 6f5c2833ba
    Bump versions Jonas Platte 2019-11-20 23:36:43 +01:00
  • 65568dbf1b
    Update ruma_api! docs Jonas Platte 2019-11-20 23:36:11 +01:00
  • d054bbb407
    Update changelogs Jonas Platte 2019-11-20 23:28:50 +01:00
  • 8c898f3766
    ruma-api-macros: Use syn::Path::is_ident Jonas Platte 2019-11-19 20:38:27 +01:00
  • f0e724d391 Add query_map attribute to ruma_api Wim de With 2019-11-20 14:31:38 +01:00
  • 71372ae910
    ruma-api-macros: mv src/api/mod.rs src/api.rs Jonas Platte 2019-11-19 11:25:41 +01:00
  • 5a6557e7d7
    Configure rustfmt to produce denser code Jonas Platte 2019-11-19 11:01:31 +01:00
  • a969fcf625
    Update dependencies, use one line per dep in toml files Jonas Platte 2019-11-19 10:59:05 +01:00
  • 6b14591d31
    ruma-api-macros: Rewrite a few leftover errors without spans Jonas Platte 2019-11-18 22:52:14 +01:00
  • 9b3eef4f8d
    ruma-api-macros: Add more error spans for response block Jonas Platte 2019-11-18 22:36:37 +01:00
  • c277c0d257
    ruma-api-macros: Add more error spans for request block Jonas Platte 2019-11-18 22:18:38 +01:00
  • eab2374253
    ruma-api-macros: Slight simplification of api/attribute.rs Jonas Platte 2019-11-18 02:22:00 +01:00
  • 6ea5b9b7a1
    Fix 1.34.2 incompatibility from last commit Jonas Platte 2019-11-18 00:06:46 +01:00
  • 41c1a224c2
    ruma-api-macros: Improve error handling for invalid metadata Jonas Platte 2019-11-17 23:53:19 +01:00
  • 8fe74552b1
    Remove unnecessary cloning Jonas Platte 2019-11-16 16:46:43 +01:00
  • 3e8938fc1a
    ruma-api-macros: Remove ref from match bindings Jonas Platte 2019-11-16 16:00:21 +01:00
  • 2261067251
    ruma_api_macros: Use find_map in Request::newtype_body_field Jonas Platte 2019-11-16 15:58:48 +01:00
  • d0d1d97ee4
    ruma_api_macros: Simplify RequestField::as_* methods Jonas Platte 2019-11-16 15:55:54 +01:00
  • 772c378fe2
    ruma_api_macros: Use find_map in Response::newtype_body_field Jonas Platte 2019-11-16 15:40:26 +01:00
  • 18ed83ef76
    Fix a few bugs in ruma_api_macros Jonas Platte 2019-11-16 15:21:18 +01:00
  • 2b9742b99e
    Slightly simplify ruma_api! expansion code Jonas Platte 2019-11-16 14:06:02 +01:00
  • 69ee18e0a9
    Simplify ruma_api_macros::api::strip_serde_attrs Jonas Platte 2019-11-16 14:05:23 +01:00
  • 02e9ff2ae6
    Update macro crate's attributes Jonas Platte 2019-11-15 21:48:43 +01:00
  • 4d8cc3624f
    Partially revert previous changes Jonas Platte 2019-11-16 00:40:24 +01:00
  • 1334b6c9d9
    Update readme, remove pointless newline Jonas Platte 2019-11-15 22:44:30 +01:00
  • 9699f5c68f
    Allow ruma_api attributes to contain multiple items, forbid some nonsensical attribute usage Jonas Platte 2019-11-15 22:24:35 +01:00
  • fa9ec7f145
    Update doc comment Jonas Platte 2019-11-15 20:37:29 +01:00
  • 48dcfe9315 Add user directory endpoints Wim de With 2019-11-14 13:42:22 +01:00
  • c3aa9bd952 Update Travis CI configure and include IRC notifications. Jimmy Cuadra 2019-11-11 21:02:34 -08:00
  • 3141f3e9a1
    Fix Rust 2018 idiom warning Jonas Platte 2019-11-12 01:53:18 +01:00
  • a08fc01c0b
    Add #![warn(rust_2018_idioms)], fix warning Jonas Platte 2019-11-12 01:26:33 +01:00