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
/
base
Age
Commit message (
Expand
)
Author
2024-05-01
Take advantage of changes in recent Go versions (#3361)
0x1a8510f2
2024-01-17
Add login fallback (#3302)
Till
2023-04-24
Move fedclient interface over to gmsl (#3061)
devonh
2023-04-06
refactor: use latest GMSL which splits fed client from matrix room logic (#3051)
kegsay
2023-03-22
Remove `BaseDendrite` (#3023)
Till
2023-03-17
Preparations for removing `BaseDendrite` (#3016)
Till
2023-03-16
simplify unix socket permission format (#3014)
Boris Rybalkin
2023-03-01
unix socket support (#2974)
Boris Rybalkin
2023-02-14
Remove polylith/API mode (#2967)
Till
2023-01-26
Added Landing Page (#2885)
Lukas
2023-01-23
Initial Store & Forward Implementation (#2917)
devonh
2023-01-20
Make tests more reliable (#2948)
Till
2022-12-01
Fix `dendrite-demo-pinecone`, `/_dendrite` namespace setup
Neil Alexander
2022-11-15
Federation fixes for virtual hosting
Neil Alexander
2022-10-04
Track reasons why the process is in a degraded state
Neil Alexander
2022-09-27
Fulltext implementation using Bleve (#2675)
Till
2022-09-27
Return `M_UNRECOGNIZED` for unknown CS API endpoints/actions (#2740)
Neil Alexander
2022-09-20
HTTP connection keepalives (#2730)
Neil Alexander
2022-09-20
Update dependencies (#2729)
Neil Alexander
2022-09-07
Fulltext implementation incl. config (#2480)
Till
2022-08-30
Fix race condition on startup (#2679)
Till
2022-08-01
Set CORS headers for HTTP 404 and 405 errors (#2599)
Neil Alexander
2022-07-11
Ristretto cache (#2563)
Neil Alexander
2022-06-10
Attempt to raise the file descriptor limit at startup (#2527)
Neil Alexander
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
Update to matrix-org/gomatrixserverlib#303
Neil Alexander
2022-05-03
Fix bug in database global setup
Neil Alexander
2022-05-03
Global database connection pool (for monolith mode) (#2411)
Neil Alexander
2022-04-29
Add restrictions for open registration (#2402)
Till
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-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-11
Platform sanity checks (#2271)
Neil Alexander
2022-03-03
Implement Push Notifications (#1842)
Dan
2022-02-18
Merge both user API databases into one (#2186)
Neil Alexander
2022-01-05
Add NATS JetStream support (#1866)
S7evinK
2021-12-03
Cherry-pick removal of unused HTTP client from #2061
Neil Alexander
2021-11-24
Merge `federationapi`, `federationsender`, `signingkeyserver` components (#2055)
Neil Alexander