summary refs log tree commit diff
path: root/synapse (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-08-13Make feedback table also store sender.Erik Johnston2-1/+3
2014-08-13Initial stab at refactoring the SQL tables, including rejigging some of the ↵Erik Johnston6-261/+115
storage layer.
2014-08-13Convert im schema to a 'one' table structureErik Johnston1-26/+31
2014-08-13Update graph.py to use new federation urlsErik Johnston1-1/+1
2014-08-13Now that HS->HS Profile lookups use Federation Queries, we don't need the ↵Paul "LeoNerd" Evans2-10/+4
'local_only' antirecursion hack
2014-08-13Use new Federation Query API to implement HS->HS fetching of remote users' ↵Paul "LeoNerd" Evans3-33/+71
profile information instead of (ab)using the client-side REST API
2014-08-13Define the concept of a 'federation Query'; creating API for making and ↵Paul "LeoNerd" Evans3-0/+113
handling Queries on the Federation's increasingly-inaccurately-named ReplicationLayer
2014-08-13Update get_json()'s documentation to match the actual observed behaviourPaul "LeoNerd" Evans1-4/+3
2014-08-13Handle a potential race in the notifier when calling get_events_for which ↵Erik Johnston1-3/+7
resulted in an uncaught KeyError
2014-08-13Store public room id > alias mappings.Kegan Dougal1-0/+6
2014-08-13typoMatthew Hodgson1-1/+1
2014-08-13timestampsMatthew Hodgson1-1/+1
2014-08-13Don't pass host_web_client flag to register_servlets, it needs to be a ↵Kegan Dougal2-4/+2
Resource not a RestServlet.
2014-08-13more quickstart fixesMatthew Hodgson1-4/+9
2014-08-13refactor the README a load more to make the quickstart more visibleMatthew Hodgson2-84/+83
2014-08-13Fix logging verbosity parsing codePaul "LeoNerd" Evans1-3/+2
2014-08-13Namespace all the Federation HTTP URLs to /matrix/federation/v1/...Paul "LeoNerd" Evans3-27/+35
2014-08-13Add troubleshooting section to help with PyNaCl bug.David Baker1-0/+6
2014-08-13Use strings instead of opaque magic-number constants for presence states; ↵Paul "LeoNerd" Evans7-37/+34
rename AWAY to UNAVAILABLE
2014-08-13Added a -w flag which will host the web client if specified. Currently this ↵Kegan Dougal5-48/+65
just delegates to the webclient RestServlet.
2014-08-13verbose by default pleaseMatthew Hodgson1-3/+3
2014-08-13Return the room_alias when GETing public rooms.Kegan Dougal1-2/+5
2014-08-13fix footnotes a bitMatthew Hodgson1-3/+5
2014-08-13Room: Added a text input to type an image URL in order to send an image messageEmmanuel ROHEE4-3/+37
2014-08-13Display image messages from the streamEmmanuel ROHEE2-1/+10
2014-08-13add in copyrights to everything, not just the synapse subdir, and add a ↵Matthew Hodgson35-1/+523
copyrighter.pl whilst we're at it
2014-08-13add in whitespace after copyright statements to improve legibilityMatthew Hodgson76-1/+76
2014-08-13remove remaining TODOs and fill in lots more infoMatthew Hodgson1-29/+108
2014-08-13actually register the login servlet (uncommitted code thinko?)Matthew Hodgson1-3/+2
2014-08-12and tweak some more...Matthew Hodgson1-4/+5
2014-08-12fix rst issues correctly...Matthew Hodgson1-4/+5
2014-08-12fix rst issuesMatthew Hodgson2-534/+0
2014-08-12make README a bit more comprehensive and rename example/ as experiments/Matthew Hodgson3-16/+640
2014-08-12remove the png profile image for nowMatthew Hodgson1-0/+0
2014-08-12Fix dependency_link urlErik Johnston1