Commit Graph

29 Commits (657298cebd312d9b636b822a8c116f17b001b5f6)

Author SHA1 Message Date
Erik Johnston 23c639ff32 Split a storage function in two so that we don't have to do extra work. 10 years ago
Erik Johnston 58d8339966 Add support for postgres instead of mysql. Change sql accourdingly. blob + varbinary -> bytea. No support for UNSIGNED or CREATE INDEX IF NOT EXISTS. 10 years ago
Erik Johnston d7a0496f3e Convert storage layer to be mysql compatible 10 years ago
Erik Johnston bb24609158 Clean out event_forward_extremities table when the server rejoins the room 10 years ago
Erik Johnston 42b972bccd Revert get_auth_chain changes 10 years ago
Erik Johnston 0ac2a79faa Initial stab at implementing a batched get_missing_pdus request 10 years ago
Erik Johnston 717687e1fc Get an auth query one at a time 10 years ago
Mark Haines adb04b1e57 Update copyright notices 10 years ago
Erik Johnston dec5b62339 Use _get_events_txn instead of _parse_events_txn 10 years ago
Erik Johnston 96779d2490 Fix bug where we did not send the full auth chain to people that joined over federation 10 years ago
Erik Johnston c8dd3314d6 Fix bug where we ignored event_edge_hashes table 10 years ago
Erik Johnston e715741abc Update some of the docs in event_federation 10 years ago
Erik Johnston 5d439b127b PEP8 10 years ago
Erik Johnston 6447db063a Fix backfill to work. Add auth to backfill request 10 years ago
Erik Johnston 02c3b1c9e2 Add '/event_auth/' federation api 10 years ago
Erik Johnston 16a0815fac Fix bug in _get_auth_chain_txn 10 years ago
Erik Johnston 8b0e96474b Implement method to get auth_chain from a given event_id 10 years ago
Erik Johnston bf6b72eb55 Start implementing auth chains 10 years ago
Erik Johnston 4317c8e583 Implement new replace_state and changed prev_state 10 years ago
Erik Johnston cc44ecc62f Get correct prev_events 10 years ago
Erik Johnston d30d79b5be Make prev_event signing work again. 10 years ago
Erik Johnston 21fe249d62 Actually don't store any PDUs 10 years ago
Erik Johnston f2de2d644a Move the impl of backfill to use events. 10 years ago
Erik Johnston aa80900a8e Fix SQL so that accepts we may want to persist events twice. 10 years ago
Erik Johnston e7858b6d7e Start filling out and using new events tables 10 years ago
Erik Johnston a10c2ec88d Don't reference PDU when persisting event 10 years ago
Erik Johnston 2d1dfb3b34 Begin implementing all the PDU storage stuff in Events land 10 years ago