summary refs log tree commit diff
path: root/synapse/storage/schema (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add indices to state group tablesErik Johnston2014-11-121-0/+13
* Tidy up some of the unused sql tablesErik Johnston2014-11-101-62/+6
* Start implementing auth chainsErik Johnston2014-11-071-0/+10
* Implement new replace_state and changed prev_stateErik Johnston2014-11-061-12/+28
* Remove unused sql file.Erik Johnston2014-10-311-31/+0
* Remove more references to dead PDU tablesErik Johnston2014-10-311-66/+0
* Remove PDU tables.Erik Johnston2014-10-311-106/+0
* Start filling out and using new events tablesErik Johnston2014-10-291-5/+3
* Begin implementing all the PDU storage stuff in Events landErik Johnston2014-10-283-0/+117
* Merge branch 'event_signing' of github.com:matrix-org/synapse into federation...Erik Johnston2014-10-271-0/+66
|\
| * Merge branch 'develop' into event_signingMark Haines2014-10-271-0/+31
| |\
| * | Hash the same content covered by the signature when referencing previous PDUs...Mark Haines2014-10-171-2/+16
| * | Include hashes of previous pdus when referencing themMark Haines2014-10-161-0/+16
| * | persist hashes and origin signatures for PDUsMark Haines2014-10-151-2/+2
| * | Storage for pdu signaturesMark Haines2014-10-141-0/+36
* | | Merge branch 'develop' of github.com:matrix-org/synapse into federation_autho...Erik Johnston2014-10-271-0/+31
|\ \ \ | | |/ | |/|
| * | Bump database version number.Erik Johnston2014-10-171-0/+31
| * | keep 'origin_server_ts' as 'ts' in the database to avoid needlessly updating ...Mark Haines2014-10-172-3/+3
| * | SPEC-7: Rename 'ts' to 'origin_server_ts'Mark Haines2014-10-172-3/+3
| |/
* | Begin making auth use event.old_state_eventsErik Johnston2014-10-151-1/+1
* | Begin implementing state groups.Erik Johnston2014-10-141-0/+33
|/
* Merge branch 'develop' into server2server_signingMark Haines2014-09-305-1/+52
|\
| * SYN-48: Implement WHOIS rest servletErik Johnston2014-09-292-2/+4
| * SYN-48: Track User-Agents as well as IPs for client devices.Erik Johnston2014-09-292-2/+6
| * Track the IP users connect with. Add an admin column to users table.Erik Johnston2014-09-262-0/+24
| * Rename deletions to redactionsErik Johnston2014-09-244-13/+15
| * Add v4 deltas to current sql.Erik Johnston2014-09-242-1/+9
| * SYN-12: Implement auth for deletion by adding a 'delete_level' on the ops lev...Erik Johnston2014-09-231-0/+4
| * Add m.room.deletion. If an event is deleted it will be returned to clients 'p...Erik Johnston2014-09-231-2/+4
| * Add a deletions tableErik Johnston2014-09-221-0/+5
* | SYN-75 Verify signatures on server to server transactionsMark Haines2014-09-301-6/+7
|/
* 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 has...Matthew Hodgson2014-09-0310-10/+10
* Store SQL DDL deltas as well; attempt to upgrade the database on startup if i...Paul "LeoNerd" Evans2014-09-031-0/+168
* Add copyright notices and fix pyflakes errorsMark Haines2014-09-031-0/+15
* Merge branch 'develop' of github.com:matrix-org/synapse into room_configErik Johnston2014-09-011-0/+30
|\
| * Add store for server certificates and keysMark Haines2014-08-281-0/+30
* | Add all the necessary checks to make banning work.Erik Johnston2014-09-011-1/+1
* | Add beginnings of ban support.Erik Johnston2014-09-011-0/+11
* | Implement power level lists, default power levels and send_evnet_level/add_st...Erik Johnston2014-09-011-0/+20
* | Start adding storage for new events.Erik Johnston2014-08-291-0/+32
|/
* Add a unique constraint on the room hosts tableErik Johnston2014-08-241-1/+2
* Add indices to schemaErik Johnston2014-08-221-0/+20
* Don't return state event outlier's when paginating.Erik Johnston2014-08-221-0/+1
* Change the way pagination works to support out of order events.Erik Johnston2014-08-191-1/+1
* SQL doesn't allow AUTOINCREMENT on non PRIMARY KEY columns.Erik Johnston2014-08-181-1/+1
* Add two different columns for ordering the events table, one which can be use...Erik Johnston2014-08-181-5/+8
* Start chagning the events stream to work with the new DB schemaErik Johnston2014-08-151-1/+4
* Reimplement the get public rooms api to work with new DB schemaErik Johnston2014-08-151-0/+12
* Fix up typos and correct sql queriesErik Johnston2014-08-141-2/+2
* Fix up RoomMemberStore to work with the new schema.Erik Johnston2014-08-141-1/+5
* Merge branch 'master' of github.com:matrix-org/synapse into sql_refactorErik Johnston2014-08-141-0/+1
|\
| * An initial hack at storing presence state-change mtimes in database and prese...Paul "LeoNerd" Evans2014-08-131-0/+1
* | Make feedback table also store sender.Erik Johnston2014-08-131-1/+2
* | Initial stab at refactoring the SQL tables, including rejigging some of the s...Erik Johnston2014-08-131-6/+5
* | Convert im schema to a 'one' table structureErik Johnston2014-08-131-26/+31
|/
* Reference Matrix Home Servermatrix.org2014-08-128-0/+352