summary refs log tree commit diff
path: root/synapse/handlers (unfollow)
Commit message (Expand)AuthorFilesLines
2014-10-17Fix bug where people could join private roomsErik Johnston1-2/+8
2014-10-17Use state groups to get current state. Make join dance actually work.Erik Johnston10-67/+226
2014-10-17Finish implementing the new join dance.Erik Johnston6-126/+222
2014-10-16Start implementing the invite/jo