| Commit message (Expand) | Author | Files | Lines |
2015-03-09 | Use seconds; start gluing in the AS scheduler into the AS handler. | Kegan Dougal | 6 | -15/+38 |
2015-03-09 | Finish appservice txn storage impl and tests. | Kegan Dougal | 3 | -16/+139 |
2015-03-09 | Implement create_appservice_txn with tests. | Kegan Dougal | 2 | -4/+109 |
2015-03-09 | Partially implement txn store methods with tests. | Kegan Dougal | 2 | -19/+213 |
2015-03-06 | Start implementing ApplicationServiceTransactionStore | Kegan Dougal | 1 | -1/+5 |
2015-03-06 | Assign the AS ID from the database; replace old placeholder txn id. | Kegan Dougal | 2 | -4/+5 |
2015-03-06 | Add appservice txns sql schema | Kegan Dougal | 3 | -1/+38 |
2015-03-06 | Upper bound the backoff. | Kegan Dougal | 1 | -1/+3 |
2015-03-06 | When setting display name more graciously handle failures to update room state. | Erik Johnston | 1 | -7/+13 |
2015-03-06 | Update UTs | Kegan Dougal | 1 | -5/+5 |
2015-03-06 | Apply clarity and docstrings | Kegan Dougal | 3 | -3/+15 |
2015-03-06 | Finish synapse.appservice.scheduler implementation. | Kegan Dougal | 4 | -53/+186 |
2015-03-06 | Add some loggers | Kegan Dougal | 1 | -0/+10 |
2015-03-06 | Flesh out more stub functions. | Kegan Dougal | 4 | -12/+52 |
2015-03-06 | Update CHANGES | Erik Johnston | 1 | -2/+31 |
2015-03-06 | Update UPGRADES.rst | Erik Johnston | 1 | -5/+2 |
2015-03-06 | Add stub ApplicationServiceTransactionStore. Bootstrap Recoverers. Fill in st... | Kegan Dougal | 2 | -7/+71 |
2015-03-06 | Add attribute so push gateways can tell if a member event is about the user i... | David Baker | 1 | -0/+1 |
2015-03-06 | Add more tests; fix bugs. | Kegan Dougal | 2 | -9/+49 |
2015-03-06 | Bump version | Erik Johnston | 1 | -1/+1 |
2015-03-06 | Schema change as delta in v14 | David Baker | 1 | -0/+0 |
2015-03-06 | Add more server default rules so we have default rules for whether you get no... | David Baker | 2 | -6/+76 |
2015-03-06 | Start adding some tests | Kegan Dougal | 2 | -10/+119 |
2015-03-06 | Unused import | Erik Johnston | 1 | -1/+1 |
2015-03-06 | Comment typo | David Baker | 1 | -1/+1 |
2015-03-06 | Don't look for an TLS private key if we have set --no-tls | Erik Johnston | 3 | -8/+17 |
2015-03-06 | Suppress notices should trump content/room/sender rules. | David Baker | 1 | -13/+13 |
2015-03-06 | Add the highlight tweak where messages should be highlighted a different colo... | David Baker | 1 | -0/+4 |
2015-03-06 | Rejig structure given the appservice_handler already filters the correct ASes... | Kegan Dougal | 1 | -59/+85 |
2015-03-06 | Add some randomness to the user specified timeout on event streams to mitigat... | Erik Johnston | 1 | -0/+9 |
2015-03-05 | Minor tweaks | Kegan Dougal | 1 | -7/+9 |
2015-03-05 | Add stub architecture for txn reliability. | Kegan Dougal | 1 | -10/+111 |
2015-03-05 | Log error message when we fail to fetch remote server keys | Erik Johnston | 1 | -2/+11 |
2015-03-05 | Docs | Erik Johnston | 1 | -0/+2 |
2015-03-05 | Remove unecessary check | Erik Johnston | 1 | -6/+0</ |