Commit Graph

1170 Commits (da3871f39a3a0a7b5b34e2110e41717c33754a73)

Author SHA1 Message Date
Timo Kösters da3871f39a
fix: let requests continue event if client disconnects 1 year ago
Timo Kösters 42b12934e3
Don't crash when a room errors 1 year ago
Timo Kösters 63f787f635
Reduce logs from info to debug 1 year ago
Timo Kösters a1bd348977
fix: history visibility 1 year ago
Timo Kösters 27f29ba699
fix: SRV lookups should end with a period 1 year ago
Timo Kösters cb0ce5b08f
Logs for server resolution 1 year ago
Timo Kösters b7c99788e4
All the logs 1 year ago
Timo Kösters 2316d89048
Even more logging 1 year ago
Timo Kösters bde4880c1d
fix: don't unwrap server keys 1 year ago
Timo Kösters 8b648d0d3f
fix: force abort federation requests after 2 minutes 1 year ago
Timo Kösters 4617ee2b6b
More logging for remote joins 1 year ago
Timo Kösters 10fa686c77
feat: respect history visibility 1 year ago
Timo Kösters 2a16a5e967
fix: don't send nulls as unsigned content 1 year ago
Timo Kösters 2aa0a2474b
fix: ignore unparsable pdus in /send 1 year ago
Timo Kösters d39003ffc0
Allow backfilling create event itself 1 year ago
Timo Kösters eae0989c40
fix: refactor backfill and add support for search 1 year ago
Timo Kösters 17a6431f5f
fix: make backfilled events reachable 1 year ago
Timo Kösters fcfb06ffa6
fix: allow handling create event itself 1 year ago
Timo Kösters 7bdd9660aa
feat: ask for backfill 1 year ago
Timo Kösters 23b18d71ee
feat: handle backfill requests
Based on https://gitlab.com/famedly/conduit/-/merge_requests/421
1 year ago
Timo Kösters fc0aff20cf
fix: allow reactivation of users using reset-password admin command 1 year ago
Timo Kösters a4f18f99ad
fix: ignore bad user ids 1 year ago
Jonathan de Jong b158896396 Merge remote-tracking branch 'origin/next' into complement-improvements 1 year ago
Timo Kösters f95dd4521c Merge branch 'validate-state-of-admins-room' into 'next'
Validate PDU in admins room

See merge request famedly/conduit!382
1 year ago
Timo Kösters 809c9b4481
Maybe fix room joins
This is a workaround for https://github.com/hyperium/hyper/issues/2312
1 year ago
Timo Kösters c7a7c913d4
Bump ruma 2 years ago
Timo Kösters 76a82339a2
tweak default rocksdb settings 2 years ago
Timo Kösters 94df9cdbba Merge branch 'Nyaaori/prev_events-config-option' into 'next'
Make prev_events fetch limit configurable

See merge request famedly/conduit!422
2 years ago
Nyaaori 7cc346bc18
feat: Implement membership ban/join/leave/invite reason support 2 years ago
Nyaaori 7c196f4e00
feat: Add max prev events config option, allowing adjusting limit for prev_events fetching 2 years ago
Nyaaori c86313d4fa
chore: code cleanup
https://rust-lang.github.io/rust-clippy/master/index.html#op_ref

https://rust-lang.github.io/rust-clippy/master/index.html#str_to_string

https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
2 years ago
Timo Kösters 2a04c213f9
improvement: handle restricted joins locally 2 years ago
Timo Kösters 2a0515f528
Replace println/dbg calls with corresponding macros from tracing crate 2 years ago
Timo Kösters 6d5e54a66b
fix: jaeger support 2 years ago
Timo Kösters f1d2574651
finish upgrade ruma 2 years ago
Jonas Platte d39ce1401d
WIP: Upgrade Ruma 2 years ago
Timo Kösters db7a7085f4 Merge branch 'fix/pushrules_database' into 'next'
Migrate database to use correct rule id in pushrules.

See merge request famedly/conduit!405
2 years ago
Timo Kösters 5894d35eb2 Merge branch 'fixrestrictedjoin' into 'next'
fix: rejoining restricted rooms over federation

See merge request famedly/conduit!431
2 years ago
Timo Kösters b9fd6127e2
fix: rejoining restricted rooms over federation 2 years ago
Vladan Popovic 06d3efc4d0 feat(systemd): call sd-notify after init and before exit 2 years ago
Timo Kösters 396dac6d82 Merge branch 'fixroomleave' into 'next'
fix: unable to leave room

See merge request famedly/conduit!419
2 years ago
Timo Kösters 9149be31af Merge branch 'logs-cleanup' into 'next'
Clean some noisy logs

See merge request famedly/conduit!423
2 years ago
Nyaaori b59304a4df
Reduce length of generated access tokens and session ids
Reduces generated tokens and session ids down to 32 characters (~190 bits of entropy) in length
2 years ago
Nyaaori 66bc41125c
refactor: cleanup 2 years ago
Andriy Kushnir (Orhideous) a3a1db124d
Clean some noisy logs 2 years ago
Timo Kösters 3b3c451c83
fix: unable to leave room 2 years ago
Timo Kösters c063700255
fix: invite dendrite users 2 years ago
Timo Kösters 7540227388
chore: bump dependencies 2 years ago
Paul Beziau a2d8aec1e3 Moving the unwraping of a variable
Moving the unwraping of the variable "rule" inside the condition instead of the if body, for the migration of the database from version 11 to 12.
2 years ago
Nyaaori 23cf39c525
Cleanly handle invalid response from trusted server instead of panicking 2 years ago