Commit Graph

1388 Commits (1342bcedaf1ddf0f45009e7f771f51ee0c32ca6f)
 

Author SHA1 Message Date
Matthew Hodgson 1342bcedaf switch from the deprecated msg.content.prev to msg.prev_content.membership, and fix the bug where kicks of unjoined users aren't displayed sensibly in the history 10 years ago
Mark Haines be6d41ffe5 Merge branch 'master' into develop 10 years ago
Kegan Dougal 53f69bf089 Added pylint config file: ignore missing-docstring messages. 10 years ago
David Baker 51edfeb3d0 Coturn's timestamps are in seconds, not milliseconds 10 years ago
manuroe 9e57ed2b1f Added a param (--no-rate-limit) to demo/start.sh to disable the HS rate limit 10 years ago
Erik Johnston 4ae0844ee3 Merge branch 'master' of github.com:matrix-org/synapse into develop 10 years ago
Mark Haines 06a5a40e90 use a tagged version of syutil rather than master 10 years ago
Mark Haines f0382357ca Use https link to download syutil as not everyone has ssh access to github. 10 years ago
Mark Haines 4be99c2989 Add get_json method to 3pid http client. Better logging for errors in 3pid requests 10 years ago
Mark Haines 9c0826592c Fix auto generating signing_keys 10 years ago
Matthew Hodgson 8f0997d17d improve changelog slightly 10 years ago
Matthew Hodgson 58b1a891ce fix timestamps some more 10 years ago
Matthew Hodgson e9abbe89f3 more timestamp fixes 10 years ago
Erik Johnston b3e6cd59a1 Bump the other version 10 years ago
Erik Johnston f22d023c4b Bump version 10 years ago
Erik Johnston 4c8111ef98 Bunp to change log. 10 years ago
Erik Johnston f05dce54a7 Merge pull request #9 from matrix-org/develop 10 years ago
Matthew Hodgson 514e0fd4b6 fix webclient to know about right timestamps 10 years ago
Erik Johnston cb939ed450 I can't type apparently 10 years ago
Erik Johnston 7ea38a0c9d Update changelong and upgrade 10 years ago
Erik Johnston f1ddbfaae4 Merge branch 'release-v0.4.0' of github.com:matrix-org/synapse into develop 10 years ago
Erik Johnston 449739e6a3 Merge branch 'release-v0.4.0' of github.com:matrix-org/synapse 10 years ago
Erik Johnston ac9345b47a Check that we have auth headers and fail nicely 10 years ago
Erik Johnston cd198dfea8 More log lines. 10 years ago
Mark Haines 3187b5ba2d add log line for checking verifying signatures 10 years ago
Erik Johnston 5356044b77 Bump syutil dependency 10 years ago
Erik Johnston 71e6a94af7 Bump version and changelog 10 years ago
Erik Johnston 5662be894e Bump database version number. 10 years ago
Erik Johnston a065becea5 Merge branch 'docs-restructuring' of github.com:matrix-org/synapse into develop 10 years ago
Mark Haines 82c5820767 keep 'origin_server_ts' as 'ts' in the database to avoid needlessly updating schema 10 years ago
Mark Haines f5cf7ac25b SPEC-7: Rename 'ts' to 'origin_server_ts' 10 years ago
Mark Haines 456017e0ae SPEC-7: Don't stamp event contents with 'hsob_ts' 10 years ago
Matthew Hodgson be2a9a8d1a move gendoc into matrix-doc project 10 years ago
Kegan Dougal 79bd6e77b8 Remove warning since the end result is still $sanitize'd 10 years ago
Kegan Dougal da19fd0d1a Add unsanitizedLinky filter to fix links in formatted messages. 10 years ago
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