summary refs log tree commit diff
path: root/synapse (follow)
Commit message (Expand)AuthorAgeFilesLines
* Start fixing places that use the data store.Erik Johnston2014-08-146-39/+33
* Fix typoErik Johnston2014-08-141-1/+1
* Rename _execute_queryErik Johnston2014-08-144-4/+4
* Fix up RoomMemberStore to work with the new schema.Erik Johnston2014-08-143-97/+79
* Actually encode dicts as json in the DBErik Johnston2014-08-142-3/+4
* Change relative db paths to absolute paths in case we daemonize.Erik Johnston2014-08-141-2/+9
* Merge branch 'master' of github.com:matrix-org/synapse into sql_refactorErik Johnston2014-08-1416-93/+124
|\
| * fix http client GET parameters; somehow missing named param. how could this h...Matthew Hodgson2014-08-141-2/+2
| * fix whitespaceMatthew Hodgson2014-08-141-0/+1
| * An initial hack at storing presence state-change mtimes in database and prese...Paul "LeoNerd" Evans2014-08-134-9/+39
| * Set datastore's .hs field in SQLBaseStore rather than in the toplevel DataSto...Paul "LeoNerd" Evans2014-08-132-1/+1
| * when we're talking about backfilling data in federation, call it backfilling ...Matthew Hodgson2014-08-135-41/+41
| * Implement directory service federation by Federation Queries; avoid local_onl...Paul "LeoNerd" Evans2014-08-132-27/+29
| * Add a HomeServer.parse_roomalias() to avoid having to RoomAlias.from_sring(.....Paul "LeoNerd" Evans2014-08-133-14/+12
* | Make feedback table also store sender.Erik Johnston2014-08-132-1/+3
* | Initial stab at refactoring the SQL tables, including rejigging some of the s...Erik Johnston2014-08-136-261/+115
* | Convert im schema to a 'one' table structureErik Johnston2014-08-131-26/+31
|/
* Now that HS->HS Profile lookups use Federation Queries, we don't need the 'lo...Paul "LeoNerd" Evans2014-08-132-10/+4
* Use new Federation Query API to implement HS->HS fetching of remote users' pr...Paul "LeoNerd" Evans2014-08-131-25/+41
* Define the concept of a 'federation Query'; creating API for making and handl...Paul "LeoNerd" Evans2014-08-132-0/+75
* Update get_json()'s documentation to match the actual observed behaviourPaul "LeoNerd" Evans2014-08-131-4/+3
* Handle a potential race in the notifier when calling get_events_for which res...Erik Johnston2014-08-131-3/+7
* Don't pass host_web_client flag to register_servlets, it needs to be a Resour...Kegan Dougal2014-08-132-4/+2
* Merge branch 'master' of github.com:matrix-org/synapseKegan Dougal2014-08-133-22/+24
|\
| * Fix logging verbosity parsing codePaul "LeoNerd" Evans2014-08-131-3/+2
| * Namespace all the Federation HTTP URLs to /matrix/federation/v1/...Paul "LeoNerd" Evans2014-08-131-15/+18
| * Use strings instead of opaque magic-number constants for presence states; ren...Paul "LeoNerd" Evans2014-08-131-4/+4
* | Merge branch 'master' of github.com:matrix-org/synapseKegan Dougal2014-08-131-3/+3
|\|
| * verbose by default pleaseMatthew Hodgson2014-08-131-3/+3
* | Added a -w flag which will host the web client if specified. Currently this j...Kegan Dougal2014-08-135-48/+65
|/
* Return the room_alias when GETing public rooms.Kegan Dougal2014-08-131-2/+5
* add in whitespace after copyright statements to improve legibilityMatthew Hodgson2014-08-1375-1/+75
* actually register the login servlet (uncommitted code thinko?)Matthew Hodgson2014-08-131-3/+2
* Just say yes to OPTIONS requests, since we want to turn on CORS headers for a...Erik Johnston2014-08-121-0/+5
* Reference Matrix Home Servermatrix.org2014-08-1283-0/+11941