summary refs log tree commit diff
path: root/synapse/util (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-08-14Start phasing out HttpServer: we should be using Resources instead. Added ↵Kegan Dougal7-21/+101
resource_for_client/federation/web_client to the HomeServer and hooked the C-S servlets to operate on resource_for_client. Dynamically construct the Resource tree.
2014-08-14grammar fix v0.0.0 alphaMatthew Hodgson1-2/+2
2014-08-14fix emote presentationMatthew Hodgson1-1/+1
2014-08-14fix http client GET parameters; somehow missing named param. how could this ↵Matthew Hodgson1-2/+2
have ever worked!?
2014-08-14config cssMatthew Hodgson1-0/+12
2014-08-14completely change the CSS to be an entirely 'position: absolute' layout ↵Matthew Hodgson6-29/+46
rather than top-to-bottom. makes the overscroll much more predictable and sane and not dependent on CSS expressions.
2014-08-14fix whitespaceMatthew Hodgson1-0/+1
2014-08-13Consistent capitalisation of 'Matrix' as a proper noun in README; 80 col wrapPaul "LeoNerd" Evans1-4/+5
2014-08-13An initial hack at storing presence state-change mtimes in database and ↵Paul "LeoNerd" Evans7-29/+101
presenting age durations to clients/federation events
2014-08-13Allow advancing the MockClock's timePaul "LeoNerd" Evans1-0/+4
2014-08-13Don't mock out presence_handler's internal start/stop methods in ↵Paul "LeoNerd" Evans1-9/+5
presencelike unit test; it's rude
2014-08-13Move MockClock into tests.utils so we can reüse itPaul "LeoNerd" Evans2-11/+11
2014-08-13Set datastore's .hs field in SQLBaseStore rather than in the toplevel ↵Paul "LeoNerd" Evans2-1/+1
DataStore mixed-in result class
2014-08-13when we're talking about backfilling data in federation, call it backfilling ↵Matthew Hodgson9-54/+54
- not pagination.
2014-08-13don't hammer after 403Matthew Hodgson1-1/+4
2014-08-13pagination was a terrible nameMatthew Hodgson1-5/+5
2014-08-13Implement directory service federation by Federation Queries; avoid ↵Paul "LeoNerd" Evans3-27/+141
local_only hack; add unit tests
2014-08-13Add a HomeServer.parse_roomalias() to avoid having to ↵Paul "LeoNerd" Evans4-14/+18
RoomAlias.from_sring(..., hs=hs) - similar to parse_userid()
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-12