summary refs log tree commit diff
path: root/scripts-dev/tail-synapse.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-12-09Correctly handle timeout errorsErik Johnston2-7/+20
2016-12-09Fix rare notifier bug where listeners dont timeoutErik Johnston2-11/+10
There was a race condition that caused the notifier to 'miss' the timeout notification, since there were no other checks for the timeout this caused listeners to get stuck in a loop until something happened.
2016-12-08Add /room/<room_id>/joined_members APIErik Johnston3-9/+38
This returns the currently joined members in the room with their display names and avatar urls. This is more efficient than /members for large rooms where you don't need the full events.
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
Don't ignore read-receipts which arrive in the same EDU as a read-receipt for an old event.
2016-12-08Fix result of insert_receiptRichard van der Hoff1-1/+1
This should fix the absence of notifications when new receipts arrive.
2016-12-08Add joined_rooms servletErik Johnston1-0/+17
2016-12-06Fix incorrect numbering on OpenBSD instructions caused by my own incompetenceWilliam Leuschner1-7/+7
Signed-off-by: William Leuschner <wel2138@rit.edu>
2016-12-06Update incorrect information in README about ksh and sourceWilliam Leuschner1-6/+2
Signed-off-by: William Leuschner <wel2138@rit.edu>
2016-12-06Prevent user tokens bei