Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Mark Haines 17167898c8 Fix the presence tests 9 gadi atpakaļ
  Mark Haines 8eca5bd50a Fix the presence tests 9 gadi atpakaļ
  Mark Haines c5d1b4986b Remove unused arguments and doc PresenceHandler.push_update_to_clients 9 gadi atpakaļ
  Erik Johnston 6f8e2d517e Merge branch 'develop' of github.com:matrix-org/synapse into postgres 9 gadi atpakaļ
  Paul "LeoNerd" Evans e1e5e53127 Remove users from the remote_offline_serials list (and clean up empty elements) when they go online again 9 gadi atpakaļ
  Paul "LeoNerd" Evans 8a785c3006 Store a list of the presence serial number at which remote users went offline, so that when we delete them from the cachemap, we can still synthesize OFFLINE events for them (SYN-261) 9 gadi atpakaļ
  Erik Johnston 9236136f3a Make work in both Maria and SQLite. Fix tests 9 gadi atpakaļ
  Erik Johnston 6d74e46621 Fix tests 9 gadi atpakaļ
  Erik Johnston 852816befe Fix presence tests 9 gadi atpakaļ
  Mark Haines 896253e085 Factor out some of the common homeserver setup code into a 9 gadi atpakaļ
  Mark Haines 5759bec43c Replace hs.parse_userid with UserID.from_string 9 gadi atpakaļ
  Paul "LeoNerd" Evans 3a243c53f4 Rename MockedDatastoreTestCase to MockedDatastorePresenceTestCase since it is still presence-specific 9 gadi atpakaļ
  Paul "LeoNerd" Evans cbb10879cb Much merging of test case setUp() methods to make them much more 9 gadi atpakaļ
  Paul "LeoNerd" Evans 73315ce9de Abstract out the room ID from presence tests, so it's stored in self 9 gadi atpakaļ
  Paul "LeoNerd" Evans dbe71e670c Use common base class for two Presence unit-tests, avoiding boilerplate copypasta 9 gadi atpakaļ
  Matthew Hodgson 8ada2d2018 fix UTs by telling all the mock stores about the new methods for tracking retries 9 gadi atpakaļ
  Paul "LeoNerd" Evans 03dc63f6c8 Initialise UserPresenceCache instances to always contain a 'presence' key 10 gadi atpakaļ
  Mark Haines 8d8a133c89 SYN-103: Remove "origin" and "destination" keys from edus 10 gadi atpakaļ
  Erik Johnston 34c4614682 Fix presence test 10 gadi atpakaļ
  Paul "LeoNerd" Evans b1ee6fd7ed Fix an off-by-one bug in presence event stream pagination; this might be responsible for any number of bug reports 10 gadi atpakaļ
  Mark Haines f5cf7ac25b SPEC-7: Rename 'ts' to 'origin_server_ts' 10 gadi atpakaļ
  Mark Haines 9aed791fc3 SYN-103: Ignore the 'origin' key in received EDUs. Instead take the origin from the transaction itself 10 gadi atpakaļ
  Mark Haines 10ef8e6e4b SYN-75 sign at the request level rather than the transaction level 10 gadi atpakaļ
  Mark Haines b95a178584 SYN-75 Verify signatures on server to server transactions 10 gadi atpakaļ
  Mark Haines 52ca867670 Sign federation transactions 10 gadi atpakaļ
  Paul "LeoNerd" Evans 4571cf7baa Merge branch 'develop' into test-sqlite-memory 10 gadi atpakaļ
  Erik Johnston 0897a09f49 Fix unit tests after adding extra argument on put_json 10 gadi atpakaļ
  Paul "LeoNerd" Evans b0406b9ead Merge remote-tracking branch 'origin/develop' into test-sqlite-memory 10 gadi atpakaļ
  Paul "LeoNerd" Evans cd62ee3f29 Have all unit tests import from our own subclass of trial's unittest TestCase; set up logging in ONE PLACE ONLY 10 gadi atpakaļ
  Paul "LeoNerd" Evans fb93a4a9e3 Perform PresenceInvitesTestCase against real SQLiteMemoryDbPool 10 gadi atpakaļ