Commit Graph

3115 Commits (d19e79ecc956e5ba7ed6b6fd37e80ec6a737b048)
 

Author SHA1 Message Date
Erik Johnston a313e97873 Merge pull request #97 from matrix-org/hotfixes-v0.7.1-r3 10 years ago
Erik Johnston da877aad15 Bump syweb dependency 10 years ago
Erik Johnston 8d33adfbbb SYN-67: Begin changing the way we handle schema versioning 10 years ago
David Baker 6fab7bd2c1 s/user_name/user/ as per mjark's comment 10 years ago
David Baker 09f9e8493c Oops, missed a replacement. 10 years ago
David Baker 3c8bd7809c Fix upgrade instructions 10 years ago
Erik Johnston 9f03553f48 Add missing comma 10 years ago
Erik Johnston b41dc68773 We purposefully don't have a version 14 delta script. 10 years ago
David Baker 20436cdf75 Blank lines 10 years ago
Kegan Dougal 2de5b14fe0 Fix bug which prevented the HS pushing events to the AS due to FrozenEvents 10 years ago
Erik Johnston 8486910b64 Bump webclient version 10 years ago
Kegsay 8ad024ea80 Merge pull request #93 from matrix-org/application-services-exclusive 10 years ago
Erik Johnston b2d2118476 Merge pull request #88 from matrix-org/batched_get_pdu 10 years ago
Kegan Dougal fb7b6c4681 Wording tweaks 10 years ago
Erik Johnston 0a036944bd Merge branch 'develop' of github.com:matrix-org/synapse into batched_get_pdu 10 years ago
Erik Johnston 3fce185c77 Merge pull request #83 from matrix-org/nofile_limit_config 10 years ago
Erik Johnston e4f301e7a0 Merge pull request #94 from matrix-org/federation_rate_limit 10 years ago
Erik Johnston 4195e55ccc Merge branch 'develop' of github.com:matrix-org/synapse into federation_rate_limit 10 years ago
Kegan Dougal c3c01641d2 Run deltas and bump user_version in upgrade script 10 years ago
Erik Johnston 210d3c5d72 Merge pull request #95 from matrix-org/serialize_transaction_processing 10 years ago
Erik Johnston 3077cb2915 Use contextlib.contextmanager instead of a custom class 10 years ago
David Baker 769f8b58e8 Rename the room-with-two-people rule to be more compatible if we have actual one to one rooms. 10 years ago
Kegsay 33f93d389e Merge pull request #92 from matrix-org/application-services-event-stream 10 years ago
Erik Johnston 29481690c5 If we're yielding don't add errback 10 years ago
Kegan Dougal 3f6b36d96e Add upgrade script 10 years ago
Erik Johnston 23d9bd1d74 Process transactions serially. 10 years ago
Erik Johnston 9d9b230501 Make the federation server ratelimiting configurable. 10 years ago
Kegan Dougal cb97ea3ec2 PEP8 10 years ago
Kegan Dougal 377ae369c1 Wrap all of get_app_service_rooms in a txn. 10 years ago
Kegan Dougal b216b36892 JOIN state_events rather than parsing unrecognized_keys to pull out member state_keys 10 years ago
Kegan Dougal 3d73383d18 Modify _simple_select_list to allow an empty WHERE clause. Use it for get_all_rooms and get_all_users. 10 years ago
Kegan Dougal ebc4830666 PR tweaks: set earlier on and use 'as json' for compat 10 years ago
David Baker 2a6dedd7cc It's set_tweak now, not set_sound 10 years ago
Erik Johnston 0554d07082 Move federation rate limiting out of transport layer 10 years ago
Erik Johnston 9dc9118e55 Document FederationRateLimiter 10 years ago
Kegan Dougal 58ff066064 Implement exclusive namespace checks. 10 years ago
Kegan Dougal de190e49d5 Add more unit tests for exclusive namespaces. 10 years ago
Kegan Dougal 127efeeb68 Update unit tests to use new format. 10 years ago
Kegan Dougal 40c9896705 Add functions to return whether an AS has exclusively claimed a matching namespace. 10 years ago
Kegan Dougal 16b90764ad Convert expected format for AS regex to include exclusivity. 10 years ago
Kegan Dougal 806a6c886a PEP8 10 years ago
Kegan Dougal 0ebd632d39 Fix unit tests 10 years ago
Kegan Dougal 1cc77145d4 Notify appservices of invites mid-poll. 10 years ago
David Baker cfac3b7873 SYN-267 Add a fallback rule as an explicit server default rule and make the default dont-notify so you effectively have a "notify for everything else" switch you can turn on and off. 10 years ago
David Baker 1959088156 Add API for getting/setting enabled-ness of push rules. 10 years ago
Kegan Dougal f0995436e7 Check for membership invite events correctly. 10 years ago
Kegan Dougal 210ef79100 Update CHANGES 10 years ago
Kegan Dougal dcec7175dc Finish impl to get new events for AS. ASes should now be able to poll /events 10 years ago
Erik Johnston 93d90765c4 Initial implementation of federation server rate limiting 10 years ago
Erik Johnston 59362454dd Must update pending_transactions map before yield'ing 10 years ago