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
f22ad5dfba
chore: bump dependencies
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
Jonas Zohren
95989241db
Only apply max. optimizations in CI builds.
...
The average german man has a life expectancy of 78.7 years, or 689884.2 hours.
Assuming that Timo is 20 years old, he has rougly 514564.2 hours left on planet earth.
Also assuming that cross release builds took him 25 minutes before,
but 2-2.5x of that with the current release compilation config he wasted roughly an hour waiting for it to complete.
If he continued to work on Conduit for 20 more years (or 175320 hours),
and makes a release compilation about once per day, this means 7305 hours or 304 days wasted waiting for the rust compiler.
By cutting that back down to the original settings, he get's 182 days of his life back.
That's about 0.63% of his remaining life.
182 joyful days he can spend with family and loved ones.
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
Timo Kösters
c0c783fdec
remove prev event fetch limit
2021-09-15 11:16:09 +02:00
Timo Kösters
b02e4bf46c
fix: delta calculation
2021-09-15 11:16:09 +02:00
Timo Kösters
87f5f17134
fix: room exists panic
2021-09-15 11:16:09 +02:00
Timo Kösters
f1aea98384
finish implementing better state store
2021-09-15 11:16:09 +02:00
Timo Kösters
caebb13a98
improvement: migrations, batch inserts
2021-09-15 11:16:09 +02:00
Timo Kösters
0b073c6534
WIP improvement: much better state storage
2021-09-15 11:16:09 +02:00
Timo Kösters
f29a6d7945
fix: long prev event fetch times for huge rooms
2021-09-15 11:16:09 +02:00
Timo Kösters
8696e627b0
less warnings
2021-09-15 11:16:09 +02:00
Timo Kösters
201de77db4
improvement: cache for short event ids
2021-09-15 11:16:09 +02:00
Timo Kösters
33e84c74ac
improvement: use u64s in auth chain cache
2021-09-15 11:16:09 +02:00
Timo Kösters
39d1f86050
improvement: smaller cache, better prev event fetching
2021-09-15 11:16:09 +02:00
Jonas Zohren
afa71756c0
WIP: change layout of config options documentation
2021-09-07 11:36:28 +02:00