summary refs log tree commit diff
path: root/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rewrite of PresenceHandler test to ensure it covers the interaction with Fede...Paul "LeoNerd" Evans2014-08-191-149/+279
* Add a DeferredMockCallable; like mock's MockCallable but allows awaitingPaul "LeoNerd" Evans2014-08-191-0/+41
* Perform the 'REST'-level tests of Presence against the real Presence handler ...Paul "LeoNerd" Evans2014-08-191-40/+92
* Implement and test presence dropping of remote usersPaul "LeoNerd" Evans2014-08-191-0/+8
* Rename MockHttpServer to MockHttpResource as it stands for one server resourc...Paul "LeoNerd" Evans2014-08-197-146/+147
* Allow room presence visibility between users who share a roomPaul "LeoNerd" Evans2014-08-181-5/+40
* Add a check to make sure that during state conflict res we only request a PDU...Erik Johnston2014-08-151-0/+3
* 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