Commit Graph

85 Commits (e70cff196b9d05d43eacbf1b6763a81ecbbbefb4)

Author SHA1 Message Date
Timo Kösters 2808dd2000
Ruma upgrade 2 years ago
Jonathan de Jong e9f87e1952 update ruma 2 years ago
Jonas Platte 5fa9190117
Simplify return type of most route handlers 2 years ago
Jonas Platte 1f7b3fa4ac
Port from Rocket to axum 2 years ago
Jonas Platte a0fc5eba72
Remove unnecessary Result 3 years ago
Jonas Platte bffddbd487
Simplify identifier parsing code 3 years ago
Jonas Platte 892a0525f2
Upgrade Ruma 3 years ago
Jonas Platte 1c4d9af586
Enable more lints and apply their suggestions 3 years ago
Jonas Platte d68c93b5fa
Clean up (mostly automated with cargo clippy --fix) 3 years ago
Timo Kösters 2770ce2cf6
fix: avoid panic 3 years ago
Timo Kösters bd63797213
improvement: make better use of sqlite connections 3 years ago
Timo Kösters 5e924227b6
feat: add threadpool for iterator threads, bug fixes, tracing_flame support 3 years ago
Timo Kösters 1c25492a7e
fix: stuck messages
Conduit did not send the event in /sync because of a race condition.
There is a brief moment in time where Conduit accepted the event, but
did not store it yet. So when the client /syncs it updates the since
token without sending the event. I hope I fixed it by significantly
shortening the race-condition period.
3 years ago
Jonathan de Jong 15471d9ac4 update rocket and lock 3 years ago
Jonathan de Jong 9d4fa9a220 Sqlite 3 years ago
Timo Kösters 05821d6fd5
improvement: pdu cache, /sync cache 3 years ago
Timo Kösters cd4bc520d8
improvement: feature flags for sled, rocksdb 3 years ago
Timo Kösters d0ee823254
feat: swappable database backend 3 years ago
Timo Kösters 1939e62814
fmt 3 years ago
Timo Kösters c1b2b468b8
fix: bad except in ruma wrapper 3 years ago
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
3 years ago
Jonas Platte af6fea3d4e
Refactor some canonical JSON code 3 years ago
Timo Kösters cf94b8e712
improvement: uiaa works like in synapse 3 years ago
Timo Kösters 226045ea4b
improvement: warning on misconfigured reverse proxy 3 years ago
Jonas Platte 026af6b1a6
Improve formatting of ruma_wrapper.rs 3 years ago
Jonas Platte d8b484beed
Upgrade ruma 3 years ago
Jonas Platte 7067d7acae
Refactor Responder implementation for RumaResponse 3 years ago
Timo Kösters 23f81bfaf7
chore: update dependencies 3 years ago
Timo Kösters 6e84d317b2
improvement: update ruma 3 years ago
Timo Kösters 1f84013b2a
feat: verify signatures for incoming requests 3 years ago
Timo Kösters b4f79b77ba
feat: reject invites over federation 3 years ago
Jonas Platte fe744c856f
Upgrade ruma
… and refactor push rule code along the way.
3 years ago
Timo Kösters 3ea7d162db
fix: various improvements and fixes 3 years ago
Timo Kösters f775c76d8a
chore: get rid of warnings 3 years ago
Devin Ragotzy d0df8b495c Merge remote-tracking branch 'upstream/master' into correct-sendtxn 3 years ago
Timo Kösters f7713fdf2e
fix: sending code got stuck sometimes 3 years ago
Devin Ragotzy 4a92a29b56 State resolution outline for /send 3 years ago
Timo Kösters 6924dfc8ea
improvement: better appservice compatibility and optimizations 3 years ago
Timo Kösters 6e5b35ea92
feat: implement appservices
this also reverts some stateres changes
4 years ago
Timo Kösters 45086b54b3
improvement: upgrade dependencies, fix timeline reload bug 4 years ago
Devin Ragotzy b869aab5d0
Cleanup removing debug printing and logging, append non state events 4 years ago
Devin Ragotzy bb24f6ad90
Address some review issues fmt, errors, comments 4 years ago
Devin Ragotzy 0d69ebdc6c
Reformat imports and fix clippy warnings 4 years ago
Devin Ragotzy 96dd3b2880
Update ruma to latest, fix unstable origin feature in ruma 4 years ago
Timo Kösters 9439f2c183
feat: send logs into admin room
Log entries will automatically be deduplicated, so a message won't be
sent if the same line has already been sent in the last 30 mins
4 years ago
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
4 years ago
Timo Kösters 1e8fbd8d50
Update ruma version 4 years ago
Devin Ragotzy c4f5a0a631 Keep track of State at event for state resolution
feat: first steps towards joining rooms over federation
Add state-res as a dependency of conduit
Add reverse_topological_power_sort before append_pdu
Implement statehashstatid_pduid tree for keeping track of state
Clean up implementation of state_hash as key for tracking state
4 years ago
Jonas Platte 75ea0b3163
Update ruma 4 years ago
timokoesters dd3dab39ae
feat: whoami route 4 years ago