Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes | Erik Johnston | 2020-02-18 | 1 | -44/+46 |
|\ | |||||
| * | Add typing to synapse.federation.sender (#6871) | Erik Johnston | 2020-02-07 | 1 | -43/+45 |
| | | |||||
* | | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes | Brendan Abolivier | 2020-01-22 | 1 | -1/+2 |
|\| | |||||
| * | Add StateMap type alias (#6715) | Erik Johnston | 2020-01-16 | 1 | -1/+2 |
| | | |||||
* | | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes | Erik Johnston | 2019-11-19 | 1 | -9/+10 |
|\| | |||||
| * | Merge branch 'develop' into cross-signing_federation | Hubert Chathi | 2019-10-31 | 1 | -5/+6 |
| |\ | |||||
| | * | Update black to 19.10b0 (#6304) | Amber Brown | 2019-11-01 | 1 | -5/+6 |
| | | | | | | | | | * update version of black and also fix the mypy config being overridden | ||||
| * | | rename get_devices_by_remote to get_device_updates_by_remote | Hubert Chathi | 2019-10-30 | 1 | -2/+2 |
| | | | |||||
| * | | Merge branch 'develop' into cross-signing_federation | Hubert Chathi | 2019-10-24 | 1 | -1/+1 |
| |\| | |||||
| * | | implement federation parts of cross-signing | Hubert Chathi | 2019-10-22 | 1 | -2/+2 |
| | | | |||||
* | | | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes | Erik Johnston | 2019-10-25 | 1 | -1/+1 |
|\ \ \ | | |/ | |/| | |||||
| * | | Move storage classes into a main "data store". | Erik Johnston | 2019-10-21 | 1 | -1/+1 |
| |/ | | | | | | | | | This is in preparation for having multiple data stores that offer different functionality, e.g. splitting out state or event storage. | ||||
* | | fix logging | Richard van der Hoff | 2019-10-11 | 1 | -1/+3 |
| | | |||||
* | | Add some randomness to the high-cpu backoff hack | Richard van der Hoff | 2019-10-11 | 1 | -2/+10 |
| | | |||||
* | | Awful hackery to try to get the fed sender to keep up | Richard van der Hoff | 2019-10-10 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | Basically, if the federation sender starts getting behind, insert some sleeps into the transaction transmission code to give the fed sender a chance to catch up. Might have to experiment a bit with the numbers. | ||||
* | | Revert "Awful hackery to try to get the fed sender to keep up" | Richard van der Hoff | 2019-10-03 | 1 | -5/+0 |
| | | | | | | | | | | | | This reverts commit 721086a291b7d187725ab3314dc1a4f11bd00f46. This didn't help. | ||||
* | | Awful hackery to try to get the fed sender to keep up | Richard van der Hoff | 2019-09-27 | 1 | -0/+5 |
|/ | | | | | | | | Basically, if the federation sender starts getting behind, insert some sleeps into the transaction transmission code to give the fed sender a chance to catch up. Might have to experiment a bit with the numbers. | ||||
* | Replace returnValue with return (#5736) | Amber Brown | 2019-07-23 | 1 | -2/+2 |
| | |||||
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -5/+2 |
| | |||||
* | Clean up code for sending federation EDUs. (#5381) | Richard van der Hoff | 2019-06-13 | 1 | -14/+26 |
| | | | | This code confused the hell out of me today. Split _get_new_device_messages into its two (unrelated) parts. | ||||
* | Prevent multiple device list updates from breaking a batch send (#5156) | Andrew Morgan | 2019-06-06 | 1 | -2/+3 |
| | | | fixes #5153 | ||||
* | Run `black` on per_destination_queue | Richard van der Hoff | 2019-05-09 | 1 | -35/+39 |
| | | | | ... mostly to fix pep8 fails | ||||
* | Limit the number of EDUs in transactions to 100 as expected by receiver (#5138) | Quentin Dufour | 2019-05-09 | 1 | -26/+30 |
| | | | Fixes #3951. | ||||
* | Batch up outgoing read-receipts to reduce federation traffic. (#4890) | Richard van der Hoff | 2019-03-20 | 1 | -2/+62 |
| | | | | Rate-limit outgoing read-receipts as per #4730. | ||||
* | Rename and move the classes | Richard van der Hoff | 2019-03-13 | 1 | -0/+318 |