index
:
slackcoder/dendrite
main
Dendrite is a second-generation Matrix homeserver written in Go
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-08-26
Modify DeviceListUpdater to retry requests according to RetryAfter (#1342)
Kegsay
2020-08-25
[readability] use event.StateKeyEquals where relevant and minor for-loop refa...
oliverpool
2020-08-25
Fix 'Invited user can reject invite over federation several times' (#1341)
Kegsay
2020-08-25
Enforce history visibility etc for /rooms/{roomID}/state (#1340)
Neil Alexander
2020-08-25
Update /versions (#1338)
Neil Alexander
2020-08-25
Make redactions permanent (#1337)
Neil Alexander
2020-08-25
Randomly generated media IDs (#1336)
Neil Alexander
2020-08-25
Don't overwrite global err before return (#1293)
oliverpool
2020-08-25
Roomserver NID caches (#1335)
Neil Alexander
2020-08-25
Update README.md
Kegsay
2020-08-25
Add spec compliant path for redaction (#1334)
Kegsay
2020-08-25
Use Writer in shared package (#1296)
Neil Alexander
2020-08-25
Update README/CONTRIBUTING/sytest for AWSY issues (#1333)
Kegsay
2020-08-24
Fix scripts path in documentation (#1294)
oliverpool
2020-08-24
Update Naffka (#1295)
Neil Alexander
2020-08-21
Fix embedding Element Web into demo-libp2p and demo-yggdrasil
Neil Alexander
2020-08-21
Component-wide TransactionWriters (#1290)
Neil Alexander
2020-08-21
Select distinct on room memberships in sync API (#1292)
Neil Alexander
2020-08-20
Add support for running Complement on current working directories (#1291)
Kegsay
2020-08-20
Add FederationClient interface to federationsender (#1284)
Kegsay
2020-08-20
Roomserver per-room input parallelisation (Postgres) (#1289)
Neil Alexander
2020-08-20
Change backoff behaviour so that Failure returns planned end time (#1288)
Neil Alexander
2020-08-20
Fix more roomserver transactions/locks (#1287)
Neil Alexander
2020-08-20
#903: Client API: mutex on (user_id, room_id) (#1286)
anandv96
2020-08-19
Transaction writer changes, move roomserver writers (#1285)
Neil Alexander
2020-08-19
Roomserver updater changes (#1283)
Neil Alexander
2020-08-19
Roomserver database-wide TransactionWriters (#1282)
Neil Alexander
2020-08-18
Summarise key change logs (#1278)
Kegsay
2020-08-18
Only emit key changes which are different from what we had before (#1279)
Kegsay
2020-08-17
Make PerformJoin responsible for sending invite to RS input (#1277)
Neil Alexander
2020-08-17
Add SkipClean and UseEncodedPaths to intermediate routers (#1275)
Neil Alexander
2020-08-17
Synchronous invites (#1273)
Neil Alexander
2020-08-14
AWSY: new groups and add AS API section (#1270)
Kegsay
2020-08-13
Fix Docker builds, polylith components (#1269)
Neil Alexander
2020-08-13
Make 'Device list doesn't change if remote server is down' pass (#1268)
Kegsay
2020-08-13
Don't send to ACL'd servers (#1267)
Neil Alexander
2020-08-13
API setup refactoring (#1266)
Neil Alexander
2020-08-12
Fix more E2E sytests (#1265)
Kegsay
2020-08-12
Add sync mechanism to block when updating device lists (#1264)
Kegsay
2020-08-12
Deflake currentstateserver integration tests (#1263)
Kegsay
2020-08-12
Bugfixes for 'If remote user leaves room we no longer receive device updates'...
Kegsay
2020-08-11
Support for server ACLs (#1261)
Neil Alexander
2020-08-11
New sample config (#1258)
Neil Alexander
2020-08-11
Update whitelist
Kegan Dougal
2020-08-11
Reduce cooldown to make sure sytest doesn't give up (#1257)
Kegsay
2020-08-10
Prefix-defined Kafka topics (#1254)
Neil Alexander
2020-08-10
Configuration format v1 (#1230)
Neil Alexander
2020-08-10
bugfix: when a user's key changes, don't notify everyone on the server (#1253)
Kegsay
2020-08-07
Backoff fixes (#1250)
Neil Alexander
2020-08-07
Fix unit tests
Kegan Dougal
[next]