- Jun 02, 2016
-
-
Mark Haines authored
* Add infrastructure to the presence handler to track sync requests in external processes * Expire stale entries for dead external processes * Add an http endpoint for making users as syncing Add some docstrings and comments. * Fixes
-
David Baker authored
Split out the auth handler
-
Erik Johnston authored
-
Erik Johnston authored
Refactor SyncHandler
-
Matthew Hodgson authored
special case m.room.third_party_invite event auth to match invites,
-
David Baker authored
-
Matthew Hodgson authored
-
David Baker authored
Use user_id in email greeting if display name is null
-
David Baker authored
-
- Jun 01, 2016
-
-
Matthew Hodgson authored
special case m.room.third_party_invite event auth to match invites, otherwise they get out of sync and you get https://github.com/vector-im/vector-web/issues/1208
-
Erik Johnston authored
Ensure we always return boolean in push rules
-
Erik Johnston authored
Cache get_event_reference_hashes
-
Erik Johnston authored
Fix room list spidering
-
David Baker authored
-
David Baker authored
Add secondary_directory_servers option to fetch room list from other servers
-
David Baker authored
Limit number of notifications in an email notification
-
David Baker authored
-
David Baker authored
Otherwise it tries to start the remote public room list updating looping call which breaks.
-
David Baker authored
-
David Baker authored
-
- May 31, 2016
-
-
Matthew Hodgson authored
-
David Baker authored
Poll for updates from remote servers, waiting for the poll if there's no cache entry.
-
David Baker authored
Add vector.im to default secondary_directory_servers and add comment explaining it's not a permanent solution
-
Erik Johnston authored
-
David Baker authored
-
David Baker authored
-
Mark Haines authored
-
Erik Johnston authored
Fix GET /push_rules
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Add caches to bulk_get_push_rules*
-
Mark Haines authored
Move the AS handler out of the Handlers object.
-
Mark Haines authored
Access it directly from the homeserver itself. It already wasn't inheriting from BaseHandler storing it on the Handlers object was already somewhat dubious.
-
Erik Johnston authored
-
David Baker authored
-
David Baker authored
-
David Baker authored
Split out the room list handler
-
David Baker authored
So I can use it from federation bits without pulling in all the handlers.
-