summary refs log tree commit diff
path: root/synapse/server.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-01-27Initial trivial implementation of an actual 'Filtering' object; move storage ↵Paul "LeoNerd" Evans1-0/+5
of user filters into there
2015-01-27Use new V2AlphaRestTestCasePaul "LeoNerd" Evans1-38/+2
2015-01-27Initial cut of a shared base class for REST uni