summary refs log tree commit diff
path: root/synapse/handlers (unfollow)
Commit message (Expand)AuthorFilesLines
2016-12-12Add cache to get_public_room_ids_at_stream_idErik Johnston2-1/+4
2016-12-12Notify replication. Use correct network_idErik Johnston1-1/+3
2016-12-12Remove unspecced GET endpoints for e2e keysRichard van der Hoff1-39/+4
2016-12-12DocstringErik Johnston1-0/+12
2016-12-12Remove unused importRichard van der Hoff1-1/+0
2016-12-09E2E key query: handle federation failsRichard van der Hoff1-0/+11
2016-12-09Implement a null 'test' commandRichard van der Hoff1-2/+15
2016-12-09fix pythonpathRichard van der Hoff1-1/+1
2016-12-09Don't try to run tox from setup.pyRichard van der Hoff1-34/+28
2016-12-09Update the readme to use trialRichard van der Hoff1-5/+14
2016-12-09Fix unit testsErik Johnston1-0/+4
2016-12-09Correctly handle timeout errorsErik Johnston2-7/+20
2016-12-09Fix broken README mergeRichard van der Hoff1-1/+1
2016-12-09Fix rare notifier bug where listeners dont timeoutErik Johnston2-11/+10
2016-12-08Add /room/<room_id>/joined_members APIErik Johnston3-9/+38
2016-12-08Add profile data to the room_membership table for joinsErik Johnston4-0/+110
2016-12-08Fix ignored read-receiptsRichard van der Hoff1-1/+5
2016-12-08Fix result of insert_receiptRichard van der Hoff1-1/+1
2016-12-08Add joined_rooms servletErik Johnston1-0/+17
2016-12-07CommentsErik Johnston3-2/+12
2016-12-06Don't include appservice idErik Johnston1-1/+0
2016-12-06Fix incorrect numbering on OpenBSD instructions caused by my own incompetenceWilliam Leuschner1-7/+7
2016-12-06Add new API appservice specific public room listErik Johnston14-40/+371
2016-12-06