| Commit message (Expand) | Author | Age | Files | Lines |
* | Add events index | Erik Johnston | 2016-01-28 | 1 | -0/+16 |
* | Add index to event_push_actions | Erik Johnston | 2016-01-25 | 1 | -0/+1 |
* | Add index by user id on receipts_linearized | David Baker | 2016-01-20 | 1 | -0/+18 |
* | Remove rogue 'admin' | David Baker | 2016-01-11 | 1 | -1/+1 |
* | Merge pull request #456 from matrix-org/store_event_actions | David Baker | 2016-01-08 | 2 | -0/+48 |
|\ |
|
| * | Add schema change file for is_guest flag | David Baker | 2016-01-06 | 1 | -0/+22 |
| * | Add is_guest flag to users db to track whether a user is a guest user or not.... | David Baker | 2016-01-06 | 1 | -0/+0 |
| * | Merge remote-tracking branch 'origin/develop' into store_event_actions | David Baker | 2016-01-05 | 1 | -0/+21 |
| |\ |
|
| * | | Rename event-actions to event_push_actions as per PR request | David Baker | 2016-01-04 | 1 | -2/+2 |
| * | | still very WIP, but now sends unread_notifications_count in the room object o... | David Baker | 2015-12-16 | 1 | -2/+3 |
| * | | Save event actions to the db | David Baker | 2015-12-10 | 1 | -0/+25 |
* | | | copyrights | Matthew Hodgson | 2016-01-07 | 53 | -53/+53 |
| |/
|/| |
|
* | | Allow guests to upgrade their accounts | Daniel Wagner-Hall | 2016-01-05 | 1 | -0/+21 |
|/ |
|
* | Bump schema version. | Mark Haines | 2015-12-04 | 4 | -23/+36 |
* | Merge pull request #414 from matrix-org/erikj/if_not_exists | Erik Johnston | 2015-12-03 | 1 | -1/+1 |
|\ |
|
| * | Older versions of SQLite don't like IF NOT EXISTS in virtual tables | Erik Johnston | 2015-12-02 | 1 | -1/+1 |
* | | Just replace the table definition with the one from full_schema 16 | David Baker | 2015-12-02 | 1 | -11/+10 |
* | | Fix schema delta 15 on postgres in the very unlikley event that anyone upgrad... | David Baker | 2015-12-02 | 1 | -1/+1 |
|/ |
|
* | Add API for setting account_data globaly or on a per room basis | Mark Haines | 2015-12-01 | 1 | -0/+23 |
* | Allow paginating search ordered by recents | Erik Johnston | 2015-11-30 | 1 | -0/+57 |
* | Remove size specifier for database column | Daniel Wagner-Hall | 2015-11-23 | 1 | -1/+3 |
* | Merge branch 'develop' into daniel/forgetrooms | Paul "LeoNerd" Evans | 2015-11-19 | 1 | -0/+17 |
|\ |
|
| * | Rename the database table | Mark Haines | 2015-11-18 | 1 | -0/+17 |
* | | Allow users to forget rooms | Daniel Wagner-Hall | 2015-11-17 | 1 | -0/+24 |
|/ |
|
* | Merge pull request #359 from matrix-org/markjh/incremental_indexing | Erik Johnston | 2015-11-11 | 2 | -75/+47 |
|\ |
|
| * | Fix param style to work on both sqlite and postgres | Mark Haines | 2015-11-11 | 1 | -2/+6 |
| * | Fix the background update | Mark Haines | 2015-11-11 | 1 | -4/+3 |
| * | Use a background task to update databases to use the full text search | Mark Haines | 2015-11-10 | 1 | -76/+24 |
| * | Add storage module for tracking background updates. | Mark Haines | 2015-11-09 | 1 | -0/+21 |
* | | Return world_readable and guest_can_join in /publicRooms | Daniel Wagner-Hall | 2015-11-10 | 1 | -0/+25 |
|/ |
|
* | Remove accidentally added ID column | Daniel Wagner-Hall | 2015-11-06 | 1 | -1/+0 |
* | Open up /events to anonymous users for room events only | Daniel Wagner-Hall | 2015-11-05 | 1 | -0/+26 |
* | Merge pull request #335 from matrix-org/markjh/room_tags | Mark Haines | 2015-11-03 | 1 | -0/+38 |
|\ |
|
| * | Store room tag content and return the content in the m.tag event | Mark Haines | 2015-11-02 | 1 | -0/+1 |
| * | Add APIs for adding and removing tags from rooms | Mark Haines | 2015-10-28 | 1 | -0/+37 |
* | | Add missing column | Daniel Wagner-Hall | 2015-10-30 | 1 | -1/+1 |
|/ |
|
* | Pull out sender when computing search results | Erik Johnston | 2015-10-23 | 1 | -14/+17 |
* | Implement rank function for SQLite FTS | Erik Johnston | 2015-10-23 | 1 | -1/+1 |
* | PEP8 | Erik Johnston | 2015-10-22 | 1 | -1/+2 |
* | Move FTS to delta 25 | Erik Johnston | 2015-10-22 | 1 | -2/+2 |
* | Split up run_upgrade | Erik Johnston | 2015-10-16 | 1 | -5/+11 |
* | Merge branch 'erikj/store_engine' into erikj/search | Erik Johnston | 2015-10-13 | 1 | -1/+1 |
|\ |
|
* | | Merge branch 'erikj/store_engine' into erikj/search | Erik Johnston | 2015-10-13 | 1 | -1/+1 |
|\| |
|
* | | Add sqlite schema | Erik Johnston | 2015-10-13 | 1 | -5/+64 |
* | | Keep FTS indexes up to date. Only search through rooms currently joined | Erik Johnston | 2015-10-12 | 1 | -1/+2 |
* | | Add basic full text search impl. | Erik Johnston | 2015-10-09 | 1 | -0/+57 |
|/ |
|
* | Implement configurable stats reporting | Daniel Wagner-Hall | 2015-09-22 | 1 | -0/+22 |
* | Drop unused index | Erik Johnston | 2015-09-14 | 1 | -0/+16 |
* | Remove autoincrement since we incrementing the ID in the storage layer | Mark Haines | 2015-08-24 | 1 | -1/+1 |
* | Merge branch 'develop' into refresh | Daniel Wagner-Hall | 2015-08-20 | 1 | -0/+19 |
|\ |
|
| * | Merge pull request #211 from matrix-org/email_in_use | Mark Haines | 2015-08-20 | 1 | -0/+19 |
| |\ |
|
| | * | Add endpoint that proxies ID server request token and errors if the given ema... | David Baker | 2015-08-04 | 1 | -0/+19 |
* | | | /tokenrefresh POST endpoint | Daniel Wagner-Hall | 2015-08-20 | 1 | -0/+21 |
|/ / |
|
* / | Add index receipts_linearized_room_stream | Erik Johnston | 2015-08-17 | 1 | -0/+18 |
|/ |
|
* | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/receipts | Erik Johnston | 2015-07-13 | 1 | -0/+34 |
|\ |
|
| * | Uniquely name unique constraint | Erik Johnston | 2015-07-10 | 1 | -2/+2 |
| * | Don't bother with a timeout for one time keys on the server. | Mark Haines | 2015-07-09 | 1 | -1/+0 |
| * | Add store for client end to end keys | Mark Haines | 2015-07-06 | 1 | -0/+35 |
* | | Change format of receipts to allow inclusion of data | Erik Johnston | 2015-07-09 | 1 | -10/+6 |
* | | Add stream_id index | Erik Johnston | 2015-07-02 | 1 | -1/+5 |
* | | Add basic storage functions for handling of receipts | Erik Johnston | 2015-07-01 | 1 | -14/+17 |
* | | Add tables for receipts | Erik Johnston | 2015-06-30 | 1 | -0/+35 |
|/ |
|
* | Add a dummy.sql into delta/20 as pip isn't packinging the pushers.py | Erik Johnston | 2015-06-13 | 1 | -0/+1 |
* | pep8 | David Baker | 2015-06-04 | 1 | -1/+0 |
* | Add script to (re)convert the pushers table to changing the unique key. Also ... | David Baker | 2015-06-04 | 2 | -1/+78 |
* | Newline, remove debug logging | Erik Johnston | 2015-05-18 | 1 | -1/+1 |
* | Add index on events | Erik Johnston | 2015-05-13 | 1 | -0/+19 |
* | Drop the old table not the new table | Mark Haines | 2015-05-08 | 1 | -1/+1 |
* | Rename unique constraint | Mark Haines | 2015-05-08 | 1 | -1/+1 |
* | Remove unsigned | Mark Haines | 2015-05-08 | 1 | -2/+2 |
* | Make the timestamps in server_keys_json bigints | Mark Haines | 2015-05-08 | 1 | -0/+32 |
* | Remove some unused indexes | Erik Johnston | 2015-05-01 | 1 | -0/+18 |
* | Oops, update the contraint too | David Baker | 2015-04-29 | 1 | -1/+1 |
* | Be more postgressive | David Baker | 2015-04-29 | 1 | -2/+2 |
* | Be postgressive | David Baker | 2015-04-29 | 1 | -4/+3 |
* | Oops, forgot the schema delta file | David Baker | 2015-04-29 | 1 | -0/+10 |
* | pushers table requires an access_token | Erik Johnston | 2015-04-29 | 1 | -0/+1 |
* | bump database schema version | Mark Haines | 2015-04-29 | 1 | -0/+0 |
* | Use bytea rather than BLOB | Mark Haines | 2015-04-29 | 1 | -1/+1 |
* | Merge branch 'develop' into key_distribution | Mark Haines | 2015-04-29 | 38 | -190/+1074 |
|\ |
|
| * | Merge branch 'develop' of github.com:matrix-org/synapse into postgres | Erik Johnston | 2015-04-28 | 1 | -0/+25 |
| |\ |
|
| | * | Merge pull request #126 from matrix-org/csauth | Mark Haines | 2015-04-28 | 1 | -0/+25 |
| | |\ |
|
| | | * | Merge branch 'develop' into csauth | David Baker | 2015-04-17 | 1 | -0/+30 |
| | | |\ |
|
| | | * | | Allow multiple pushers for a single app ID & pushkey, honouring the 'append' ... | David Baker | 2015-03-25 | 1 | -2/+25 |
| | | * | | 1) Pushers are now associated with an access token | David Baker | 2015-03-24 | 1 | -0/+2 |
| * | | | | Use TEXT instead of VARCHAR(n), since PostgreSQL treats them the same except ... | Erik Johnston | 2015-04-28 | 32 | -289/+289 |
| * | | | | Merge branch 'develop' of github.com:matrix-org/synapse into postgres | Erik Johnston | 2015-04-27 | 2 | -0/+28 |
| |\| | | |
|
| * | | | | Add unique index to room_aliases, remove duplicates on upgrade. Convert some ... | Erik Johnston | 2015-04-17 | 7 | -4/+19 |
| * | | | | Go back to storing JSON in TEXT | Erik Johnston | 2015-04-16 | 4 | -10/+10 |
| * | | | | Remove mysql/maria support | Erik Johnston | 2015-04-15 | 1 | -1/+1 |
| * | | | | Change full_schemas/11 to work with postgres | Erik Johnston | 2015-04-15 | 13 | -84/+90 |
| * | | | | Add index on events (topological_ordering, stream_ordering) to help with ORDE... | Erik Johnston | 2015-04-15 | 2 | -0/+2 |
| * | | | | Rename user_ips.user -> user_id | Erik Johnston | 2015-04-14 | 2 | -6/+6 |
| * | | | | Add support for postgres instead of mysql. Change sql accourdingly. blob + va... | Erik Johnston | 2015-04-14 | 13 | -105/+103 |
| * | | | | For backwards compat, make state_groups.id have a type of int, not varchar | Erik Johnston | 2015-04-13 | 1 | -1/+1 |
| * | | | | Remove duplicate rows | Erik Johnston | 2015-04-10 | 1 | -0/+9 |
| * | | | | DROP indexes before recreating them | Erik Johnston | 2015-04-10 | 2 | -1/+9 |
| * | | | | Use LONGBLOB and TEXT for arbitary length rows | Erik Johnston | 2015-04-10 | 12 | -34/+34 |
| * | | | | Use unsigned bigint | Erik Johnston | 2015-04-10 | 19 | -50/+50 |
| * | | | | SQLite wants INTEGER and not BIGINT for primary keys | Erik Johnston | 2015-04-10 | 6 | -9/+9 |
| * | | | | Update full_schemas/16 to match delta files. Add delta/16 scripts | Erik Johnston | 2015-04-10 | 6 | -0/+245 |
| * | | | | Revert non-trivial changes to upgrade scripts | Erik Johnston | 2015-04-10 | 3 | -5/+5 |
| * | | | | Fix schema again | Erik Johnston | 2015-04-10 | 2 | -3/+3 |
| * | | | | Revert non-trivial schema changes and move them to a new schema version. | Erik Johnston | 2015-04-10 | 19 | -27/+636 |
| * | | | | Remove spurious spaces | Erik Johnston | 2015-04-09 | 15 | -50/+50 |
| * | | | | Merge branch 'develop' of github.com:matrix-org/synapse into mysql | Erik Johnston | 2015-04-07 | 1 | -0/+31 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | Add index to presence table | Erik Johnston | 2015-04-07 | 1 | -0/+2 |
| * | | | | Don't use multiple UNIQUE constraints; it will cause deadlocks | Erik Johnston | 2015-04-07 | 2 | -6/+8 |
| * | | | | Fix unicode support | Erik Johnston | 2015-04-02 | 16 | -145/+143 |
| * | | | | Make work in both Maria and SQLite. Fix tests | Erik Johnston | 2015-04-01 | 15 | -55/+55 |
| * | | | | Fix unicode database support | Erik Johnston | 2015-03-25 | 3 | -3/+2 |
| * | | | | Fix up schemas some more | Erik Johnston | 2015-03-20 | 3 | -3/+3 |
| * | | | | Remove redundant key | Erik Johnston | 2015-03-19 | 1 | -1/+0 |
| * | | | | Fix up schemas to work with mariadb | Erik Johnston | 2015-03-19 | 15 | -84/+82 |
| * | | | | Update schema to work with mariadb | Erik Johnston | 2015-03-18 | 16 | -256/+224 |
| | |_|/
| |/| | |
|
* | | | | Add server_keys.sql to the current delta rather than creating a new delta | Mark Haines | 2015-04-28 | 1 | -0/+0 |
* | | | | Merge branch 'develop' into key_distribution | Mark Haines | 2015-04-24 | 2 | -0/+28 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | Copyright notices | Mark Haines | 2015-04-24 | 2 | -0/+28 |
| | |/
| |/| |
|
* | | | Add methods for storing and retrieving the raw key json | Mark Haines | 2015-04-15 | 1 | -3/+3 |
* | | | Return a sha256 fingerprint rather than the entire tls certificate | Mark Haines | 2015-04-14 | 1 | -0/+24 |
|/ / |
|
* | | Edit SQL schema to use string IDs not ints. Use token as ID. Update tests. | Kegan Dougal | 2015-03-31 | 1 | -4/+3 |
* | | Use event IDs instead of dumping event content in the txns table. | Kegan Dougal | 2015-03-09 | 1 | -1/+1 |
* | | Finish appservice txn storage impl and tests. | Kegan Dougal | 2015-03-09 | 1 | -1/+1 |
* | | Merge branch 'develop' into application-services-txn-reliability | Kegan Dougal | 2015-03-06 | 1 | -0/+9 |
|\| |
|
| * | Schema change as delta in v14 | David Baker | 2015-03-06 | 1 | -0/+0 |
| * | Merge branch 'develop' into pushrules2 | David Baker | 2015-03-04 | 28 | -530/+53 |
| |\ |
|
| * | | Add enable/disable overlay for push rules (REST API not yet hooked up) | David Baker | 2015-02-25 | 2 | -0/+19 |
* | | | Add appservice txns sql schema | Kegan Dougal | 2015-03-06 | 1 | -0/+31 |
| |/
|/| |
|
* | | s/schema_deltas/applied_schema_deltas/ | Erik Johnston | 2015-03-04 | 1 | -2/+2 |
* | | Add unique constraint on schema_version.lock schema. Use conflict clause in sql. | Erik Johnston | 2015-03-04 | 1 | -1/+2 |
* | | Change to use logger in db upgrade script | Erik Johnston | 2015-03-04 | 1 | -1/+4 |
* | | Actually add full_schemas dir | Erik Johnston | 2015-03-04 | 12 | -0/+645 |
* | | More docs. Rename 'schema/current' to 'schema/full_schemas' | Erik Johnston | 2015-03-04 | 12 | -645/+0 |
* | | SYN-67: Finish up implementing new database schema management | Erik Johnston | 2015-03-04 | 27 | -501/+30 |
|/ |
|
* | Bump schema version | Erik Johnston | 2015-02-17 | 1 | -0/+0 |
* | Merge pull request #50 from matrix-org/application-services | Mark Haines | 2015-02-13 | 2 | -0/+68 |
|\ |
|
| * | Merge branch 'develop' into application-services | Kegan Dougal | 2015-02-09 | 2 | -24/+11 |
| |\ |
|
| * | | Register a user account for the AS when the AS registers. Add 'sender' column... | Kegan Dougal | 2015-02-09 | 2 | -0/+2 |
| * | | Add delta sql file. | Kegan Dougal | 2015-02-05 | 1 | -0/+33 |
| * | | Merge branch 'develop' into application-services | Kegan Dougal | 2015-02-05 | 2 | -2/+2 |
| |\ \ |
|
| * | | | Add hs_token column and generate a different token f.e application service. | Kegan Dougal | 2015-02-05 | 1 | -0/+1 |
| * | | | Merge branch 'develop' into application-services | Kegan Dougal | 2015-02-02 | 5 | -0/+169 |
| |\ \ \ |
|
| * | | | | Add basic application_services SQL, and hook up parts of the appservice store... | Kegan Dougal | 2015-01-28 | 1 | -0/+32 |
* | | | | | Set database schema version in delta | Erik Johnston | 2015-02-12 | 1 | -0/+2 |
| |_|_|/
|/| | | |
|
* | | | | Move delta/v13.sql to delta/v12.sql | Erik Johnston | 2015-02-06 | 2 | -24/+11 |
| |_|/
|/| | |
|
* | | | s/instance_handle/profile_tag/ | David Baker | 2015-02-03 | 2 | -2/+2 |
| |/
|/| |
|
* | | Merge branch 'develop' of github.com:matrix-org/synapse into rejections_storage | Erik Johnston | 2015-01-30 | 2 | -0/+48 |
|\ \ |
|
| * \ | Merge changes from develop | Mark Haines | 2015-01-29 | 2 | -0/+92 |
| |\ \ |
|
| * | | | Move bump schema delta | Mark Haines | 2015-01-29 | 1 | -0/+0 |
| * | | | Also edit the filter column on the delta SQL | Kegan Dougal | 2015-01-29 | 1 | -1/+1 |
| * | | | s/definition/filter_json/ since definition is now used to mean a component of... | Kegan Dougal | 2015-01-28 | 1 | -1/+1 |
| * | | | Created schema delta | Paul "LeoNerd" Evans | 2015-01-27 | 1 | -0/+24 |
| * | | | Initial stab at real SQL storage implementation of user filter definitions | Paul "LeoNerd" Evans | 2015-01-27 | 1 | -0/+24 |
| | |/
| |/| |
|
* | | | Put CREATE rejections into seperate .sql | Erik Johnston | 2015-01-30 | 2 | -7/+21 |
* | | | Merge branch 'develop' of github.com:matrix-org/synapse into rejections_storage | Erik Johnston | 2015-01-30 | 2 | -0/+79 |
|\ \ \
| | |/
| |/| |
|
| * | | Move pushers delta to v12 and bump schema version | David Baker | 2015-01-28 | 1 | -0/+0 |
| * | | Oops: second part of commit dc938606 | David Baker | 2015-01-22 | 2 | -0/+26 |
| * | | add instance_handles to pushers so we have a way to refer to them even if the... | David Baker | 2015-01-20 | 2 | -0/+2 |
| * | | Require device language when adding a pusher. | David Baker | 2015-01-16 | 2 | -0/+2 |
| * | | Honour the 'rejected' return from push gateways | David Baker | 2015-01-13 | 2 | -0/+2 |
| * | | Merge branch 'develop' into pushers | David Baker | 2015-01-13 | 20 | -15/+88 |
| |\| |
|
| * | | Merge branch 'develop' into pushers | David Baker | 2014-12-18 | 5 | -1/+168 |
| |\ \ |
|
| * | | | schema version is now 10 | David Baker | 2014-12-18 | 1 | -0/+0 |
| * | | | Rename the pusher SQL delta to v9 which the next free one | David Baker | 2014-12-18 | 1 | -0/+0 |
| * | | | after a few rethinks, a working implementation of pushers. | David Baker | 2014-12-18 | 2 | -4/+2 |
| * | | | Update to app_id / app_instance_id (partially) and mangle to be PEP8 compliant. | David Baker | 2014-12-03 | 2 | -4/+6 |
| * | | | Merge branch 'develop' into pushers | David Baker | 2014-12-02 | 2 | -1/+35 |
| |\ \ \ |
|
| * | | | | More work on pushers. Attempt to do HTTP pokes. Not sure if the actual HTTP p... | David Baker | 2014-11-21 | 2 | -0/+4 |
| * | | | | Start creating a module to do generic notifications (just prints them to stdo... | David Baker | 2014-11-19 | 2 | -0/+56 |
* | | | | | Add support for storing rejected events in EventContext and data stores | Erik Johnston | 2015-01-22 | 2 | -0/+28 |
| |_|_|/
|/| | | |
|
* | | | | Add delta and bump DB version | Erik Johnston | 2015-01-06 | 1 | -0/+16 |
* | | | | Add index on transaction_id to sent_transcations | Erik Johnston | 2015-01-06 | 1 | -0/+1 |
* | | | | Update copyright notices | Mark Haines | 2015-01-06 | 19 | -15/+71 |
| |_|/
|/| | |
|
* | | | Fix upgrade script to run all the missing deltas. | Erik Johnston | 2014-12-16 | 1 | -1/+57 |
* | | | Persist internal_metadata | Erik Johnston | 2014-12-16 | 1 | -0/+1 |
* | | | Merge branch 'develop' of github.com:matrix-org/synapse into events_refactor | Erik Johnston | 2014-12-11 | 1 | -0/+68 |
|\ \ \ |
|
| * \ \ | Merge branch 'develop' into media_repository | Mark Haines | 2014-12-10 | 2 | -0/+29 |
| |\ \ \ |
|
| * \ \ \ | Merge branch 'develop' into media_repository | Mark Haines | 2014-12-10 | 2 | -1/+35 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | Add a method field to thumbnail storage | Mark Haines | 2014-12-05 | 1 | -1/+3 |
| * | | | | Write the upload portion of version 1 of the media repository | Mark Haines | 2014-12-02 | 1 | -0/+66 |
| | |_|/
| |/| | |
|
* | | | | Fix bug where we clobbered old state group values | Erik Johnston | 2014-12-10 | 1 | -1/+2 |
* | | | | Fix bug when uploading state with empty state_key | Erik Johnston | 2014-12-10 | 1 | -0/+2 |
* | | | | Merge branch 'develop' of github.com:matrix-org/synapse into events_refactor | Erik Johnston | 2014-12-10 | 2 | -0/+29 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | track replication destination health, and perform exponential back-off when s... | Matthew Hodgson | 2014-12-07 | 2 | -0/+29 |
| | |/
| |/| |
|
* / | | Store full JSON of events in db | Erik Johnston | 2014-12-01 | 1 | -0/+10 |
|/ / |
|
* | | Add update delta for schema change | Erik Johnston | 2014-11-26 | 1 | -0/+34 |
* | | Update schema to support multiple signatures | Erik Johnston | 2014-11-26 | 1 | -1/+1 |
|/ |
|
* | Store all signatures on events rather than just dropping them | Erik Johnston | 2014-11-12 | 1 | -3/+3 |
* | Add indices to state group tables | Erik Johnston | 2014-11-12 | 1 | -0/+13 |
* | Tidy up some of the unused sql tables | Erik Johnston | 2014-11-10 | 1 | -62/+6 |
* | Start implementing auth chains | Erik Johnston | 2014-11-07 | 1 | -0/+10 |
* | Implement new replace_state and changed prev_state | Erik Johnston | 2014-11-06 | 1 | -12/+28 |
* | Remove unused sql file. | Erik Johnston | 2014-10-31 | 1 | -31/+0 |
* | Remove more references to dead PDU tables | Erik Johnston | 2014-10-31 | 1 | -66/+0 |
* | Remove PDU tables. | Erik Johnston | 2014-10-31 | 1 | -106/+0 |
* | Start filling out and using new events tables | Erik Johnston | 2014-10-29 | 1 | -5/+3 |
* | Begin implementing all the PDU storage stuff in Events land | Erik Johnston | 2014-10-28 | 3 | -0/+117 |
* | Merge branch 'event_signing' of github.com:matrix-org/synapse into federation... | Erik Johnston | 2014-10-27 | 1 | -0/+66 |
|\ |
|
| * | Merge branch 'develop' into event_signing | Mark Haines | 2014-10-27 | 1 | -0/+31 |
| |\ |
|
| * | | Hash the same content covered by the signature when referencing previous PDUs... | Mark Haines | 2014-10-17 | 1 | -2/+16 |
| * | | Include hashes of previous pdus when referencing them | Mark Haines | 2014-10-16 | 1 | -0/+16 |
| * | | persist hashes and origin signatures for PDUs | Mark Haines | 2014-10-15 | 1 | -2/+2 |
| * | | Storage for pdu signatures | Mark Haines | 2014-10-14 | 1 | -0/+36 |
* | | | Merge branch 'develop' of github.com:matrix-org/synapse into federation_autho... | Erik Johnston | 2014-10-27 | 1 | -0/+31 |
|\ \ \
| | |/
| |/| |
|
| * | | Bump database version number. | Erik Johnston | 2014-10-17 | 1 | -0/+31 |
| * | | keep 'origin_server_ts' as 'ts' in the database to avoid needlessly updating ... | Mark Haines | 2014-10-17 | 2 | -3/+3 |
| * | | SPEC-7: Rename 'ts' to 'origin_server_ts' | Mark Haines | 2014-10-17 | 2 | -3/+3 |
| |/ |
|
* | | Begin making auth use event.old_state_events | Erik Johnston | 2014-10-15 | 1 | -1/+1 |
* | | Begin implementing state groups. | Erik Johnston | 2014-10-14 | 1 | -0/+33 |
|/ |
|
* | Merge branch 'develop' into server2server_signing | Mark Haines | 2014-09-30 | 5 | -1/+52 |
|\ |
|
| * | SYN-48: Implement WHOIS rest servlet | Erik Johnston | 2014-09-29 | 2 | -2/+4 |
| * | SYN-48: Track User-Agents as well as IPs for client devices. | Erik Johnston | 2014-09-29 | 2 | -2/+6 |
| * | Track the IP users connect with. Add an admin column to users table. | Erik Johnston | 2014-09-26 | 2 | -0/+24 |
| * | Rename deletions to redactions | Erik Johnston | 2014-09-24 | 4 | -13/+15 |
| * | Add v4 deltas to current sql. | Erik Johnston | 2014-09-24 | 2 | -1/+9 |
| * | SYN-12: Implement auth for deletion by adding a 'delete_level' on the ops lev... | Erik Johnston | 2014-09-23 | 1 | -0/+4 |
| * | Add m.room.deletion. If an event is deleted it will be returned to clients 'p... | Erik Johnston | 2014-09-23 | 1 | -2/+4 |
| * | Add a deletions table | Erik Johnston | 2014-09-22 | 1 | -0/+5 |
* | | SYN-75 Verify signatures on server to server transactions | Mark Haines | 2014-09-30 | 1 | -6/+7 |
|/ |
|
* | Generate m.room.aliases event when the HS creates a room alias | Erik Johnston | 2014-09-05 | 1 | -0/+27 |
* | fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has... | Matthew Hodgson | 2014-09-03 | 10 | -10/+10 |
* | Store SQL DDL deltas as well; attempt to upgrade the database on startup if i... | Paul "LeoNerd" Evans | 2014-09-03 | 1 | -0/+168 |
* | Add copyright notices and fix pyflakes errors | Mark Haines | 2014-09-03 | 1 | -0/+15 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into room_config | Erik Johnston | 2014-09-01 | 1 | -0/+30 |
|\ |
|
| * | Add store for server certificates and keys | Mark Haines | 2014-08-28 | 1 | -0/+30 |
* | | Add all the necessary checks to make banning work. | Erik Johnston | 2014-09-01 | 1 | -1/+1 |
* | | Add beginnings of ban support. | Erik Johnston | 2014-09-01 | 1 | -0/+11 |
* | | Implement power level lists, default power levels and send_evnet_level/add_st... | Erik Johnston | 2014-09-01 | 1 | -0/+20 |
* | | Start adding storage for new events. | Erik Johnston | 2014-08-29 | 1 | -0/+32 |
|/ |
|
* | Add a unique constraint on the room hosts table | Erik Johnston | 2014-08-24 | 1 | -1/+2 |
* | Add indices to schema | Erik Johnston | 2014-08-22 | 1 | -0/+20 |
* | Don't return state event outlier's when paginating. | Erik Johnston | 2014-08-22 | 1 | -0/+1 |
* | Change the way pagination works to support out of order events. | Erik Johnston | 2014-08-19 | 1 | -1/+1 |
* | SQL doesn't allow AUTOINCREMENT on non PRIMARY KEY columns. | Erik Johnston | 2014-08-18 | 1 | -1/+1 |
* | Add two different columns for ordering the events table, one which can be use... | Erik Johnston | 2014-08-18 | 1 | -5/+8 |
* | Start chagning the events stream to work with the new DB schema | Erik Johnston | 2014-08-15 | 1 | -1/+4 |
* | Reimplement the get public rooms api to work with new DB schema | Erik Johnston | 2014-08-15 | 1 | -0/+12 |
* | Fix up typos and correct sql queries | Erik Johnston | 2014-08-14 | 1 | -2/+2 |
* | Fix up RoomMemberStore to work with the new schema. | Erik Johnston | 2014-08-14 | 1 | -1/+5 |
* | Merge branch 'master' of github.com:matrix-org/synapse into sql_refactor | Erik Johnston | 2014-08-14 | 1 | -0/+1 |
|\ |
|
| * | An initial hack at storing presence state-change mtimes in database and prese... | Paul "LeoNerd" Evans | 2014-08-13 | 1 | -0/+1 |
* | | Make feedback table also store sender. | Erik Johnston | 2014-08-13 | 1 | -1/+2 |
* | | Initial stab at refactoring the SQL tables, including rejigging some of the s... | Erik Johnston | 2014-08-13 | 1 | -6/+5 |
* | | Convert im schema to a 'one' table structure | Erik Johnston | 2014-08-13 | 1 | -26/+31 |
|/ |
|
* | Reference Matrix Home Server | matrix.org | 2014-08-12 | 8 | -0/+352 |