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
2022-03-21
Wait for safe shutdown of NATS Server (#2289)
Neil Alexander
2022-03-21
Remove unused partition_offset_table (#2288)
S7evinK
2022-03-18
Fix panic that can occur from nil pointer exception in media API `fetchRemote...
Neil Alexander
2022-03-18
Update to matrix-org/pinecone@8687b0d
Neil Alexander
2022-03-18
Update FAQ.md
Neil Alexander
2022-03-18
Better mapping of stream positions to topological positions in `/messages` (#...
Neil Alexander
2022-03-17
Assign room NIDs, event type NIDs and state key NIDs outside of database tran...
Neil Alexander
2022-03-17
Various bug fixes and tweaks around invites and membership
Neil Alexander
2022-03-17
Update to matrix-org/gomatrixserverlib@0980b7f
Neil Alexander
2022-03-17
Update to matrix-org/gomatrixserverlib@a62d9f3
Neil Alexander
2022-03-16
Remove unexpected file
Neil Alexander
2022-03-16
Update Yggdrasil P2P demo (also remove QUIC dependency)
Neil Alexander
2022-03-16
Stream tweaks, use same codepath for sync vs async input room events, wait fo...
Neil Alexander
2022-03-16
Return error from remote download requests (#2266)
S7evinK
2022-03-16
Update to NATS Server 2.7.4 (#2282)
Neil Alexander
2022-03-16
Federation client improvements (HTTP/2, reaping federation trippers, TLS clie...
Neil Alexander
2022-03-16
Fix SQL statement for PurgeRoomState (#2280)
S7evinK
2022-03-16
Truncate `recentStreamEvents` before working out which event IDs to exclude f...
Neil Alexander
2022-03-15
Use accountdb with provided config (#2273)
S7evinK
2022-03-14
Fix /context with lazy_load_members (#2277)
S7evinK
2022-03-11
Platform sanity checks (#2271)
Neil Alexander
2022-03-11
Don't range entire state for `/sync` (#2270)
Neil Alexander
2022-03-10
64-bit stream IDs for device list updates (#2267)
Neil Alexander
2022-03-10
Implement MSC3383 (update to matrix-org/gomatrixserverlib#296)
Neil Alexander
2022-03-09
Remove references to `userapi_devices` (fixes #2259)
Neil Alexander
2022-03-09
Fix `GET /directory/list/room/{roomID}` (#2262)
Neil Alexander
2022-03-09
Update to matrix-org/pinecone@cfde1f8
Neil Alexander
2022-03-08
Get MSC2946 working for restricted rooms locally/over federation (#2260)
kegsay
2022-03-07
Don't send `adds_state_events` in roomserver output events anymore (#2258)
Neil Alexander
2022-03-07
Fix appservice username check (#2223)
S7evinK
2022-03-07
Capture Sentry exceptions for errors in `JetStreamConsumer`
Neil Alexander
2022-03-07
Add canonical alias support (#2236)
S7evinK
2022-03-04
Version 0.6.5 (#2254)
v0.6.5
Neil Alexander
2022-03-04
Revert NATS server upgrade in 00b3545b14ca5e6987be93cabafc51e771f8bcc7
Neil Alexander
2022-03-04
Mark soft-failed events as rejected in `roomserver_events` (#2252)
Neil Alexander
2022-03-04
Fix memory leaks with SQLite prepared statements (#2253)
Neil Alexander
2022-03-04
Un-ratelimit calls to /thumbnail (#2251)
S7evinK
2022-03-04
Fix a panic in `OnIncomingMessagesRequest` (#2250)
Neil Alexander
2022-03-03
Send profile updates asynchronously (#2246)
Neil Alexander
2022-03-03
Return 404 if event given to `/context` was not found (#2245)
Neil Alexander
2022-03-03
Clean old notifications regularly (#2244)
Neil Alexander
2022-03-03
Don't open two connections for the userapi
Till Faelligen
2022-03-03
Test `/context/ with lazy_load_members filter works` should be OK now
Neil Alexander
2022-03-03
Give more time to `TestSessionCleanUp` tests
Neil Alexander
2022-03-03
Handle `ErrNoRows` when sending read updates
Neil Alexander
2022-03-03
Only store notifications for users with pushers, de-parallelise `TestSessionC...
Neil Alexander
2022-03-03
Implement Push Notifications (#1842)
Dan
2022-03-03
Update `sytest-whitelist` for changes in matrix-org/sytest#1200
Neil Alexander
2022-03-02
Skip flakey test for now
Kegan Dougal
2022-03-02
Media endpoints on `/v3` (#2242)
Neil Alexander
[next]