summary refs log tree commit diff
path: root/synapse/handlers/room_member.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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