1748 Commits

Author SHA1 Message Date
Jimmy Cuadra
c3aa9bd952 Update Travis CI configure and include IRC notifications. 2019-11-11 21:02:34 -08:00
Jonas Platte
3141f3e9a1
Fix Rust 2018 idiom warning
with `cargo fix --all-features`
2019-11-12 01:53:18 +01:00
Jonas Platte
a08fc01c0b
Add #![warn(rust_2018_idioms)], fix warning 2019-11-12 01:26:33 +01:00
Jonas Platte
3b10faad0e
Add #![warn(rust_2018_idioms)] 2019-11-12 01:24:57 +01:00
Jonas Platte
de80253e78
Add #![warn(rust_2018_idioms)], fix warnings 2019-11-12 01:23:01 +01:00
Jonas Platte
5c202dac49
Add #![warn(rust_2018_idioms)], fix warning 2019-11-12 01:17:52 +01:00
Jonas Platte
e9d55cbfac
Reduce macro duplication 2019-11-11 23:37:24 +01:00
Jonas Platte
a9840164cd
Derive Serialize for collection types 2019-11-11 23:26:12 +01:00
Jonas Platte
9e50de0d13
Remove unused trait impls on raw collection types 2019-11-11 23:18:58 +01:00
Jonas Platte
1965efc5c7
Update CHANGELOG.md 2019-11-11 23:08:28 +01:00
Jonas Platte
ed42aaef6a
Fix tests 2019-11-11 23:07:10 +01:00
Jonas Platte
68aaa59eda
Update formatting in quote! invocations 2019-11-11 23:06:21 +01:00
Jonas Platte
d140eff324
Fix wrong parameter type in get_message_events 2019-11-11 22:55:37 +01:00
Jonas Platte
d6f1926832
Disallow body fields in GET endpoints 2019-11-11 22:55:04 +01:00
Jonas Platte
c8f1342144
Disallow multiple ruma_api(body) attributes in one request / response 2019-11-11 22:32:10 +01:00
Jonas Platte
47267cc2ba
Slightly simplify attribute parsing code 2019-11-11 22:28:43 +01:00
Jonas Platte
e8858f119d
Fix outdated doc comment 2019-11-11 22:28:24 +01:00
Jonas Platte
6026d960ce
Update get_content_thumbnail to r0.6.0 2019-11-11 21:11:07 +01:00
Jonas Platte
122aeccf96
Fix ruma_api attributes in r0::directory::* 2019-11-11 21:09:30 +01:00
Jonas Platte
4d17769b2b
Update tests to use example.com instead of domain.com
because domain.com represents a business, while example.com is actually just an example domain
2019-11-11 20:48:24 +01:00
Jonas Platte
4e319ae27e
Compact more serde attributes 2019-11-11 20:30:25 +01:00
Jonas Platte
71fc531897
Compact serde attributes 2019-11-11 20:22:54 +01:00
Jonas Platte
776ef79253
Rewrite r0.6.0 back to form without ending
since the server redirects to that form, even though some links refer to the .html form
2019-11-11 20:22:05 +01:00
Jonas Platte
2748142f41
Update doc comment URLs
* create_alias: No changes, bump to r0.6.0
* get_public_rooms_filtered: Use canonical URL
2019-11-11 20:13:09 +01:00
Jonas Platte
c56469eba5
Update public room list endpoints to r0.6.0 2019-11-11 19:54:24 +01:00
Wim de With
fa771877f7 Fix wording in Cargo.toml description 2019-11-11 11:07:45 +01:00
Wim de With
7a2b14fe15 Add homepage and repository URLs to Cargo.toml 2019-11-11 11:07:17 +01:00
Wim de With
531bbb6429 Configure Travis 2019-11-11 11:04:52 +01:00
Wim de With
4339999152 Initial commit 2019-11-08 15:17:57 +01:00
Jonas Platte
e5a3027b3b Add CHANGELOG.md, ruma-api-macros/CHANGELOG.md 2019-11-04 11:37:56 +01:00
Jonas Platte
59056808de Remove #![deny(warnings)], #![warn(clippy::…)] 2019-11-02 14:15:49 +01:00
Jonas Platte
d5d0393792 Add CHANGELOG.md's 2019-11-01 19:34:42 +01:00
Jonas Platte
2877fde4ad Update travis config, README.md 2019-11-01 11:13:45 +01:00
Jonas Platte
f5c870bd56 Re-run cargo fmt 2019-11-01 11:12:31 +01:00
Jonas Platte
3e3e7cb7b3 Fix missing 2019-11-01 11:11:05 +01:00
Jonas Platte
f994672db5 Replace lazy_static with once_cell 2019-10-31 22:55:24 +01:00
Jonas Platte
6ae72856d7 Remove #![deny(warnings)], #![warn(clippy::…)] 2019-10-31 22:38:01 +01:00
Jonas Platte
31b683ab69 Remove #![deny(warnings)], #![warn(clippy::…)] 2019-10-31 22:33:55 +01:00
Jonas Platte
70d4f83ba3 Allow clippy::use_self 2019-10-31 22:33:20 +01:00
Jonas Platte
26068c462d Remove unneeded clones 2019-10-31 22:33:12 +01:00
Jonas Platte
859ec7babe Add 1.34.2, beta, nightly to travis 2019-10-31 22:32:57 +01:00
Jonas Platte
fc145097be Update dependencies, use single-line toml syntax 2019-10-31 22:29:48 +01:00
Jonas Platte
d3e5190670 Remove #![deny(warnings)], #![warn(clippy::…)] 2019-10-31 22:21:58 +01:00
Jonas Platte
f887310524 Apply clippy suggestion 2019-10-31 22:21:26 +01:00
Jonas Platte
1cd00e05e9 Re-format test 2019-10-31 22:21:16 +01:00
Jonas Platte
972022c175 Add MSRV section to README.md 2019-10-31 22:18:59 +01:00
Jonas Platte
a13f2a7eb9 Test beta and nightly on CI 2019-10-31 22:18:50 +01:00
Jonas Platte
9f143f3383 Update dependencies 2019-10-31 22:10:49 +01:00
Jonas Platte
5a0a269cfe Remove #![deny(warnings)] 2019-10-31 22:05:33 +01:00
Jonas Platte
e6fd6a34f3 Bump version to 0.4.0 2019-10-29 20:49:28 +01:00