Commit Graph

998 Commits (a469ca04610de779fe938629e139b0e3de8260a8)
 

Author SHA1 Message Date
Daniel Wiesenberg a469ca0461 Move docker healthcheck into dedicated script. 3 years ago
Timo Kösters 00c9ad12bd Merge branch 'speed' into 'master'
Speed

See merge request famedly/conduit!168
3 years ago
Timo Kösters 1601027605
add warning if calculated event id != requested event id 3 years ago
Timo Kösters afca61fe7c
fix: don't retry soft failed events 3 years ago
Devin Ragotzy 9bff276fa9
Use Arc<EventId> in place of most EventIds 3 years ago
Timo Kösters 19b89ab91f
fix: server resolution 3 years ago
Timo Kösters 0330d3e270
fix: server resolution with well-known files 3 years ago
Timo Kösters a1e8a99db5
improvement: less IO for auth chains 3 years ago
Timo Kösters 33172a70e6
fix: improve key fetching 3 years ago
Timo Kösters 1b56a7bbfd Merge branch 'speed' into 'master'
fix: e2ee over federation

See merge request famedly/conduit!165
3 years ago
Timo Kösters d485eb5a24
chore: bump dependencies 3 years ago
Timo Kösters 41d07be97b
improvement: persist cached auth chains in db 3 years ago
Timo Kösters bef4fe50ce
fix: better migration, force e2ee device key updates 3 years ago
Timo Kösters 9152b877a7
fix: wrong soft fail check, too many events in /sync state response 3 years ago
Timo Kösters 9f8c45c763
fix: e2ee over federation
to device events were not being sent
3 years ago
Timo Kösters 5aa56b92ee Merge branch 'speed' into 'master'
improvement: more efficient auth chain cache

See merge request famedly/conduit!164
3 years ago
Timo Kösters dd87066546
improvement: more efficient auth chain cache 3 years ago
Timo Kösters 30b309b708 Merge branch 'speed' into 'master'
Better E2EE and faster incoming event handling

See merge request famedly/conduit!163
3 years ago
Timo Kösters d5695fb9fe Merge branch 'only-set-max-optimzations-in-ci' into 'master'
Only apply max. optimizations in CI builds.

See merge request famedly/conduit!162
3 years ago
Timo Kösters 81e056417c
improvement: better e2ee over fed, faster incoming event handling 3 years ago
Timo Kösters 72dd95f500 Merge branch 'createwarnings' into 'master'
fix: correct create event warnings

See merge request famedly/conduit!161
3 years ago
Jonas Zohren b6e755f67e 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.
3 years ago
Timo Kösters 4f8cf3bed4 Merge branch 'send_join_v1' into 'master'
Implement federation/v1/send_join

See merge request famedly/conduit!141
3 years ago
Timo Kösters b3ea6adc9c Merge branch 'get-pdu-json' into 'master'
Consistent and escaped response in get_pdu

See merge request famedly/conduit!160
3 years ago
Timo Kösters 6d83954c40
fix: room upgrades 3 years ago
Timo Kösters 667ffb4239
fix: correct create event warnings 3 years ago
Kurt Roeckx 48494c9464 Implement federation/v1/send_join 3 years ago
Tom Smeding 2ef23b213a
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.
3 years ago
Timo Kösters 33481ec062 Merge branch 'statediffs' into 'master'
Statediffs

See merge request famedly/conduit!145
3 years ago
Timo Kösters 3b78e43a18
fmt 3 years ago
Timo Kösters 4956fb9fba
improvement: limit prev event fetching 3 years ago
Timo Kösters b09499c2df
fix: don't save empty tokens 3 years ago
Timo Kösters 46d8a46e1f
improvement: faster incoming transaction handling 3 years ago
Timo Kösters cefca2d0d1 Merge branch 'different-optimizations-for-master-and-branches' into 'master'
CI: Use full optimizations for master and faster config else

See merge request famedly/conduit!155
3 years ago
Timo Kösters bf7e019a68
improvement: better prev event fetching, perf improvements 3 years ago
Timo Kösters 75ba8bb565
fix: faster room joins 3 years ago
Timo Kösters 0823506d05
fix: don't load endless prev events and fix room join bug 3 years ago
Timo Kösters 2c3bee34a0
improvement: better sqlite 3 years ago
Timo Kösters a4310f840e
improvement: state info cache 3 years ago
Timo Kösters 5bd5b41c70
fix: fetch event multiple times 3 years ago
Timo Kösters f9a2edc0dd
fix: also fetch prev events that are outliers already 3 years ago
Timo Kösters ecd1e45a44
fix: fetch more than one prev event 3 years ago
Timo Kösters 1d46569929
fix: don't use recursion for prev events 3 years ago
Timo Kösters 1e3a8ca35d
fmt 3 years ago
Timo Kösters 0cb22996be
remove prev event fetch limit 3 years ago
Jonas Zohren 9c3a8edcae Use full optimizations for master and faster config else
Signed-off-by: Jonas Zohren <git-pbkyr@jzohren.de>
3 years ago
Timo Kösters 38effda799
fix: delta calculation 3 years ago
Timo Kösters 3cf0145bc5
fix: room exists panic 3 years ago
Timo Kösters 3eabaa2a95
finish implementing better state store 3 years ago
Timo Kösters 31f60ad6fd
improvement: migrations, batch inserts 3 years ago