summary refs log tree commit diff
path: root/synapse/handlers (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-152-42/+45
* Merge branch 'master' of github.com:matrix-org/synapse into sql_refactorErik Johnston2014-08-154-16/+20
|\
| * Pass back the user_id in the response to /login in case it has changed. Store...Kegan Dougal2014-08-141-5/+1
| * hs: Make /login accept full user IDs or just local parts. webclient: Only ena...Kegan Dougal2014-08-141-1/+5
| * Reflect user's messages up to themselves before pushing it to federatoin; als...Paul "LeoNerd" Evans2014-08-141-2/+2
| * Send forbidden codes when doing login attempts.Kegan Dougal2014-08-141-3/+3
| * Round Presence mtime and mtime_age to nearest msec; avoids floats for msec va...Paul "LeoNerd" Evans2014-08-141-5/+15
| * Added a urls module for keeping client and federation prefixes.Kegan Dougal2014-08-141-6/+0
* | 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
|/
* An initial hack at storing presence state-change mtimes in database and prese...Paul "LeoNerd" Evans2014-08-131-7/+34
* Implement directory service federation by Federation Queries; avoid local_onl...Paul "LeoNerd" Evans2014-08-131-20/+28
* Now that HS->HS Profile lookups use Federation Queries, we don't need the 'lo...Paul "LeoNerd" Evans2014-08-131-8/+4
* Use new Federation Query API to implement HS->HS fetching of remote users' pr...Paul "LeoNerd" Evans2014-08-131-25/+41
* add in whitespace after copyright statements to improve legibilityMatthew Hodgson2014-08-1310-0/+10
* Reference Matrix Home Servermatrix.org2014-08-1210-0/+2233