summary refs log tree commit diff
path: root/synapse/rest/presence.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make sure to return an empty JSON object ({}) from presence PUT/POST ↵Paul "LeoNerd" Evans2014-10-141-2/+2
| | | | requests rather than an empty string ("") because most deserialisers won't like the latter
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org ↵Matthew Hodgson2014-09-031-1/+1
| | | | hasn't been incorporated in time for launch.
* Kill the statePaul "LeoNerd" Evans2014-09-031-5/+1
| | | | ... key from all the Presence messages
* apidocs: mtime_age > last_active_ago. Presence REST: Sanity check values in ↵Kegan Dougal2014-09-031-0/+8
| | | | invite/drop arrays.
* Edited /presence REST servlet to raise SynapseErrors to return a standard ↵Kegan Dougal2014-09-031-7/+12
| | | | error response, rather than a string.
* 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 ↵Paul "LeoNerd" Evans2014-09-011-1/+5
| | | | legacy 'state' copy for now
* Final url modifications: renamed /presence_list to /presence/list to keep ↵Kegan Dougal2014-08-271-1/+1
| | | | the top-level namespace clean. Updated tests.
* add in whitespace after copyright statements to improve legibilityMatthew Hodgson2014-08-131-0/+1
|
* Reference Matrix Home Servermatrix.org2014-08-121-0/+134