Commit Graph

4428 Commits

Author SHA1 Message Date
Jonas Platte
7fa1407d76 Update set of allowed characters in UserId localpart 2019-12-09 17:43:15 +01:00
Jonas Platte
d68c59974d Bump MSRV 2019-12-03 22:11:17 +01:00
Jonas Platte
fcd1b204eb Update dependencies 2019-12-03 21:40:37 +01:00
Jonas Platte
9e097539e4 Remove outdated conditionals from .travis.yml 2019-12-03 20:47:38 +01:00
Jonas Platte
634eb5f13e Update http to 0.2.0 2019-12-03 12:14:43 +01:00
Jonas Platte
e8462be7f2 Use exact version requirement for ruma-api-macros dependency 2019-12-03 12:09:00 +01:00
Jonas Platte
e2e0f8ad2b Update deps, release 0.5.0-alpha.1 2019-12-03 12:06:31 +01:00
Jonas Platte
c455020802 Update r0::account::change_password to r0.6.0 2019-11-29 00:27:29 +01:00
Jonas Platte
e7db530782 Add Default impls, ignore_all ctors to filter types 2019-11-29 00:10:33 +01:00
Jonas Platte
e30c82d248 Update ruma-api, restore request receiving / response sending support 2019-11-28 22:03:17 +01:00
Jonas Platte
f7c6bd7d4e Update deps, make alpha releases 2019-11-28 21:58:45 +01:00
Jonas Platte
81207890b6 Simplify ruma-api-macros codegen 2019-11-28 21:52:48 +01:00
Jonas Platte
3696516679 Fix support for tuple structs in Outgoing derive 2019-11-28 21:43:50 +01:00
Jonas Platte
9fa1305e65 Incorporate feedback by lu-fennell, Nauxuron 2019-11-27 19:28:54 +01:00
Jonas Platte
7d340942a0 Error when derive(Outgoing) is used on a type with generics 2019-11-27 19:28:54 +01:00
Jonas Platte
6f7eb126f6 Improve tests 2019-11-27 19:28:54 +01:00
Jonas Platte
d94e15e38c Rename SendRecv to Outgoing 2019-11-27 19:28:54 +01:00
Jonas Platte
4c1d6b4b58 Add documentation for SendRecv 2019-11-27 19:28:54 +01:00
Jonas Platte
f558b55692 Add SendRecv trait + derive macro to allow receiving requests, sending responses 2019-11-27 19:28:54 +01:00
Jonas Platte
e383ae98ea Revert "Remove server-side functionality"
This reverts commit 958a0a01c4.
2019-11-27 19:28:54 +01:00
Jonas Platte
5729aa1344 Revert "Remove percent-encoding dependency (not currently used)"
This reverts commit 540a69a8e4.
2019-11-27 19:28:53 +01:00
Jonas Platte
14fa10af6b Update ruma-api-macros/README.md 2019-11-26 00:08:39 +01:00
Jonas Platte
02a9a6494d Update ruma-api-macro's crate docs 2019-11-26 00:05:36 +01:00
Wim de With
f5bfee3f8d Bump MSRV and run CI on multiple Rust versions 2019-11-25 23:37:05 +01:00
Jonas Platte
0f803e2acf Move documentation of ruma_api! from ruma-api-macros to ruma-api 2019-11-25 22:44:43 +01:00
Aaron DeVore
6e665efd1c Add contains_url to RoomEventFilter (r0.3.0 compatibility) 2019-11-24 23:52:25 +01:00
Lu Fennell
9f463bb726 Add validation to NameEvent: name should not exceed 255 bytes 2019-11-24 21:01:29 +01:00
Jonas Platte
a57e867279 Fixup for previous commit 2019-11-24 20:52:53 +01:00
Jonas Platte
cf5fccaccc Simplify TryFromRaw::try_from_raw 2019-11-24 17:40:13 +01:00
Wim de With
2ae14de8e5 Add application service extension
The application service specification defines a single extension for the
client-server API. This endpoint can only be used by application
services.
2019-11-24 16:41:41 +01:00
Jonas Platte
b9f5fd796e Bump MSRV to 1.36.0 2019-11-24 15:43:13 +01:00
Aaron DeVore
886715b886 Add filter optional query param to /messages (r0.3.0 compatibility) 2019-11-23 12:03:55 +01:00
Jonas Platte
f84b7f2b7f Bump MSRV to 1.36.0 2019-11-22 11:09:17 +01:00
Jonas Platte
44387425ba Bump MSRV 2019-11-22 11:08:29 +01:00
Jonas Platte
f2addacccb Fixup for previous commit 2019-11-22 11:05:16 +01:00
Jonas Platte
15f875a06e Bump MSRV 2019-11-22 11:03:48 +01:00
Wim de With
038ae89d05 Add thirdparty network endpoints 2019-11-21 14:43:47 +01:00
Wim de With
55dfe98d44 Update ruma-api to 0.11.2 2019-11-21 14:41:16 +01:00
Wim de With
5a84d9ba26 Add third party network endpoints 2019-11-21 14:26:41 +01:00
Wim de With
c017c957d7 Update ruma-api to 0.11.2 2019-11-21 14:22:25 +01:00
Jonas Platte
924cd4c36c Update changelogs, bump versions 2019-11-21 11:53:37 +01:00
Jonas Platte
4c44a6a5b9 Allow CI to pass even if clippy is not available 2019-11-21 11:13:37 +01:00
Jonas Platte
f0bdc9a7fb Add field with serde attribute to test
to catch issues with serde attribute stripping in tests
2019-11-21 11:01:08 +01:00
Aaron DeVore
ca5344582b Fix inverted logic in strip_serde_attrs 2019-11-20 23:22:26 -08:00
Jonas Platte
d83c79d444 Fix doctest that was accidentally not ignored 2019-11-20 23:53:38 +01:00
Jonas Platte
6f5c2833ba Bump versions 2019-11-20 23:38:36 +01:00
Jonas Platte
65568dbf1b Update ruma_api! docs 2019-11-20 23:36:11 +01:00
Jonas Platte
d054bbb407 Update changelogs 2019-11-20 23:28:50 +01:00
Jonas Platte
8c898f3766 ruma-api-macros: Use syn::Path::is_ident 2019-11-20 23:10:43 +01:00
Wim de With
f0e724d391 Add query_map attribute to ruma_api 2019-11-20 14:31:38 +01:00