Commit Graph

1403 Commits (2a44558fbd719fc6d0beb13e658c28e534e36cdb)
 

Author SHA1 Message Date
Kegan Dougal 07890b43ca Remove org.matrix.custom.text.html event type and replace it with 'format' and 'formatted_body' keys on m.text messages 10 years ago
Kegan Dougal f4667f86af Add support for org.matrix.custom.text.html 10 years ago
Paul "LeoNerd" Evans 13b560971e Make sure to return an empty JSON object ({}) from presence PUT/POST requests rather than an empty string ("") because most deserialisers won't like the latter 10 years ago
Mark Haines 9aed791fc3 SYN-103: Ignore the 'origin' key in received EDUs. Instead take the origin from the transaction itself 10 years ago
Mark Haines f74e850b5c remove debugging logging for signing requests 10 years ago
Erik Johnston 4fe5dfa74c Note that this breaks federation 10 years ago
Mark Haines 636a0dbde7 Merge pull request #8 from matrix-org/server2server_signing 10 years ago
Matthew Hodgson c18a6433d4 typoe 10 years ago
Mark Haines 34034af1c9 Better response message when signature is missing or unsupported 10 years ago
Mark Haines 07639c79d9 Respond with more helpful error messages for unsigned requests 10 years ago
Mark Haines 25d80f35f1 Raise a SynapseError if the authorisation header is missing or malformed 10 years ago
Mark Haines 75e517a2da Remove debug logging, raise a proper SynapseError if the auth header is missing 10 years ago
Mark Haines 6684855767 Verify signatures for server2server requests 10 years ago
Mark Haines 10ef8e6e4b SYN-75 sign at the request level rather than the transaction level 10 years ago
Mark Haines cecda27d73 Merge branch 'develop' into server2server_signing 10 years ago
Mark Haines 984e207b59 Merge branch develop into server2server_signing 10 years ago
Mark Haines 693d0b8f45 Replace on_send_callback with something a bit clearer so that we can sign messages 10 years ago
Matthew Hodgson 66df7f1aaf remove wishlist in favour of jira 10 years ago
Matthew Hodgson 259b5e8451 move swagger JSON from synapse project to matrix-doc project 10 years ago
Matthew Hodgson e1170d4edb move matrix-generic content to new matrix-doc git project 10 years ago
Kegan Dougal 81b956c70d Add spec-additions.rst with info on recaptcha and common event fields. 10 years ago
Kegan Dougal 868eb478d8 Fixed test. 10 years ago
Kegan Dougal 3db09c4d15 Still broken. 10 years ago
Kegan Dougal 83c53113af Break a test. 10 years ago
Kegan Dougal d224358e21 Restructure specification sections. 10 years ago
Kegan Dougal 72aef114ab Fix unit test. 10 years ago
Kegan Dougal 6045bd89fb Break unit test. 10 years ago
Erik Johnston 5b096cc3db Merge pull request #7 from matrix-org/paul/doc 10 years ago
Paul "LeoNerd" Evans 917af4705b Clarify that room alias domain names will be server-scoped; nonlocal edits are unliekly to work but nonlocal lookups will 10 years ago
Erik Johnston 9ac53ef8cf SPEC-3: First hack at defining some of the various event related concepts 10 years ago
Erik Johnston 2fc00508fb Add quick and dirty doc about state resolution 10 years ago
Kegan Dougal c72074b48e Clarify how-to some more. 10 years ago
Kegan Dougal 3ef2c946d5 Update JSFiddles/how-to to support the new registration format. 10 years ago
Kegan Dougal aaf1d499bf Add more section headings. 10 years ago
Kegan Dougal 94982392be Clarify room permission / power level information. 10 years ago
Kegan Dougal 51276c60bf Add information about the initialSync API. 10 years ago
Kegan Dougal 78a3f43d9d swagger: Added DELETE method for directory server. 10 years ago
Kegan Dougal 02a44664b9 More spec work. 10 years ago
Erik Johnston 1fa0454288 Merge pull request #6 from matrix-org/paul/doc 10 years ago
Paul "LeoNerd" Evans ca0e8dedfb Clarify how m.room.alias event works 10 years ago
Kegan Dougal ba11afafb9 Flesh out room alias section. 10 years ago
Kegan Dougal 7e1437c6b1 Add more information to TODOs. Explain m.room.join_rules. 10 years ago
Paul "LeoNerd" Evans 1aa5cc9178 Federation protocol URLs should have an H2 heading, not H1 10 years ago
Paul "LeoNerd" Evans bc1d685a8c Remove TODO note about VoIP events as they now have their own entire section 10 years ago
Erik Johnston f6b9853ad0 Merge pull request #5 from matrix-org/paul/doc 10 years ago
Paul "LeoNerd" Evans de38f54f22 Document the Profile system 10 years ago
Paul Evans 96213f69a2 Merge pull request #4 from matrix-org/erikj-spec-changes 10 years ago
Erik Johnston 036333412d Add todo notes 10 years ago
Erik Johnston 82e278029c Remove incorrect reasons for empty PDU lists. 10 years ago
Mark Haines b9cdc443d7 Fix pyflakes errors 10 years ago