summary refs log tree commit diff
path: root/synapse/handlers/federation.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* SYN-46: An invite received from fedearation didn't wake up the event stream f...Erik Johnston2014-09-251-1/+9
* Correctly handle receiving 'missing' Pdus from federation, rather than just d...Erik Johnston2014-09-151-7/+5
* Improve logging in federation handler.Erik Johnston2014-09-151-1/+3
* Error code must be an integerErik Johnston2014-09-031-1/+1
* Import SynapseErrorErik Johnston2014-09-031-0/+1
* Handle timeouts slightly nicer.Erik Johnston2014-09-031-1/+5
* Don't do auth for change_membership in federation handler, it doesn't work an...Erik Johnston2014-09-031-2/+3
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has...Matthew Hodgson2014-09-031-1/+1
* Fix FederationHandler to event.originMark Haines2014-08-281-1/+1
* Remove get_state_for_room function from federation handlerMark Haines2014-08-281-15/+11
* Fix pyflakes warningsMark Haines2014-08-281-3/+1
* Merge backfill_ and backfill in federation handlerMark Haines2014-08-281-18/+5
* Merge branch 'develop' into storage_transactionsMark Haines2014-08-271-1/+1
|\
| * Remove store_id from notifier.on_new_room_event calls.Erik Johnston2014-08-271-1/+1
* | add _get_room_member, fix datastore methodsMark Haines2014-08-271-2/+3
* | Fill out prev_events before calling persist_eventMark Haines2014-08-271-59/+11
* | Fold federation/handler into handlers/federationMark Haines2014-08-261-8/+134
|/
* Use state_key rather than target_user_idMark Haines2014-08-261-1/+1
* Fix pyflakes errorsMark Haines2014-08-261-1/+1
* Merge branch 'develop' of github.com:matrix-org/synapse into client_server_ur...Kegan Dougal2014-08-261-2/+27
|\
| * Wait for getting a Join in response to an invite/join dance.Erik Johnston2014-08-211-2/+27
* | Removed member list servlet: now using generic state paths.Kegan Dougal2014-08-261-1/+1
|/
* Better handle the edge cases of trying to remote join roomsErik Johnston2014-08-201-0/+78
* Print out stacktrace when we failed to persist event.Erik Johnston2014-08-191-1/+1
* Add a 'backfill room' buttonErik Johnston2014-08-191-3/+18
* add in whitespace after copyright statements to improve legibilityMatthew Hodgson2014-08-131-0/+1
* Reference Matrix Home Servermatrix.org2014-08-121-0/+74