summary refs log tree commit diff
path: root/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed http_server from HomeServer. Updated unit tests to use either resourc...Kegan Dougal2014-08-149-16/+14
* Start phasing out HttpServer: we should be using Resources instead. Added res...Kegan Dougal2014-08-142-0/+4
* An initial hack at storing presence state-change mtimes in database and prese...Paul "LeoNerd" Evans2014-08-133-20/+62
* Allow advancing the MockClock's timePaul "LeoNerd" Evans2014-08-131-0/+4
* Don't mock out presence_handler's internal start/stop methods in presencelike...Paul "LeoNerd" Evans2014-08-131-9/+5
* Move MockClock into tests.utils so we can reĆ¼se itPaul "LeoNerd" Evans2014-08-132-11/+11
* Implement directory service federation by Federation Queries; avoid local_onl...Paul "LeoNerd" Evans2014-08-131-0/+112
* Add a HomeServer.parse_roomalias() to avoid having to RoomAlias.from_sring(.....Paul "LeoNerd" Evans2014-08-131-0/+6
* Use new Federation Query API to implement HS->HS fetching of remote users' pr...Paul "LeoNerd" Evans2014-08-132-8/+30
* Define the concept of a 'federation Query'; creating API for making and handl...Paul "LeoNerd" Evans2014-08-131-0/+38
* Namespace all the Federation HTTP URLs to /matrix/federation/v1/...Paul "LeoNerd" Evans2014-08-131-7/+8
* Use strings instead of opaque magic-number constants for presence states; ren...Paul "LeoNerd" Evans2014-08-133-24/+24
* add in copyrights to everything, not just the synapse subdir, and add a copyr...Matthew Hodgson2014-08-1323-0/+324
* add in whitespace after copyright statements to improve legibilityMatthew Hodgson2014-08-131-0/+1
* Reference Matrix Home Servermatrix.org2014-08-1226-0/+4818