- Mar 18, 2017
-
-
Richard van der Hoff authored
-
- Mar 17, 2017
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Queue up federation PDUs while a room join is in progress
-
- Mar 16, 2017
-
-
Erik Johnston authored
Implement no op for room stream in sync
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
- Mar 15, 2017
-
-
Richard van der Hoff authored
This just takes the existing `room_queues` logic and moves it out to `on_receive_pdu` instead of `_process_received_pdu`, which ensures that we don't start trying to fetch prev_events and whathaveyou until the join has completed.
-
Erik Johnston authored
Add fallback to last_active_ts if it beats the last sync time on a presence timeout.
-
Erik Johnston authored
Format presence events on the edges instead of reformatting them multiple times
-
Erik Johnston authored
-
Will Hunt authored
-
Erik Johnston authored
-
Will Hunt authored
-
Will Hunt authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
David Baker authored
Handle PartialDownloadError in CAS login
-
Richard van der Hoff authored
Fix assertion to stop transaction queue getting wedged
-
Richard van der Hoff authored
... and update some docstrings to correctly reflect the types being used. get_new_device_msgs_for_remote can return a long under some circumstances, which was being stored in last_device_list_stream_id_by_dest, and was then upsetting things on the next loop.
-
Erik Johnston authored
Add some metrics on notifier
-
Erik Johnston authored
-
Erik Johnston authored
Phone number registration / login support v2
-
Richard van der Hoff authored
to correctly reset the context when we fire off a deferred we aren't going to wait for.
-
- Mar 14, 2017
-
-
Richard van der Hoff authored
Fix routing loop when fetching remote media
-
Richard van der Hoff authored
-
Erik Johnston authored
Reduce number of spurious sync result generations.
-
Erik Johnston authored
Speed up public room list
-
Erik Johnston authored
-
Richard van der Hoff authored
- don't blindly proxy all HTTPRequestExceptions - log unexpected exceptions at error - avoid `isinstance` - improve docs on `from_http_response_exception`
-
Richard van der Hoff authored
Give CodeMessageException back its `msg` attribute, and use that to hold the HTTP status message for HttpResponseException.
-
David Baker authored
-
Erik Johnston authored
-
Erik Johnston authored
Fix current_state_events table to not lie
-
Erik Johnston authored
If we try and persist two state events that have the same ancestor we calculate the wrong current state when persisting those events.
-
David Baker authored
-
David Baker authored
-
Luke Barnard authored
Implement delete_devices API
-