summary refs log tree commit diff
path: root/scripts (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-02If we're yielding don't add errbackErik Johnston1-7/+3
2015-03-02Process transactions serially.Erik Johnston1-14/+10
2015-03-02Make the federation server ratelimiting configurable.Erik Johnston2-5/+41
2015-03-02PEP8Kegan Dougal1-1/+1
2015-03-02Wrap all of get_app_service_rooms in a txn.Kegan Dougal6-88/+67
2015-03-02JOIN state_events rather than parsing unrecognized_keys to pull out member st...Kegan Dougal2-11/+5
2015-03-02Modify _simple_select_list to allow an empty WHERE clause. Use it for get_all...Kegan Dougal4-17/+21
2015-03-02PR tweaks: set earlier on and use 'as json' for compatKegan Dougal3-16/+12
2015-02-27Move federation rate limiting out of transport layerErik Johnston3-204/+230
2015-02-27Document FederationRateLimiterErik Johnston1-8/+51
2015-02-27PEP8Kegan Dougal1-1/+0
2015-02-27Fix unit testsKegan Dougal1-0/+3
2015-02-27Notify appservices of invites mid-poll.Kegan Dougal1-1/+29
2015-02-26Check for membership invite events correctly.Kegan Dougal1-2/+21
2015-02-26Update CHANGESKegan Dougal1-0/+2
2015-02-26Finish impl to get new events for AS. ASes should now be able to poll /eventsKegan Dougal2-8/+58
2015-02-26Initial implementation of federation server rate limitingErik Johnston2-5/+182
2015-02-26Finish impl to extract all room IDs an AS may be interested in when polling t...Kegan Dougal2-6/+36
2015-02-25PEP8 and pyflakesKegan Dougal2-6/+3
2015-02-25Comment unused variables.Kegan Dougal1-2/+2
2015-02-25Fix alias query.Kegan Dougal1-6/+5
2015-02-25Add support for extracting matching room_ids and room_aliases for a given AS.Kegan Dougal3-2/+82
2015-02-25Add stub functions and work out execution flow to implement AS event stream p...Kegan Dougal4-12/+65
2015-02-25SYWEB-278 Don't allow rules with no rule_id.David Baker1-1/+1
2015-02-24turns uris config options should append since it's a listDavid Baker1-1/+1
2015-02-24Fix YAML syntax of turn config exampleDavid Baker1-1/+1
2015-02-24tabs/spacesDavid Baker1-8/+8
2015-02-24Use standard form submission so the go button on the keyboard works.David Baker1-3/+3
2015-02-24Fallback registration page: oops. Removed dev test.manuroe1-1/+1
2015-02-24Fallback registration page: added the classic viewport meta to fix the displa...manuroe2-1/+6
2015-02-24%s for strings otherwise you end up sending 'u"foo"'David Baker1-1/+1
2015-02-24Update CHANGES and UPGRADEKegan Dougal2-0/+21
2015-02-24Set user-visible error when the server is misconfigured.</