summary refs log tree commit diff
path: root/synapse/util/stringutils.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-10-22move get_all_pushers call downRichard van der Hoff1-3/+9
simplifies the interface to _start_pushers
2018-10-22Factor PusherPool._start_pusher out of _start_pushersRichard van der Hoff1-18/+33
... and use it from start_pusher_by_id. This mostly simplifies start_pusher_by_id.