| Commit message (Expand) | Author | Age | Files | Lines |
* | Add API for setting account_data globaly or on a per room basis | Mark Haines | 2015-12-01 | 4 | -2/+238 |
* | Allow paginating search ordered by recents | Erik Johnston | 2015-11-30 | 3 | -16/+159 |
* | Return words to highlight in search results | Erik Johnston | 2015-11-27 | 1 | -19/+104 |
* | Fix SQL for postgres again | Daniel Wagner-Hall | 2015-11-23 | 1 | -1/+1 |
* | Fix SQL for postgres | Daniel Wagner-Hall | 2015-11-23 | 1 | -1/+1 |
* | Remove size specifier for database column | Daniel Wagner-Hall | 2015-11-23 | 1 | -1/+3 |
* | Merge branch 'daniel/forgetrooms' of github.com:matrix-org/synapse into danie... | Daniel Wagner-Hall | 2015-11-19 | 2 | -9/+26 |
|\ |
|
| * | Merge branch 'develop' into daniel/forgetrooms | Paul "LeoNerd" Evans | 2015-11-19 | 2 | -9/+26 |
| |\ |
|
| | * | Rename the database table | Mark Haines | 2015-11-18 | 1 | -0/+17 |
| | * | s/private_user_data/account_data/ | Mark Haines | 2015-11-18 | 2 | -10/+10 |
* | | | Ignore forgotten rooms in v2 sync | Daniel Wagner-Hall | 2015-11-19 | 1 | -1/+1 |
|/ / |
|
* | | Simplify code | Daniel Wagner-Hall | 2015-11-19 | 1 | -7/+5 |
* | | Apply forgetting properly to historical events | Daniel Wagner-Hall | 2015-11-18 | 1 | -2/+32 |
* | | Allow users to forget rooms | Daniel Wagner-Hall | 2015-11-17 | 3 | -1/+61 |
|/ |
|
* | Implementation of state rollback in /sync | Richard van der Hoff | 2015-11-13 | 1 | -2/+4 |
* | Fix a few race conditions in the state calculation | Richard van der Hoff | 2015-11-13 | 1 | -0/+14 |
* | Trailing whitespace | Erik Johnston | 2015-11-12 | 1 | -1/+1 |
* | Expand comment | Erik Johnston | 2015-11-12 | 1 | -0/+6 |
* | Comment | Erik Johnston | 2015-11-12 | 1 | -0/+2 |
* | Fix SQL syntax | Erik Johnston | 2015-11-12 | 1 | -2/+3 |
* | Use a (hopefully) more efficient SQL query for doing recency based room search | Erik Johnston | 2015-11-12 | 1 | -4/+6 |
* | Fix bug where assumed dict was namedtuple | Erik Johnston | 2015-11-12 | 1 | -1/+1 |
* | Merge pull request #359 from matrix-org/markjh/incremental_indexing | Erik Johnston | 2015-11-11 | 4 | -77/+404 |
|\ |
|
| * | 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 | 3 | -17/+19 |
| * | Use a background task to update databases to use the full text search | Mark Haines | 2015-11-10 | 2 | -80/+28 |
| * | Run the background updates when starting synapse. | Mark Haines | 2015-11-10 | 2 | -10/+58 |
| * | Add background update task for reindexing event search | Mark Haines | 2015-11-09 | 1 | -2/+96 |
| * | Add storage module for tracking background updates. | Mark Haines | 2015-11-09 | 2 | -0/+231 |
* | | Return world_readable and guest_can_join in /publicRooms | Daniel Wagner-Hall | 2015-11-10 | 3 | -29/+69 |
* | | Merge branch 'develop' into markjh/SYN-513 | Mark Haines | 2015-11-09 | 1 | -1/+1 |
|\ \ |
|
| * | | fix comedy important missing comma breaking recent-ordered FTS on sqlite | Matthew Hodgson | 2015-11-08 | 1 | -1/+1 |
| * | | add a key existence check to tags_by_room to avoid /events 500'ing when testi... | Matthew Hodgson | 2015-11-06 | 1 | -1/+2 |
| |/ |
|
* / | SYN-513: Include updates for rooms that have had all their tags deleted | Mark Haines | 2015-11-09 | 1 | -1/+1 |
|/ |
|
* | Remove accidentally added ID column | Daniel Wagner-Hall | 2015-11-06 | 1 | -1/+0 |
* | Error handling | Erik Johnston | 2015-11-05 | 1 | -1/+8 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/search | Erik Johnston | 2015-11-05 | 5 | -16/+87 |
|\ |
|
| * | Open up /events to anonymous users for room events only | Daniel Wagner-Hall | 2015-11-05 | 4 | -8/+79 |
| * | Merge branch 'develop' of github.com:matrix-org/synapse into develop | Daniel Wagner-Hall | 2015-11-04 | 1 | -2/+1 |
| |\ |
|
| | * | Merge branch 'develop' into daniel/removesomelies | Mark Haines | 2015-11-04 | 4 | -32/+272 |
| | |\ |
|
| | * | | Remove more unused parameters | Daniel Wagner-Hall | 2015-11-02 | 1 | -2/+1 |
| * | | | Allow guests to register and call /events?room_id= | Daniel Wagner-Hall | 2015-11-04 | 1 | -7/+8 |
| | |/
| |/| |
|
* | | | Implement basic pagination for search results | Erik Johnston | 2015-11-05 | 1 | -36/+19 |
* | | | Implement order and group by | Erik Johnston | 2015-11-04 | 1 | -0/+96 |
|/ / |
|
* | | Merge pull request #343 from matrix-org/erikj/fix_retries | Erik Johnston | 2015-11-03 | 1 | -32/+16 |
|\ \ |
|
| * | | Fix broken cache for getting retry times. This meant we retried remote destin... | Erik Johnston | 2015-11-03 | 1 | -32/+16 |
| |/ |
|
* | | Merge pull request #335 from matrix-org/markjh/room_tags | Mark Haines | 2015-11-03 | 3 | -0/+256 |
|\ \
| |/
|/| |
|
| * | Spell "deferred" more correctly | Mark Haines | 2015-11-03 | 1 | -1/+1 |
| * | Store room tag content and return the content in the m.tag event | Mark Haines | 2015-11-02 | 2 | -16/+29 |
| * | Merge branch 'develop' into markjh/room_tags | Mark Haines | 2015-11-02 | 1 | -1/+136 |
| |\ |
|
| * | | Inform the client of new room tags using v1 /events | Mark Haines | 2015-10-29 | 1 | -1/+15 |
| * | | Fix pyflakes errors | Mark Haines | 2015-10-28 | 1 | -3/+3 |
| * | | Add APIs for adding and removing tags from rooms | Mark Haines | 2015-10-28 | 3 | -0/+229 |
* | | | Add missing column | Daniel Wagner-Hall | 2015-10-30 | 1 | -1/+1 |
| |/
|/| |
|
* | | Docs | Erik Johnston | 2015-10-28 | 1 | -0/+26 |
* | | Add room context api | Erik Johnston | 2015-10-28 | 1 | -1/+110 |
|/ |
|
* | 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 | 3 | -2/+30 |
* | Actually filter results | Erik Johnston | 2015-10-22 | 1 | -3/+5 |
* | LESS THAN | Erik Johnston | 2015-10-22 | 1 | -1/+2 |
* | Use namedtuple as return value | Erik Johnston | 2015-10-22 | 1 | -3/+15 |
* | Limit max number of SQL vars | Erik Johnston | 2015-10-22 | 1 | -4/+6 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/search | Erik Johnston | 2015-10-22 | 1 | -0/+13 |
|\ |
|
| * | Merge pull request #316 from matrix-org/markjh/v2_sync_archived | Mark Haines | 2015-10-21 | 1 | -0/+13 |
| |\ |
|
| | * | Include banned rooms in the archived section of v2 sync | Mark Haines | 2015-10-21 | 1 | -2/+2 |
| | * | Add rooms that the user has left under archived in v2 sync. | Mark Haines | 2015-10-19 | 1 | -0/+13 |
* | | | PEP8 | Erik Johnston | 2015-10-22 | 1 | -1/+2 |
* | | | Move FTS to delta 25 | Erik Johnston | 2015-10-22 | 2 | -3/+3 |
|/ / |
|
* | | Explicitly check for Sqlite3Engine | Erik Johnston | 2015-10-16 | 1 | -2/+5 |
* | | Typing | Erik Johnston | 2015-10-16 | 1 | -2/+2 |
* | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/search | Erik Johnston | 2015-10-16 | 1 | -1/+1 |
|\| |
|
| * | Fix FilteringStore.get_user_filter to work with postgres | Mark Haines | 2015-10-16 | 1 | -1/+1 |
* | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/search | Erik Johnston | 2015-10-16 | 1 | -2/+2 |
|\| |
|
| * | Encode the filter JSON as UTF-8 before storing in the database. | Mark Haines | 2015-10-16 | 1 | -2/+2 |
* | | Explicitly check for Sqlite3Engine | Erik Johnston | 2015-10-16 | 1 | -2/+5 |
* | | Add docstring | Erik Johnston | 2015-10-16 | 1 | -0/+11 |
* | | Comment on the LIMIT 500 | Erik Johnston | 2015-10-16 | 1 | -0/+2 |
* | | Split up run_upgrade | Erik Johnston | 2015-10-16 | 1 | -5/+11 |
* | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/search | Erik Johnston | 2015-10-15 | 1 | -0/+14 |
|\| |
|
| * | Merge pull request #305 from matrix-org/markjh/v2_sync_api | Mark Haines | 2015-10-14 | 1 | -0/+14 |
| |\ |
|
| | * | Merge branch 'develop' into markjh/v2_sync_api | Mark Haines | 2015-10-14 | 4 | -377/+399 |
| | |\ |
|
| | * | | Add a get_invites_for_user method to the storage to find out the rooms a user... | Mark Haines | 2015-10-13 | 1 | -0/+14 |
| * | | | Remove unused room_id arg | Erik Johnston | 2015-10-14 | 1 | -5/+5 |
| | |/
| |/| |
|
* | | | Fix to work with SQLite | Erik Johnston | 2015-10-14 | 1 | -4/+11 |
* | | | Add paranoia limit | Erik Johnston | 2015-10-13 | 1 | -1/+1 |
* | | | Remove constraints in preperation of using filters | Erik Johnston | 2015-10-13 | 1 | -20/+10 |
* | | | Merge branch 'erikj/store_engine' into erikj/search | Erik Johnston | 2015-10-13 | 4 | -3/+3 |
|\| | |
|
| * | | rename schema_prepare to prepare_database | Erik Johnston | 2015-10-13 | 3 | -2/+2 |
* | | | Add SQLite support | Erik Johnston | 2015-10-13 | 1 | -5/+12 |
* | | | Merge branch 'erikj/store_engine' into erikj/search | Erik Johnston | 2015-10-13 | 5 | -378/+400 |
|\| | |
|
| * | | Expose error more nicely | Erik Johnston | 2015-10-13 | 4 | -5/+2 |
| * | | Split out the schema preparation and update logic into its own module | Erik Johnston | 2015-10-13 | 4 | -377/+402 |
| |/ |
|
* | | Add sqlite schema | Erik Johnston | 2015-10-13 | 1 | -5/+64 |
* | | Filter events to only thsoe that the user is allowed to see | Erik Johnston | 2015-10-12 | 1 | -7/+7 |
* | | Remove unused room_id parameter | Erik Johnston | 2015-10-12 | 1 | -6/+5 |
* | | Keep FTS indexes up to date. Only search through rooms currently joined | Erik Johnston | 2015-10-12 | 4 | -2/+32 |
* | | Add basic full text search impl. | Erik Johnston | 2015-10-09 | 4 | -1/+135 |
|/ |
|
* | Merge pull request #288 from matrix-org/markjh/unused_definitions | Mark Haines | 2015-09-28 | 7 | -419/+2 |
|\ |
|
| * | synapse/storage/state.py: _make_group_id was unused | Mark Haines | 2015-09-23 | 1 | -6/+0 |
| * | Remove unused functions from synapse/storage/signatures.py | Mark Haines | 2015-09-23 | 1 | -112/+0 |
| * | synapse/storage/roommember.py:_get_members_query was unused | Mark Haines | 2015-09-23 | 1 | -6/+0 |
| * | Remove unused functions from synapse/storage/events.py | Mark Haines | 2015-09-23 | 1 | -11/+0 |
| * | Remove unused functions from synapse/storage/event_federation.py | Mark Haines | 2015-09-23 | 1 | -71/+0 |
| * | synapse/storage/_base.py:_simple_max_id was unused | Mark Haines | 2015-09-23 | 1 | -18/+0 |
| * | synapse/storage/_base.py:_simple_delete was unused | Mark Haines | 2015-09-23 | 1 | -10/+0 |
| * | synapse/storage/_base.py:_simple_selectupdate_one was unused | Mark Haines | 2015-09-23 | 1 | -31/+0 |
| * | synapse/storage/event_federation.py:_get_auth_events is unused | Mark Haines | 2015-09-22 | 1 | -21/+0 |
| * | synapse/storage/_base.py:_execute_and_decode was unused | Mark Haines | 2015-09-22 | 1 | -3/+0 |
| * | synapse/storage/_base.py:Table was unused | Mark Haines | 2015-09-22 | 2 | -130/+2 |
* | | Fix order of ON constraints in _get_rooms_for_user_where_membership_is_txn | Mark Haines | 2015-09-24 | 1 | -6/+6 |
|/ |
|
* | Add some docstrings | Daniel Wagner-Hall | 2015-09-22 | 2 | -0/+4 |
* | Add docstring | Daniel Wagner-Hall | 2015-09-22 | 1 | -0/+6 |
* | Implement configurable stats reporting | Daniel Wagner-Hall | 2015-09-22 | 4 | -2/+110 |
* | Merge pull request #276 from matrix-org/markjh/history_for_rooms_that_have_be... | Mark Haines | 2015-09-21 | 2 | -10/+38 |
|\ |
|
| * | Allow users that have left a room to get the messages that happend in the roo... | Mark Haines | 2015-09-09 | 1 | -1/+18 |
| * | Remove undocumented and unimplemented 'feedback' parameter from the Client-Se... | Mark Haines | 2015-09-09 | 1 | -8/+2 |
| * | Allow room initialSync for users that have left the room, returning a snapsho... | Mark Haines | 2015-09-09 | 1 | -0/+15 |
| * | Include the event_id and stream_ordering of membership events when looking up... | Mark Haines | 2015-09-08 | 1 | -2/+4 |
* | | Merge pull request #281 from matrix-org/erikj/update_extremeties | Erik Johnston | 2015-09-15 | 2 | -0/+11 |
|\ \ |
|
| * | | "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 | 2 | -0/+5 |
* | | | Drop unused index | Erik Johnston | 2015-09-14 | 1 | -0/+16 |
| |/
|/| |
|
* | | Merge branch 'release-v0.10.0' of github.com:matrix-org/synapse into develop | Erik Johnston | 2015-09-01 | 1 | -1/+1 |
|\| |
|
| * | Lower size of 'stateGroupCache' now that we have data from matrix.org to supp... | Erik Johnston | 2015-09-01 | 1 | -1/+1 |
* | | Merge branch 'release-v0.10.0' into develop | Mark Haines | 2015-08-28 | 2 | -4/+17 |
|\| |
|
| * | Don't insert events into 'event_*_extremeties' tables if they're outliers | Erik Johnston | 2015-08-23 | 1 | -2/+8 |
| * | Actually check if event_id isn't returned by _get_state_groups | Erik Johnston | 2015-08-21 | 1 | -2/+9 |
| * | When logging in fetch user by user_id case insensitively, *unless* there are ... | Erik Johnston | 2015-08-21 | 1 | -2/+5 |
| * | Don't allow people to register user ids which only differ by case to an exist... | Erik Johnston | 2015-08-21 | 1 | -0/+11 |
* | | Merge erikj/user_dedup to develop | Daniel Wagner-Hall | 2015-08-26 | 1 | -0/+14 |
* | | Merge pull request #251 from matrix-org/removeadmin | Daniel Wagner-Hall | 2015-08-25 | 1 | -3/+2 |
|\ \ |
|
| * | | Stop looking up "admin", which we never read | Daniel Wagner-Hall | 2015-08-25 | 1 | -3/+2 |
* | | | Merge pull request #248 from matrix-org/deviceid | Daniel Wagner-Hall | 2015-08-25 | 2 | -7/+5 |
|\| | |
|
| * | | Remove completely unused concepts from codebase | Daniel Wagner-Hall | 2015-08-25 | 2 | -7/+5 |
* | | | Merge pull request #243 from matrix-org/markjh/remove_syutil | Mark Haines | 2015-08-25 | 6 | -16/+17 |
|\ \ \
| |/ /
|/| | |
|
| * | | Fix indent | Mark Haines | 2015-08-24 | 1 | -1/+1 |
| * | | Remove syutil dependency in favour of smaller single-purpose libraries | Mark Haines | 2015-08-24 | 6 | -16/+17 |
* | | | Remove autoincrement since we incrementing the ID in the storage layer | Mark Haines | 2015-08-24 | 1 | -1/+1 |
|/ / |
|
* | | Merge branch 'release-v0.10.0' of github.com:matrix-org/synapse into develop | Erik Johnston | 2015-08-21 | 1 | -0/+2 |
|\| |
|
| * | Fix bug where we didn't correctly serialize the redacted_because key over fed... | Erik Johnston | 2015-08-21 | 1 | -0/+2 |
* | | 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 |
| |\ |
|
| | * | Bump schema version | David Baker | 2015-08-04 | 1 | -1/+1 |
| | * | 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 | 4 | -1/+85 |
* | | | s/by_token/by_access_token/g | Daniel Wagner-Hall | 2015-08-20 | 1 | -3/+3 |
|/ / |
|
* | | Merge pull request #228 from matrix-org/erikj/_get_state_for_groups | Erik Johnston | 2015-08-18 | 1 | -2/+5 |
|\ \ |
|
| * | | Remove newline because vertical whitespace makes mjark sad | Erik Johnston | 2015-08-18 | 1 | -2/+1 |
| * | | Rejig the code to make it nicer | Erik Johnston | 2015-08-18 | 1 | -3/+2 |
| * | | Ensure we never return a None event from _get_state_for_groups | Erik Johnston | 2015-08-18 | 1 | -3/+8 |
* | | | Merge pull request #227 from matrix-org/erikj/receipts_take2 | Erik Johnston | 2015-08-18 | 3 | -15/+91 |
|\ \ \ |
|
| * | | | Rename unhelpful variable name | Erik Johnston | 2015-08-18 | 1 | -7/+2 |
| * | | | Comments | Erik Johnston | 2015-08-18 | 1 | -4/+14 |
| * | | | Add index receipts_linearized_room_stream | Erik Johnston | 2015-08-17 | 2 | -1/+19 |
| * | | | Remove unused import | Erik Johnston | 2015-08-17 | 1 | -2/+0 |
| * | | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/receipts_t... | Erik Johnston | 2015-08-17 | 2 | -8/+9 |
| |\ \ \ |
|
| * | | | | Batch _get_linearized_receipts_for_rooms | Erik Johnston | 2015-08-14 | 1 | -15/+64 |
| * | | | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/receipts_t... | Erik Johnston | 2015-08-13 | 1 | -44/+12 |
| |\ \ \ \ |
|
| * | | | | | Add metrics to the receipts cache | Erik Johnston | 2015-08-13 | 1 | -0/+6 |
* | | | | | | Bump size of get_presence_state cache | Erik Johnston | 2015-08-18 | 1 | -1/+1 |
| |_|_|/ /
|/| | | | |
|
* | | | | | Reduce cache size from obscenely large to quite large | Erik Johnston | 2015-08-18 | 1 | -1/+1 |
* | | | | | Remember to invalidate caches | Erik Johnston | 2015-08-17 | 1 | -2/+8 |
* | | | | | Implement a batched presence_handler.get_state and use it | Erik Johnston | 2015-08-17 | 1 | -2/+4 |
* | | | | | Add batched version of store.get_presence_state | Erik Johnston | 2015-08-17 | 1 | -1/+19 |
| |_|/ /
|/| | | |
|
* | | | | Fix bug where we were leaking None into state event lists | Erik Johnston | 2015-08-17 | 1 | -2/+3 |
* | | | | Merge pull request #221 from matrix-org/auth | Daniel Wagner-Hall | 2015-08-14 | 1 | -6/+6 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Simplify LoginHander and AuthHandler | Daniel Wagner-Hall | 2015-08-12 | 1 | -6/+6 |
| * | | | Use TypeError instead of ValueError and give a nicer error mesasge | Mark Haines | 2015-08-10 | 1 | -1/+3 |
| * | | | Merge pull request #215 from matrix-org/erikj/cache_varargs_interface | Erik Johnston | 2015-08-10 | 11 | -66/+67 |
| |\ \ \ |
|
* | | | | | Remove some vertical space | Erik Johnston | 2015-08-13 | 1 | -36/+9 |
* | | | | | Replace list comprehension | Erik Johnston | 2015-08-13 | 1 | -8/+3 |
| |_|/ /
|/| | | |
|
* | | | | Comment | Erik Johnston | 2015-08-12 | 1 | -1/+2 |
* | | | | Explain why we're prefilling dict with Nones | Erik Johnston | 2015-08-12 | 1 | -0/+4 |
* | | | | Better variable name | Erik Johnston | 2015-08-12 | 1 | -5/+5 |
* | | | | Split _get_state_for_group_from_cache into two | Erik Johnston | 2015-08-12 | 1 | -32/+53 |
* | | | | Move all the caches into their own package, synapse.util.caches | Erik Johnston | 2015-08-11 | 13 | -344/+29 |
* | | | | Comments | Erik Johnston | 2015-08-11 | 2 | -3/+13 |
* | | | | Comment | Erik Johnston | 2015-08-11 | 1 | -0/+2 |
* | | | | Docs | Erik Johnston | 2015-08-11 | 1 | -0/+9 |
* | | | | Fix application of ACLs | Erik Johnston | 2015-08-11 | 1 | -3/+3 |
* | | | | Fix state cache | Erik Johnston | 2015-08-11 | 1 | -36/+49 |
* | | | | Clean up StateStore | Erik Johnston | 2015-08-10 | 1 | -62/+11 |
* | | | | Remove unused function | Erik Johnston | 2015-08-10 | 1 | -7/+0 |
* | | | | Comments | Erik Johnston | 2015-08-10 | 1 | -0/+6 |
* | | | | Merge branch 'erikj/cache_varargs_interface' of github.com:matrix-org/synapse... | Erik Johnston | 2015-08-10 | 1 | -5/+5 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Rename keyargs to args in CacheDescriptor | Erik Johnston | 2015-08-10 | 1 | -5/+5 |
* | | | | Merge branch 'erikj/cache_varargs_interface' of github.com:matrix-org/synapse... | Erik Johnston | 2015-08-10 | 1 | -9/+9 |
|\| | | |
|
| * | | | Rename keyargs to args in Cache | Erik Johnston | 2015-08-10 | 1 | -9/+9 |
* | | | | Do bounds check | Erik Johnston | 2015-08-10 | 1 | -1/+4 |
* | | | | Line length | Erik Johnston | 2015-08-10 | 1 | -1/+2 |
* | | | | Merge branch 'erikj/cache_varargs_interface' of github.com:matrix-org/synapse... | Erik Johnston | 2015-08-07 | 1 | -1/+0 |
|\| | | |
|
| * | | | Merge branch 'erikj/cache_deferreds' of github.com:matrix-org/synapse into er... | Erik Johnston | 2015-08-07 | 1 | -3/+3 |
| |\ \ \ |
|
| * \ \ \ | Merge branch 'erikj/cache_deferreds' of github.com:matrix-org/synapse into er... | Erik Johnston | 2015-08-07 | 1 | -3/+4 |
| |\ \ \ \ |
|
| * | | | | | Remove unnecessary cache | Erik Johnston | 2015-08-07 | 1 | -2/+1 |
| * | | | | | Change Cache to not use *args in its interface | Erik Johnston | 2015-08-07 | 10 | -61/+63 |
* | | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/dictionary... | Erik Johnston | 2015-08-07 | 2 | -3/+9 |
|\ \ \ \ \ \
| | |_|_|/ /
| |/| | | | |
|
| * | | | | | Merge pull request #212 from matrix-org/erikj/cache_deferreds | Erik Johnston | 2015-08-07 | 1 | -13/+33 |
| |\ \ \ \ \
| | | |_|/ /
| | |/| | | |
|
| | * | | | | s/observed/observer/ | Erik Johnston | 2015-08-07 | 1 | -3/+3 |
| | | |/ /
| | |/| | |
|
| | * | | | Propogate stale cache errors to calling functions | Erik Johnston | 2015-08-07 | 1 | -3/+4 |
| | |/ / |
|
| * | | | Don't complain about extra .pyc files we find while hunting for database schemas | Paul "LeoNerd" Evans | 2015-08-07 | 1 | -0/+5 |
* | | | | Batch up various DB requests for event -> state | Erik Johnston | 2015-08-07 | 1 | -77/+142 |
* | | | | Implement a CacheListDescriptor | Erik Johnston | 2015-08-07 | 1 | -0/+106 |
* | | | | Cache get_recent_events_for_room | Erik Johnston | 2015-08-07 | 1 | -2/+2 |
* | | | | Remove unncessary cache | Erik Johnston | 2015-08-07 | 1 | -1/+0 |
* | | | | Change Cache to not use *args in its interface | Erik Johnston | 2015-08-07 | 10 | -81/+67 |
* | | | | Store absence of state in cache | Erik Johnston | 2015-08-07 | 1 | -6/+16 |
* | | | | Merge branch 'erikj/cache_deferreds' into erikj/dictionary_cache | Erik Johnston | 2015-08-06 | 1 | -3/+27 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Docs | Erik Johnston | 2015-08-06 | 1 | -0/+3 |
| * | | | Remove failed deferreds from cache | Erik Johnston | 2015-08-06 | 1 | -1/+7 |
| * | | | Re-implement DEBUG_CACHES flag | Erik Johnston | 2015-08-06 | 1 | -2/+17 |
* | | | | Merge branch 'erikj/cache_deferreds' into erikj/dictionary_cache | Erik Johnston | 2015-08-06 | 1 | -13/+8 |
|\| | | |
|
| * | | | Merge branch 'erikj/cached_keyword_args' into erikj/cache_deferreds | Erik Johnston | 2015-08-06 | 2 | -5/+5 |
| |\| | |
|
| | * | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/cached_key... | Erik Johnston | 2015-08-06 | 2 | -5/+5 |
| | |\ \ |
|
| * | | | | Make @cached cache deferreds rather than the deferreds' values | Erik Johnston | 2015-08-06 | 1 | -13/+8 |
| |/ / / |
|
* | | | | Merge branch 'erikj/cached_keyword_args' of github.com:matrix-org/synapse int... | Erik Johnston | 2015-08-05 | 6 | -23/+45 |
|\| | | |
|
| * | | | Add support for using keyword arguments with cached functions | Erik Johnston | 2015-07-27 | 6 | -23/+45 |
| | |/
| |/| |
|
* | | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/dictionary... | Erik Johnston | 2015-08-05 | 2 | -5/+5 |
|\ \ \
| | |/
| |/| |
|
| * | | Up the cache size for 'get_joined_hosts_for_room' and 'get_users_in_room' | Erik Johnston | 2015-08-05 | 1 | -2/+2 |
| * | | Use LRU cache by default | Erik Johnston | 2015-08-05 | 1 | -3/+3 |
| |/ |
|
* | | Use dictionary cache to do group -> state fetching | Erik Johnston | 2015-08-05 | 3 | -80/+153 |
* | | Move DictionaryCache | Erik Johnston | 2015-08-04 | 1 | -94/+0 |
* | | Add basic dictionary cache | Erik Johnston | 2015-08-04 | 1 | -0/+94 |
* | | Add comment | Erik Johnston | 2015-08-04 | 1 | -0/+15 |
* | | Speed up event filtering (for ACL) logic | Erik Johnston | 2015-08-04 | 2 | -40/+87 |
|/ |
|
* | Dodesn't seem to make any difference: guess it does work with the object refe... | David Baker | 2015-07-21 | 1 | -1/+0 |
* | I think this was what was intended... | David Baker | 2015-07-21 | 1 | -0/+1 |
* | s/take/claim/ for end to end key APIs | Mark Haines | 2015-07-20 | 1 | -3/+3 |
* | Up default cache size for _RoomStreamChangeCache | Matrix | 2015-07-18 | 1 | -1/+1 |
* | Merge pull request #199 from matrix-org/erikj/receipts | Erik Johnston | 2015-07-16 | 5 | -3/+396 |
|\ |
|
| * | Docs | Erik Johnston | 2015-07-14 | 1 | -3/+28 |
| * | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/receipts | Erik Johnston | 2015-07-13 | 5 | -21/+253 |
| |\ |
|
| * | | Comments | Erik Johnston | 2015-07-13 | 1 | -0/+11 |
| * | | Handle error slightly better | Erik Johnston | 2015-07-09 | 1 | -2/+2 |
| * | | Change format of receipts to allow inclusion of data | Erik Johnston | 2015-07-09 | 2 | -29/+26 |
| * | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/receipts | Erik Johnston | 2015-07-08 | 1 | -2/+4 |
| |\ \ |
|
| * | | | Add a cache to fetching of receipt streams | Erik Johnston | 2015-07-08 | 1 | -3/+89 |
| * | | | Hook up receipts to v1 initialSync | Erik Johnston | 2015-07-08 | 1 | -9/+20 |
| * | | | Wire together receipts and the notifer/federation | Erik Johnston | 2015-07-07 | 1 | -9/+60 |
| * | | | Fix various typos | Erik Johnston | 2015-07-07 | 2 | -6/+10 |
| * | | | 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 | 4 | -17/+186 |
| * | | | Add tables for receipts | Erik Johnston | 2015-06-30 | 2 | -1/+36 |
* | | | | Merge pull request #193 from matrix-org/erikj/bulk_persist_event | Erik Johnston | 2015-07-14 | 6 | -270/+382 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Remove commented out code | Erik Johnston | 2015-07-10 | 1 | -14/+0 |
| * | | | Add bulk insert events API | Erik Johnston | 2015-06-25 | 6 | -268/+394 |
| |/ / |
|
* | | | Merge pull request #196 from matrix-org/erikj/room_history | Erik Johnston | 2015-07-10 | 1 | -2/+61 |
|\ \ \ |
|
| * | | | Add basic impl for room history ACL on GET /messages client API | Erik Johnston | 2015-07-02 | 1 | -2/+61 |
| |/ / |
|
* | | | Merge pull request #194 from matrix-org/erikj/bulk_verify_sigs | Erik Johnston | 2015-07-10 | 1 | -19/+31 |
|\ \ \ |
|
| * | | | Implement bulk verify_signed_json API | Erik Johnston | 2015-06-26 | 1 | -19/+31 |
| |/ / |
|
* | | | Uniquely name unique constraint | Erik Johnston | 2015-07-10 | 1 | -2/+2 |