summary refs log tree commit diff
path: root/tests/api (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' into application-servicesKegan Dougal2015-02-111-12/+2
|\
| * Factor out some of the common homeserver setup code into aMark Haines2015-02-111-12/+2
* | Remove unused imports.Kegan Dougal2015-02-091-2/+2
* | Modify auth.get_user_by_req for authing appservices directly.Kegan Dougal2015-02-091-0/+139
|/
* Create a separate filter object to do the actual filtering, so that we canMark Haines2015-01-291-51/+57
* Add filter_room_state unit tests.Kegan Dougal2015-01-291-0/+56
* Add basic filtering public API unit tests. Use defers in the right places.Kegan Dougal2015-01-291-1/+53
* Add more unit tests for the filter algorithm.Kegan Dougal2015-01-291-5/+259
* Implement filter algorithm. Add basic event type unit tests to assert it works.Kegan Dougal2015-01-291-1/+44
* Add filter JSON sanity checks.Kegan Dougal2015-01-281-4/+20
* Initial stab at real SQL storage implementation of user filter definitionsPaul "LeoNerd" Evans2015-01-271-1/+18
* Have the Filtering API return Deferreds, so we can do the Datastore implement...Paul "LeoNerd" Evans2015-01-271-2/+3
* Initial trivial unittest of Filtering objectPaul "LeoNerd" Evans2015-01-271-0/+67
* Have all unit tests import from our own subclass of trial's unittest TestCase...Paul "LeoNerd" Evans2014-09-121-1/+1
* Test ratelimiterMark Haines2014-09-022-0/+39