Commit Graph

2434 Commits (4706f3964d2ba8d6104986b28cedc1f5bb160d29)

Author SHA1 Message Date
Erik Johnston 1e365e88bd Bump schema version 10 years ago
Erik Johnston 2d41dc0069 Bump version 10 years ago
David Baker b8690dd840 Catch any exceptions in the pusher loop. Use a lower timeout for pushers so we can see if they're actually still running. 10 years ago
David Baker da84946de4 pep8 10 years ago
David Baker 63a7b3ad1e Add script to (re)convert the pushers table to changing the unique key. Also give the python db upgrade scripts the database engine so they can convert parameter strings, and add *args **kwargs to the upgrade function so we can add more args in future and previous scripts will ignore them. 10 years ago
Erik Johnston 55bf90b9e4 Don't needlessly compute prev_state 10 years ago
Erik Johnston 53f0bf85d7 Comment 10 years ago
Erik Johnston 1c3d844e73 Don't needlessly compute context 10 years ago
Erik Johnston 0d7d9c37b6 Add cache to get_state_groups 10 years ago
Erik Johnston d8866d7277 Caches should be bound to instances. 10 years ago
Erik Johnston 2ef2f6d593 SYN-403: Make content repository use its own http client. 10 years ago
Erik Johnston 3483b78d1a Log where a request came from in federation 10 years ago
Erik Johnston d3ded420b1 Rephrase log line 10 years ago
Erik Johnston 22716774d5 Don't about JSON when warning about content tampering 10 years ago
Erik Johnston 5044e6c544 Thumbnail images on a seperate thread 10 years ago
Erik Johnston 09e23334de Add a timeout 10 years ago
Erik Johnston 02410e9239 Handle the fact we might be missing auth events 10 years ago
Erik Johnston e552b78d50 Add some logging 10 years ago
Erik Johnston fde0da6f19 Correctly look up auth_events 10 years ago
Erik Johnston 3f04a08a0c Don't process events we've already processed. Remember to process state events 10 years ago
Erik Johnston 4bbfbf898e Correctly pass in auth_events 10 years ago
Erik Johnston 6e17463228 Don't explode if we don't have the event 10 years ago
Erik Johnston 522f285f9b Add config option to disable compression of http responses 10 years ago
Erik Johnston d15f166093 Remove log line 10 years ago
Erik Johnston ca580ef862 Don't copy twice 10 years ago
Erik Johnston 8355b4d074 Bump syutil version 10 years ago
Erik Johnston a7b65bdedf Add config option to turn off freezing events. Use new encode_json api and ujson.loads 10 years ago
Mark Haines d94590ed48 Add config for setting the recaptcha verify api endpoint, so we can test it in sytest 10 years ago
Erik Johnston afbd3b2fc4 SYN-395: Fix CAPTCHA, don't double decode json 10 years ago
Erik Johnston 79e37a7ecb Correctly pass connection pool parameter 10 years ago
Erik Johnston dd74436ffd Unused import 10 years ago
Erik Johnston 11f51e6ded Up maxPersistentPerHost count 10 years ago
Erik Johnston 086df80790 Add connection pooling to SimpleHttpClient 10 years ago
Erik Johnston 291e942332 Use connection pool for federation connections 10 years ago
Erik Johnston 31ade3b3e9 Remove a deep copy 10 years ago
Erik Johnston 36b3b75b21 Registration should be disabled by default 10 years ago
Mark Haines 554c63ca60 Iterate over the user_streams not the user_ids 10 years ago
Mark Haines 00dd207f60 Take a dict of the rule, not the rule list 10 years ago
Mark Haines 804b732aab SYN-390: Don't modify the dictionary returned from the database here either 10 years ago
Mark Haines a0bebeda8b SYN-390: Don't modify the dictionary returned from the data store 10 years ago
Erik Johnston 27e093cbc1 Bump version 10 years ago
Erik Johnston 6eadbfbea0 Remove redundant for loop 10 years ago
Mark Haines 1a9a9abcc7 Add a cache for getting the presence list for a user 10 years ago
Mark Haines 106a3051b8 Remove spurious TODO comment 10 years ago
Erik Johnston 284f55a7fb Add doc strings 10 years ago
Erik Johnston 1ce1509989 s/metric_interface/metric_bind_host/ 10 years ago
Erik Johnston 8bb85c8c5a Update log line 10 years ago
Mark Haines c8135f808b Remove unused import 10 years ago
Erik Johnston b21d015c55 Log origin and stats of incoming transactions 10 years ago
Erik Johnston e70e8e053e Add txn_id to some log lines 10 years ago