summary refs log tree commit diff
path: root/tests/handlers/test_presencelike.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* SYN-40: When a user updates their displayname or avatar update all their join...Erik Johnston2014-09-171-0/+11
* Have all unit tests import from our own subclass of trial's unittest TestCase...Paul "LeoNerd" Evans2014-09-121-5/+1
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has...Matthew Hodgson2014-09-031-1/+1
* Kill the statePaul "LeoNerd" Evans2014-09-031-22/+25
* Rename the 'do_users_share_a_room' to something slightly less verb-soundingPaul "LeoNerd" Evans2014-09-031-2/+2
* Rename API-visible 'mtime' presence field to 'last_active'; slightly differen...Paul "LeoNerd" Evans2014-09-011-6/+14
* Rename 'state' presence key to the much more obvious 'presence'; maintain a l...Paul "LeoNerd" Evans2014-09-011-7/+12
* Fix a couple of bugs in presence handler related to pushing updatesto the cor...Erik Johnston2014-08-291-15/+39
* Re-enable presence, un-skip presence testsPaul "LeoNerd" Evans2014-08-281-3/+0
* Fix up the various presence-related tests so that if they're not skipped, the...Paul "LeoNerd" Evans2014-08-271-0/+4
* skip presence tests which broke when presence polling was disabledMark Haines2014-08-221-0/+4
* Removed http_server from HomeServer. Updated unit tests to use either resourc...Kegan Dougal2014-08-141-1/+1
* An initial hack at storing presence state-change mtimes in database and prese...Paul "LeoNerd" Evans2014-08-131-10/+24
* Don't mock out presence_handler's internal start/stop methods in presencelike...Paul "LeoNerd" Evans2014-08-131-9/+5
* Use new Federation Query API to implement HS->HS fetching of remote users' pr...Paul "LeoNerd" Evans2014-08-131-0/+3
* Use strings instead of opaque magic-number constants for presence states; ren...Paul "LeoNerd" Evans2014-08-131-6/+6
* add in copyrights to everything, not just the synapse subdir, and add a copyr...Matthew Hodgson2014-08-131-0/+14
* Reference Matrix Home Servermatrix.org2014-08-121-0/+250