1676 Commits

Author SHA1 Message Date
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
Jonas Platte
ad582de058 Allow clippy warning use_self 2019-10-29 20:49:09 +01:00
Jonas Platte
41387208ab Test Rust 1.34.2 in CI (and beta, nightly) 2019-10-29 20:41:32 +01:00
Jonas Platte
b35e843fe2 Update dependencies 2019-10-29 20:35:46 +01:00
Jonas Platte
0889d1e0ef Fix version of ruma-api-macros 2019-10-29 20:06:16 +01:00
Jonas Platte
4a03892ad6 Bump versions 2019-10-29 20:05:07 +01:00
Jonas Platte
540a69a8e4 Remove percent-encoding dependency (not currently used) 2019-10-29 19:56:00 +01:00
Jonas Platte
958a0a01c4 Remove server-side functionality
This is a temporary change that is done to get one release of
ruma-client-api with ruma-events' EventResult API out. After ruma-api
0.11 is released, getting the server-side functionality to work again
will be a priority.
2019-10-29 12:11:38 +01:00
Jonas Platte
481f4c682c Remove unnecessary main declaration in doctest
(found by clippy)
2019-10-29 12:01:09 +01:00
Jonas Platte
7e7041fbef Allow clippy::use_self 2019-10-29 11:02:25 +01:00
Jonas Platte
83bb889b64 Bump MSRV from 1.34 to 1.34.2, test it in CI 2019-10-29 00:14:00 +01:00
Jonas Platte
67fe498a4d Bump version to 0.15.1 2019-10-27 21:26:25 +01:00
Jonas Platte
63e32f2b01 Exhausively match EventType in collection deserilization code 2019-10-27 21:26:03 +01:00
Jonas Platte
3b78391fbc Implement custom event deserialization 2019-10-27 21:01:28 +01:00
Jonas Platte
cbe22a84eb Remove commented-out code 2019-10-27 20:56:32 +01:00
Jonas Platte
64a05a3c04 Bump versions 2019-10-24 22:56:06 +02:00
Jonas Platte
a118ee3e9e Update ruma-events-macros' dependencies 2019-10-24 22:55:33 +02:00
Jonas Platte
ce6937c1a0 Update docs 2019-10-24 22:55:10 +02:00
Jonas Platte
1af436b775 Simplify InvalidEvent, update its documentation 2019-10-24 22:26:20 +02:00
Jonas Platte
398e0a73d1 travis: Don't run clippy on old rustc 2019-10-23 03:05:16 +02:00
Jonas Platte
cb4bddf60a Disable clippy lint use_self for ruma-events-macros 2019-10-23 03:05:02 +02:00
Jonas Platte
2dd9ddd4e8 Allow clippy warning use_self 2019-10-23 02:53:00 +02:00
Jonas Platte
677fb69bde travis: Add allowed-to-fail nightly job 2019-10-23 02:52:38 +02:00