summary refs log tree commit diff
path: root/synapse/handlers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add missing comma so that it generates a dict and not a setErik Johnston2015-02-201-1/+1
* Merge branch 'consumeErrors' of github.com:matrix-org/synapse into developErik Johnston2015-02-172-5/+5
|\
| * We do want to consumeErrorErik Johnston2015-02-171-1/+1
| * Use consumeErrors=True on all DeferredLists.Erik Johnston2015-02-171-4/+4
* | Change some debug logging to infoErik Johnston2015-02-171-2/+4
* | Merge branch 'hotfixes-v0.7.0f' of github.com:matrix-org/synapse into developErik Johnston2015-02-161-1/+1
|\|
| * resolve_events expect lists, not dictsErik Johnston2015-02-151-1/+1
* | Merge branch 'master' of github.com:matrix-org/synapse into developErik Johnston2015-02-131-1/+1
|\|
| * Fix wrong variable nameErik Johnston2015-02-131-1/+1
* | Merge pull request #50 from matrix-org/application-servicesMark Haines2015-02-135-47/+393
|\ \ | |/ |/|
| * PEP8-ifyKegan Dougal2015-02-111-3/+0
| * Notify ASes for events sent by other users in a room which an AS user is a pa...Kegan Dougal2015-02-111-5/+16
| * Merge branch 'develop' into application-servicesKegan Dougal2015-02-115-25/+50
| |\
| * \ Merge branch 'develop' into application-servicesKegan Dougal2015-02-093-62/+105
| |\ \
| * | | Fix bugs so lazy room joining works as intended.Kegan Dougal2015-02-092-9/+20
| * | | Register a user account for the AS when the AS registers. Add 'sender' column...Kegan Dougal2015-02-091-1/+7
| * | | Add errcodes for appservice registrations.Kegan Dougal2015-02-061-4/+7
| * | | Pyflakes: unused variable.Kegan Dougal2015-02-061-1/+1
| * | | Grant ASes the ability to delete aliases in their own namespace.Kegan Dougal2015-02-061-5/+23
| * | | Grant ASes the ability to create alias in their own namespace.Kegan Dougal2015-02-061-12/+31
| * | | Add m.login.application_service registration procedure.Kegan Dougal2015-02-051-0/+20
| * | | Dependency inject ApplicationServiceApi when creating ApplicationServicesHand...Kegan Dougal2015-02-052-4/+6
| * | | Prevent user IDs in AS namespaces being created/deleted by humans.Kegan Dougal2015-02-051-0/+16
| * | | Prevent aliases in AS namespaces being created/deleted by users. Check with A...Kegan Dougal2015-02-051-9/+33
| * | | Merge branch 'develop' into application-servicesKegan Dougal2015-02-054-90/+143
| |\ \ \
| * | | | Fix user query checks. HS>AS pushing now works.Kegan Dougal2015-02-051-13/+31
| * | | | Glue AS work to general event notifications. Add more exception handling when...Kegan Dougal2015-02-051-14/+25
| * | | | Add unknown room alias check. Call it from directory_handler.get_associationKegan Dougal2015-02-052-43/+61
| * | | | Add unknown user ID check. Use store.get_aliases_for_room(room_id) when searc...Kegan Dougal2015-02-051-5/+19
| * | | | Add hs_token column and generate a different token f.e application service.Kegan Dougal2015-02-051-3/+6
| * | | | Impl push_bulk functionKegan Dougal2015-02-051-1/+1
| * | | | Modify API for SimpleHttpClient.get_json and update usages.Kegan Dougal2015-02-042-37/+52
| * | | | Add query_user/alias APIs.Kegan Dougal2015-02-041-10/+16
| * | | | Begin to add unit tests for appservice glue and regex testing.Kegan Dougal2015-02-041-2/+6
| * | | | Add stub ApplicationServiceApi and glue it with the handler.Kegan Dougal2015-02-041-3/+15
| * | | | Add appservice package and move ApplicationService into it.Kegan Dougal2015-02-031-1/+3
| * | | | Implement restricted namespace checks. Begin fleshing out the main hook for n...Kegan Dougal2015-02-031-0/+19
| * | | | Add namespace constants. Add restrict_to option to limit namespace checks.Kegan Dougal2015-02-031-10/+15
| * | | | Implement regex checks for app services.Kegan Dougal2015-02-031-2/+23
| * | | | Implement txns for AS (un)registration.Kegan Dougal2015-02-021-1/+2
| * | | | Merge branch 'develop' into application-servicesKegan Dougal2015-02-027-154/+848
| |\ \ \ \
| * | | | | Add basic application_services SQL, and hook up parts of the appservice store...Kegan Dougal2015-01-281-3/+4
| * | | | | Log when ASes are registered/unregistered.Kegan Dougal2015-01-271-0/+2
| * | | | | Use ApplicationService when registering.Kegan Dougal2015-01-271-8/+5
| * | | | | Add stub methods, TODOs and docstrings for application services.Kegan Dougal2015-01-271-3/+22
| * | | | | Add appservice handler and store. Glue together rest > handler > store.Kegan Dougal2015-01-272-0/+51
* | | | | | pyflakesErik Johnston2015-02-131-1/+1
* | | | | | When we see a difference in current state, actually use state conflict resolu...Erik Johnston2015-02-131-0/+34
* | | | | | Reindent code to be less human-readable to keep pep8 from complainingPaul "LeoNerd" Evans2015-02-121-1/+1
* | | | | | Appease pyflakesPaul "LeoNerd" Evans2015-02-121-1/+1
* | | | | | Can now remove the FIXME tooPaul "LeoNerd" Evans2015-02-121-10/+3
* | | | | | Only attempt to fetch presence state of JOINed members in room initialSync (S...Paul "LeoNerd" Evans2015-02-121-0/+1
* | | | | | Remove more debug loggingErik Johnston2015-02-111-2/+0
* | | | | | Remove debug loggingErik Johnston2015-02-112-12/+0
* | | | | | Don't unfreeze when using FreezeEvent.get_dict, as we are using a JSONEncoder...Erik Johnston2015-02-112-2/+17
| |_|_|_|/ |/| | | |
* | | | | Fix code-styleMark Haines2015-02-102-5/+5
* | | | | Code-style fixesMark Haines2015-02-102-6/+11
* | | | | Merge branch 'release-v0.6.2' of github.com:matrix-org/synapse into developErik Johnston2015-02-101-1/+6
|\ \ \ \ \
| * | | | | SYN-258: get_recent_events_for_room only accepts stream tokens, convert the t...Mark Haines2015-02-061-1/+3
| * | | | | Explicitly list the RejectedReasons that we can proveErik Johnston2015-02-061-1/+6
* | | | | | During room intial sync, only calculate current state once.Erik Johnston2015-02-092-13/+28
| |_|_|_|/ |/| | | |
* | | | | don't give up if we can't create default avatars during testsMatthew Hodgson2015-02-071-9/+12
* | | | | ...and here's the actual impl. git fail.Matthew Hodgson2015-02-071-0/+14
* | | | | SYN-258: get_recent_events_for_room only accepts stream tokens, convert the t...Mark Haines2015-02-061-1/+3
|/ / / /
* | | | Don't query auth if the only difference is events that were rejected due to a...Erik Johnston2015-02-061-56/+72
* | | | Make seen_ids a setErik Johnston2015-02-061-1/+3
* | | | Handle the fact the list.remove raises if element doesn't existErik Johnston2015-02-061-4/+10
| |_|/ |/| |
* | | Merge branch 'develop' of github.com:matrix-org/synapse into federation_clien...Erik Johnston2015-02-051-5/+12
|\ \ \
| * | | SYN-202: Log as WARN the 404 'Presence information not visible' errors instea...Erik Johnston2015-02-051-5/+12
| | |/ | |/|
* | | Pass through list of room hosts from room alias query to federation so that i...Erik Johnston2015-02-052-14/+18
* | | Merge branch 'signature_failures' of github.com:matrix-org/synapse into feder...Erik Johnston2015-02-041-1/+3
|\ \ \
| * | | Change context.auth_events to what the auth_events would be bases on context....Erik Johnston2015-02-041-1/+3
* | | | Apply sanity to the transport client interface. Convert 'make_join' and 'send...Erik Johnston2015-02-041-2/+2
* | | | When returning lists of servers from alias lookups, put the current server fi...Erik Johnston2015-02-041-1/+10
|/ / /
* | | Rearrange persist_event so that do all the queries that need to be done befor...Erik Johnston2015-02-041-0/+2
* | | Neaten the handling of state and auth_chain up a bitErik Johnston2015-02-031-27/+30
* | | Don't completely die if get auth_chain or querying auth_chain requests failErik Johnston2015-02-031-63/+72
* | | Set combinations is | and not +Erik Johnston2015-02-031-2/+2
* | | SpellingErik Johnston2015-02-031-1/+1
* | | Give exception better messageErik Johnston2015-02-031-1/+1
* | | Add FIXME note.Erik Johnston2015-02-031-0/+2
* | | Return rejected events if asked for it over federation.Erik Johnston2015-02-031-0/+1
* | | Try to ensure we don't persist an event we have already persisted. In persist...Erik Johnston2015-02-031-14/+28
|/ /
* | Resign events when we return them via /query_auth/Erik Johnston2015-01-301-0/+9
* | Return empty list rather than None when there are no emphemeral events for a ...Mark Haines2015-01-301-1/+1
* | Fix bug where accepting invite over federation didn't work. Add logging.Erik Johnston2015-01-301-8/+49
* | Merge pull request #43 from matrix-org/rejectionsErik Johnston2015-01-301-119/+310
|\ \
| * | Only auth_events with event if event in event.auth_eventsErik Johnston2015-01-301-1/+3
| * | Fix bug where we superfluously asked for current state. Change API of /query_...Erik Johnston2015-01-301-33/+18
| * | Merge branch 'develop' of github.com:matrix-org/synapse into rejectionsErik Johnston2015-01-305-43/+75
| |\ \
| * | | Update the current state of an event if we update auth events.Erik Johnston2015-01-301-1/+3
| * | | Fix regression where we no longer correctly handled the case of gaps in our e...Erik Johnston2015-01-301-2/+6
| * | | Initial implementation of auth conflict resolutionErik Johnston2015-01-291-75/+132
| * | | Start implementing auth conflict resErik Johnston2015-01-281-35/+176
* | | | Add doc string for __nonzero__ overrides for sync results, raise not implemen...Mark Haines2015-01-301-1/+8
* | | | Check if the user has joined the room between incremental syncsMark Haines2015-01-301-4/+27
* | | | Pass client info to the sync_configMark Haines2015-01-301-2/+3
* | | | Fix token formattingMark Haines2015-01-301-3/+3
* | | | Filter the recent events before applying the limit when doing an initial syncMark Haines2015-01-301-11/+10
* | | | Filter the recent events before applying the limit when doing an incremental ...Mark Haines2015-01-301-15/+38
* | | | Update todo for the filtering on syncMark Haines2015-01-291-1/+2
* | | | Fix indentMark Haines2015-01-291-1/+1
* | | | Move typing notifs to an "emphermal" event list on the room objectMark Haines2015-01-291-5/+7
* | | | Fix check for empty room updateMark Haines2015-01-291-1/+1
* | | | Fix v2 initial syncMark Haines2015-01-291-1/+2
* | | | Use get_room_events_stream to get changes to the rooms if the number of chang...Mark Haines2015-01-291-11/+45
* | | | Remove typing TODOMark Haines2015-01-291-1/+0
* | | | Add typing notifications to syncMark Haines2015-01-291-9/+21
* | | | Merge branch 'develop' into client_v2_syncMark Haines2015-01-284-34/+51
|\ \ \ \ | | |/ / | |/| |
| * | | Merge pull request #36 from matrix-org/device_id_from_access_tokenMark Haines2015-01-281-1/+11
| |\ \ \
| | * | | Extract the id token of the token when authing users, include the token and d...Mark Haines2015-01-281-1/+11
| | | |/ | | |/|
| * | | Merge branch 'master' into developDavid Baker2015-01-281-1/+1
| |\ \ \
| | * | | Add matrix.org as a trusted ID server because it's now passed through on port...David Baker2015-01-281-1/+1
| * | | | Merge branch 'develop' into pushersDavid Baker2015-01-289-47/+68
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Reset badge count to zero when last active time is bumpedDavid Baker2015-01-281-0/+5
| * | | | Oops, remove debuggingDavid Baker2015-01-271-1/+0
| * | | | or of course we could just return the deferredDavid Baker2015-01-271-2/+1
| * | | | Need a defer.inlineCallbacks here as we yield in it: otherwise nothing in the...David Baker2015-01-271-0/+1
| * | | | Unbreak bad presence merge - don't add these blocks together with an and: the...David Baker2015-01-271-12/+14
| * | | | Merge branch 'develop' into pushersDavid Baker2015-01-224-12/+14
| |\ \ \ \
| * | | | | Don't make the pushers' event streams cause people to appear onlineDavid Baker2015-01-151-21/+22
* | | | | | Fix FormattingMark Haines2015-01-271-8/+5
* | | | | | Wait for events if the incremental sync is empty and a timeout is givenMark Haines2015-01-271-7/+12
* | | | | | Start implementing incremental initial syncMark Haines2015-01-271-25/+208
* | | | | | Start implementing the non-incremental sync portion of the v2 /sync APIMark Haines2015-01-262-25/+64
* | | | | | Merge branch 'develop' into client_v2_syncMark Haines2015-01-263-9/+24
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Pass the current time to serialize event, rather than passing anMark Haines2015-01-263-9/+24
| | |_|_|/ | |/| | |
* / | | | Add handler for /sync APIMark Haines2015-01-261-0/+110
|/ / / /
* | | | Replace hs.parse_roomalias with RoomAlias.from_stringMark Haines2015-01-231-1/+2
* | | | Replace hs.parse_roomid with RoomID.from_stringMark Haines2015-01-231-2/+0
* | | | Replace hs.parse_userid with UserID.from_stringMark Haines2015-01-238-35/+42
| |/ / |/| |
* | | Finish renaming "context" to "room_id" in federation codebaseMark Haines2015-01-162-8/+6
* | | Remove temporary debug logging that was accidentally committedMark Haines2015-01-161-2/+0
* | | Don't try to cancel already-expired timers - SYN-230Paul "LeoNerd" Evans2015-01-131-2/+8
|/ /
* | Use float rather than integer divisions to turn msec into sec - so timeouts u...Paul "LeoNerd" Evans2015-01-121-1/+1
* | Make typing notification timeouts print a (debug) logging messagePaul "LeoNerd" Evans2015-01-121-1/+7
* | Add raw query param for scrollback.Kegan Dougal2015-01-081-2/+5
* | Return the raw federation event rather than adding extra keys for federation ...Kegan Dougal2015-01-082-4/+5
* | Add missing continuation indent.Erik Johnston2015-01-081-1/+2
* | Add 'raw' query parameter to expose the event graph and signatures to savvy c...Kegan Dougal2015-01-082-4/+9
* | PEP8 and pyflakes warningsKegan Dougal2015-01-072-2/+4
* | SYN-154: Tweak how the m.room.create check is done.Kegan Dougal2015-01-071-2/+11
* | SYN-154: Better error messages when joining an unknown room by ID.Kegan Dougal2015-01-072-5/+7
|/
* RoomsForUser now has sender instead of user_idErik Johnston2015-01-061-1/+1
* Merge branch 'erikj-perf' of github.com:matrix-org/synapse into developErik Johnston2015-01-061-5/+5
|\
| * We don't need the full events for get_rooms_for_user_where_membership_isErik Johnston2015-01-061-5/+5
* | Merge pull request #28 from matrix-org/erikj-perfMark Haines2015-01-061-8/+5
|\|
| * Add RoomMemberStore.get_users_in_room, so that we can get the list of joined ...Erik Johnston2015-01-061-8/+5
* | Update copyright noticesMark Haines2015-01-0613-13/+13
|/
* Rate limit display names and avatar urls per request rather than per event.Kegan Dougal2014-12-191-2/+4
* Set a state_key for the topic and room name, otherwise they won't be treated ...Mark Haines2014-12-191-0/+2
* bump_presence_active_time when sending a message eventMark Haines2014-12-191-0/+6
* Don't ratelimit room create eventsMark Haines2014-12-192-3/+4
* Set display name when joining via aliasMark Haines2014-12-191-0/+5
* s/user_id/sender/Mark Haines2014-12-191-1/+1
* Supply auth_chain along with current state in '/state/', fetch auth events fr...Mark Haines2014-12-181-23/+32
* Don't yield on sending the event accross federation.Mark Haines2014-12-181-2/+2
* Fix where we pulled in event.state_events from hotfixes branchErik Johnston2014-12-161-1/+1
* Merge branch 'hotfixes-v0.5.4a' of github.com:matrix-org/synapse into release...Erik Johnston2014-12-161-2/+6
|\
| * Add FIXMEErik Johnston2014-12-161-0/+1
| * Fix bug where we did not send the full auth chain to people that joined over ...Erik Johnston2014-12-161-2/+5
* | Make error messages slightly more helpfulErik Johnston2014-12-161-5/+5
* | Merge branch 'release-v0.6.0' into developMark Haines2014-12-161-0/+5
|\ \
| * | Enable rate limiting for all eventsErik Johnston2014-12-161-0/+5
* | | Remove send_message since nothing was calling it. Remove Snapshot because onl...Mark Haines2014-12-161-38/+0
* | | Construct the EventContext in the state handler rather than constructing one ...Mark Haines2014-12-162-19/+6
* | | clean up coding style a bitMark Haines2014-12-164-12/+8
|/ /
* | Kill off synapse.api.events.*Erik Johnston2014-12-164-30/+25
* | Add fixme to raising of AuthError in federation landErik Johnston2014-12-161-0/+1
* | User.is_mine is no longer a thing. Use hs.is_mine instead.Erik Johnston2014-12-151-1/+1
* | Rename MessageHandler.handle_event. Add a few comments.Erik Johnston2014-12-155-7/+24
* | Get current member state from current_state snapshot. Fix leave test.Erik Johnston2014-12-151-3/+3
* | Merge branch 'develop' of github.com:matrix-org/synapse into events_refactorErik Johnston2014-12-152-20/+112
|\ \
| * | Still send typing notifications to myself if I'm the only one in the room (it...Paul "LeoNerd" Evans2014-12-151-2/+1
| * | Send list of typing user IDs as 'user_ids' list within 'content', so that m.t...Paul "LeoNerd" Evans2014-12-121-1/+3
| * | When users leave rooms mark them as no longer typing in themPaul "LeoNerd" Evans2014-12-111-0/+8
| * | Add a 'user_left_room' distributor signal analogous to 'user_joined_room'Paul "LeoNerd" Evans2014-12-111-0/+7
| * | Actually auth-check to ensure people can only send typing notifications for r...Paul "LeoNerd" Evans2014-12-111-0/+4
| * | Add a sprinkling of logger.debug() into typing notification handlerPaul "LeoNerd" Evans2014-12-111-0/+8
| * | Initial hack at unit tests of room typing REST APIPaul "LeoNerd" Evans2014-12-111-0/+7
| * | Avoid cyclic dependency in handler setupPaul "LeoNerd" Evans2014-12-101-4/+10
| * | Hook up the event stream to typing notificationsPaul "LeoNerd" Evans2014-12-101-2/+22
| * | Store serial numbers per room for typing event stream purposesPaul "LeoNerd" Evans2014-12-101-13/+28
| * | First hack at implementing timeouts in typing notification handlerPaul "LeoNerd" Evans2014-12-101-3/+19
* | | Validate message, topic and name event contentsErik Johnston2014-12-121-1/+1
* | | Fix federation testErik Johnston2014-12-111-1/+1
* | | Fix public room joining by making sure replaces_state never points to itself.Erik Johnston2014-12-111-7/+7
* | | .from_string() no longer takes a HSErik Johnston2014-12-101-2/+2
* | | Remove dead codeErik Johnston2014-12-101-2/+0
* | | Add some basic event validationErik Johnston2014-12-101-2/+6
* | | Fix bug where we clobbered old state group valuesErik Johnston2014-12-101-0/+9
* | | Fix bug when uploading state with empty state_keyErik Johnston2014-12-102-76/+5
* | | Merge branch 'develop' of github.com:matrix-org/synapse into events_refactorErik Johnston2014-12-101-0/+7
|\| |
| * | fix a million stupid bugs and make it actually workMatthew Hodgson2014-12-081-1/+2
| * | actually reset retry schedule if we can successfuly talk to itMatthew Hodgson2014-12-081-0/+6
* | | Fix AttributeErrorErik Johnston2014-12-101-1/+1
* | | Make depth increase.Erik Johnston2014-12-101-1/+1
* | | Try and figure out how and why signatures are being changed.Erik Johnston2014-12-103-9/+53
* | | PEP8Erik Johnston2014-12-091-1/+1
* | | Fix joining from an inviteErik Johnston2014-12-093-16/+17
* | | Remove unused snapshotErik Johnston2014-12-091-2/+0
* | | Remove unused importErik Johnston2014-12-091-2/+1
* | | More bug fixesErik Johnston2014-12-082-19/+31
* | | More bug fixesErik Johnston2014-12-083-10/+13
* | | More bug fixesErik Johnston2014-12-082-3/+7
* | | Fix registrationErik Johnston2014-12-081-2/+4
* | | Various typos and bug fixes.Erik Johnston2014-12-082-62/+43
* | | Start making more things use EventContext rather than event.*Erik Johnston2014-12-052-99/+84
* | | Merge branch 'develop' of github.com:matrix-org/synapse into events_refactorErik Johnston2014-12-041-5/+7
|\| |
| * | @log_function on PresenceStream's get_new_events_for_user()Paul "LeoNerd" Evans2014-12-031-1/+3
| * | Store any incoming presence push in the local cache anyway, even if there's n...Paul "LeoNerd" Evans2014-12-031-4/+4
| |/
* | Convert rest and handlers to use new event structureErik Johnston2014-12-046-116/+111
* | Begin converting things to use the new Event structureErik Johnston2014-12-043-19/+56
* | WIP for new way of managing events.Erik Johnston2014-12-031-0/+51
* | Merge branch 'develop' of github.com:matrix-org/synapse into events_refactorErik Johnston2014-12-032-1/+10
|\|
| * Extra verbosity on logging of received presence infoPaul "LeoNerd" Evans2014-12-021-0/+5
| * Squash room_ids list to a set() to remove duplicates - with TODO marker as I ...Paul "LeoNerd" Evans2014-12-021-1/+5
* | Change DomainSpecificString so that it doesn't use a HomeServer objectErik Johnston2014-12-026-41/+44
|/
* Fix bugs when joining a remote room that has dodgy event graphs. This should ...Erik Johnston2014-11-271-28/+55
* on_receive_pdu takes more argsErik Johnston2014-11-271-3/+3
* Change the way we get missing auth and state eventsErik Johnston2014-11-271-16/+61
* Re-sign events when we return them via federation as a temporary hack to work...Erik Johnston2014-11-271-0/+11
* Attempt to fix bug where we 500d an event stream due to trying to cancel a ti...Erik Johnston2014-11-261-3/+9
* Add a workaround for bug where some initial join events don't reference creat...Erik Johnston2014-11-261-1/+7
* Catch exceptions when trying to add an entry to rooms tablesErik Johnston2014-11-261-6/+11
* Correctly handle the case where we get an event for an unknown room, which tu...Erik Johnston2014-11-261-28/+44
* Fix bugs in invite/join dances.Erik Johnston2014-11-253-54/+94
* We don't always want to Auth get_persisted_pduErik Johnston2014-11-241-7/+8
* Return 404 M_NOT_FOUND when trying to look up a room alias that doesn't existMark Haines2014-11-211-12/+24
* SYN-58: Allow passing explicit limit=0 to initialSync to request no messages ...Paul "LeoNerd" Evans2014-11-201-1/+1
* Fix pep8 and pyflakes warningsMark Haines2014-11-202-4/+10
* Merge branch 'develop' into http_client_refactorDavid Baker2014-11-209-48/+64
|\
| * Fix pep8 codestyle warningsMark Haines2014-11-204-9/+13
| * Add a few missing yields, Move deferred lists inside PreserveLoggingContext b...Mark Haines2014-11-208-40/+52
* | Separate out the matrix http client completely because just about all of its ...David Baker2014-11-202-10/+16
* | Oops, I removed this param.David Baker2014-11-201-2/+0
* | Refactor the HTTP clients a little.David Baker2014-11-202-5/+5
|/
* SYN-153: Fix formatting of federation error messageMark Haines2014-11-201-1/+1
* Don't add a 'prev' key to m.room.member messagesErik Johnston2014-11-192-4/+0
* Initialise UserPresenceCache instances to always contain a 'presence' keyPaul "LeoNerd" Evans2014-11-191-4/+2
* SYN-153: Raise 404 if room alias is not foundMark Haines2014-11-191-4/+8
* Preserve logging context in a few more places, drop the logging context after...Mark Haines2014-11-191-3/+5
* Remove unused variableMark Haines2014-11-181-1/+1
* Rename message handler's new snapshot_room to room_initial_sync() as that bet...Paul "LeoNerd" Evans2014-11-181-1/+1
* Merge remote-tracking branch 'origin/develop' into room-initial-syncPaul "LeoNerd" Evans2014-11-182-45/+42
|\
| * SYN-149: Enable auth for events added during room creation since they should ...Mark Haines2014-11-181-1/+1
| * SYN-149: Send join event immediately after the room create eventMark Haines2014-11-182-26/+26
| * Split out sending the room alias events from creating the alias so that we ca...Mark Haines2014-11-182-19/+16
* | Include room members' presence in room initialSyncPaul "LeoNerd" Evans2014-11-181-1/+22
* | Added ability to .get_state() from the PresenceHandler by returning a complet...Paul "LeoNerd" Evans2014-11-181-2/+15