Timo Kösters
870c178c8b
fix: avoid panic
2021-09-15 11:16:16 +02:00
Timo Kösters
3143d468c7
revert Arc<EventId> commit
2021-09-15 11:16:15 +02:00
Timo Kösters
ac594f5502
docs: update readme and version
2021-09-15 11:16:15 +02:00
Jonas Platte
75701f75e4
Remove unneeded intermediary container collection
2021-09-15 11:16:09 +02:00
Timo Kösters
186722c51f
fix: batch key fetching
2021-09-15 11:16:09 +02:00
Kurt Roeckx
fc3ff86ad9
fixup! Get required keys in batch when joining a room
2021-09-15 11:16:09 +02:00
Kurt Roeckx
a8d181e00e
fixup! Get required keys in batch when joining a room
2021-09-15 11:16:09 +02:00
Kurt Roeckx
61adef8f2c
Let our server signing be valid for 1 week
...
It was valid for 2 minutes, which can result in the server being
asked too much for something that never changes.
2021-09-15 11:16:09 +02:00
Kurt Roeckx
13c9f2fb50
Get required keys in batch when joining a room
...
We now ask the trusted server for all keys in 1 request, instead of
asking each server individual for it's own keys.
2021-09-15 11:16:09 +02:00
Jonas Platte
e14db60b6c
Fix a bunch of clippy lints
2021-09-15 11:16:09 +02:00
Timo Kösters
4cba464faf
improvement: make pdu cache capacity configurable
2021-09-15 11:16:09 +02:00
Timo Kösters
828611c0e4
improvement: stop prev event fetching if too many events fail
2021-09-15 11:16:09 +02:00
Timo Kösters
e206b0ca8f
docs: documentation for every endpoint
2021-09-15 11:16:09 +02:00
Jonathan de Jong
8aed9b7711
registration default true
2021-09-15 11:16:09 +02:00
Jonathan de Jong
fc29ad088c
add tls
2021-09-15 11:16:09 +02:00
Timo Kösters
b0aa4fc7f5
improvement: call /state_ids less often by using state res
2021-09-15 11:16:09 +02:00
Timo Kösters
73ae29c0de
fix: inviting dendrite users
2021-09-15 11:16:09 +02:00
Timo Kösters
8c7ae60518
improvement: don't do state updates if the event was soft failed
2021-09-15 11:16:09 +02:00
Timo Kösters
4d6af6ee88
fix: make appservices more efficient
2021-09-15 11:16:09 +02:00
Timo Kösters
4ede0dc2d9
add warning if calculated event id != requested event id
2021-09-15 11:16:09 +02:00
Timo Kösters
4ce02e8ff6
fix: don't retry soft failed events
2021-09-15 11:16:09 +02:00
Devin Ragotzy
4ac40dec9a
Use Arc<EventId> in place of most EventIds
2021-09-15 11:16:09 +02:00
Timo Kösters
51b96b3538
fix: server resolution
2021-09-15 11:16:09 +02:00
Timo Kösters
5b904fbef4
fix: server resolution with well-known files
2021-09-15 11:16:09 +02:00
Timo Kösters
6c0079f2c4
improvement: less IO for auth chains
2021-09-15 11:16:09 +02:00
Timo Kösters
3a588c4561
fix: improve key fetching
2021-09-15 11:16:09 +02:00
Timo Kösters
2b50afcc0a
improvement: persist cached auth chains in db
2021-09-15 11:16:09 +02:00
Timo Kösters
8216abc8c5
fix: better migration, force e2ee device key updates
2021-09-15 11:16:09 +02:00
Timo Kösters
981d054b0c
fix: wrong soft fail check, too many events in /sync state response
2021-09-15 11:16:09 +02:00
Timo Kösters
72e2b643bb
fix: e2ee over federation
...
to device events were not being sent
2021-09-15 11:16:09 +02:00
Timo Kösters
ee4b08c185
improvement: more efficient auth chain cache
2021-09-15 11:16:09 +02:00
Timo Kösters
896427b67f
improvement: better e2ee over fed, faster incoming event handling
2021-09-15 11:16:09 +02:00
Timo Kösters
10da08e260
fix: room upgrades
2021-09-15 11:16:09 +02:00
Timo Kösters
6255406de0
fix: correct create event warnings
2021-09-15 11:16:09 +02:00
Kurt Roeckx
4c44a7adf5
Implement federation/v1/send_join
2021-09-15 11:16:09 +02:00
Tom Smeding
48fb8c5d4d
Consistent and escaped response in get_pdu
...
1. The fallback text of the get_pdu admin room command response message
now contains the same text as the formatted_body content (namely, the
json instead of Debug-formatting of a serde type).
2. The formatted_body content of the get_pdu response is now
html-escaped.
2021-09-15 11:16:09 +02:00
Timo Kösters
d058f6522e
fmt
2021-09-15 11:16:09 +02:00
Timo Kösters
8784df0d3a
improvement: limit prev event fetching
2021-09-15 11:16:09 +02:00
Timo Kösters
524b4960cd
fix: don't save empty tokens
2021-09-15 11:16:09 +02:00
Timo Kösters
0176d40347
improvement: faster incoming transaction handling
2021-09-15 11:16:09 +02:00
Timo Kösters
b74b8c48ce
improvement: better prev event fetching, perf improvements
2021-09-15 11:16:09 +02:00
Timo Kösters
8a4b7cf4bd
fix: faster room joins
2021-09-15 11:16:09 +02:00
Timo Kösters
4a9483c07c
fix: don't load endless prev events and fix room join bug
2021-09-15 11:16:09 +02:00
Timo Kösters
8f1a41dcd2
improvement: better sqlite
2021-09-15 11:16:09 +02:00
Timo Kösters
6f58af0b99
improvement: state info cache
2021-09-15 11:16:09 +02:00
Timo Kösters
ac9dce2bdf
fix: fetch event multiple times
2021-09-15 11:16:09 +02:00
Timo Kösters
197a111748
fix: also fetch prev events that are outliers already
2021-09-15 11:16:09 +02:00
Timo Kösters
b9f138450c
fix: fetch more than one prev event
2021-09-15 11:16:09 +02:00
Timo Kösters
1aecadf990
fix: don't use recursion for prev events
2021-09-15 11:16:09 +02:00
Timo Kösters
7514aa5d95
fmt
2021-09-15 11:16:09 +02:00