Commit Graph

211 Commits (dfdda2c8718b11bff9eb69d382eff72c9f8a3d79)

Author SHA1 Message Date
Mark Haines dfdda2c871 Use module loggers rather than the root logger. Exceptions caused by bad clients shouldn't cause ERROR level logging. Fix sql logging to use 'repr' rather than 'str' 10 years ago
Mark Haines 32090aee16 Add a few missing yields, Move deferred lists inside PreserveLoggingContext because they don't interact well with the logging contexts 10 years ago
Erik Johnston 5b46ce579b Bump version, changelog and upgrade.rst 10 years ago
Mark Haines 1731af3f29 SYN-104: When going backwards the end token should be before the last event 10 years ago
Mark Haines ae9c2ab165 SYN-149: Send join event immediately after the room create event 10 years ago
Mark Haines a5b88c489e Split out sending the room alias events from creating the alias so that we can do them in the right point when creating a room 10 years ago
Mark Haines cb4b6c844a Merge PDUs and Events into one object 10 years ago
Mark Haines 8c2b5ea7c4 Fix PDU and event signatures 10 years ago
Erik Johnston f04b3d5042 Store all signatures on events rather than just dropping them 10 years ago
Erik Johnston e715741abc Update some of the docs in event_federation 10 years ago
Erik Johnston e24d5cb97d Document StateStore and use transactions 10 years ago
Erik Johnston 58c0ef90c9 Add indices to state group tables 10 years ago
Erik Johnston 6fea478d2e Fix bugs with invites/joins across federatiom. 10 years ago
Erik Johnston 5ff0bfb81d Fix bug where we /always/ created a new state group 10 years ago
Erik Johnston a8e565eca8 Add an EventValidator. Fix bugs in auth ++ storage 10 years ago
Erik Johnston cdc1b5d629 Fix regression where we did not return redacted events. 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 65f846ade0 Notify users about invites. 10 years ago
Erik Johnston 6cb6cb9e69 Tidy up some of the unused sql tables 10 years ago
Erik Johnston 1c06806f90 Finish redaction algorithm. 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 49948d72f3 Fix joining over federation 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 351c64e99e Amalgamate all power levels. 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 aa76bf39ab Remove unused imports 10 years ago
Erik Johnston d59aa6af25 For now, don't store txn -> pdu mappings. 10 years ago
Erik Johnston f139c02e95 Formatting 10 years ago
Erik Johnston ecabff7eb4 Sign evnets 10 years ago
Erik Johnston 80b2710e6f Remove unused signature storage methods 10 years ago
Erik Johnston fb3a01fa3a Remove unused sql file. 10 years ago
Erik Johnston d30d79b5be Make prev_event signing work again. 10 years ago
Erik Johnston 2f39dc19a2 Remove more references to dead PDU tables 10 years ago
Erik Johnston bfa36a72b9 Remove PDU tables. 10 years ago
Erik Johnston 21fe249d62 Actually don't store any PDUs 10 years ago
Erik Johnston 841df4da71 Don't store any PDUs 10 years ago
Erik Johnston f2de2d644a Move the impl of backfill to use events. 10 years ago
Mark Haines 7d709542ca Fix pep8 warnings 10 years ago
Erik Johnston aa80900a8e Fix SQL so that accepts we may want to persist events twice. 10 years ago
Mark Haines b29517bd01 Add a request-id to each log line 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
Erik Johnston da1dda3e1d Add transaction level logging and timing information. Add a _simple_delete method 10 years ago
Erik Johnston 967ce43b59 Clean up LoggingTransaction 10 years ago
Erik Johnston 8e358ef35a Add timer to LoggingTransaction 10 years ago