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-10-28
Add hcaptcha support besides Google ReCaptcha (#2834)
X. Ding
2022-10-26
Initial support for multiple server names (#2829)
Neil Alexander
2022-10-26
Add support for config "auto_join_rooms" (#2823)
Neboer
2022-10-24
Fix wrong config key
Till Faelligen
2022-10-06
Allow specifying old signing keys with the public key and key ID only (#2770)
Neil Alexander
2022-10-05
Add `RoomEventType` nats.Header to avoid unneeded unmarshalling (#2765)
Till
2022-10-04
Track reasons why the process is in a degraded state
Neil Alexander
2022-09-27
Update search docs
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-27
Refactor notifications (#2688)
Till
2022-09-20
HTTP connection keepalives (#2730)
Neil Alexander
2022-09-20
Update dependencies (#2729)
Neil Alexander
2022-09-09
Only verify if fulltext indexing is enabled
Till Faelligen
2022-09-07
Fulltext implementation incl. config (#2480)
Till
2022-09-07
Add a SigningKeyUpdate producer (#2697)
Till
2022-09-01
Configuration tweaks (#2567)
Neil Alexander
2022-09-01
Refactor appservices component (#2687)
Neil Alexander
2022-08-31
Allow batching in `JetStreamConsumer` (#2686)
Neil Alexander
2022-08-31
Pinecone standalone refactoring (#2685)
Neil Alexander
2022-08-30
Fix race condition on startup (#2679)
Till
2022-08-12
/hierarchy - return public and knockable rooms for authed users (#2578)
texuf
2022-08-11
Generic-based internal HTTP API (#2626)
Neil Alexander
2022-08-05
Do not use `ioutil` as it is deprecated (#2625)
Neil Alexander
2022-08-05
Fix linter issues (#2624)
Till
2022-08-05
Add race testing to tests, and fix a few small race conditions in the tests (...
Brian Meek
2022-08-02
Disable NATS Server logging, allow self-signed certificates (#2605)
Till
2022-08-01
Set CORS headers for HTTP 404 and 405 errors (#2599)
Neil Alexander
2022-07-25
Remove `room_id` field from MSC2946 stripped events (closes #2588)
Neil Alexander
2022-07-25
Add .well-known/matrix/client to clientapi (#2551)
Jonathan Bartlett
2022-07-19
Update FAQ
Neil Alexander
2022-07-11
Ristretto cache (#2563)
Neil Alexander
2022-07-05
feat+fix: Ignore unknown keys and verify required fields are present in appse...
Kabir Kwatra
2022-06-15
Add `InputDeviceListUpdate` to the keyserver, remove old input API (#2536)
Neil Alexander
2022-06-10
Attempt to raise the file descriptor limit at startup (#2527)
Neil Alexander
2022-06-07
Rate limiting changes (#2519)
Neil Alexander
2022-05-13
Shuffle config Verify/Defaults a bit around (#2459)
Till
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
[next]