summary refs log tree commit diff
path: root/tests/handlers/test_presencelike.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove old tests.Erik Johnston2016-02-181-311/+0
|
* copyrightsMatthew Hodgson2016-01-071-1/+1
|
* Fix the presence testsMark Haines2015-05-221-9/+11
|
* Remove unused arguments and doc PresenceHandler.push_update_to_clientsMark Haines2015-05-141-31/+8
|
* Fix testsErik Johnston2015-03-091-4/+4
|
* Factor out some of the common homeserver setup code into aMark Haines2015-02-111-23/+16
| | | | setup_test_homeserver function in utils.
* Replace hs.parse_userid with UserID.from_stringMark Haines2015-01-231-4/+5
|
* Mock ratelimiter to make tests pass.Kegan Dougal2014-12-191-3/+8
|
* Fix presencelike testErik Johnston2014-11-051-1/+5
|
* SYN-40: When a user updates their displayname or avatar update all their ↵Erik Johnston2014-09-171-0/+11
| | | | join events for all the rooms they are currently in.
* Have all unit tests import from our own subclass of trial's unittest ↵Paul "LeoNerd" Evans2014-09-121-5/+1
| | | | TestCase; set up logging in ONE PLACE ONLY
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org ↵Matthew Hodgson2014-09-031-1/+1
| | | | hasn't been incorporated in time for launch.
* Kill the statePaul "LeoNerd" Evans2014-09-031-22/+25
| | | | ... key from all the Presence messages
* 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 ↵Paul "LeoNerd" Evans2014-09-011-6/+14
| | | | different semantics
* Rename 'state' presence key to the much more obvious 'presence'; maintain a ↵Paul "LeoNerd" Evans2014-09-011-7/+12
| | | | legacy 'state' copy for now
* Fix a couple of bugs in presence handler related to pushing updatesto the ↵Erik Johnston2014-08-291-15/+39
| | | | correct user. Fix presence tests.
* 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, ↵Paul "LeoNerd" Evans2014-08-271-0/+4
| | | | they still PASS
* 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 ↵Kegan Dougal2014-08-141-1/+1
| | | | resource_for_federation or resource_for_client depending on what is being tested.
* An initial hack at storing presence state-change mtimes in database and ↵Paul "LeoNerd" Evans2014-08-131-10/+24
| | | | presenting age durations to clients/federation events
* Don't mock out presence_handler's internal start/stop methods in ↵Paul "LeoNerd" Evans2014-08-131-9/+5
| | | | presencelike unit test; it's rude
* Use new Federation Query API to implement HS->HS fetching of remote users' ↵Paul "LeoNerd" Evans2014-08-131-0/+3
| | | | profile information instead of (ab)using the client-side REST API
* Use strings instead of opaque magic-number constants for presence states; ↵Paul "LeoNerd" Evans2014-08-131-6/+6
| | | | rename AWAY to UNAVAILABLE
* add in copyrights to everything, not just the synapse subdir, and add a ↵Matthew Hodgson2014-08-131-0/+14
| | | | copyrighter.pl whilst we're at it
* Reference Matrix Home Servermatrix.org2014-08-121-0/+250