summary refs log tree commit diff
path: root/synapse/push (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-09Remove unused importKegan Dougal1-1/+0
2015-03-09Bug fixes whilst putting it all togetherKegan Dougal3-6/+8
2015-03-09Use event IDs instead of dumping event content in the txns table.Kegan Dougal3-20/+26
2015-03-09Use seconds; start gluing in the AS scheduler into the AS handler.Kegan Dougal6-15/+38
2015-03-09Finish appservice txn storage impl and tests.Kegan Dougal3-16/+139
2015-03-09Implement create_appservice_txn with tests.Kegan Dougal2-4/+109
2015-03-09Partially implement txn store methods with tests.Kegan Dougal2-19/+213
2015-03-06Start implementing ApplicationServiceTransactionStoreKegan Dougal1-1/+5
2015-03-06Assign the AS ID from the database; replace old placeholder txn id.Kegan Dougal2-4/+5
2015-03-06Add appservice txns sql schemaKegan Dougal3-1/+38
2015-03-06Upper bound the backoff.Kegan Dougal1-1/+3
2015-03-06When setting display name more graciously handle failures to update room state.Erik Johnston1-7/+13
2015-03-06Update UTsKegan Dougal1-5/+5
2015-03-06Apply clarity and docstringsKegan Dougal3-3/+15
2015-03-06Finish synapse.appservice.scheduler implementation.Kegan Dougal4-53/+186
2015-03-06Add some loggersKegan Dougal1-0/+10
2015-03-06Flesh out more stub functions.Kegan Dougal4-12/+52
2015-03-06Update CHANGESErik Johnston1-2/+31
2015-03-06Update UPGRADES.rstErik Johnston1-5/+2
2015-03-06Add stub ApplicationServiceTransactionStore. Bootstrap Recoverers. Fill in st...Kegan Dougal2-7/+71
2015-03-06Add attribute so push gateways can tell if a member event is about the user i...David Baker1-0/+1
2015-03-06Add more tests; fix bugs.Kegan Dougal2-9/+49
2015-03-06Bump versionErik Johnston1-1/+1
2015-03-06Schema change as delta in v14David Baker1-0/+0
2015-03-06Add more server default rules so we have default rules for whether you get no...David Baker2-6/+76
2015-03-06Start adding some testsKegan Dougal2-10/+119
2015-03-06Unused importErik Johnston1-1/+1
2015-03-06Comment typoDavid Baker1-1/+1
2015-03-06Don't look for an TLS private key if we have set --no-tlsErik Johnston3-8/+17
2015-03-06Suppress notices should trump content/room/sender rules.David Baker1-13/+13
2015-03-06Add the highlight tweak where messages should be highlighted a different colo...David Baker1-0/+4
2015-03-06Rejig structure given the appservice_handler already filters the correct ASes...Kegan Dougal1-59/+85
2015-03-06Add some randomness to the user specified timeout on event streams to mitigat...Erik Johnston1-0/+9
2015-03-05Minor tweaksKegan Dougal1-7/