141 Commits

Author SHA1 Message Date
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
Jimmy Cuadra
b5102db0d4 Only build PRs and the master branch on CI. 2019-08-03 14:02:24 -07:00
Jimmy Cuadra
2edf22157c Bump version to 0.14.0. 2019-07-25 10:33:04 -07:00
Jimmy Cuadra
b627ae9311
Merge pull request #10 from ruma/update-deps
Update deps
2019-07-24 10:09:54 -07:00
Jonas Platte
59bd63d25e Update rand to 0.7, regex to 1.2.0, url to 2.0.0 2019-07-23 21:34:42 +02:00
Jonas Platte
4bafdb1ed7 Change invalid host tests from '-' to '/' 2019-07-23 21:34:42 +02:00
Jimmy Cuadra
29a8fa38a9 Run cargo-audit on CI. 2019-07-23 09:59:38 -07:00
Jimmy Cuadra
77e5976ba6 Add crates.io categories. [ci skip] 2019-06-16 16:41:59 -07:00
Jimmy Cuadra
bc7683af96 Bump version to 0.13.1. 2019-06-16 01:30:42 -07:00
Jimmy Cuadra
9506c565e0 Add support for room version 5. 2019-06-16 01:29:54 -07:00
Jimmy Cuadra
6de32b1b9c Bump version to 0.13.0. 2019-06-03 12:14:34 -07:00
Jimmy Cuadra
b37bb53495 Add DeviceId. 2019-06-03 12:13:11 -07:00
Jimmy Cuadra
9011423eea Consistently use localpart instead of opaque_id and use homeserver_host instead of server_name. 2019-06-03 12:11:57 -07:00
Jimmy Cuadra
fb8039ac6d Support event ID formats for all room versions. 2019-06-03 11:52:15 -07:00
Jimmy Cuadra
6d9b3c7bf2 Add RoomVersionId. 2019-06-03 10:21:57 -07:00
Jimmy Cuadra
44de3bcb4d Move each type into its own module. 2019-06-03 09:00:04 -07:00
Jimmy Cuadra
1f7ac74adb Add rustfmt and clippy to CI and address clippy warnings. 2019-06-02 18:57:28 -07:00
Jimmy Cuadra
2047c980ef Use stable Rust on Travis. 2019-06-02 09:14:15 -07:00
Jimmy Cuadra
7059bc4ff3 Add missing closing doc test marker. 2019-06-01 03:06:38 -07:00
Jimmy Cuadra
a207c6d8f6 Bump version to 0.12.1. 2019-04-12 03:54:54 -07:00
Jimmy Cuadra
1c5c1f92d6 Reintroduce macro_use for Diesel to import custom derives. 2019-04-12 03:54:28 -07:00
Jimmy Cuadra
b3eeb25a99 Bump version to 0.12.0. 2019-04-11 17:36:47 -07:00
Jimmy Cuadra
eda32dfdb5 Remove try_from feature from doctests. 2019-04-11 17:35:54 -07:00
Jimmy Cuadra
599e292d5c Add note about minimum Rust version. 2019-04-11 17:29:15 -07:00
Jimmy Cuadra
56958147ca Update dependencies, remove Diesel workaround, remove try_from feature. 2019-04-08 17:05:56 -07:00
Jimmy Cuadra
9a99e1906f
Merge pull request #7 from ruma/rust-2018
Update to Rust 2018
2019-02-11 12:58:01 -08:00
Jonas Platte
8f130f95e6 Update to Rust 2018, work around a warning for diesel 2019-02-11 13:28:09 +01:00
Jimmy Cuadra
3159bd8076 Bump version to 0.11.1. 2019-02-08 13:11:18 -08:00
Jimmy Cuadra
dce64609e8
Merge pull request #8 from exul/fix-diesel
Allow types to be used as compound keys
2019-02-04 23:59:48 -08:00
Andreas Studer
c8aeee8271 Allow types to be used as compound keys 2019-02-04 23:13:52 +01:00
Jimmy Cuadra
dbbc8be729
Merge pull request #6 from ruma/nested-imports
Use nested imports
2019-01-09 14:51:36 -08:00
Jonas Platte
05f7e6b0a8 Configure rustfmt for nested imports, re-run 'cargo fmt' 2019-01-08 19:53:25 +01:00
Jimmy Cuadra
78b0d1e054 Update Diesel integration to Diesel 1.0. 2018-06-10 01:05:32 -07:00
Jimmy Cuadra
7ba979a411 Derive more traits for Error. 2018-05-24 04:04:19 -07:00
Jimmy Cuadra
c31794f581 Use new rand 0.5 API. 2018-05-24 04:04:08 -07:00
Jimmy Cuadra
b994d16203 Bump dependencies. 2018-05-24 03:43:15 -07:00
Jimmy Cuadra
76fb657300
Merge pull request #2 from digitalatigid/digital-unit-tests-roomalias
Add unicode compatibility for identifiers
2018-04-05 01:31:44 -07:00
Digital
3a4041982c Add unicode compatibility for identifiers
Fix issue with unicode character boundaries in parse_id.
Add Unit test for unicode room aliases.
2018-04-04 14:31:16 +02:00
Jimmy Cuadra
2de6d5dc0a Bump version to 0.11.0. 2017-04-20 21:58:18 -07:00
Jimmy Cuadra
418c91d5ff Update serde and serde_json to 1.0. 2017-04-20 21:57:36 -07:00
Jimmy Cuadra
a38c7e048c Bump version to 0.10.0. 2017-03-24 01:32:00 -07:00
Jimmy Cuadra
9181220917 Update TryFrom::Err to TryFrom::Error. 2017-03-24 01:31:33 -07:00
Jimmy Cuadra
70e6b60407 Update Diesel to 0.12. 2017-03-24 01:31:10 -07:00
Jimmy Cuadra
1ae596d251 Update diesel to 0.11 and bump version to 0.9.0. 2017-02-16 19:38:56 -08:00
Jimmy Cuadra
bd6dd985d7 Bump version to 0.8.1. 2017-02-08 22:26:47 -08:00
Jimmy Cuadra
dcfc581d44 Give docs their own section in the README. 2017-02-08 22:26:47 -08:00
Jimmy Cuadra
e4c3cae7fd Add missing Diesel implementations. 2017-02-08 22:25:01 -08:00