| Commit message (Expand) | Author | Age | Files | Lines |
* | Use computed prev event ids | Erik Johnston | 2016-04-01 | 1 | -0/+16 |
* | Respond to federated invite with non-empty context | Daniel Wagner-Hall | 2016-02-17 | 1 | -4/+4 |
* | Fix flake8 warnings for new flake8 | Daniel Wagner-Hall | 2016-02-02 | 1 | -1/+1 |
* | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
* | Remove unused functions from synapse/storage/event_federation.py | Mark Haines | 2015-09-23 | 1 | -71/+0 |
* | synapse/storage/event_federation.py:_get_auth_events is unused | Mark Haines | 2015-09-22 | 1 | -21/+0 |
* | Merge pull request #281 from matrix-org/erikj/update_extremeties | Erik Johnston | 2015-09-15 | 1 | -0/+9 |
|\ |
|
| * | "Comments" | Erik Johnston | 2015-09-15 | 1 | -0/+6 |
| * | When updating a stored event from outlier to non-outlier, remember to update ... | Erik Johnston | 2015-09-15 | 1 | -0/+3 |
* | | Merge branch 'release-v0.10.0' into develop | Mark Haines | 2015-08-28 | 1 | -2/+8 |
|\| |
|
| * | Don't insert events into 'event_*_extremeties' tables if they're outliers | Erik Johnston | 2015-08-23 | 1 | -2/+8 |
* | | Remove syutil dependency in favour of smaller single-purpose libraries | Mark Haines | 2015-08-24 | 1 | -1/+1 |
|/ |
|
* | Move all the caches into their own package, synapse.util.caches | Erik Johnston | 2015-08-11 | 1 | -1/+2 |
* | Change Cache to not use *args in its interface | Erik Johnston | 2015-08-07 | 1 | -2/+2 |
* | Merge pull request #193 from matrix-org/erikj/bulk_persist_event | Erik Johnston | 2015-07-14 | 1 | -51/+57 |
|\ |
|
| * | Add bulk insert events API | Erik Johnston | 2015-06-25 | 1 | -51/+57 |
* | | Don't explode if we don't recognize one of the event_ids in the backfill request | Erik Johnston | 2015-07-06 | 1 | -2/+4 |
|/ |
|
* | Batch SELECTs in _get_auth_chain_ids_txn | Erik Johnston | 2015-06-23 | 1 | -3/+11 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/backfill_f... | Erik Johnston | 2015-05-22 | 1 | -0/+1 |
|\ |
|
| * | Merge pull request #156 from matrix-org/erikj/join_perf | Mark Haines | 2015-05-22 | 1 | -2/+3 |
| |\ |
|
| * | | Invalidate the get_latest_event_ids_in_room cache when deleting from event_fo... | Mark Haines | 2015-05-22 | 1 | -0/+1 |
* | | | Actually return something from lambda | Erik Johnston | 2015-05-21 | 1 | -1/+1 |
* | | | Sort backfill events | Erik Johnston | 2015-05-21 | 1 | -1/+5 |
* | | | Remove dead code | Erik Johnston | 2015-05-21 | 1 | -5/+0 |
* | | | Only get non-state | Erik Johnston | 2015-05-21 | 1 | -1/+2 |
* | | | Skip events we've already seen | Erik Johnston | 2015-05-21 | 1 | -0/+3 |
* | | | Correctly prepopulate queue | Erik Johnston | 2015-05-21 | 1 | -2/+10 |
* | | | Don't prepopulate event_results | Erik Johnston | 2015-05-21 | 1 | -1/+1 |
* | | | Don't readd things that are already in event_results | Erik Johnston | 2015-05-21 | 1 | -1/+2 |
* | | | PriorityQueue gives lowest first | Erik Johnston | 2015-05-21 | 1 | -2/+2 |
* | | | Correctly capture Queue.Empty exception | Erik Johnston | 2015-05-21 | 1 | -2/+5 |
* | | | Merge branch 'erikj/join_perf' of github.com:matrix-org/synapse into erikj/ba... | Erik Johnston | 2015-05-21 | 1 | -21/+17 |
|\ \ \
| | |/
| |/| |
|
| * | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/join_perf | Erik Johnston | 2015-05-21 | 1 | -21/+17 |
| |\| |
|
| | * | Move fetching of events into their own transactions | Erik Johnston | 2015-05-14 | 1 | -21/+17 |
* | | | Fix _get_backfill_events to return events in the correct order | Erik Johnston | 2015-05-20 | 1 | -27/+28 |
* | | | Ensure event_results is a set | Erik Johnston | 2015-05-19 | 1 | -1/+1 |
|/ / |
|
* / | Fix event_backwards_extrem insertion to ignore outliers | Erik Johnston | 2015-05-19 | 1 | -2/+3 |
|/ |
|
* | Err, delete the right stuff | Erik Johnston | 2015-05-12 | 1 | -4/+5 |
* | Newlines | Erik Johnston | 2015-05-12 | 1 | -2/+0 |
* | We do actually want to delete rows out of event_backward_extremities | Erik Johnston | 2015-05-12 | 1 | -4/+11 |
* | Fix up _handle_prev_events to not try to insert duplicate rows | Erik Johnston | 2015-05-12 | 1 | -23/+13 |
* | Initial hack at wiring together pagination and backfill | Erik Johnston | 2015-05-11 | 1 | -2/+26 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/executemany | Erik Johnston | 2015-05-05 | 1 | -1/+3 |
|\ |
|
| * | Collect the invalidate callbacks on the transaction object rather than passin... | Mark Haines | 2015-05-05 | 1 | -5/+5 |
| * | Invalidate the caches from the correct thread | Mark Haines | 2015-05-05 | 1 | -4/+6 |
* | | Fix indentation | Erik Johnston | 2015-05-05 | 1 | -10/+10 |
* | | Add support for using executemany | Erik Johnston | 2015-05-05 | 1 | -19/+21 |
|/ |
|
* | Correctly name transaction | Erik Johnston | 2015-05-05 | 1 | -1/+1 |
* | Cache latest_event_ids_in_room | Erik Johnston | 2015-05-01 | 1 | -1/+4 |
* | Split a storage function in two so that we don't have to do extra work. | Erik Johnston | 2015-05-01 | 1 | -0/+11 |
* | Add support for postgres instead of mysql. Change sql accourdingly. blob + va... | Erik Johnston | 2015-04-14 | 1 | -5/+5 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into mysql | Erik Johnston | 2015-03-20 | 1 | -0/+12 |
|\ |
|
| * | Clean out event_forward_extremities table when the server rejoins the room | Erik Johnston | 2015-03-18 | 1 | -0/+12 |
* | | Convert storage layer to be mysql compatible | Erik Johnston | 2015-03-19 | 1 | -14/+11 |
|/ |
|
* | Revert get_auth_chain changes | Erik Johnston | 2015-02-23 | 1 | -7/+5 |
* | Initial stab at implementing a batched get_missing_pdus request | Erik Johnston | 2015-02-19 | 1 | -5/+58 |
* | Get an auth query one at a time | Erik Johnston | 2015-02-12 | 1 | -7/+6 |
* | Update copyright notices | Mark Haines | 2015-01-06 | 1 | -1/+1 |
* | Use _get_events_txn instead of _parse_events_txn | Erik Johnston | 2014-12-16 | 1 | -7/+1 |
* | Merge branch 'hotfixes-v0.5.4a' of github.com:matrix-org/synapse into release... | Erik Johnston | 2014-12-16 | 1 | -8/+8 |
|\ |
|
| * | Fix bug where we did not send the full auth chain to people that joined over ... | Erik Johnston | 2014-12-16 | 1 | -8/+8 |
* | | Fix bug where we ignored event_edge_hashes table | Erik Johnston | 2014-12-15 | 1 | -5/+6 |
|/ |
|
* | Update some of the docs in event_federation | Erik Johnston | 2014-11-12 | 1 | -11/+20 |
* | PEP8 | Erik Johnston | 2014-11-10 | 1 | -6/+3 |
* | Fix backfill to work. Add auth to backfill request | Erik Johnston | 2014-11-10 | 1 | -2/+2 |
* | Add '/event_auth/' federation api | Erik Johnston | 2014-11-07 | 1 | -7/+19 |
* | Fix bug in _get_auth_chain_txn | Erik Johnston | 2014-11-07 | 1 | -14/+11 |
* | Implement method to get auth_chain from a given event_id | Erik Johnston | 2014-11-07 | 1 | -0/+35 |
* | Start implementing auth chains | Erik Johnston | 2014-11-07 | 1 | -0/+21 |
* | Implement new replace_state and changed prev_state | Erik Johnston | 2014-11-06 | 1 | -7/+57 |
* | Get correct prev_events | Erik Johnston | 2014-11-05 | 1 | -9/+21 |
* | Make prev_event signing work again. | Erik Johnston | 2014-10-31 | 1 | -1/+1 |
* | Actually don't store any PDUs | Erik Johnston | 2014-10-31 | 1 | -0/+7 |
* | Move the impl of backfill to use events. | Erik Johnston | 2014-10-31 | 1 | -1/+85 |
* | Fix SQL so that accepts we may want to persist events twice. | Erik Johnston | 2014-10-30 | 1 | -3/+5 |
* | Start filling out and using new events tables | Erik Johnston | 2014-10-29 | 1 | -16/+33 |
* | Don't reference PDU when persisting event | Erik Johnston | 2014-10-28 | 1 | -2/+2 |
* | Begin implementing all the PDU storage stuff in Events land | Erik Johnston | 2014-10-28 | 1 | -0/+143 |