summary refs log tree commit diff
path: root/setup.py (unfollow)
Commit message (Expand)AuthorFilesLines
2014-08-15Add a check to make sure that during state conflict res we only request a PDU...Erik Johnston2-2/+13
2014-08-15Fix pontenial bug in state resolution handler that compared dicts rather than...Erik Johnston1-1/+4
2014-08-15Remember to reflect membership LEAVE events to the leaving member so they kno...Paul "LeoNerd" Evans1-0/+4
2014-08-15Reimplement the get public rooms api to work with new DB schemaErik Johnston7-37/+101
2014-08-15Updated README about -w in all the places.Kegan Dougal1-3/+3
2014-08-14s/Synapse/Matrix/Matthew Hodgson1-3/+3
2014-08-14It's called Matrix :)Matthew Hodgson1-11/+11
2014-08-14Fix up typos and correct sql queriesErik Johnston6-44/+36
2014-08-14Update StreamStoreErik Johnston1-245/+36
2014-08-14manual syutilMatthew Hodgson1-0/+4
2014-08-14Update README to mention -w and remove SimpleHTTPServerKegan Dougal1-9/+3
2014-08-14Add documentation about Federation Queries and EDUsPaul "LeoNerd" Evans1-9/+59
2014-08-14fix linewrapMatthew Hodgson1-1/+2
2014-08-14More helpful display when the event stream fails, wiping it when the connecti...Kegan Dougal2-5/+10
2014-08-14We can now upload avatar image somewhereEmmanuel ROHEE1-4/+13
2014-08-14Create a temporary upload service server side (by hacking demos/webserver.py)...Emmanuel ROHEE1-0/+1
2014-08-14Create a temporary upload service server side (by hacking demos/webserver.py)...Emmanuel ROHEE2-1/+71
2014-08-14Start fixing places that use the data store.Erik Johnston6-39/+33
2014-08-14webclient: You can now paginate in rooms. Defaults to 10 messages, with a but...Kegan Dougal4-21/+74
2014-08-14Fix typoErik Johnston1-1/+1
2014-08-14Rename _execute_queryErik Johnston4-4/+4
2014-08-14Pass back the user_id in the response to /login in case it has changed. Store...Kegan Dougal4-7/+9
2014-08-14hs: Make /login accept full user IDs or just local parts. webclient: Only ena...Kegan Dougal3-8/+6
2014-08-14Reflect user's messages up to themselves before pushing it to federatoin; als...Paul "LeoNerd" Evans1-2/+2
2014-08-14We really don't need debug logging of all the SQL statements we execute; we'r...Paul "LeoNerd" Evans1-4/+0
2014-08-14Auto-correct the username when logging in if there isn't an @Kegan Dougal1-0/+6
2014-08-14Put some DEBUG logging in lockutils.py so we can debug roomlocksPaul "LeoNerd" Evans1-3/+9
2014-08-14Be more helpful when failing to register/login, stating why (communication er...Kegan Dougal2-6/+18
2014-08-14Fix up RoomMemberStore to work with the new schema.Erik Johnston3-97/+79
2014-08-14Finish up room controller too. May have missed one or two, but testing didn't...Kegan Dougal1-14/+14
2014-08-14Added extra nesting .data and rename callback to be response not dataKegan Dougal2-31/+31
2014-08-14Move the unknown token broadcast to the interceptor. Return the $http promise...Kegan Dougal4-30/+16
2014-08-14Added an access token interceptor to check unknown tokens.Kegan Dougal1-3/+19
2014-08-14Actually encode dicts as json in the DBErik Johnston2-3/+4
2014-08-14Send forbidden codes when doing login attempts.Kegan Dougal1-3/+3
2014-08-14Round Presence mtime and mtime_age to nearest msec; avoids floats for msec va...Paul "LeoNerd" Evans1-5/+15
2014-08-14Change relative db paths to absolute paths in case we daemonize.Erik Johnston1-2/+9
2014-08-14Change relative db paths to absolute paths in case we daemonize.Erik Johnston1-2/+9
2014-08-14chmod +x homeserver.pyPaul "LeoNerd" Evans1-0/+0
2014-08-14Detect when the user access token is no more valid and log the user out in th...Emmanuel ROHEE2-4/+20
2014-08-14Guess the home server URL on the login screen by inspecting the URL of the we...Kegan Dougal1-1/+9
2014-08-14Added M_UNKNOWN_TOKEN error code and send it when there is an unrecognised ac...Kegan Dougal3-3/+8
2014-08-14BF: Use ng-srcEmmanuel ROHEE1-1/+1
2014-08-14Default error code BAD_PAGINATION for EventStreamErrorsKegan Dougal1-1/+4
2014-08-14Added web client prefixKegan Dougal2-4/+5
2014-08-14Added a urls module for keeping client and federation prefixes.Kegan Dougal5-14/+23
2014-08-14If the web client is enabled, automatically redirect root '/' to the web clie...Kegan Dougal2-4/+30
2014-08-14Fixed dynamic resource mapping to clobber dummy Resources with the actual des...Kegan Dougal1-5/+27
2014-08-14Use ng-srcEmmanuel ROHEE1-1/+1
2014-08-14Show avatar in profile section and added a button to select a file (not yet w...Emmanuel ROHEE3-6/+45
2014-08-14Created m-file-input. A directive to open a file selection dialog on whatever...Emmanuel ROHEE2-0/+44
2014-08-14Honour the -w flag to enable the web client at /matrix/clientKegan Dougal1-5/+8
2014-08-14Removed http_server from HomeServer. Updated unit tests to use either resourc...Kegan Dougal12-30/+21
2014-08-14Make federation use resource_for_federation as well.Kegan Dougal4-49/+5
2014-08-14Start phasing out HttpServer: we should be using Resources instead. Added res...Kegan Dougal7-21/+101
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 h...Matthew Hodgson1-2/+2
2014-08-14config cssMatthew Hodgson1-0/+12
2014-08-14completely change the CSS to be an entirely 'position: absolute' layout rathe...Matthew Hodgson6-29/+46
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 prese...Paul "LeoNerd" Evans7-29/+101
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 presencelike...Paul "LeoNerd" Evans1-9/+5
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 DataSto...Paul "LeoNerd" Evans2-1/+1
2014-08-13when we're talking about backfilling data in federation, call it backfilling ...Matthew Hodgson9-54/+54
2014-08-13don't hammer after 403Matthew Hodgson1-1/+4
2014-08-13pagination was a terrible nameMatthew Hodgson1-5/+5
2014-08-13Make feedback table also store sender.Erik Johnston2-1/+3
2014-08-13Implement directory service federation by Federation Queries; avoid local_onl...Paul "LeoNerd" Evans3-27/+141
2014-08-13Initial stab at refactoring the SQL tables, including rejigging some of the s...Erik Johnston6-261/+115
2014-08-13Add a HomeServer.parse_roomalias() to avoid having to RoomAlias.from_sring(.....Paul "LeoNerd" Evans4-14/+18
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 'lo...Paul "LeoNerd" Evans2-10/+4
2014-08-13Use new Federation Query API to implement HS->HS fetching of remote users' pr...Paul "LeoNerd" Evans3-33/+71
2014-08-13Define the concept of a 'federation Query'; creating API for making and handl...Paul "LeoNerd" Evans3-0/+113
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 res...Erik Johnston1-3/+7
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 Resour...Kegan Dougal2-4/+2
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; ren...Paul "LeoNerd" Evans7-37/+34
2014-08-13Added a -w flag which will host the web client if specified. Currently this j...Kegan Dougal5-48/+65
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 copyr...Matthew Hodgson35-1/+523
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-12