summary refs log tree commit diff
path: root/synapse/replication/tcp/resource.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3244 from NotAFile/py3-six-4Amber Brown2018-05-241-1/+2
|\
| * replace some iteritems with sixAdrian Tschira2018-05-191-1/+2
* | Send users a server notice about consentRichard van der Hoff2018-05-221-0/+2
|/
* make imports localAdrian Tschira2018-04-281-2/+2
* Fix some logcontext leaks in replication resourceRichard van der Hoff2017-11-231-2/+4
* replace 'except:' with 'except Exception:'Richard van der Hoff2017-10-231-1/+1
* log when we get an exception handling replication updateshera2017-10-121-1/+5
* Make workers report to master for user ip updatesErik Johnston2017-06-271-0/+10
* Add missing notifierErik Johnston2017-06-091-1/+2
* Advance replication streams even if nothing is listeningErik Johnston2017-04-041-1/+1
* Always advance stream tokensErik Johnston2017-04-031-1/+4
* Use callbacks to notify tcp replication rather than deferredsErik Johnston2017-03-311-14/+1
* Add a timestamp to USER_SYNC commandErik Johnston2017-03-311-2/+2
* Add server side resource for tcp replicationErik Johnston2017-03-301-0/+300