Timo Kösters
|
2808dd2000
|
Ruma upgrade
|
2022-04-07 12:58:48 +02:00 |
|
chenyuqide
|
ee96a03d60
|
Update ruma
|
2022-04-07 12:56:16 +02:00 |
|
Jonathan de Jong
|
e9f87e1952
|
update ruma
|
2022-02-18 15:33:14 +01:00 |
|
Jonas Platte
|
accdb77315
|
Clean up tracing::instrument attributes
Remove it from request handler since there's already the context of the
request path, added through TraceLayer.
|
2022-02-12 16:38:47 +01:00 |
|
Jonas Platte
|
5fa9190117
|
Simplify return type of most route handlers
|
2022-02-12 12:56:08 +01:00 |
|
Jonas Platte
|
1f7b3fa4ac
|
Port from Rocket to axum
|
2022-02-12 12:56:07 +01:00 |
|
Jonas Platte
|
f2ef5677e0
|
Reduce turbofish usage
Should make the code a little bit easier to read.
|
2021-10-13 12:25:58 +02:00 |
|
Timo Kösters
|
b9eb39a9c6
|
docs: documentation for every endpoint
|
2021-08-31 19:20:34 +02:00 |
|
Timo Kösters
|
bd63797213
|
improvement: make better use of sqlite connections
|
2021-08-03 10:24:14 +02:00 |
|
Timo Kösters
|
f5273f7eb1
|
improvement: upgrade ruma and implement blurhashes
|
2021-07-20 15:25:16 +02:00 |
|
Jonathan de Jong
|
9d4fa9a220
|
Sqlite
|
2021-07-14 07:07:08 +00:00 |
|
Timo Kösters
|
d0ee823254
|
feat: swappable database backend
|
2021-06-09 22:21:52 +02:00 |
|
Timo Kösters
|
59dd3676d5
|
fix: putting global account data works now
|
2021-05-29 10:53:03 +02:00 |
|
Timo Kösters
|
09157b2096
|
improvement: federation get_keys and optimize signingkey storage
- get encryption keys over federation
- optimize signing key storage
- rate limit parsing of bad events
- rate limit signature fetching
- dependency bumps
|
2021-05-21 13:25:24 +02:00 |
|
Jonas Platte
|
e1c4e5c73e
|
Return only event content in account_data endpoints, not the entire event
|
2021-04-29 21:28:01 +02:00 |
|
Jonas Platte
|
c28eba1e5b
|
Bump ruma
|
2021-04-29 21:05:29 +02:00 |
|
Timo Kösters
|
16eed1d8c2
|
chore: get rid of warnings
|
2021-03-24 12:44:10 +01:00 |
|
Timo Kösters
|
e305889b72
|
feat: room_account_data endpoints
|
2021-03-24 08:48:28 +01:00 |
|
Timo Kösters
|
6da40225bb
|
improvement: make state res actually work
|
2021-03-13 16:30:12 +01:00 |
|
Timo Kösters
|
4155a47db1
|
feat: opentelemetry/jaeger support
|
2021-03-02 15:08:54 +01:00 |
|
Devin Ragotzy
|
164b1633d8
|
Update ruma to latest, renamed server keys and removed PduStub
|
2020-12-05 17:44:54 +01:00 |
|
Timo Kösters
|
6dbe195695
|
improvement: flush after every request that manipulates the db
|
2020-10-23 14:38:07 +02:00 |
|
Timo Kösters
|
f0a21b6165
|
fix: use device_id when registering
TIL body.device_id != (*body).device_id, which is pretty bad, so I
renamed body.device_id to body.sender_device
|
2020-10-18 21:51:28 +02:00 |
|
Timo Kösters
|
1e8fbd8d50
|
Update ruma version
|
2020-09-08 17:32:03 +02:00 |
|
Timo
|
972babbc79
|
fix: set limited to true when skipping messages in /sync
|
2020-08-23 16:43:21 -04:00 |
|
Devin Ragotzy
|
672bf4f473
|
Cargo lock update and a few doc additions
|
2020-08-23 16:43:21 -04:00 |
|
timokoesters
|
c1c62b7eb4
|
refactor: put endpoints into modules
|
2020-07-30 18:34:03 +02:00 |
|