Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | 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 ↵ | David Baker | 2014-11-21 | 2 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | 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 Baker | 2014-11-19 | 2 | -0/+56 | |
| | | | | | | | | | | | | | | | | | | | | stdout currently!) | |||||
* | | | | | 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 | |
|\ \ \ | | | | | | | | | | | | | | | | | Conflicts: setup.py | |||||
| * \ \ | 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 ↵ | Matthew Hodgson | 2014-12-07 | 2 | -0/+29 | |
| | |/ | |/| | | | | | | | sending transactions. does *not* yet retry transactions, but drops them on the floor if waiting for a server to recover. | |||||
* / | | 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 | |
| | | | | | `prev_state` is now a list of previous state ids, similiar to prev_events. `replace_state` now points to what we think was replaced. | |||||
* | 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 ↵ | Erik Johnston | 2014-10-27 | 1 | -0/+66 | |
|\ | | | | | | | | | | | | | federation_authorization Conflicts: synapse/storage/__init__.py | |||||
| * | 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 ↵ | Mark Haines | 2014-10-17 | 1 | -2/+16 | |
| | | | | | | | | | | | | PDUs rather than reusing the PDU content hashes | |||||
| * | | 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 ↵ | Erik Johnston | 2014-10-27 | 1 | -0/+31 | |
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | federation_authorization Conflicts: synapse/federation/transport.py synapse/handlers/message.py | |||||
| * | | 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 | |
| | | | | | | | | | | | | schema | |||||
| * | | 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 | |
|\ | | | | | | | | | | | Conflicts: synapse/storage/__init__.py tests/rest/test_presence.py | |||||
| * | 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 ↵ | Erik Johnston | 2014-09-23 | 1 | -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 Johnston | 2014-09-23 | 1 | -2/+4 | |
| | | | | | | | | 'pruned', i.e. all client specified keys will be removed. | |||||
| * | 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 ↵ | Matthew Hodgson | 2014-09-03 | 10 | -10/+10 | |
| | | | | hasn't been incorporated in time for launch. | |||||
* | Store SQL DDL deltas as well; attempt to upgrade the database on startup if ↵ | Paul "LeoNerd" Evans | 2014-09-03 | 1 | -0/+168 | |
| | | | | it's too old | |||||
* | 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 ↵ | Erik Johnston | 2014-09-01 | 1 | -0/+20 | |
| | | | | | | | | send_evnet_level/add_state_level events. | |||||
* | | 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 ↵ | Erik Johnston | 2014-08-18 | 1 | -5/+8 | |
| | | | | used for pagination and one which can be as tokens for notifying clients. Also add a 'processed' field which is currently always set to True | |||||
* | 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 | |
|\ | | | | | | | | | Conflicts: synapse/storage/_base.py | |||||
| * | An initial hack at storing presence state-change mtimes in database and ↵ | Paul "LeoNerd" Evans | 2014-08-13 | 1 | -0/+1 | |
| | | | | | | | | presenting age durations to clients/federation events | |||||
* | | 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 ↵ | Erik Johnston | 2014-08-13 | 1 | -6/+5 | |
| | | | | | | | | storage layer. | |||||
* | | 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 | |