| Commit message (Expand) | Author | Age | Files | Lines |
* | Pass through user-supplied content in /join/$room_id | Kegan Dougal | 2016-08-23 | 1 | -2/+12 |
* | Only process one local membership event per room at a time | Erik Johnston | 2016-08-12 | 1 | -1/+1 |
* | Add `create_requester` function | Richard van der Hoff | 2016-07-26 | 1 | -11/+9 |
* | Remove unused get_joined_rooms_for_user | Mark Haines | 2016-05-17 | 1 | -15/+0 |
* | Remove get_joined_rooms_for_user from RoomMemberHandler | Mark Haines | 2016-05-16 | 1 | -2/+1 |
* | Replaces calls to fetch_room_distributions_into with get_joined_hosts_for_room | Mark Haines | 2016-05-16 | 1 | -29/+0 |
* | Fix typo | Mark Haines | 2016-05-11 | 1 | -1/+1 |
* | Move _create_new_client_event and handle_new_client_event out of base handler | Mark Haines | 2016-05-11 | 1 | -2/+2 |
* | fix typo | Matthew Hodgson | 2016-04-28 | 1 | -1/+1 |
* | Remove some unused functions (#711) | Mark Haines | 2016-04-08 | 1 | -13/+0 |
* | Move all the wrapper functions for distributor.fire | Mark Haines | 2016-04-08 | 1 | -15/+1 |
* | Merge pull request #700 from matrix-org/erikj/deduplicate_joins | Erik Johnston | 2016-04-07 | 1 | -0/+31 |
|\ |
|
| * | Deduplicate joins | Erik Johnston | 2016-04-07 | 1 | -0/+31 |
* | | Set profile information when joining rooms remotely | Erik Johnston | 2016-04-07 | 1 | -0/+5 |
|/ |
|
* | Merge pull request #691 from matrix-org/erikj/member | Erik Johnston | 2016-04-05 | 1 | -4/+14 |
|\ |
|
| * | Fix stuck invites | Erik Johnston | 2016-04-05 | 1 | -4/+14 |
* | | Merge pull request #690 from matrix-org/erikj/member | Erik Johnston | 2016-04-05 | 1 | -1/+4 |
|\| |
|
| * | Docs and indents | Erik Johnston | 2016-04-04 | 1 | -1/+4 |
| * | Store invites in a separate table. | Erik Johnston | 2016-04-04 | 1 | -1/+1 |
* | | Merge pull request #689 from matrix-org/erikj/member | Erik Johnston | 2016-04-04 | 1 | -93/+147 |
|\| |
|
| * | Use computed prev event ids | Erik Johnston | 2016-04-01 | 1 | -0/+3 |
| * | Do checks for memberships before creating events | Erik Johnston | 2016-04-01 | 1 | -93/+144 |
* | | Use google style doc strings. | Mark Haines | 2016-04-01 | 1 | -24/+24 |
|/ |
|
* | Split out RoomMemberHandler | Erik Johnston | 2016-03-31 | 1 | -0/+646 |