Commit Graph

1972 Commits (fa4b610ae383bdced11068832d880d14b1df576d)
 

Author SHA1 Message Date
Erik Johnston 47256cdde6 Merge branch 'release-v0.5.1' of github.com:matrix-org/synapse into develop 10 years ago
Erik Johnston 48ee9ddb22 Merge branch 'release-v0.5.1' of github.com:matrix-org/synapse 10 years ago
Erik Johnston ad13f14432 Bump version numbers and change log 10 years ago
Erik Johnston 4e34e8f1c2 Use correct default port in scripts/check_signature.py 10 years ago
Erik Johnston cb76945688 Add update delta for schema change 10 years ago
Erik Johnston 87538711b6 Update schema to support multiple signatures 10 years ago
Erik Johnston 822b15ea43 Fix tests. 10 years ago
Erik Johnston 3598c11c8d Correctly handle the case where we get an event for an unknown room, which turns out we are actually in 10 years ago
Matthew Hodgson d45325b6d7 upgrade script depends on sqlite3 cli 10 years ago
Erik Johnston 64fc859dac Fix bugs in invite/join dances. 10 years ago
Kegan Dougal 3536fd7d60 Don't double url-decode state event types. 10 years ago
Mark Haines 15099fade5 Drop log level for incorrect logging contexts to WARN if the context is wrong and DEBUG if the context is missing 10 years ago
Matthew Hodgson 6fe5899639 pip uninstall syweb 10 years ago
Erik Johnston 4961a4fab1 Mark the auth events as possible outlier 10 years ago
Erik Johnston e549aac127 Add missing None check 10 years ago
Erik Johnston 2bca242fdc Ask for any auth events that we don't have 10 years ago
Erik Johnston 4bd0ab76c6 We don't always want to Auth get_persisted_pdu 10 years ago
Erik Johnston a46e5ef621 SYN-163: Add an order by rowid to selects. 10 years ago
Matthew Hodgson ae8ad55cb8 typos 10 years ago
Matthew Hodgson 84b1c9d8c2 rst bugs 10 years ago
Mark Haines fd40a80a68 Return 404 M_NOT_FOUND when trying to look up a room alias that doesn't exist 10 years ago
Paul "LeoNerd" Evans 5f19c55731 SYN-58: Allow passing explicit limit=0 to initialSync to request no messages at all; missing still implies default 10 10 years ago
Mark Haines 610c2ea131 Fix pep8 and pyflakes warnings 10 years ago
Mark Haines 8f8c484bc6 Merge pull request #20 from matrix-org/http_client_refactor 10 years ago
David Baker f1c7f8e813 Merge branch 'develop' into http_client_refactor 10 years ago
David Baker e377d33652 Separate out the matrix http client completely because just about all of its code it now separate from the simple case we need for standard HTTP(S) 10 years ago
Mark Haines db9ce032a4 Fix pep8 codestyle warnings 10 years ago
Mark Haines dfdda2c871 Use module loggers rather than the root logger. Exceptions caused by bad clients shouldn't cause ERROR level logging. Fix sql logging to use 'repr' rather than 'str' 10 years ago
Mark Haines 32090aee16 Add a few missing yields, Move deferred lists inside PreserveLoggingContext because they don't interact well with the logging contexts 10 years ago
David Baker 20326054da Oops, I removed this param. 10 years ago
David Baker dc60eee50e Refactor the HTTP clients a little. 10 years ago
David Baker cf66532ac1 CaptchaServerHttpClient should extend the base, not matrix http client. 10 years ago
Mark Haines 217950b9ad Merge branch 'master' into develop 10 years ago
Mark Haines f3ee8d6322 Use tagged version of matrix-angular-sdk 10 years ago
Mark Haines b2aeaa2dcc Merge branch 'master' into develop 10 years ago
Mark Haines dcb99e4972 SYN-153: Fix formatting of federation error message 10 years ago
Matthew Hodgson 25fd4d9f2c typoe 10 years ago
Erik Johnston bf7940d7ff Add note about rerunning setup.py develop 10 years ago
Erik Johnston 19977b4659 Merge branch 'release-v0.5.0' of github.com:matrix-org/synapse 10 years ago
Erik Johnston 1a9551db82 Merge branch 'develop' of github.com:matrix-org/synapse into release-v0.5.0 10 years ago
Erik Johnston 5b46ce579b Bump version, changelog and upgrade.rst 10 years ago
Erik Johnston 493055731e Fix tests from prev commit 10 years ago
Erik Johnston 415ddf59bb Don't add a 'prev' key to m.room.member messages 10 years ago
Paul "LeoNerd" Evans 03dc63f6c8 Initialise UserPresenceCache instances to always contain a 'presence' key 10 years ago
Erik Johnston 4eada9a908 Fix backfill request 10 years ago
Erik Johnston 512993b57f Only users can set state events which have their own user_id 10 years ago
Mark Haines ca91bb2f7f Sometimes there isn't a current logging context 10 years ago
Mark Haines 8993affdc0 SYN-153: Raise 404 if room alias is not found 10 years ago
Mark Haines ff23e5ba37 remove demo webserver since synapse serves up the webclient itself 10 years ago
Mark Haines 0d1221155e remove unused import 10 years ago