summary refs log tree commit diff
path: root/AUTHORS.rst (unfollow)
Commit message (Expand)AuthorFilesLines
2016-01-07Use logger not loggingErik Johnston1-2/+2
2016-01-07s/telnet/ssh/Erik Johnston1-1/+1
2016-01-07Change manhole to use sshErik Johnston1-5/+21
2016-01-07copyrightsMatthew Hodgson295-297/+297
2016-01-06Config Comment mixup in captcha public/private keyRobin Lambertz1-2/+2
2016-01-06Add /_matrix/versions to report supported versionsDaniel Wagner-Hall3-0/+43
2016-01-06Pass whether the user was a guest to some of the event streamsMark Haines1-5/+3
2016-01-06Guest users must be joined to a room to see it in /syncMark Haines4-137/+50
2016-01-06Log when starting stats reportingDaniel Wagner-Hall1-0/+1
2016-01-06Log on stats schedulingDaniel Wagner-Hall1-0/+1
2016-01-06Log when we skip daily messagesDaniel Wagner-Hall1-1/+10
2016-01-06Update readme to reflect change in signing key nameErik Johnston1-2/+1
2016-01-05Skip, rather than erroring, invalid guest requestsDaniel Wagner-Hall5-21/+5
2016-01-05Allow guests to upgrade their accountsDaniel Wagner-Hall11-40/+93
2016-01-05Use larger thumbnail rather than smaller.Erik Johnston1-4/+13
2016-01-05Return /sync when something under the 'leave' key has changedErik Johnston1-1/+1
2016-01-05Use named argsErik Johnston1-2/+2
2016-01-05Support inviting 3pids in /createRoomErik Johnston1-0/+16
2016-01-04typoeMatthew Hodgson1-1/+1
2016-01-04fix another whitespace rst bugMatthew Hodgson1-1/+1
2016-01-04fix whitespace bugMatthew Hodgson1-2/+0
2016-01-04Bump changelog and version for v0.12.0Mark Haines2-4/+5
2016-01-04Update CHANGES release-v0.12.0Richard van der Hoff1-0/+4
2016-01-02Expose /login under r0Richard van der Hoff1-1/+1
2015-12-23Bump version and update changelog for v0.12.0-rc3 v0.12.0-rc3Mark Haines2-1/+25
2015-12-23Add some docstring explaining the snapshot cache doesMark Haines1-1/+23
2015-12-23Missing yield on guest access auth checkMark Haines1-1/+1
2015-12-23Add a unit test for the snapshot cacheMark Haines2-2/+62
2015-12-22Move the doc string to the public facing methodMark Haines1-16/+17
2015-12-22Add a cache for initialSync responses that expires after 5 minutesMark Haines2-1/+94
2015-12-22Include the list of bad room ids in the errorMark Haines2-2/+24
2015-12-22Use a list comprehensionMark Haines1-3/+4
2015-12-22Hook up read receipts and typing notifications for guest accessMark Haines1-13/+11
2015-12-22Add top level filters for filtering by room idMark Haines2-34/+35
2015-12-22Allow guest access to /syncMark Haines1-46/+98
2015-12-22Allow guest access if the user provides a list of rooms in the filterMark Haines3-1/+22
2015-12-21Add top level filtering by room idMark Haines1-33/+30
2015-12-21Remove bogus comment about branch coverageMark Haines1-1/+0
2015-12-21Return room avatar URLs in /publicRoomsDaniel Wagner-Hall1-2/+21
2015-12-21Delete all the .coverage files, including the combined .coverageMark Haines1-1/+2
2015-12-21Use an absolute path when specifying the directory for synapse in jenkins.shMark Haines1-8/+8
2015-12-21Remove accidentally committed debug loggingMark Haines1-1/+0
2015-12-18Actually look up required remote server key IDsPaul "LeoNerd" Evans1-1/+3
2015-12-18Generate code coverage report when running jenkins.shMark Haines2-6/+18
2015-12-18Fix typo that broke registration on the mobile clientsDavid Baker1-1/+1
2015-12-17fix indentation levelMatthew Hodgson1-3/+3
2015-12-17stop generating default identicons. reverts most of 582019f870adbc4a8a8a9ef97...Matthew Hodgson1-19/+3
2015-12-17Add display_name to 3pid invite in m.room.member invitesDaniel Wagner-Hall1-1/+31
2015-12-17Strip address and such out of 3pid invitesDaniel Wagner-Hall2-2/+13
2015-12-17Fix 500 error when back-paginating search resultsRichard van der Hoff1-2/+4
2015-12-16Fix typoDaniel Wagner-Hall1-1/+1
2015-12-16Give the IS a bunch more 3pid invite contextDaniel Wagner-Hall1-7/+60
2015-12-15Allow users to change which account a 3pid is bound toMark Haines1-1/+1
2015-12-14Changelog and version bump for v0.12.0-rc2 v0.12.0-rc2Mark Haines2-1/+12
2015-12-14Added info abou Martin Giess' auto-deployment process with vagrant/ansibleOddvar Lovaas1-0/+4
2015-12-14Fix spacingMark Haines1-1/+1
2015-12-14Fix logging to lie lessMark Haines1-2/+9
2015-12-14Fix a race between started/stopped streamMark Haines1-3/+8
2015-12-14Add commentary for fix in PR#442Mark Haines1-0/+6
2015-12-14Combine the prev content testsMark Haines1-14/+12
2015-12-14Check whether prev_content or prev_sender is set before trying to rollback stateMark Haines1-8/+13
2015-12-14Skip events that where the body, name or topic isn't a string when back popul...Mark Haines1-0/+5
2015-12-14Include errcode on Internal Server ErrorDaniel Wagner-Hall1-2/+5
2015-12-14Fix typoDaniel Wagner-Hall1-1/+1
2015-12-14F