summary refs log tree commit diff
path: root/synapse/storage/schema/delta (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge changes from developMark Haines2015-01-291-0/+46
|\
| * Move pushers delta to v12 and bump schema versionDavid Baker2015-01-281-0/+0
| |
| * Oops: second part of commit dc938606David Baker2015-01-221-0/+13
| |
| * add instance_handles to pushers so we have a way to refer to them even if ↵David Baker2015-01-201-0/+1
| | | | | | | | the push token changes.
| * Require device language when adding a pusher.David Baker2015-01-161-0/+1
| | | | | | | | | | Because this seems like it might be useful to do sooner rather than later.
| * Honour the 'rejected' return from push gatewaysDavid Baker2015-01-131-0/+1
| | | | | | | | | | | | | | Add a timestamp to push tokens so we know the last time they we got them from the device. Send it to the push gateways so it can determine whether its failure is more recent than the token. Stop and remove pushers that have been rejected.
| * Merge branch 'develop' into pushersDavid Baker2015-01-138-5/+49
| |\
| * \ Merge branch 'develop' into pushersDavid Baker2014-12-181-0/+79
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: synapse/api/errors.py synapse/server.py synapse/storage/__init__.py
| * | | schema version is now 10David Baker2014-12-181-0/+0
| | | |
| * | | Rename the pusher SQL delta to v9 which the next free oneDavid Baker2014-12-181-0/+0
| | | |
| * | | after a few rethinks, a working implementation of pushers.David Baker2014-12-181-2/+1
| | | |
| * | | Update to app_id / app_instance_id (partially) and mangle to be PEP8 compliant.David Baker2014-12-031-2/+3
| | | |
| * | | Merge branch 'develop' into pushersDavid Baker2014-12-021-0/+34
| |\ \ \
| * | | | More work on pushers. Attempt to do HTTP pokes. Not sure if the actual HTTP ↵David Baker2014-11-211-0/+2
| | | | | | | | | | | | | | | | | | | | pokes work or not yet but the retry semantics are pretty good.
| * | | | Start creating a module to do generic notifications (just prints them to ↵David Baker2014-11-191-0/+28
| | | | | | | | | | | | | | | | | | | | stdout currently!)
* | | | | Move bump schema deltaMark Haines2015-01-291-0/+0
| | | | |
* | | | | Also edit the filter column on the delta SQLKegan Dougal2015-01-291-1/+1
| | | | |
* | | | | Created schema deltaPaul "LeoNerd" Evans2015-01-271-0/+24
| |_|_|/ |/| | |
* | | | Add delta and bump DB versionErik Johnston2015-01-061-0/+16
| | | |
* | | | Update copyright noticesMark Haines2015-01-067-5/+33
| |_|/ |/| |
* | | Fix upgrade script to run all the missing deltas.Erik Johnston2014-12-161-1/+57
| | |
* | | track replication destination health, and perform exponential back-off when ↵Matthew Hodgson2014-12-071-0/+23
| |/ |/| | | | | sending transactions. does *not* yet retry transactions, but drops them on the floor if waiting for a server to recover.
* | Add update delta for schema changeErik Johnston2014-11-261-0/+34
|/
* Bump database version number.Erik Johnston2014-10-171-0/+31
|
* SYN-48: Implement WHOIS rest servletErik Johnston2014-09-291-1/+2
|
* SYN-48: Track User-Agents as well as IPs for client devices.Erik Johnston2014-09-291-1/+3
|
* Track the IP users connect with. Add an admin column to users table.Erik Johnston2014-09-261-0/+13
|
* Rename deletions to redactionsErik Johnston2014-09-241-5/+6
|
* SYN-12: Implement auth for deletion by adding a 'delete_level' on the ops ↵Erik Johnston2014-09-231-0/+4
| | | | | | levels event SYN-12 # comment Auth has been added.
* Add m.room.deletion. If an event is deleted it will be returned to clients ↵Erik Johnston2014-09-231-2/+4
| | | | 'pruned', i.e. all client specified keys will be removed.
* Add a deletions tableErik Johnston2014-09-221-0/+5
|
* Generate m.room.aliases event when the HS creates a room aliasErik Johnston2014-09-051-0/+27
|
* 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.
* Store SQL DDL deltas as well; attempt to upgrade the database on startup if ↵Paul "LeoNerd" Evans2014-09-031-0/+168
it's too old