summary refs log tree commit diff
path: root/synapse/federation/pdu_codec.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge PDUs and Events into one objectMark Haines2014-11-141-54/+0
|
* Fix bugs in generating event signatures and hashingErik Johnston2014-11-031-12/+1
|
* Rename PDU fields to match that of events.Erik Johnston2014-11-031-46/+2
|
* Remove more references to dead PDU tablesErik Johnston2014-10-311-2/+2
|
* Convert event ids to be of the form :example.comErik Johnston2014-10-301-19/+16
|
* Start filling out and using new events tablesErik Johnston2014-10-291-3/+9
|
* Begin implementing all the PDU storage stuff in Events landErik Johnston2014-10-281-4/+7
|
* Merge branch 'develop' into event_signingMark Haines2014-10-171-2/+2
|\ | | | | | | | | Conflicts: synapse/federation/replication.py
| * SPEC-7: Rename 'ts' to 'origin_server_ts'Mark Haines2014-10-171-2/+2
| |
* | Hash the same content covered by the signature when referencing previous ↵Mark Haines2014-10-171-2/+4
| | | | | | | | PDUs rather than reusing the PDU content hashes
* | Include hashes of previous pdus when referencing themMark Haines2014-10-161-9/+4
| |
* | Sign outgoing PDUs.Mark Haines2014-10-161-1/+5
|/
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org ↵Matthew Hodgson2014-09-031-1/+1
| | | | hasn't been incorporated in time for launch.
* add in whitespace after copyright statements to improve legibilityMatthew Hodgson2014-08-131-0/+1
|
* Reference Matrix Home Servermatrix.org2014-08-121-0/+101