summary refs log tree commit diff
path: root/synapse/server.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' into pushersDavid Baker2014-12-181-15/+17
|\
| * Kill off synapse.api.events.*Erik Johnston2014-12-161-10/+0
| * Merge branch 'develop' of github.com:matrix-org/synapse into events_refactorErik Johnston2014-12-111-0/+1
| |\
| | * Get uploads working with new media repoMark Haines2014-12-021-0/+1
| * | Start making more things use EventContext rather than event.*Erik Johnston2014-12-051-1/+1
| * | Convert rest and handlers to use new event structureErik Johnston2014-12-041-0/+8
| * | Change DomainSpecificString so that it doesn't use a HomeServer objectErik Johnston2014-12-021-4/+7
| |/
* / Start creating a module to do generic notifications (just prints them to stdo...David Baker2014-11-191-0/+5
|/
* Add an EventValidator. Fix bugs in auth ++ storageErik Johnston2014-11-101-0/+5
* Convert event ids to be of the form :example.comErik Johnston2014-10-301-1/+6
* Merge branch 'develop' into server2server_signingMark Haines2014-09-301-0/+12
|\
| * Track the IP users connect with. Add an admin column to users table.Erik Johnston2014-09-261-0/+12
* | SYN-75 Verify signatures on server to server transactionsMark Haines2014-09-301-0/+5
* | Add a _matrix/key/v1 resource with the verification keys of the local serverMark Haines2014-09-231-0/+1
|/
* Merge remote-tracking branch 'origin/develop' into test-sqlite-memoryPaul "LeoNerd" Evans2014-09-151-0/+4
|\
| * Correctly handle the 'age' key in events and pdusErik Johnston2014-09-151-0/+4
* | Move database preparing code out of homserver.py into storage where it belongsPaul "LeoNerd" Evans2014-09-101-0/+1
|/
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has...Matthew Hodgson2014-09-031-1/+1
* Add ratelimiting function to basehandlerMark Haines2014-09-021-0/+5
* Fix pyflakes warningsMark Haines2014-08-281-5/+0
* Merge branch 'develop' into storage_transactionsMark Haines2014-08-271-1/+6
|\
| * Merge branch 'develop' of github.com:matrix-org/synapse into stream_refactorErik Johnston2014-08-271-1/+14
| |\
| * | WIP: Completely change how event streaming and pagination work. This reflects...Erik Johnston2014-08-261-1/+6
* | | Merge branch 'develop' into storage_transactionsMark Haines2014-08-271-0/+5
|\ \ \ | | |/ | |/|
| * | Added parse_roomid() helperPaul "LeoNerd" Evans2014-08-271-0/+5
* | | Merge branch 'develop' into storage_transactionsMark Haines2014-08-271-1/+9
|\| |
| * | Modified /join/$identifier to support $identifier being a room ID in addition...Kegan Dougal2014-08-271-1/+9
| |/
* / Fold federation/handler into handlers/federationMark Haines2014-08-261-5/+0
|/
* Add ts field to all events.Erik Johnston2014-08-211-1/+1
* Added /matrix/content path, HS resource_for_content_repo attribute and FileUp...Kegan Dougal2014-08-181-0/+2
* Removed http_server from HomeServer. Updated unit tests to use either resourc...Kegan Dougal2014-08-141-2/+3
* Start phasing out HttpServer: we should be using Resources instead. Added res...Kegan Dougal2014-08-141-4/+4
* Add a HomeServer.parse_roomalias() to avoid having to RoomAlias.from_sring(.....Paul "LeoNerd" Evans2014-08-131-1/+6
* Don't pass host_web_client flag to register_servlets, it needs to be a Resour...Kegan Dougal2014-08-131-3/+1
* Added a -w flag which will host the web client if specified. Currently this j...Kegan Dougal2014-08-131-4/+10
* add in whitespace after copyright statements to improve legibilityMatthew Hodgson2014-08-131-0/+1
* Reference Matrix Home Servermatrix.org2014-08-121-0/+176