summary refs log tree commit diff
path: root/synapse/storage/event_federation.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add support for postgres instead of mysql. Change sql accourdingly. blob + ↵Erik Johnston2015-04-141-5/+5
| | | | varbinary -> bytea. No support for UNSIGNED or CREATE INDEX IF NOT EXISTS.
* Merge branch 'develop' of github.com:matrix-org/synapse into mysqlErik Johnston2015-03-201-0/+12
|\
| * Clean out event_forward_extremities table when the server rejoins the roomErik Johnston2015-03-181-0/+12
| |
* | Convert storage layer to be mysql compatibleErik Johnston2015-03-191-14/+11
|/
* Revert get_auth_chain changesErik Johnston2015-02-231-7/+5
|
* Initial stab at implementing a batched get_missing_pdus requestErik Johnston2015-02-191-5/+58
|
* Get an auth query one at a timeErik Johnston2015-02-121-7/+6
|
* Update copyright noticesMark Haines2015-01-061-1/+1
|
* Use _get_events_txn instead of _parse_events_txnErik Johnston2014-12-161-7/+1
|
* Merge branch 'hotfixes-v0.5.4a' of github.com:matrix-org/synapse into ↵Erik Johnston2014-12-161-8/+8
|\ | | | | | | release-v0.6.0
| * Fix bug where we did not send the full auth chain to people that joined over ↵Erik Johnston2014-12-161-8/+8
| | | | | | | | federation
* | Fix bug where we ignored event_edge_hashes tableErik Johnston2014-12-151-5/+6
|/
* Update some of the docs in event_federationErik Johnston2014-11-121-11/+20
|
* PEP8Erik Johnston2014-11-101-6/+3
|
* Fix backfill to work. Add auth to backfill requestErik Johnston2014-11-101-2/+2
|
* Add '/event_auth/' federation apiErik Johnston2014-11-071-7/+19
|
* Fix bug in _get_auth_chain_txnErik Johnston2014-11-071-14/+11
|
* Implement method to get auth_chain from a given event_idErik Johnston2014-11-071-0/+35
|
* Start implementing auth chainsErik Johnston2014-11-071-0/+21
|
* Implement new replace_state and changed prev_stateErik Johnston2014-11-061-7/+57
| | | | | `prev_state` is now a list of previous state ids, similiar to prev_events. `replace_state` now points to what we think was replaced.
* Get correct prev_eventsErik Johnston2014-11-051-9/+21
|
* Make prev_event signing work again.Erik Johnston2014-10-311-1/+1
|
* Actually don't store any PDUsErik Johnston2014-10-311-0/+7
|
* Move the impl of backfill to use events.Erik Johnston2014-10-311-1/+85
|
* Fix SQL so that accepts we may want to persist events twice.Erik Johnston2014-10-301-3/+5
|
* Start filling out and using new events tablesErik Johnston2014-10-291-16/+33
|
* Don't reference PDU when persisting eventErik Johnston2014-10-281-2/+2
|
* Begin implementing all the PDU storage stuff in Events landErik Johnston2014-10-281-0/+143