| Commit message (Expand) | Author | Age | Files | Lines |
* | Type hints for tests.appservice (#14990) | David Robertson | 2023-02-06 | 1 | -1/+2 |
* | Use `device_one_time_keys_count` to match MSC3202 (#14565) | Andrew Ferrazzutti | 2022-11-28 | 1 | -8/+8 |
* | Fix to-device messages not being sent to MSC3202-enabled appservices (#13235) | Travis Ralston | 2022-07-11 | 1 | -2/+3 |
* | Fix appservice EDUs failing to send if the EDU doesn't have a room ID (#13236) | Travis Ralston | 2022-07-11 | 1 | -1/+3 |
* | Don't create empty AS txns when the AS is down (#12869) | Nick Mills-Barrett | 2022-05-25 | 1 | -1/+5 |
* | Send device list updates to application services (MSC3202) - part 1 (#11881) | Andrew Morgan | 2022-03-30 | 1 | -3/+50 |
* | Bump `black` and `click` versions (#12320) | David Robertson | 2022-03-29 | 1 | -1/+1 |
* | Add support for MSC3202: sending one-time key counts and fallback key usage s... | reivilibre | 2022-02-24 | 1 | -4/+94 |
* | Remove `HomeServer.get_datastore()` (#12031) | Richard van der Hoff | 2022-02-23 | 1 | -1/+1 |
* | Send to-device messages to application services (#11215) | Andrew Morgan | 2022-02-01 | 1 | -22/+75 |
* | Add missing type hints to `synapse.appservice` (#11360) | Patrick Cloke | 2021-12-14 | 1 | -30/+44 |
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 1 | -1/+0 |
* | Bugbear: Add Mutable Parameter fixes (#9682) | Jonathan de Jong | 2021-04-08 | 1 | -3/+3 |
* | Update black, and run auto formatting over the codebase (#9381) | Eric Eastwood | 2021-02-16 | 1 | -1/+1 |
* | Limit AS transactions to 100 events (#8606) | Will Hunt | 2020-10-21 | 1 | -2/+16 |
* | Send some ephemeral events to appservices (#8437) | Will Hunt | 2020-10-15 | 1 | -13/+35 |
* | Stop sub-classing object (#8249) | Patrick Cloke | 2020-09-04 | 1 | -4/+4 |
* | Convert appservice to async. (#7973) | Patrick Cloke | 2020-07-30 | 1 | -29/+20 |
* | Refactor the Appservice scheduler code (#5886) | Richard van der Hoff | 2019-08-20 | 1 | -45/+65 |
|\ |
|
| * | Refactor the Appservice scheduler code | Richard van der Hoff | 2019-08-20 | 1 | -45/+65 |
* | | Avoid deep recursion in appservice recovery (#5885) | Richard van der Hoff | 2019-08-20 | 1 | -18/+25 |
|/ |
|
* | Replace returnValue with return (#5736) | Amber Brown | 2019-07-23 | 1 | -2/+2 |
* | Move logging utilities out of the side drawer of util/ and into logging/ (#5606) | Amber Brown | 2019-07-04 | 1 | -1/+1 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -30/+20 |
* | Run the AS senders as background processes (#4189) | Richard van der Hoff | 2018-12-04 | 1 | -12/+24 |
* | run isort | Amber Brown | 2018-07-09 | 1 | -2/+2 |
* | Merge remote-tracking branch 'origin/develop' into rav/use_run_in_background | Richard van der Hoff | 2018-04-27 | 1 | -11/+14 |
|\ |
|
| * | Improve exception handling for background processes | Richard van der Hoff | 2018-04-27 | 1 | -11/+14 |
* | | Use run_in_background in preference to preserve_fn | Richard van der Hoff | 2018-04-27 | 1 | -6/+6 |
|/ |
|
* | replace 'except:' with 'except Exception:' | Richard van der Hoff | 2017-10-23 | 1 | -1/+1 |
* | Preserve some logcontexts | Erik Johnston | 2016-08-24 | 1 | -3/+3 |
* | Change name of metric | Matrix | 2016-08-17 | 1 | -1/+1 |
* | Move Measure block inside loop | Erik Johnston | 2016-08-17 | 1 | -9/+9 |
* | Clean up _ServiceQueuer | Erik Johnston | 2016-08-17 | 1 | -31/+30 |
* | Move the AS handler out of the Handlers object. | Mark Haines | 2016-05-31 | 1 | -7/+7 |
* | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
* | Cap the time to retry txns to appservices to 8.5 minutes | Kegan Dougal | 2015-10-21 | 1 | -2/+2 |
* | Fixes from PR comments | Kegan Dougal | 2015-03-26 | 1 | -1/+2 |
* | Implement ServiceQueuer with tests. | Kegan Dougal | 2015-03-16 | 1 | -16/+30 |
* | Replace EventGrouper for ServiceQueuer to move to push-based txns. Fix tests ... | Kegan Dougal | 2015-03-16 | 1 | -28/+33 |
* | Wrap polling/retry blocks in try/excepts to avoid sending to other ASes break... | Kegan Dougal | 2015-03-16 | 1 | -29/+39 |
* | Minor PR comment tweaks. | Kegan Dougal | 2015-03-16 | 1 | -2/+2 |
* | Fix remaining scheduler bugs. Add more informative logging. | Kegan Dougal | 2015-03-10 | 1 | -30/+22 |
* | Bug fixes whilst putting it all together | Kegan Dougal | 2015-03-09 | 1 | -1/+3 |
* | Use seconds; start gluing in the AS scheduler into the AS handler. | Kegan Dougal | 2015-03-09 | 1 | -2/+2 |
* | Upper bound the backoff. | Kegan Dougal | 2015-03-06 | 1 | -1/+3 |
* | Apply clarity and docstrings | Kegan Dougal | 2015-03-06 | 1 | -1/+1 |
* | Finish synapse.appservice.scheduler implementation. | Kegan Dougal | 2015-03-06 | 1 | -51/+12 |
* | Add some loggers | Kegan Dougal | 2015-03-06 | 1 | -0/+10 |
* | Flesh out more stub functions. | Kegan Dougal | 2015-03-06 | 1 | -8/+29 |
* | Add stub ApplicationServiceTransactionStore. Bootstrap Recoverers. Fill in st... | Kegan Dougal | 2015-03-06 | 1 | -7/+43 |
* | Add more tests; fix bugs. | Kegan Dougal | 2015-03-06 | 1 | -2/+2 |
* | Start adding some tests | Kegan Dougal | 2015-03-06 | 1 | -10/+13 |
* | Rejig structure given the appservice_handler already filters the correct ASes... | Kegan Dougal | 2015-03-06 | 1 | -59/+85 |
* | Minor tweaks | Kegan Dougal | 2015-03-05 | 1 | -7/+9 |
* | Add stub architecture for txn reliability. | Kegan Dougal | 2015-03-05 | 1 | -10/+111 |
* | Add stub scheduler module for txn reliability | Kegan Dougal | 2015-03-05 | 1 | -0/+68 |