| Commit message (Expand) | Author | Age | Files | Lines |
* | Run black. | black | 2018-08-10 | 1 | -121/+95 |
* | run isort | Amber Brown | 2018-07-09 | 1 | -4/+8 |
* | Modify test_user_sync so it doesn't look at last_active_ts over last_user_syn... | Will Hunt | 2017-03-15 | 1 | -1/+1 |
* | Don't notify for online -> online transitions. | Erik Johnston | 2016-08-30 | 1 | -0/+47 |
* | Allow external processes to mark a user as syncing. (#812) | Mark Haines | 2016-06-02 | 1 | -9/+7 |
* | Don't set currently_active for remote presence | Erik Johnston | 2016-02-19 | 1 | -4/+15 |
* | Add unit test | Erik Johnston | 2016-02-18 | 1 | -0/+373 |
* | Remove old tests. | Erik Johnston | 2016-02-18 | 1 | -1340/+0 |
* | Delete the table objects from TransactionStore | Mark Haines | 2016-01-13 | 1 | -1/+0 |
* | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
* | rename the method in the tests as well | Mark Haines | 2015-12-01 | 1 | -3/+3 |
* | Update tests | Erik Johnston | 2015-11-17 | 1 | -0/+13 |
* | Open up /events to anonymous users for room events only | Daniel Wagner-Hall | 2015-11-05 | 1 | -18/+53 |
* | Fix the presence tests | Mark Haines | 2015-05-22 | 1 | -6/+10 |
* | Fix the presence tests | Mark Haines | 2015-05-20 | 1 | -10/+3 |
* | Remove unused arguments and doc PresenceHandler.push_update_to_clients | Mark Haines | 2015-05-14 | 1 | -17/+5 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into postgres | Erik Johnston | 2015-04-27 | 1 | -0/+65 |
|\ |
|
| * | Remove users from the remote_offline_serials list (and clean up empty element... | Paul "LeoNerd" Evans | 2015-04-23 | 1 | -0/+27 |
| * | Store a list of the presence serial number at which remote users went offline... | Paul "LeoNerd" Evans | 2015-04-23 | 1 | -0/+38 |
* | | Make work in both Maria and SQLite. Fix tests | Erik Johnston | 2015-04-01 | 1 | -1/+6 |
|/ |
|
* | Fix tests | Erik Johnston | 2015-03-09 | 1 | -2/+2 |
* | Fix presence tests | Erik Johnston | 2015-02-23 | 1 | -15/+28 |
* | Factor out some of the common homeserver setup code into a | Mark Haines | 2015-02-11 | 1 | -14/+2 |
* | Replace hs.parse_userid with UserID.from_string | Mark Haines | 2015-01-23 | 1 | -14/+15 |
* | Rename MockedDatastoreTestCase to MockedDatastorePresenceTestCase since it is... | Paul "LeoNerd" Evans | 2015-01-22 | 1 | -3/+3 |
* | Much merging of test case setUp() methods to make them much more | Paul "LeoNerd" Evans | 2015-01-22 | 1 | -273/+193 |
* | Abstract out the room ID from presence tests, so it's stored in self | Paul "LeoNerd" Evans | 2015-01-21 | 1 | -8/+10 |
* | Use common base class for two Presence unit-tests, avoiding boilerplate copyp... | Paul "LeoNerd" Evans | 2015-01-21 | 1 | -54/+25 |
* | fix UTs by telling all the mock stores about the new methods for tracking ret... | Matthew Hodgson | 2014-12-09 | 1 | -1/+9 |
* | Initialise UserPresenceCache instances to always contain a 'presence' key | Paul "LeoNerd" Evans | 2014-11-19 | 1 | -2/+8 |
* | SYN-103: Remove "origin" and "destination" keys from edus | Mark Haines | 2014-11-13 | 1 | -3/+0 |
* | Fix presence test | Erik Johnston | 2014-11-05 | 1 | -0/+1 |
* | Fix an off-by-one bug in presence event stream pagination; this might be resp... | Paul "LeoNerd" Evans | 2014-10-29 | 1 | -0/+16 |
* | SPEC-7: Rename 'ts' to 'origin_server_ts' | Mark Haines | 2014-10-17 | 1 | -1/+1 |
* | SYN-103: Ignore the 'origin' key in received EDUs. Instead take the origin fr... | Mark Haines | 2014-10-14 | 1 | -0/+1 |
* | SYN-75 sign at the request level rather than the transaction level | Mark Haines | 2014-10-13 | 1 | -13/+13 |
* | SYN-75 Verify signatures on server to server transactions | Mark Haines | 2014-09-30 | 1 | -3/+6 |
* | Sign federation transactions | Mark Haines | 2014-09-24 | 1 | -2/+19 |
* | Merge branch 'develop' into test-sqlite-memory | Paul "LeoNerd" Evans | 2014-09-17 | 1 | -5/+18 |
|\ |
|
| * | Fix unit tests after adding extra argument on put_json | Erik Johnston | 2014-09-15 | 1 | -5/+18 |
* | | Merge remote-tracking branch 'origin/develop' into test-sqlite-memory | Paul "LeoNerd" Evans | 2014-09-15 | 1 | -6/+1 |
|\| |
|
| * | Have all unit tests import from our own subclass of trial's unittest TestCase... | Paul "LeoNerd" Evans | 2014-09-12 | 1 | -6/+1 |
* | | Perform PresenceInvitesTestCase against real SQLiteMemoryDbPool | Paul "LeoNerd" Evans | 2014-09-11 | 1 | -78/+98 |
* | | Need to prepare() the SQLiteMemoryDbPool before passing it to HomeServer cons... | Paul "LeoNerd" Evans | 2014-09-11 | 1 | -3/+4 |
* | | Start of converting PresenceHandler unit tests to use SQLiteMemoryDbPool - ju... | Paul "LeoNerd" Evans | 2014-09-11 | 1 | -46/+27 |
|/ |
|
* | fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has... | Matthew Hodgson | 2014-09-03 | 1 | -1/+1 |
* | Kill the state | Paul "LeoNerd" Evans | 2014-09-03 | 1 | -33/+17 |
* | Implement presence state visibilty limiting when polling eventsource for stream | Paul "LeoNerd" Evans | 2014-09-03 | 1 | -1/+67 |
* | Don't eat federation transmit errors during unit tests; fix remote presence E... | Paul "LeoNerd" Evans | 2014-09-03 | 1 | -0/+16 |
* | Rename the 'do_users_share_a_room' to something slightly less verb-sounding | Paul "LeoNerd" Evans | 2014-09-03 | 1 | -2/+2 |
* | Ensure that event source unit tests could cope with get_new_events_for_user()... | Paul "LeoNerd" Evans | 2014-09-02 | 1 | -14/+20 |
* | Reënable presence visibility permission checking now it's not used on redund... | Paul "LeoNerd" Evans | 2014-09-01 | 1 | -2/+0 |
* | Rename API-visible 'mtime' presence field to 'last_active'; slightly differen... | Paul "LeoNerd" Evans | 2014-09-01 | 1 | -11/+18 |
* | Rename 'state' presence key to the much more obvious 'presence'; maintain a l... | Paul "LeoNerd" Evans | 2014-09-01 | 1 | -43/+79 |
* | change the world: make the default matrix API URL prefix /_matrix rather than... | Matthew Hodgson | 2014-08-31 | 1 | -12/+12 |
* | Bugfixes on presence pushes on user joining: | Paul "LeoNerd" Evans | 2014-08-29 | 1 | -57/+71 |
* | Fix a couple of bugs in presence handler related to pushing updatesto the cor... | Erik Johnston | 2014-08-29 | 1 | -51/+87 |
* | Only send presence "poll"/"unpoll" EDUs when changing from/to zero remotes | Paul "LeoNerd" Evans | 2014-08-28 | 1 | -6/+33 |
* | Re-enable presence, un-skip presence tests | Paul "LeoNerd" Evans | 2014-08-28 | 1 | -6/+0 |
* | Fix up the various presence-related tests so that if they're not skipped, the... | Paul "LeoNerd" Evans | 2014-08-27 | 1 | -4/+6 |
* | skip presence tests which broke when presence polling was disabled | Mark Haines | 2014-08-22 | 1 | -0/+7 |
* | Rewrite of PresenceHandler test to ensure it covers the interaction with Fede... | Paul "LeoNerd" Evans | 2014-08-19 | 1 | -149/+279 |
* | Implement and test presence dropping of remote users | Paul "LeoNerd" Evans | 2014-08-19 | 1 | -0/+8 |
* | Allow room presence visibility between users who share a room | Paul "LeoNerd" Evans | 2014-08-18 | 1 | -5/+40 |
* | Removed http_server from HomeServer. Updated unit tests to use either resourc... | Kegan Dougal | 2014-08-14 | 1 | -4/+4 |
* | An initial hack at storing presence state-change mtimes in database and prese... | Paul "LeoNerd" Evans | 2014-08-13 | 1 | -8/+28 |
* | Use strings instead of opaque magic-number constants for presence states; ren... | Paul "LeoNerd" Evans | 2014-08-13 | 1 | -12/+12 |
* | add in copyrights to everything, not just the synapse subdir, and add a copyr... | Matthew Hodgson | 2014-08-13 | 1 | -0/+14 |
* | Reference Matrix Home Server | matrix.org | 2014-08-12 | 1 | -0/+884 |