summary refs log tree commit diff
path: root/synapse/crypto/keyserver.py (unfollow)
<
Commit message (Collapse)AuthorFilesLines
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-1/+1
2014-08-12Change syutil dependency link to point at github.Erik Johnston1-1/+1
2014-08-12Fix the 'Go to room' button to use the correct room alias apiErik Johnston3-2/+31
2014-08-12Just say yes to OPTIONS requests, since we want to turn on CORS headers for ↵Erik Johnston1-0/+5
all paths
2014-08-12Make messages list and room users list scroll-overflowEmmanuel ROHEE3-13/+32