summary refs log tree commit diff
path: root/tests/rest/test_presence.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update testsErik Johnston2014-08-191-8/+1
* Fix typo in merge conflictErik Johnston2014-08-191-2/+0
* Merge branch 'master' of github.com:matrix-org/synapse into sql_refactorErik Johnston2014-08-191-57/+109
|\
| * Perform the 'REST'-level tests of Presence against the real Presence handler ...Paul "LeoNerd" Evans2014-08-191-40/+92
| * Rename MockHttpServer to MockHttpResource as it stands for one server resourc...Paul "LeoNerd" Evans2014-08-191-17/+17
* | SQL doesn't allow AUTOINCREMENT on non PRIMARY KEY columns.Erik Johnston2014-08-181-0/+2
|/
* Removed http_server from HomeServer. Updated unit tests to use either resourc...Kegan Dougal2014-08-141-3/+3
* Start phasing out HttpServer: we should be using Resources instead. Added res...Kegan Dougal2014-08-141-0/+3
* An initial hack at storing presence state-change mtimes in database and prese...Paul "LeoNerd" Evans2014-08-131-2/+10
* Use strings instead of opaque magic-number constants for presence states; ren...Paul "LeoNerd" Evans2014-08-131-6/+6
* add in copyrights to everything, not just the synapse subdir, and add a copyr...Matthew Hodgson2014-08-131-0/+14
* Reference Matrix Home Servermatrix.org2014-08-121-0/+241