summary refs log tree commit diff
path: root/synapse/storage/pusher.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* More work on pushers. Attempt to do HTTP pokes. Not sure if the actual HTTP ↵David Baker2014-11-211-4/+22
| | | | pokes work or not yet but the retry semantics are pretty good.
* Start creating a module to do generic notifications (just prints them to ↵David Baker2014-11-191-0/+98
stdout currently!)