summary refs log tree commit diff
path: root/synapse/handlers/room.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' into storage_transactionsMark Haines2014-08-261-13/+36
|\
| * Fix pyflakes errorsMark Haines2014-08-261-5/+1
| * Merge branch 'develop' of github.com:matrix-org/synapse into client_server_ur...Kegan Dougal2014-08-261-4/+29
| |\
| | * Turn off more spammy logging.Erik Johnston2014-08-221-1/+1
| | * Change IM sync api to also return the current presence list.Erik Johnston2014-08-211-3/+21
| | * In the initial sync api, return the inviter for rooms in the 'invited' stateErik Johnston2014-08-211-0/+4
| | * Return the current state in the initial sync api.Erik Johnston2014-08-211-0/+3
| * | Removed member list servlet: now using generic state paths.Kegan Dougal2014-08-261-7/+9
| |/
* | fix a few pyflakes errorsMark Haines2014-08-261-4/+3
* | Take a snapshot of the state of the room before performing updatesMark Haines2014-08-221-42/+55
|/
* Use the "collect_presencelike_data" distributor signal instead of re-implemen...Paul "LeoNerd" Evans2014-08-201-30/+2
* Fix exception name in _fill_out_join_content() exceptionPaul "LeoNerd" Evans2014-08-201-1/+3
* Kill the "_homeserver_" injected messages for room membership changesPaul "LeoNerd" Evans2014-08-201-56/+4
* Better handle the edge cases of trying to remote join roomsErik Johnston2014-08-201-37/+10
* Don't generate room membership messages. Include previous state of in members...Erik Johnston2014-08-201-7/+10
* Change the way pagination works to support out of order events.Erik Johnston2014-08-191-1/+2
* Fix typos in SQL and where we still had rowid's (which no longer exist)Erik Johnston2014-08-181-1/+1
* Make snapshot_all_rooms return results in the correct form, including start a...Erik Johnston2014-08-181-2/+7
* Disable the ability to GET individualy messages. We need to think about the c...Erik Johnston2014-08-181-5/+7
* Fix typo of key nameErik Johnston2014-08-151-1/+1
* PEP8 cleanupsErik Johnston2014-08-151-7/+10
* Fix pagination to work with new db schemaErik Johnston2014-08-151-24/+24
* Correctly return new token when returning events. Serialize events correctly.Erik Johnston2014-08-151-1/+4
* Start chagning the events stream to work with the new DB schemaErik Johnston2014-08-151-36/+43
* Merge branch 'master' of github.com:matrix-org/synapse into sql_refactorErik Johnston2014-08-151-2/+2
|\
| * Reflect user's messages up to themselves before pushing it to federatoin; als...Paul "LeoNerd" Evans2014-08-141-2/+2
* | Reimplement the get public rooms api to work with new DB schemaErik Johnston2014-08-151-1/+1
* | Fix up typos and correct sql queriesErik Johnston2014-08-141-8/+2
* | Start fixing places that use the data store.Erik Johnston2014-08-141-13/+4
|/
* add in whitespace after copyright statements to improve legibilityMatthew Hodgson2014-08-131-0/+1
* Reference Matrix Home Servermatrix.org2014-08-121-0/+808