1
0
Fork 0
mirror of https://github.com/matrix-org/dendrite.git synced 2025-03-13 21:24:27 -05:00
Commit graph

5 commits

Author SHA1 Message Date
Neil Alexander 9f443317bc
Graceful shutdowns ()
* Initial graceful stop

* Fix dendritejs

* Use process context for outbound federation requests in destination queues

* Reduce logging

* Fix log level
2021-01-26 12:56:20 +00:00
Neil Alexander 6757b67a32
NewClient and NewFederationClient updates ()
* Use 

* Add missing WithSkipVerify to test

* Functions instead

* Update gomatrixserverlib to 

* Fix disabling TLS validation
2021-01-22 16:09:05 +00:00
Neil Alexander 5d8ec0ff1a
Fix build error 2021-01-22 14:18:36 +00:00
Neil Alexander 805a74892e
DNS caching ()
* Allow configuring DNS cache

* Update sample configs

* Fix build errors

* Fix time resolution

* Default 5m

* In seconds

* Use WithDNScache

* Correct field name

* Update go.mod/go.sum to 
2021-01-22 14:16:59 +00:00
Neil Alexander b5aa7ca3ab
Top-level setup package ()
* Move config, setup, mscs into "setup" top-level folder

* oops, forgot the EDU server

* Add setup

* goimports
2020-12-02 17:41:00 +00:00
Renamed from internal/setup/base.go (Browse further)