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
/
config
/
config_appservice.go
Age
Commit message (
Expand
)
Author
2023-04-04
app service unix socket support (#3022)
Boris Rybalkin
2023-02-14
Remove polylith/API mode (#2967)
Till
2022-09-01
Configuration tweaks (#2567)
Neil Alexander
2022-09-01
Refactor appservices component (#2687)
Neil Alexander
2022-08-05
Do not use `ioutil` as it is deprecated (#2625)
Neil Alexander
2022-07-05
feat+fix: Ignore unknown keys and verify required fields are present in appse...
Kabir Kwatra
2022-05-13
Shuffle config Verify/Defaults a bit around (#2459)
Till
2022-05-03
Global database connection pool (for monolith mode) (#2411)
Neil Alexander
2022-03-24
fixup treat the sender_localpart as an exclusive namespace of one user (#2255)
Nick Cao
2021-11-24
Don't populate config defaults where it doesn't make sense (#2058)
Neil Alexander
2021-06-07
Fix SIGSEGV in IsInterestedInRoomID (#1846)
bodqhrohro
2021-03-08
Make sure the component max open conns doesn't exceed 100
Kegan Dougal
2021-03-08
Fix database default connection limits for CI (#1794)
Neil Alexander
2021-03-05
Treat the sender_localpart as an exclusive namespace of one user (#1790)
Will Hunt
2021-03-05
Tweak AS registration check and AS component HTTP clients (#1785)
Neil Alexander
2020-12-02
Top-level setup package (#1605)
Neil Alexander