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
path:
root
/
setup
Age
Commit message (
Expand
)
Author
2022-05-09
Begin adding syncapi component tests (#2442)
kegsay
2022-05-09
One NATS instance per `BaseDendrite` (#2438)
Neil Alexander
2022-05-06
Add `PolylithMode` base config option (#2428)
Neil Alexander
2022-05-06
Clean up interface definitions (#2427)
kegsay
2022-05-05
Define component interfaces based on consumers (2/2) (#2425)
kegsay
2022-05-05
Update to matrix-org/gomatrixserverlib#303
Neil Alexander
2022-05-05
syncapi: define specific interfaces for internal HTTP communications (#2416)
kegsay
2022-05-04
Add opt-in anonymous stats reporting (#2249)
Till
2022-05-03
Fix bug in database global setup
Neil Alexander
2022-05-03
Tidy up `AddPublicRoutes` (#2412)
Neil Alexander
2022-05-03
Global database connection pool (for monolith mode) (#2411)
Neil Alexander
2022-05-02
Return `null` if MaxFileSizeBytes is 0 (#2409)
Till
2022-04-29
Add restrictions for open registration (#2402)
Till
2022-04-28
Add `/_dendrite/admin/evacuateRoom/{roomID}` (#2401)
Neil Alexander
2022-04-27
Version 0.8.2 (#2386)
v0.8.2
Neil Alexander
2022-04-27
Fix graceful shutdown
Neil Alexander
2022-04-27
Defer cancel on shutdown context
Neil Alexander
2022-04-27
Use process context as base context for all HTTP
Neil Alexander
2022-04-27
Add UserAPI storage tests (#2384)
Till
2022-04-27
Prevent JetStream from handling OS signals, allow running as a Windows servic...
Neil Alexander
2022-04-08
Add test infrastructure code for dendrite unit/integ tests (#2331)
kegsay
2022-04-06
Add presence module V2 (#2312)
Till
2022-04-04
remove obsolete config entry "federation_certificates" (#2318)
Sebastian Spaeth
2022-03-29
Remove eduserver (#2306)
S7evinK
2022-03-28
User directory for nearby Pinecone peers (P2P demo) (#2311)
Neil Alexander
2022-03-25
Healthcheck endpoints (#2303)
Neil Alexander
2022-03-25
Try to recover from corrupted NATS streams in memory temporarily (#2301)
Neil Alexander
2022-03-24
Refactor appservice & client API to use userapi internal (#2290)
S7evinK
2022-03-24
fixup treat the sender_localpart as an exclusive namespace of one user (#2255)
Nick Cao
2022-03-24
Fix lint errors
Neil Alexander
2022-03-23
Per-room consumers (#2293)
Neil Alexander
2022-03-21
Wait for safe shutdown of NATS Server (#2289)
Neil Alexander
2022-03-16
Stream tweaks, use same codepath for sync vs async input room events, wait fo...
Neil Alexander
2022-03-11
Platform sanity checks (#2271)
Neil Alexander
2022-03-09
Remove references to `userapi_devices` (fixes #2259)
Neil Alexander
2022-03-08
Get MSC2946 working for restricted rooms locally/over federation (#2260)
kegsay
2022-03-07
Capture Sentry exceptions for errors in `JetStreamConsumer`
Neil Alexander
2022-03-03
Implement Push Notifications (#1842)
Dan
2022-03-01
msc2946: add federation cache (#2238)
kegsay
2022-03-01
Also don't send null back when the target room isn't a space room
Kegan Dougal
2022-03-01
Always send [] from federated rooms, not null
Kegan Dougal
2022-03-01
MSC2946: Spaces Summary (round 2) (#2232)
kegsay
2022-02-28
Update `Events` call-sites which now don't return an error, update `parsedRes...
Neil Alexander
2022-02-18
Implement server notices (#2180)
S7evinK
2022-02-18
Merge both user API databases into one (#2186)
Neil Alexander
2022-02-18
Allow preventing guest registration (#2199)
Neil Alexander
2022-02-17
Update NATS Server to v2.7.2 (#2193)
Neil Alexander
2022-02-17
Remove outbound proxy, http.ProxyFromEnvironment is now used (#2191)
S7evinK
2022-02-09
Unmarshal events at the Dendrite level not GMSL level (#2164)
kegsay
2022-02-04
Remove sarama/saramajetstream dependencies (#2138)
S7evinK
[next]