Mark Haines
|
700487a7c7
Fix flake8 warnings for tests
|
8 anni fa |
Mark Haines
|
c0a279e808
Delete the table objects from TransactionStore
|
8 anni fa |
Matthew Hodgson
|
6c28ac260c
copyrights
|
8 anni fa |
Erik Johnston
|
bd3de8f39a
Update tests
|
9 anni fa |
Daniel Wagner-Hall
|
ca2f90742d
Open up /events to anonymous users for room events only
|
9 anni fa |
Erik Johnston
|
bd1236c0ee
Consolidate duplicate code in notifier
|
9 anni fa |
Mark Haines
|
63878c0379
Don't bother checking for updates if the stream token hasn't advanced for a user
|
9 anni fa |
Erik Johnston
|
6ba2e3df4e
Merge branch 'develop' of github.com:matrix-org/synapse into postgres
|
9 anni fa |
Paul "LeoNerd" Evans
|
04c7f3576e
Various minor fixes to unit-test structure around typing notifications
|
9 anni fa |
Paul "LeoNerd" Evans
|
0268d40281
Have TypingNotificationEventSource.get_new_events_for_user() return a deferred, for consistency and extensibility
|
9 anni fa |
Erik Johnston
|
9236136f3a
Make work in both Maria and SQLite. Fix tests
|
9 anni fa |
Mark Haines
|
896253e085
Factor out some of the common homeserver setup code into a
|
9 anni fa |
Mark Haines
|
5759bec43c
Replace hs.parse_userid with UserID.from_string
|
9 anni fa |
Paul "LeoNerd" Evans
|
968dc988f9
Check that setting typing notification still works after explicit timeout - SYN-230
|
9 anni fa |
Erik Johnston
|
57e0e619f3
Merge branch 'develop' of github.com:matrix-org/synapse into events_refactor
|
10 anni fa |
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
|
10 anni fa |
Paul "LeoNerd" Evans
|
5ebc994f84
Actually auth-check to ensure people can only send typing notifications for rooms they're actually in
|
10 anni fa |
Paul "LeoNerd" Evans
|
1a75ff5c23
Hook up the event stream to typing notifications
|
10 anni fa |
Paul "LeoNerd" Evans
|
4006d58335
Store serial numbers per room for typing event stream purposes
|
10 anni fa |
Paul "LeoNerd" Evans
|
9eb819e828
First hack at implementing timeouts in typing notification handler
|
10 anni fa |
Erik Johnston
|
4d6af0dde3
Fix some tests
|
10 anni fa |
Erik Johnston
|
08aceea82e
Add newline back in
|
10 anni fa |
Erik Johnston
|
f26ec14b21
Remove whitespace
|
10 anni fa |
Matthew Hodgson
|
8ada2d2018
fix UTs by telling all the mock stores about the new methods for tracking retries
|
10 anni fa |
Mark Haines
|
8d8a133c89
SYN-103: Remove "origin" and "destination" keys from edus
|
10 anni fa |
Erik Johnston
|
1616df2f61
Fix typing tests
|
10 anni fa |
Mark Haines
|
f5cf7ac25b
SPEC-7: Rename 'ts' to 'origin_server_ts'
|
10 anni fa |
Mark Haines
|
9aed791fc3
SYN-103: Ignore the 'origin' key in received EDUs. Instead take the origin from the transaction itself
|
10 anni fa |
Mark Haines
|
10ef8e6e4b
SYN-75 sign at the request level rather than the transaction level
|
10 anni fa |
Mark Haines
|
b95a178584
SYN-75 Verify signatures on server to server transactions
|
10 anni fa |