summary refs log tree commit diff
path: root/synapse/handlers/room_member.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use new tablesErik Johnston2016-10-311-2/+8
* Fix membership changes to be idempotentMark Haines2016-09-021-0/+6
* Correctly handle the difference between prev and current stateErik Johnston2016-08-311-3/+3
* Replace context.current_state with context.current_state_idsErik Johnston2016-08-251-40/+84
* Pass through user-supplied content in /join/$room_idKegan Dougal2016-08-231-2/+12
* Only process one local membership event per room at a timeErik Johnston2016-08-121-1/+1
* Add `create_requester` functionRichard van der Hoff2016-07-261-11/+9
* Remove unused get_joined_rooms_for_userMark Haines2016-05-171-15/+0
* Remove get_joined_rooms_for_user from RoomMemberHandlerMark Haines2016-05-161-2/+1
* Replaces calls to fetch_room_distributions_into with get_joined_hosts_for_roomMark Haines2016-05-161-29/+0
* Fix typoMark Haines2016-05-111-1/+1
* Move _create_new_client_event and handle_new_client_event out of base handlerMark Haines2016-05-111-2/+2
* fix typoMatthew Hodgson2016-04-281-1/+1
* Remove some unused functions (#711)Mark Haines2016-04-081-13/+0
* Move all the wrapper functions for distributor.fireMark Haines2016-04-081-15/+1
* Merge pull request #700 from matrix-org/erikj/deduplicate_joinsErik Johnston2016-04-071-0/+31
|\
| * Deduplicate joinsErik Johnston2016-04-071-0/+31
* | Set profile information when joining rooms remotelyErik Johnston2016-04-071-0/+5
|/
* Merge pull request #691 from matrix-org/erikj/memberErik Johnston2016-04-051-4/+14
|\
| * Fix stuck invitesErik Johnston2016-04-051-4/+14
* | Merge pull request #690 from matrix-org/erikj/memberErik Johnston2016-04-051-1/+4
|\|
| * Docs and indentsErik Johnston2016-04-041-1/+4
| * Store invites in a separate table.Erik Johnston2016-04-041-1/+1
* | Merge pull request #689 from matrix-org/erikj/memberErik Johnston2016-04-041-93/+147
|\|
| * Use computed prev event idsErik Johnston2016-04-011-0/+3
| * Do checks for memberships before creating eventsErik Johnston2016-04-011-93/+144
* | Use google style doc strings.Mark Haines2016-04-011-24/+24
|/
* Split out RoomMemberHandlerErik Johnston2016-03-311-0/+646