summary refs log tree commit diff
path: root/synapse/handlers (unfollow)
Commit message (Expand)AuthorFilesLines
2017-09-15Fix typoErik Johnston1-1/+1
2017-09-14Actually hook leave notifs upErik Johnston1-2/+3
2017-09-13Handle joining/leaving rooms in /keys/changesErik Johnston1-1/+38
2017-09-13Get left roomsErik Johnston1-3/+32
2017-09-12In sync handle device lists for newly joined/left roomsErik Johnston1-2/+10
2017-09-08Add left section to /keys/changesErik Johnston3-11/+19
2017-09-07Send down device list change notif when member leaves/rejoins roomErik Johnston3-14/+55
2017-09-05Exclude the github issue template from our sdist (#2440)Richard van der Hoff2-0/+1
2017-09-05do tox install with pip -eRichard van der Hoff1-5/+29
2017-09-01Document known to work postgres versionPaul Tötterman1-0/+2
2017-09-01Set --python when running sytestRichard van der Hoff4-0/+4
2017-09-01fix python path in jenkins scriptsRichard van der Hoff4-4/+4
2017-09-01Set --python when running sytestRichard van der Hoff4-0/+4
2017-08-23Tweaks to the upgrade instructionsRichard van der Hoff1-33/+42
2017-08-22test federation client: Allow server-name and key-file as optionsRichard van der Hoff1-8/+28
2017-08-17Improvements to the federation test clientRichard van der Hoff1-7/+58
2017-08-17Update ISSUE_TEMPLATE.mdTom Lant1-1/+5
2017-08-17Update ISSUE_TEMPLATE.mdTom Lant1-3/+10
2017-08-16Add prometheus configRichard van der Hoff3-0/+436
2017-08-16Fix user_dir startupRichard van der Hoff1-1/+1
2017-08-16Fix process startupRichard van der Hoff1-10/+13
2017-08-15explain why CPU affinity is a good ideaMatthew Hodgson1-0/+8
2017-08-15Allow configuration of CPU affinityRichard van der Hoff5-1/+23
2017-08-15Factor out common application start