summary refs log tree commit diff
path: root/synapse/server.py (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-29Add filter_room_state unit tests.Kegan Dougal1-0/+56
2015-01-29Add basic filtering public API unit tests. Use defers in the right places.Kegan Dougal2-5/+60
2015-01-29Add more unit tests for the filter algorithm.Kegan Dougal1-5/+259
2015-01-29Implement filter algorithm. Add basic event type unit tests to assert it works.Kegan Dougal2-1/+93
2015-01-29Add filtering public API; outline filtering algorithm.Kegan Dougal1-8/+52
2015-01-29Add filtering.filter_events function, with stub passes_filter function.Kegan Dougal1-0/+15
2015-01-29Also edit the filter column on the delta SQLKegan Dougal1-1/+1
2015-01-28s/definition/filter_json/ since definition is now used to mean a component of...Kegan Dougal2-3/+3
2015-01-28Add filter JSON sanity checks.Kegan Dougal4-11/+128
2015-01-27Created schema deltaPaul "LeoNerd" Evans2-1/+25
2015-01-27Initial stab at real SQL storage implementation of user filter definitionsPaul "LeoNerd" Evans4-15/+78
2015-01-27More unit-testing of REST errorsPaul "LeoNerd" Evans1-1