1729 Commits

Author SHA1 Message Date
Jonas Platte
370c56ef31
Use quote::format_ident! 2019-12-13 20:42:20 +01:00
Jonas Platte
af7333203a
Use quote::format_ident! 2019-12-13 20:30:12 +01:00
Jonas Platte
69a8f35dbe
Update change log 2019-12-13 12:13:12 +01:00
Jonas Platte
9063f4c526
Update change logs 2019-12-13 12:08:35 +01:00
Jonas Platte
ec74c2d798
Fix MSRV, update CHANGELOG.md 2019-12-12 22:25:35 +01:00
Jonas Platte
83493de30c
Update ruma-api to 0.12.0, release 0.5.0 2019-12-12 21:17:12 +01:00
Jonas Platte
08a3d820be
Release ruma-api-macros 0.9.0, ruma-api 0.12.0 2019-12-12 20:48:40 +01:00
Jonas Platte
32733cf782
Further simplify deserialization 2019-12-10 22:42:46 +01:00
Jonas Platte
d120f77635
Simplify deserialization 2019-12-10 11:54:09 +01:00
Jonas Platte
11841f91b8
Remove regex, once_cell deps 2019-12-10 11:41:30 +01:00
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
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 958a0a01c47c051eebf493234c314bc101609f63.
2019-11-27 19:28:54 +01:00
Jonas Platte
5729aa1344
Revert "Remove percent-encoding dependency (not currently used)"
This reverts commit 540a69a8e45ff117f0a1bb0272bbc40c526ed12e.
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