997 Commits

Author SHA1 Message Date
Jimmy Cuadra
3b73d910de Bump ruma-events to 0.2.0 and ruma-identifiers to 0.6.0. 2016-12-20 23:15:13 -08:00
Jimmy Cuadra
eb784ab49b Extract Method and Endpoint to the ruma-api crate. 2016-12-15 02:00:13 -08:00
Jimmy Cuadra
0fd9fb4889 ruma-api 2016-12-15 01:50:31 -08:00
Jimmy Cuadra
c48ba8cb51 Merge pull request #1 from exul/membership-join-by-room-id
Add join by room id endpoint
2016-12-15 01:23:03 -08:00
Jimmy Cuadra
ec63bc01fe Merge branch 'master' into membership-join-by-room-id 2016-12-15 01:13:49 -08:00
Jimmy Cuadra
5868783cd3 Use ruma-events collection types to fix the event context API. 2016-12-15 00:58:49 -08:00
Andreas Brönnimann
b9eea6c030 Add join by room id endpoint 2016-12-15 09:30:58 +01:00
Jimmy Cuadra
15b01204cc Encrypt IRC channel name for Travis notifications.
See https://github.com/travis-ci/travis-ci/issues/1094
2016-12-11 23:26:07 -08:00
Jimmy Cuadra
2a7f43a805 Encrypt IRC channel name for Travis notifications.
See https://github.com/travis-ci/travis-ci/issues/1094
2016-12-11 23:23:27 -08:00
Jimmy Cuadra
9b0bd2511f Update README for docs and more stable status. [ci skip] 2016-12-11 16:15:50 -08:00
Jimmy Cuadra
97df65e3d7 Remove a crate keyword, only 5 are allowed. [ci skip] 2016-12-11 16:03:04 -08:00
Jimmy Cuadra
8db6b94af3 Add keywords to crate manifest. 2016-12-11 16:01:59 -08:00
Jimmy Cuadra
e2d1bc2cf1 Verify JSON via a top level function that delegates to a Verifier. 2016-12-11 15:54:48 -08:00
Jimmy Cuadra
c4665ade9e Add more tests. 2016-12-10 17:27:58 -08:00
Jimmy Cuadra
1c0379b59c Add Signatures type. 2016-12-10 11:33:30 -08:00
Jimmy Cuadra
348b6e2941 Move signing to a top-level function. 2016-12-10 10:47:12 -08:00
Jimmy Cuadra
b080a934fb Switch to *ring* for crypto and flesh out the API. 2016-12-10 04:02:22 -08:00
Jimmy Cuadra
69423c5a32 Update dependencies and Macros 1.1 feature name. 2016-12-04 09:14:09 -08:00
Anthony Ramine
9aefb1c02d Bump version to 0.3.0 2016-10-23 12:25:45 +02:00
Anthony Ramine
5202ee622b Support Option values in the sequence serializer
This allows us to serialize sequences of Option<(K, V)> values.
2016-10-23 12:13:09 +02:00
Anthony Ramine
f9c64eb16c Support serializing top-level Option values 2016-10-23 11:56:27 +02:00
Anthony Ramine
39f7d33b0b Use opaque structs instead of opaque tuples
Opaque struct tuples leak their arity.
2016-10-23 11:55:16 +02:00
Jimmy Cuadra
6460312c79 Install libsodium on Travis. 2016-10-09 14:33:30 -07:00
Jimmy Cuadra
9f78427a04 Add Travis CI configuration. 2016-10-09 14:18:21 -07:00
Jimmy Cuadra
e6b7179c28 Add SignatureSet. 2016-10-09 14:15:58 -07:00
Jimmy Cuadra
68fccbddd6 Use a SigningKey to produce a Signature. 2016-10-09 08:16:53 -07:00
Jimmy Cuadra
2b358f8cc7 Update dependencies and Cargo metadata. 2016-10-02 17:18:47 -07:00
Jimmy Cuadra
7c71473854 Add missing Clone and Debug impls. 2016-10-01 04:04:13 -07:00
Jimmy Cuadra
b992542fae Add types for account contact information endpoints. 2016-10-01 03:53:43 -07:00
Jimmy Cuadra
29cbb4c0c7 Add missing imports and address warnings. 2016-10-01 01:04:00 -07:00
Jimmy Cuadra
c310cd1395 Use a trait to represent each endpoint. 2016-10-01 00:55:57 -07:00
Jimmy Cuadra
11285ddc95 Rename HTTP_METHOD to METHOD, document constants, fill in types for remaining session and account endpoints. 2016-09-30 17:22:21 -07:00
Jimmy Cuadra
409b8202f7 Define module layout and fill in types for a few APIs. 2016-09-30 16:13:59 -07:00
Jimmy Cuadra
0251019b01 ruma-client-api 2016-09-29 06:01:20 -07:00
Anthony Ramine
7e09a773cd Bump version to 0.2.2 2016-09-22 14:39:38 +02:00
aelita-mergebot
87e0352ead Add support for boolean values
Merge #5 a=@mre r=@nox
________________________________________________________________________
2016-09-22 05:34:33 -07:00
Matthias Endler
f553c4e08f Add support for boolean values 2016-09-22 14:31:05 +02:00
Anthony Ramine
c75cccbb03 Bump version to 0.2.1 2016-09-19 11:22:15 +02:00
aelita-mergebot
db248d7ea9 Add support for option parameters
Merge #4 a=@mre r=@nox
________________________________________________________________________
2016-09-19 02:09:39 -07:00
Matthias Endler
f639279e3e Add support for option parameters 2016-09-18 19:15:03 +02:00
Anthony Ramine
042a5eb077 Fix number version in README 2016-09-11 21:29:47 +02:00
Anthony Ramine
56ee81e398 Update to 0.2.0 2016-09-11 18:50:46 +02:00
Anthony Ramine
967549d859 Add convenience functions (fixes #2) 2016-09-11 18:49:29 +02:00
Anthony Ramine
b0794d23e3 Remove the T parameter from Deserializer
No idea how that ended up there.
2016-09-11 18:43:22 +02:00
Anthony Ramine
6a21acd172 Make Serializer borrow its inner url-encoded serializer
While at it, create Serializer::new to actually instantiate it.
2016-09-11 18:36:15 +02:00
Anthony Ramine
6ec689b376 x-www-form-urlencoded meets Serde 2016-09-11 13:44:28 +02:00
Jimmy Cuadra
9827fd3cab ruma-signatures 2015-12-04 06:16:23 -08:00