Jonas Platte
|
36df3e341a
|
Release ruma-common 0.3.0
|
2021-03-31 13:47:24 +02:00 |
|
Jonas Platte
|
b79fd0c3aa
|
Release ruma-identifiers 0.18.0
|
2021-03-23 21:08:44 +01:00 |
|
Jonas Platte
|
c910d57b14
|
Release ruma-serde 0.3.1
|
2021-03-23 20:58:53 +01:00 |
|
Kévin Commaille
|
02e6c935b3
|
client-api: Move user in login::Request to identifier in login::LoginInfo::Password
|
2021-03-15 10:36:54 +01:00 |
|
Jonas Platte
|
a20c75d536
|
Fix import grouping issues
|
2021-02-25 20:55:19 +01:00 |
|
Devin Ragotzy
|
12c294422b
|
Move new_content and relates_to fields to MessageEventContent struct
MessageEventContent used to be an enum, it now has a msgtype field where
the enum (now called MessageType) sits.
|
2021-02-13 00:29:07 +01:00 |
|
Jonas Platte
|
891db9083b
|
Clean up cargo features
|
2021-02-02 19:21:45 +01:00 |
|
Jonas Platte
|
2edddd519e
|
Remove redundant imports
|
2021-02-01 19:17:52 +01:00 |
|
Jonas Platte
|
ca1f334ded
|
Remove documentation links from all Cargo.toml s
It was wrong for ruma-federation-api and useless for all others since
crates.io will link to docs.rs automatically if no link is given.
|
2021-01-17 17:00:09 +01:00 |
|
Jonas Platte
|
d8b268ed76
|
client: Fix import order
|
2021-01-08 21:32:40 +01:00 |
|
Jonas Platte
|
25b43d2bf9
|
Replace futures-util dev-dependency with tokio-stream
|
2021-01-07 15:11:26 +01:00 |
|
Jonas Platte
|
1db0ad1bea
|
client: Replace futures_util::stream::try_unfold with async_stream::try_stream!
|
2021-01-04 16:12:12 +01:00 |
|
Jonas Platte
|
1c47963bef
|
Release ruma-client 0.5.0-alpha.1
|
2021-01-02 15:37:18 +01:00 |
|
Jonas Platte
|
a377ac87da
|
Release ruma 0.0.2
|
2021-01-02 15:35:45 +01:00 |
|
Jonas Platte
|
329537afef
|
Release new versions of ruma-*-api
* ruma-appservice-api 0.2.0-alpha.2
* ruma-client-api 0.10.0-alpha.2
* ruma-federation-api 0.1.0-alpha.1
* ruma-identity-service-api 0.0.1
* ruma-push-gateway-api 0.0.1
|
2021-01-02 15:17:32 +01:00 |
|
Jonas Platte
|
8e247a5ce2
|
Release ruma-api 0.17.0-alpha.2
|
2021-01-02 14:58:00 +01:00 |
|
Jonas Platte
|
b95ab27272
|
Release ruma-events 0.22.0-alpha.2
|
2021-01-02 14:49:00 +01:00 |
|
Jonas Platte
|
ecfb8a4a4d
|
Relase ruma-common 0.3.0-alpha.1
|
2021-01-02 14:34:17 +01:00 |
|
Jonas Platte
|
6d468b88a3
|
Release ruma-identifiers-validation 0.2.0 and ruma-identifiers 0.18.0-alpha.1
|
2021-01-02 13:31:08 +01:00 |
|
Jonas Platte
|
2ebd827355
|
Release ruma-serde 0.3.0
|
2021-01-02 13:04:39 +01:00 |
|
Jonas Platte
|
91dd6383c5
|
client: Fix build error with TLS disabled
|
2020-12-30 19:20:31 +01:00 |
|
Jonas Platte
|
4ffec95b01
|
Update hyper / tokio
(and raise the minimum version for other dependencies)
|
2020-12-30 19:01:22 +01:00 |
|
Jonas Platte
|
19ae6ff347
|
Remove lots of Copy implementations
so we don't have do breaking releases once they can't be Copy anymore.
|
2020-12-24 02:51:08 +01:00 |
|
Jonas Platte
|
f55e2b2cc6
|
Bump dependency requirements
|
2020-12-24 02:48:01 +01:00 |
|
Jonas Platte
|
48348edc7e
|
client: Small readability improvement
|
2020-12-24 02:25:24 +01:00 |
|
Jonas Platte
|
8ea4cf4862
|
client: Add support for rustls as the TLS backend
|
2020-12-24 01:43:14 +01:00 |
|
Jonas Platte
|
1129520290
|
client: Rename tls feature to tls-native
|
2020-12-24 01:29:19 +01:00 |
|
Fredrik Lanker
|
325b3eea34
|
Require user credentials for client example
|
2020-12-23 17:08:01 +01:00 |
|
Jonas Platte
|
e7f55ea2c6
|
Rewrap comments
|
2020-11-27 18:22:18 +01:00 |
|
Jonas Platte
|
199f5840dd
|
events: Make text & notice message event content non-exhaustive
|
2020-11-25 18:38:14 +01:00 |
|
Alejandro Domínguez
|
872701dc83
|
Introduce the unstable-synapse-quirks feature in ruma-events
|
2020-11-20 14:31:10 +01:00 |
|
Jonas Platte
|
e02d76f4b0
|
Remove FIXME comment
Turned out making FilterDefinition::ignore_all() const doesn't help.
|
2020-11-05 21:14:56 +01:00 |
|
Jonas Platte
|
d34a270919
|
Allow custom values for more enums
|
2020-11-02 00:29:47 +01:00 |
|
Jonas Platte
|
e1975c2035
|
Be more consistent about whitespace
|
2020-10-24 00:44:01 +02:00 |
|
Jonas Platte
|
50eb700571
|
client: Select hyper connector (TLS backend) at build time
|
2020-10-18 00:39:20 +02:00 |
|
Jonas Platte
|
006582e3f2
|
Various README updates
|
2020-09-29 20:30:33 +02:00 |
|
Jonas Platte
|
8b9e20b842
|
Fix outdated links
|
2020-09-29 20:10:54 +02:00 |
|
Jonas Platte
|
565e3a1ee7
|
Merge LICENSE files
The Copyright notice is taken out because no single person has a
copyright to the entire codebase.
|
2020-09-26 15:52:52 +02:00 |
|
Jonas Platte
|
fa44fd5c55
|
Remove outdated Travis badges
|
2020-09-26 15:37:08 +02:00 |
|
Jonas Platte
|
c10fb9b269
|
Remove leftover ruma-client/.builds
|
2020-09-22 20:55:43 +02:00 |
|
Vincent Lee
|
d36d005b97
|
Change requires_authentication: bool to authentication: AuthScheme
|
2020-09-18 16:28:51 +02:00 |
|
Nicholas Young
|
7ccdaa34d6
|
feature gate exhaustive types for all spec crates:
- ruma-appservice-api
- ruma-client-api
- ruma-events
- ruma-federation-api
|
2020-09-01 18:39:41 -06:00 |
|
Jonas Platte
|
fec07a7426
|
Update lots of types to the new API standards
|
2020-08-28 23:37:22 +02:00 |
|
Jonas Platte
|
e4cd59e7e5
|
client-api: Various API updates
|
2020-08-26 11:30:39 +02:00 |
|
Jonas Platte
|
3b36a974fa
|
Clean up dependencies
|
2020-08-25 16:01:30 +02:00 |
|
Jonas Platte
|
a9757b13ae
|
client: Require a next_batch token for Client::sync
|
2020-08-18 00:25:41 +02:00 |
|
Jonas Platte
|
277800b980
|
client-api: Make sync_events request and response types non-exhaustive
|
2020-08-18 00:18:11 +02:00 |
|
Jonas Platte
|
7764671c36
|
Resolve FIXME
|
2020-08-18 00:05:35 +02:00 |
|
Jonas Platte
|
aead9fa852
|
Use AnyMessageEventContent in send_message_event
|
2020-08-15 00:37:39 +02:00 |
|
Jonas Platte
|
d6c15e5769
|
client-api: More borrowing
|
2020-08-14 01:40:35 +02:00 |
|