Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 | |
With tests to assert behaviour. Not hooked up yet. Stub datastore methods not implemented yet. | |||||
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 ↵ | Kegan Dougal | 2 | -7/+71 | |
stub Transaction functions. | |||||
2015-03-06 | Add attribute so push gateways can tell if a member event is about the user ↵ | David Baker | 1 | -0/+1 | |
in question | |||||
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 ↵ | David Baker | 2 | -6/+76 | |
notifs for invites / random member events | |||||
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 ↵ | David Baker | 1 | -0/+4 | |
colour in appropriate clients. | |||||
2015-03-06 | Rejig structure given the appservice_handler already filters the correct ↵ | Kegan Dougal | 1 | -59/+85 | |
ASes to use. | |||||
2015-03-06 | Add some randomness to the user specified timeout on event streams to ↵ | Erik Johnston | 1 | -0/+9 | |
mitigate against thundering herds problems | |||||
2015-03-05 | Minor tweaks | Kegan Dougal | 1 | -7/+9 | |
2015-03-05 | Add stub architecture for txn reliability. | Kegan Dougal | 1 | -10/+111 | |