Commit Graph

1846 Commits (ec2b5d8c284451179c0f7b72c46dda0dd81f6f5f)
 

Author SHA1 Message Date
Erik Johnston ec2b5d8c28 Store full JSON of events in db 10 years ago
Matthew Hodgson dbc98c4e43 re-add OSX troubleshooting instructions (not sure how they got lost) 10 years ago
Matthew Hodgson e43139ac5e fix IO::Async abuse - thanks leo 10 years ago
Matthew Hodgson 08bf2aaab5 ignore rogue matrix call events; support verto.media RPC as a horrible hack; fix NA::Matrix dep 10 years ago
Matthew Hodgson f7fb4675a6 clean up a vertobot a bit 10 years ago
Matthew Hodgson 76a2e92658 a simple matrix->verto bot, distantly related to the irc bridge 10 years ago
Erik Johnston c4bdeb5f0e Merge branch 'master' of github.com:matrix-org/synapse into develop 10 years ago
Erik Johnston ab74afdd8d Bump version 10 years ago
Erik Johnston 7cb21a24d4 Bump pinned version of pynacl pulled from github 10 years ago
Erik Johnston d160873886 Merge branch 'release-v0.5.3' of github.com:matrix-org/synapse into develop 10 years ago
Erik Johnston 5e26f6f3ae Merge branch 'release-v0.5.3' of github.com:matrix-org/synapse 10 years ago
Erik Johnston cce32f8dc5 Bump version and changelog 10 years ago
Erik Johnston 1505055334 Don't return outliers when we get recent events for rooms. 10 years ago
Erik Johnston 027542e2e5 Fix bugs when joining a remote room that has dodgy event graphs. This should also fix the number of times a HS will trigger a GET /event/ 10 years ago
Erik Johnston 0294fba042 on_receive_pdu takes more args 10 years ago
Erik Johnston 07699b5871 Change the way we get missing auth and state events 10 years ago
Erik Johnston b8849c8cbf Re-sign events when we return them via federation as a temporary hack to work around the problem where we reconstruct events differently than when they were signed 10 years ago
Erik Johnston 00ab5cd6f2 Attempt to fix bug where we 500d an event stream due to trying to cancel a timer twice 10 years ago
Erik Johnston 858e87ab0d Add a workaround for bug where some initial join events don't reference creation events in their auth_events 10 years ago
Erik Johnston 6c485c282d Catch exceptions when trying to add an entry to rooms tables 10 years ago
Erik Johnston 4bae6851d1 Spelling 10 years ago
Erik Johnston 5288a7dc9a Bump version and changelog 10 years ago
Erik Johnston 516deb22aa Merge branch 'develop' of github.com:matrix-org/synapse 10 years ago
Erik Johnston 4e2ffe79a4 Don't delete the entire current_state_events table 10 years ago
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