dendrite/internal
Neil Alexander c1447a58e5
Various alias fixes (#1934)
* Generate m.room.canonical_alias instead of legacy m.room.aliases

* Add omitempty tags

* Add aliases endpoint to client API

* Check power levels when setting aliases

* Don't return null on /aliases

* Don't return error if the state event fails

* Update sytest-whitelist

* Don't send updated m.room.canonical_alias events

* Don't check PLs after all because for local aliases they are apparently irrelevant

* Fix some bugs

* Allow deleting a local alias with enough PL

* Fix some more bugs

* Update sytest-whitelist

* Fix copyright notices

* Review comments
2021-07-21 16:53:50 +01:00
..
caching Gradually evict oldest cache entries (#1768) 2021-02-17 13:50:27 +00:00
eventutil Various alias fixes (#1934) 2021-07-21 16:53:50 +01:00
hooks MSC2836: Threading - part one (#1589) 2020-11-19 11:34:59 +00:00
httputil Add Sentry support (#1803) 2021-03-24 10:25:24 +00:00
sqlutil Only include go-sqlite3 on the relevant binaries (#1900) 2021-07-20 11:18:14 +01:00
test Top-level setup package (#1605) 2020-12-02 17:41:00 +00:00
transactions Implement read receipts (#1528) 2020-11-09 18:46:11 +00:00
consumers.go Graceful shutdowns (#1734) 2021-01-26 12:56:20 +00:00
log.go Only log filename and not entire path (#1906) 2021-07-08 13:13:27 +01:00
mutex.go Add a per-room mutex to federationapi when processing transactions (#1810) 2021-03-30 10:01:32 +01:00
version.go Version 0.4.0 2021-07-12 11:48:29 +01:00