| Commit message (Expand) | Author | Age | Files | Lines |
* | Pass through list of room hosts from room alias query to federation so that i... | Erik Johnston | 2015-02-05 | 1 | -7/+13 |
* | Merge branch 'signature_failures' of github.com:matrix-org/synapse into feder... | Erik Johnston | 2015-02-04 | 1 | -1/+3 |
|\ |
|
| * | Change context.auth_events to what the auth_events would be bases on context.... | Erik Johnston | 2015-02-04 | 1 | -1/+3 |
* | | Apply sanity to the transport client interface. Convert 'make_join' and 'send... | Erik Johnston | 2015-02-04 | 1 | -2/+2 |
|/ |
|
* | Rearrange persist_event so that do all the queries that need to be done befor... | Erik Johnston | 2015-02-04 | 1 | -0/+2 |
* | Neaten the handling of state and auth_chain up a bit | Erik Johnston | 2015-02-03 | 1 | -27/+30 |
* | Don't completely die if get auth_chain or querying auth_chain requests fail | Erik Johnston | 2015-02-03 | 1 | -63/+72 |
* | Set combinations is | and not + | Erik Johnston | 2015-02-03 | 1 | -2/+2 |
* | Spelling | Erik Johnston | 2015-02-03 | 1 | -1/+1 |
* | Give exception better message | Erik Johnston | 2015-02-03 | 1 | -1/+1 |
* | Add FIXME note. | Erik Johnston | 2015-02-03 | 1 | -0/+2 |
* | Return rejected events if asked for it over federation. | Erik Johnston | 2015-02-03 | 1 | -0/+1 |
* | Try to ensure we don't persist an event we have already persisted. In persist... | Erik Johnston | 2015-02-03 | 1 | -14/+28 |
* | Resign events when we return them via /query_auth/ | Erik Johnston | 2015-01-30 | 1 | -0/+9 |
* | Fix bug where accepting invite over federation didn't work. Add logging. | Erik Johnston | 2015-01-30 | 1 | -8/+49 |
* | Only auth_events with event if event in event.auth_events | Erik Johnston | 2015-01-30 | 1 | -1/+3 |
* | Fix bug where we superfluously asked for current state. Change API of /query_... | Erik Johnston | 2015-01-30 | 1 | -33/+18 |
* | Update the current state of an event if we update auth events. | Erik Johnston | 2015-01-30 | 1 | -1/+3 |
* | Fix regression where we no longer correctly handled the case of gaps in our e... | Erik Johnston | 2015-01-30 | 1 | -2/+6 |
* | Initial implementation of auth conflict resolution | Erik Johnston | 2015-01-29 | 1 | -75/+132 |
* | Start implementing auth conflict res | Erik Johnston | 2015-01-28 | 1 | -35/+176 |
* | Replace hs.parse_userid with UserID.from_string | Mark Haines | 2015-01-23 | 1 | -6/+7 |
* | Finish renaming "context" to "room_id" in federation codebase | Mark Haines | 2015-01-16 | 1 | -5/+5 |
* | PEP8 and pyflakes warnings | Kegan Dougal | 2015-01-07 | 1 | -1/+1 |
* | SYN-154: Better error messages when joining an unknown room by ID. | Kegan Dougal | 2015-01-07 | 1 | -2/+2 |
* | Update copyright notices | Mark Haines | 2015-01-06 | 1 | -1/+1 |
* | Supply auth_chain along with current state in '/state/', fetch auth events fr... | Mark Haines | 2014-12-18 | 1 | -23/+32 |
* | Don't yield on sending the event accross federation. | Mark Haines | 2014-12-18 | 1 | -2/+2 |
* | Fix where we pulled in event.state_events from hotfixes branch | Erik Johnston | 2014-12-16 | 1 | -1/+1 |
* | Merge branch 'hotfixes-v0.5.4a' of github.com:matrix-org/synapse into release... | Erik Johnston | 2014-12-16 | 1 | -2/+6 |
|\ |
|
| * | Add FIXME | Erik Johnston | 2014-12-16 | 1 | -0/+1 |
| * | Fix bug where we did not send the full auth chain to people that joined over ... | Erik Johnston | 2014-12-16 | 1 | -2/+5 |
* | | Make error messages slightly more helpful | Erik Johnston | 2014-12-16 | 1 | -5/+5 |
* | | Construct the EventContext in the state handler rather than constructing one ... | Mark Haines | 2014-12-16 | 1 | -10/+4 |
* | | clean up coding style a bit | Mark Haines | 2014-12-16 | 1 | -7/+4 |
* | | Kill off synapse.api.events.* | Erik Johnston | 2014-12-16 | 1 | -11/+11 |
* | | Add fixme to raising of AuthError in federation land | Erik Johnston | 2014-12-16 | 1 | -0/+1 |
* | | Fix federation test | Erik Johnston | 2014-12-11 | 1 | -1/+1 |
* | | Fix public room joining by making sure replaces_state never points to itself. | Erik Johnston | 2014-12-11 | 1 | -7/+7 |
* | | Fix bug where we clobbered old state group values | Erik Johnston | 2014-12-10 | 1 | -0/+9 |
* | | Merge branch 'develop' of github.com:matrix-org/synapse into events_refactor | Erik Johnston | 2014-12-10 | 1 | -0/+7 |
|\ \ |
|
| * | | fix a million stupid bugs and make it actually work | Matthew Hodgson | 2014-12-08 | 1 | -1/+2 |
| * | | actually reset retry schedule if we can successfuly talk to it | Matthew Hodgson | 2014-12-08 | 1 | -0/+6 |
| |/ |
|
* | | Fix AttributeError | Erik Johnston | 2014-12-10 | 1 | -1/+1 |
* | | Try and figure out how and why signatures are being changed. | Erik Johnston | 2014-12-10 | 1 | -3/+51 |
* | | Fix joining from an invite | Erik Johnston | 2014-12-09 | 1 | -2/+0 |
* | | More bug fixes | Erik Johnston | 2014-12-08 | 1 | -16/+23 |
* | | Various typos and bug fixes. | Erik Johnston | 2014-12-08 | 1 | -59/+38 |
* | | Start making more things use EventContext rather than event.* | Erik Johnston | 2014-12-05 | 1 | -8/+11 |
* | | Convert rest and handlers to use new event structure | Erik Johnston | 2014-12-04 | 1 | -9/+10 |
* | | Begin converting things to use the new Event structure | Erik Johnston | 2014-12-04 | 1 | -7/+2 |
|/ |
|
* | Fix bugs when joining a remote room that has dodgy event graphs. This should ... | Erik Johnston | 2014-11-27 | 1 | -28/+55 |
* | on_receive_pdu takes more args | Erik Johnston | 2014-11-27 | 1 | -3/+3 |
* | Change the way we get missing auth and state events | Erik Johnston | 2014-11-27 | 1 | -16/+61 |
* | Re-sign events when we return them via federation as a temporary hack to work... | Erik Johnston | 2014-11-27 | 1 | -0/+11 |
* | Add a workaround for bug where some initial join events don't reference creat... | Erik Johnston | 2014-11-26 | 1 | -1/+7 |
* | Catch exceptions when trying to add an entry to rooms tables | Erik Johnston | 2014-11-26 | 1 | -6/+11 |
* | Correctly handle the case where we get an event for an unknown room, which tu... | Erik Johnston | 2014-11-26 | 1 | -28/+44 |
* | Fix bugs in invite/join dances. | Erik Johnston | 2014-11-25 | 1 | -52/+92 |
* | We don't always want to Auth get_persisted_pdu | Erik Johnston | 2014-11-24 | 1 | -7/+8 |
* | Fix pep8 codestyle warnings | Mark Haines | 2014-11-20 | 1 | -2/+4 |
* | Add a few missing yields, Move deferred lists inside PreserveLoggingContext b... | Mark Haines | 2014-11-20 | 1 | -2/+2 |
* | These lines aren't doing anything | Mark Haines | 2014-11-17 | 1 | -5/+0 |
* | Merge PDUs and Events into one object | Mark Haines | 2014-11-14 | 1 | -43/+22 |
* | Fix PDU and event signatures | Mark Haines | 2014-11-14 | 1 | -2/+3 |
* | Validate signatures on incoming events | Mark Haines | 2014-11-14 | 1 | -2/+35 |
* | Add a few more comments to the federation handler | Erik Johnston | 2014-11-12 | 1 | -0/+32 |
* | Fix bugs with invites/joins across federatiom. | Erik Johnston | 2014-11-12 | 1 | -9/+3 |
* | Rename annotate_state_groups to annotate_event_with_state | Erik Johnston | 2014-11-11 | 1 | -7/+7 |
* | Fix bug where we /always/ created a new state group | Erik Johnston | 2014-11-11 | 1 | -1/+2 |
* | PEP8 | Erik Johnston | 2014-11-10 | 1 | -1/+4 |
* | Add auth to the various server-server APIs | Erik Johnston | 2014-11-10 | 1 | -2/+13 |
* | Fix backfill to work. Add auth to backfill request | Erik Johnston | 2014-11-10 | 1 | -5/+5 |
* | Notify users about invites. | Erik Johnston | 2014-11-10 | 1 | -1/+4 |
* | Use current state to get room hosts, rather than querying the database | Erik Johnston | 2014-11-07 | 1 | -4/+17 |
* | Add '/event_auth/' federation api | Erik Johnston | 2014-11-07 | 1 | -0/+5 |
* | Implement invite part of invite join dance | Erik Johnston | 2014-11-07 | 1 | -0/+37 |
* | Return auth chain when handling send_join | Erik Johnston | 2014-11-07 | 1 | -3/+12 |
* | Fix joining over federation | Erik Johnston | 2014-11-07 | 1 | -0/+1 |
* | Update to use replaces_state rather than prev_state | Erik Johnston | 2014-11-06 | 1 | -2/+4 |
* | Implement new replace_state and changed prev_state | Erik Johnston | 2014-11-06 | 1 | -3/+1 |
* | Fix auth checks to all use the given old_event_state | Erik Johnston | 2014-11-05 | 1 | -3/+3 |
* | Don't bother locking | Erik Johnston | 2014-11-04 | 1 | -6/+5 |
* | On AuthError, raise a FederationError | Erik Johnston | 2014-11-04 | 1 | -1/+9 |
* | Remove unused imports | Erik Johnston | 2014-11-04 | 1 | -4/+2 |
* | Rename PDU fields to match that of events. | Erik Johnston | 2014-11-03 | 1 | -7/+5 |
* | Actually don't store any PDUs | Erik Johnston | 2014-10-31 | 1 | -0/+22 |
* | Move the impl of backfill to use events. | Erik Johnston | 2014-10-31 | 1 | -1/+26 |
* | Convert event ids to be of the form :example.com | Erik Johnston | 2014-10-30 | 1 | -2/+5 |
* | Make federation return the old current state, so that we can use it to do auth | Erik Johnston | 2014-10-30 | 1 | -5/+23 |
* | Start filling out and using new events tables | Erik Johnston | 2014-10-29 | 1 | -39/+51 |
* | It doesn't want a dict | Erik Johnston | 2014-10-17 | 1 | -2/+0 |
* | Fix bug where people could join private rooms | Erik Johnston | 2014-10-17 | 1 | -2/+8 |
* | Use state groups to get current state. Make join dance actually work. | Erik Johnston | 2014-10-17 | 1 | -21/+53 |
* | Finish implementing the new join dance. | Erik Johnston | 2014-10-17 | 1 | -97/+84 |
* | Start implementing the invite/join dance. Continue moving auth to use event.s... | Erik Johnston | 2014-10-16 | 1 | -8/+75 |
* | Begin making auth use event.old_state_events | Erik Johnston | 2014-10-15 | 1 | -2/+9 |
* | SYN-46: An invite received from fedearation didn't wake up the event stream f... | Erik Johnston | 2014-09-25 | 1 | -1/+9 |
* | Correctly handle receiving 'missing' Pdus from federation, rather than just d... | Erik Johnston | 2014-09-15 | 1 | -7/+5 |
* | Improve logging in federation handler. | Erik Johnston | 2014-09-15 | 1 | -1/+3 |
* | Error code must be an integer | Erik Johnston | 2014-09-03 | 1 | -1/+1 |
* | Import SynapseError | Erik Johnston | 2014-09-03 | 1 | -0/+1 |
* | Handle timeouts slightly nicer. | Erik Johnston | 2014-09-03 | 1 | -1/+5 |
* | Don't do auth for change_membership in federation handler, it doesn't work an... | Erik Johnston | 2014-09-03 | 1 | -2/+3 |
* | fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has... | Matthew Hodgson | 2014-09-03 | 1 | -1/+1 |
* | Fix FederationHandler to event.origin | Mark Haines | 2014-08-28 | 1 | -1/+1 |
* | Remove get_state_for_room function from federation handler | Mark Haines | 2014-08-28 | 1 | -15/+11 |
* | Fix pyflakes warnings | Mark Haines | 2014-08-28 | 1 | -3/+1 |
* | Merge backfill_ and backfill in federation handler | Mark Haines | 2014-08-28 | 1 | -18/+5 |
* | Merge branch 'develop' into storage_transactions | Mark Haines | 2014-08-27 | 1 | -1/+1 |
|\ |
|
| * | Remove store_id from notifier.on_new_room_event calls. | Erik Johnston | 2014-08-27 | 1 | -1/+1 |
* | | add _get_room_member, fix datastore methods | Mark Haines | 2014-08-27 | 1 | -2/+3 |
* | | Fill out prev_events before calling persist_event | Mark Haines | 2014-08-27 | 1 | -59/+11 |
* | | Fold federation/handler into handlers/federation | Mark Haines | 2014-08-26 | 1 | -8/+134 |
|/ |
|
* | Use state_key rather than target_user_id | Mark Haines | 2014-08-26 | 1 | -1/+1 |
* | Fix pyflakes errors | Mark Haines | 2014-08-26 | 1 | -1/+1 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into client_server_ur... | Kegan Dougal | 2014-08-26 | 1 | -2/+27 |
|\ |
|
| * | Wait for getting a Join in response to an invite/join dance. | Erik Johnston | 2014-08-21 | 1 | -2/+27 |
* | | Removed member list servlet: now using generic state paths. | Kegan Dougal | 2014-08-26 | 1 | -1/+1 |
|/ |
|
* | Better handle the edge cases of trying to remote join rooms | Erik Johnston | 2014-08-20 | 1 | -0/+78 |
* | Print out stacktrace when we failed to persist event. | Erik Johnston | 2014-08-19 | 1 | -1/+1 |
* | Add a 'backfill room' button | Erik Johnston | 2014-08-19 | 1 | -3/+18 |
* | add in whitespace after copyright statements to improve legibility | Matthew Hodgson | 2014-08-13 | 1 | -0/+1 |
* | Reference Matrix Home Server | matrix.org | 2014-08-12 | 1 | -0/+74 |