aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-05v0.1.0rc2v0.1.0rc2Neil Alexander
2020-10-05Merge branch 'master' into v0.1.0Neil Alexander
2020-10-05Update to matrix-org/gomatrixserverlib#232Neil Alexander
2020-10-05Resolve state after event against current room state when determining latest ...Neil Alexander
2020-10-05Update to matrix-org/gomatrixserverlib#230Neil Alexander
2020-10-05Add example goose sqlite3 migration (#1474)S7evinK
2020-10-05Don't store backfilled events using request context (#1478)Neil Alexander
2020-10-02Route several paths to sync_api (#1473)S7evinK
2020-10-02Bump to 0.1.0rc1v0.1.0rc1Kegan Dougal
2020-10-02Implement account deactivation (#1455)Loïck Bonniot
2020-10-02Add history visibility guards (#1470)Kegsay
2020-10-02Update PULL_REQUEST_TEMPLATE.mdNeil Alexander
2020-10-02Don't drop federation retries for Yggdrasil demosNeil Alexander
2020-10-02Add 'completed' field in Interactive Auth API (#1469)Loïck Bonniot
2020-10-02Fix initial sync (#1465)Neil Alexander
2020-10-02Fix build.shNeil Alexander
2020-10-02Log origin in /sendNeil Alexander
2020-10-02Update to matrix-org/gomatrixserverlib#227Neil Alexander
2020-10-01Fix golangci-lint issues (#1464)S7evinK
2020-10-01Update version imprinting (#1462)Neil Alexander
2020-10-01Bring docker sample config into sync with normal oneNeil Alexander
2020-10-01Update README.mdNeil Alexander
2020-10-01Update README.md (#1461)Neil Alexander
2020-10-01Set internal HTTP API timeout to 10 minutes (#1459)Neil Alexander
2020-10-01Add custom issue templates; fixes #1421 (#1460)Kegsay
2020-10-01Fix bugs in nginx sample configsNeil Alexander
2020-10-01Add nginx sample reverse proxy configs (#1458)Neil Alexander
2020-10-01Update HTTP clients (#1457)Neil Alexander
2020-10-01Fix bug in error handling in SQLite InsertPreviousEvent (#1456)Neil Alexander
2020-09-30CodeQL analysisNeil Alexander
2020-09-30Consider old keys in handleLocalKeys (#1454)Neil Alexander
2020-09-30Update gobind database pathsNeil Alexander
2020-09-30Fix panic on verifySigError in fetching missing eventsNeil Alexander
2020-09-29Fix perspective fetchingNeil Alexander
2020-09-29Tweak log level of a fairly common log lineNeil Alexander
2020-09-29Remove TLS fingerprints, improve perspective unmarshal handling (#1452)Neil Alexander
2020-09-29Ignore depth in federation API (#1451)Neil Alexander
2020-09-29Fix old verify keysNeil Alexander
2020-09-29Fetch missing auth events, implement QueryMissingAuthPrevEvents, try other se...Neil Alexander
2020-09-29Fix a small typo (#1448)bn4t
2020-09-29Finish implementing the capabilities endpoint (#1449)bn4t
2020-09-28Use workers when fetching events from /state_ids, use /state only if signific...Neil Alexander
2020-09-28Don't fall back to /state on incoming /send (#1446)Neil Alexander
2020-09-27oopsMatthew Hodgson
2020-09-27unbreak CORS on /capabilities.Matthew Hodgson
2020-09-25Update gomatrixserverlib to matrix-org/gomatrixserverlib#225Neil Alexander
2020-09-25Set default room version to v6 (#1438)Neil Alexander
2020-09-25Allow configuring old verify keys (#1443)Neil Alexander
2020-09-24Return the correct error codes for v6 invite JSON violations (#1440)Neil Alexander
2020-09-24Reject make_join for empty rooms (#1439)Neil Alexander