summary refs log tree commit diff
path: root/synapse/rest/presence.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove unused importsErik Johnston2014-12-121-1/+0
* Consistently url decode and decode as utf 8 the URL partsErik Johnston2014-12-121-4/+0
* Change DomainSpecificString so that it doesn't use a HomeServer objectErik Johnston2014-12-021-2/+2
* Add a few missing yields, Move deferred lists inside PreserveLoggingContext b...Mark Haines2014-11-201-8/+6
* Make sure to return an empty JSON object ({}) from presence PUT/POST requests...Paul "LeoNerd" Evans2014-10-141-2/+2
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has...Matthew Hodgson2014-09-031-1/+1
* Kill the statePaul "LeoNerd" Evans2014-09-031-5/+1
* apidocs: mtime_age > last_active_ago. Presence REST: Sanity check values in i...Kegan Dougal2014-09-031-0/+8
* Edited /presence REST servlet to raise SynapseErrors to return a standard err...Kegan Dougal2014-09-031-7/+12
* Fixed /presence APIs to urldecode user IDs.Kegan Dougal2014-09-031-1/+5
* Rename 'state' presence key to the much more obvious 'presence'; maintain a l...Paul "LeoNerd" Evans2014-09-011-1/+5
* Final url modifications: renamed /presence_list to /presence/list to keep the...Kegan Dougal2014-08-271-1/+1
* add in whitespace after copyright statements to improve legibilityMatthew Hodgson2014-08-131-0/+1
* Reference Matrix Home Servermatrix.org2014-08-121-0/+134