summary refs log tree commit diff
path: root/synapse/storage/data_stores/main/events.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove special auth and redaction rules for aliases events in experimental ro...Patrick Cloke2020-03-091-2/+8
* Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957)Patrick Cloke2020-02-211-4/+4
* Delete current state when server leaves a room (#6792)Erik Johnston2020-01-291-72/+111
* Make 'event.redacts' never raise. (#6771)Erik Johnston2020-01-231-1/+1
* Add a DeltaState to track changes to be made to current state (#6716)Erik Johnston2020-01-201-44/+43
* move batch_iter to a separate moduleRichard van der Hoff2020-01-161-1/+1
* Add `local_current_membership` table (#6655)Erik Johnston2020-01-151-0/+30
* Split state groups into a separate data store (#6296)Erik Johnston2019-12-201-157/+0
* Convert _censor_redactions to async since it awaits on coroutinesErik Johnston2019-12-101-11/+9
* Only start censor background job after indices are createdErik Johnston2019-12-101-0/+7
* Change DataStores to accept 'database' param.Erik Johnston2019-12-061-2/+3
* Move background update handling out of storeErik Johnston2019-12-051-5/+1
* Move DB pool and helper functions into dedicated Database classErik Johnston2019-12-051-44/+46
* Remove underscore from SQLBaseStore functionsErik Johnston2019-12-041-27/+25
* Add ephemeral messages support (MSC2228) (#6409)Brendan Abolivier2019-12-031-6/+120
* Merge branch 'develop' into babolivier/message_retentionBrendan Abolivier2019-11-261-177/+180
|\
| * Clean up newline quote marks around the codebase (#6362)Andrew Morgan2019-11-211-5/+3
| * Move type annotation into docstringErik Johnston2019-11-081-3/+3
| * Fix deleting state groups during room purge.Erik Johnston2019-11-061-13/+14
| * Use correct type annotationErik Johnston2019-11-061-2/+2
| * Change to not require a state_groups.room_id index.Erik Johnston2019-11-041-27/+43
| * Merge branch 'develop' of github.com:matrix-org/synapse into erikj/split_purg...Erik Johnston2019-11-041-5/+39
| |\
| * | Fix up commentErik Johnston2019-11-011-2/+1
| * | Update log line to lie a little lessErik Johnston2019-10-311-1/+1
| * | DocstringsErik Johnston2019-10-311-3/+11
| * | Fix purge room APIErik Johnston2019-10-311-5/+8
| * | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/split_purg...Erik Johnston2019-10-311-2/+1
| |\ \
| * | | Split purge API into events vs stateErik Johnston2019-10-301-175/+153
* | | | Implement per-room message retention policiesBrendan Abolivier2019-11-041-0/+3
| |_|/ |/| |
* | | Merge pull request #6301 from matrix-org/babolivier/msc2326Brendan Abolivier2019-11-011-1/+35
|\ \ \
| * | | Incorporate reviewBrendan Abolivier2019-11-011-1/+1
| * | | Add more data to the event_labels table and fix the indexesBrendan Abolivier2019-11-011-3/+17
| * | | LintBrendan Abolivier2019-11-011-1/+1
| * | | Incorporate reviewBrendan Abolivier2019-11-011-2/+10
| * | | LintBrendan Abolivier2019-10-301-7/+1
| * | | Store labels for new eventsBrendan Abolivier2019-10-301-1/+19
* | | | Update black to 19.10b0 (#6304)Amber Brown2019-11-011-4/+4
| |_|/ |/| |
* | | Fix /purge_room API.Erik Johnston2019-10-311-1/+0
* | | fix delete_existing for _persist_events (#6300)Richard van der Hoff2019-10-301-1/+1
| |/ |/|
* | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/split_out_...Erik Johnston2019-10-301-4/+3
|\ \
| * | Port receipt and read markers to async/waitErik Johnston2019-10-291-4/+3
| |/
* | Review commentsErik Johnston2019-10-301-5/+14
* | Move persist_events out from main data store.Erik Johnston2019-10-231-634/+67
|/
* Move storage classes into a main "data store".Erik Johnston2019-10-211-0/+2489