Commit History

Author SHA1 Message Date
  Paul "LeoNerd" Evans 968dc988f9 Check that setting typing notification still works after explicit timeout - SYN-230 9 years ago
  Erik Johnston 57e0e619f3 Merge branch 'develop' of github.com:matrix-org/synapse into events_refactor 9 years ago
  Paul "LeoNerd" Evans b0bb1756a9 Send list of typing user IDs as 'user_ids' list within 'content', so that m.typing stream events have a toplevel content, for consistency with others 9 years ago
  Paul "LeoNerd" Evans 5ebc994f84 Actually auth-check to ensure people can only send typing notifications for rooms they're actually in 9 years ago
  Paul "LeoNerd" Evans 1a75ff5c23 Hook up the event stream to typing notifications 9 years ago
  Paul "LeoNerd" Evans 4006d58335 Store serial numbers per room for typing event stream purposes 9 years ago
  Paul "LeoNerd" Evans 9eb819e828 First hack at implementing timeouts in typing notification handler 9 years ago
  Erik Johnston 4d6af0dde3 Fix some tests 9 years ago
  Erik Johnston 08aceea82e Add newline back in 9 years ago
  Erik Johnston f26ec14b21 Remove whitespace 9 years ago
  Matthew Hodgson 8ada2d2018 fix UTs by telling all the mock stores about the new methods for tracking retries 9 years ago
  Mark Haines 8d8a133c89 SYN-103: Remove "origin" and "destination" keys from edus 9 years ago
  Erik Johnston 1616df2f61 Fix typing tests 9 years ago
  Mark Haines f5cf7ac25b SPEC-7: Rename 'ts' to 'origin_server_ts' 9 years ago
  Mark Haines 9aed791fc3 SYN-103: Ignore the 'origin' key in received EDUs. Instead take the origin from the transaction itself 9 years ago
  Mark Haines 10ef8e6e4b SYN-75 sign at the request level rather than the transaction level 9 years ago
  Mark Haines b95a178584 SYN-75 Verify signatures on server to server transactions 9 years ago
  Mark Haines 52ca867670 Sign federation transactions 9 years ago
  Erik Johnston 0897a09f49 Fix unit tests after adding extra argument on put_json 9 years ago
  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 9 years ago
  Matthew Hodgson 8a7c1d6a00 fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org hasn't been incorporated in time for launch. 9 years ago
  Matthew Hodgson 8fe912d95c change the world: make the default matrix API URL prefix /_matrix rather than /matrix to make it easier for existing websites to mount a HS in their namespace without collisions. 9 years ago
  Paul "LeoNerd" Evans 5eff05a4ce Initial typing notification support - EDU federation, but no timers, and no actual push to clients 10 years ago