Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes | Erik Johnston | 2017-03-21 | 4 | -53/+38 |
|\ | |||||
| * | Merge pull request #2033 from matrix-org/erikj/repl_speed | Erik Johnston | 2017-03-21 | 4 | -53/+38 |
| |\ | |||||
| | * | PEP8 | Erik Johnston | 2017-03-20 | 2 | -3/+0 |
| | * | Don't send the full event json over replication | Erik Johnston | 2017-03-17 | 4 | -50/+38 |
* | | | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes | Erik Johnston | 2017-03-21 | 17 | -155/+428 |
|\| | | |||||
| * | | Add some debug to help diagnose weird federation issue | Richard van der Hoff | 2017-03-20 | 1 | -1/+8 |
| * | | Merge pull request #2026 from matrix-org/rav/logcontext_docs | Richard van der Hoff | 2017-03-20 | 1 | -0/+10 |
| |\ \ | |||||
| | * | | Logcontext docs | Richard van der Hoff | 2017-03-17 | 1 | -0/+10 |
| | |/ | |||||
| * | | Merge pull request #2027 from matrix-org/rav/logcontext_leaks | Richard van der Hoff | 2017-03-20 | 11 | -62/+86 |
| |\ \ | |||||
| | * | | Stop preserve_fn leaking context into the reactor | Richard van der Hoff | 2017-03-18 | 2 | -34/+32 |
| | * | | Run the reactor with the sentinel logcontext | Richard van der Hoff | 2017-03-18 | 8 | -16/+51 |
| | * | | Remove broken use of clock.call_later | Richard van der Hoff | 2017-03-18 | 1 | -12/+3 |
| | |/ | |||||
| * | | Avoid resetting state on rejected events | Richard van der Hoff | 2017-03-17 | 2 | -4/+14 |
| * | | Refactoring and cleanups | Richard van der Hoff | 2017-03-17 | 5 | -80/+264 |
| |/ | |||||
| * | Merge pull request #2016 from matrix-org/rav/queue_pdus_during_join | Richard van der Hoff | 2017-03-17 | 2 | -24/+69 |
| |\ | |||||
| | * | Queue up federation PDUs while a room join is in progress | Richard van der Hoff | 2017-03-15 | 1 | -24/+44 |
| | * | Implement reset_context_after_deferred | Richard van der Hoff | 2017-03-15 | 1 | -0/+25 |
* | | | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes | Erik Johnston | 2017-03-16 | 10 | -53/+97 |
|\| | | |||||
| * | | Comments | Erik Johnston | 2017-03-16 | 2 | -2/+4 |
| * | | Comment | Erik Johnston | 2017-03-16 | 1 | -3/+8 |
| * | | Don't recreate so many sets | Erik Johnston | 2017-03-16 | 10 | -51/+42 |
| * | | Implement no op for room stream in sync | Erik Johnston | 2017-03-16 | 1 | -4/+47 |
| * | | Merge pull request #2014 from Half-Shot/hs/fix-appservice-presence | Erik Johnston | 2017-03-15 | 1 | -1/+4 |
| |\ \ | |||||
| | * | | Add a great comment to handle_timeout for active vs sync times. | Will Hunt | 2017-03-15 | 1 | -0/+2 |
| | * | | Add fallback to last_active_ts if it beats the last sync time. | Will Hunt | 2017-03-15 | 1 | -1/+2 |
* | | | | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes | Erik Johnston | 2017-03-15 | 14 | -59/+152 |
|\| | | | |||||
| * | | | Comment | Erik Johnston | 2017-03-15 | 1 | -1/+3 |
| * | | | Cache set of users whose presence the other user should see | Erik Johnston | 2017-03-15 | 1 | -13/+27 |
| * | | | Comment | Erik Johnston | 2017-03-15 | 2 | -0/+6 |
| * | | | Remove unused import | Erik Johnston | 2017-03-15 | 1 | -1/+0 |
| * | | | Format presence events on the edges instead of reformatting them multiple times | Erik Johnston | 2017-03-15 | 7 | -39/+80 |
| * | | | Merge pull request #1997 from matrix-org/dbkr/cas_partialdownload | David Baker | 2017-03-15 | 1 | -1/+8 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | Handle PartialDownloadError in CAS login | David Baker | 2017-03-14 | 1 | -1/+8 |
| * | | | Fix assertion to stop transaction queue getting wedged | Richard van der Hoff | 2017-03-15 | 6 | -5/+29 |
* | | | | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes | Erik Johnston | 2017-03-15 | 1 | -0/+6 |
|\| | | | |||||
| * | | | Add some metrics on notifier | Erik Johnston | 2017-03-15 | 1 | -0/+6 |
* | | | | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes | Erik Johnston | 2017-03-15 | 35 | -315/+1078 |
|\| | | | |||||
| * | | | Merge pull request #1994 from matrix-org/dbkr/msisdn_signin_2 | Erik Johnston | 2017-03-15 | 9 | -50/+412 |
| |\ \ \ | |||||
| | * | | | Use extend instead of += | David Baker | 2017-03-14 | 1 | -4/+4 |
| | * | | | Oops, remove print | David Baker | 2017-03-14 | 1 | -1/+0 |
| | * | | | Fix registration for broken clients | David Baker | 2017-03-13 | 1 | -4/+22 |
| | * | | | Support registration / login with phone number | David Baker | 2017-03-13 | 9 | -50/+395 |
| * | | | | Merge pull request #1992 from matrix-org/rav/fix_media_loop | Richard van der Hoff | 2017-03-14 | 4 | -24/+121 |
| |\ \ \ \ | |||||
| | * | | | | Address review comments | Richard van der Hoff | 2017-03-14 | 2 | -20/+31 |
| | * | | | | re-refactor exception heirarchy | Richard van der Hoff | 2017-03-14 | 1 | -16/+14 |
| | * | | | | Fix routing loop when fetching remote media | Richard van der Hoff | 2017-03-13 | 4 | -14/+102 |
| | | |_|/ | | |/| | | |||||
| * | | | | Merge pull request #2002 from matrix-org/erikj/dont_sync_by_default | Erik Johnston | 2017-03-14 | 1 | -13/+31 |
| |\ \ \ \ | |||||
| | * | | | | Reduce spurious calls to generate sync | Erik Johnston | 2017-03-14 | 1 | -13/+31 |
| | | |_|/ | | |/| | | |||||
| * | | | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/public_lis... | Erik Johnston | 2017-03-14 | 25 | -590/+488 |
| |\| | | | |||||
| | * | | | Fix current_state_events table to not lie | Erik Johnston | 2017-03-14 | 1 | -3/+28 |
| | * | | | Merge pull request #1993 from matrix-org/luke/delete-devices | Luke Barnard | 2017-03-14 | 4 | -0/+139 |
| | |\ \ \ | | | |_|/ | | |/| | | |||||
| | | * | | Implement _simple_delete_many_txn, use it to delete devices | Luke Barnard | 2017-03-13 | 4 | -11/+101 |
| | | * | | Flake | Luke Barnard | 2017-03-13 | 1 | -0/+2 |
| | | * | | Implement delete_devices API | Luke Barnard | 2017-03-13 | 1 | -0/+47 |
| | | |/ | |||||
| | * | | Merge pull request #1990 from matrix-org/rav/log_config_comments | Richard van der Hoff | 2017-03-13 | 1 | -5/+7 |
| | |\ \ | | | |/ | | |/| | |||||
| | | * | Add helpful texts to logger config options | Richard van der Hoff | 2017-03-13 | 1 | -5/+7 |
| | * | | Merge remote-tracking branch 'origin/develop' into rav/refactor_received_pdu | Richard van der Hoff | 2017-03-13 | 22 | -423/+160 |
| | |\| | |||||
| | | * | Merge pull request #1983 from matrix-org/rav/no_redirect_stdio | Richard van der Hoff | 2017-03-13 | 9 | -14/+38 |
| | | |\ | |||||
| | | | * | Add an option to disable stdio redirect | Richard van der Hoff | 2017-03-10 | 1 | -1/+12 |
| | | | * | Refactor logger config for workers | Richard van der Hoff | 2017-03-10 | 9 | -13/+26 |
| | | * | | Merge pull request #1982 from matrix-org/rav/sighup_for_logconfig | Richard van der Hoff | 2017-03-13 | 1 | -10/+19 |
| | | |\ \ | |||||
| | | | * | | Reread log config on SIGHUP | Richard van der Hoff | 2017-03-10 | 1 | -10/+19 |
| | | | |/ | |||||
| | * | | | Move FederationServer._handle_new_pdu to FederationHandler | Richard van der Hoff | 2017-03-09 | 2 | -198/+198 |
| | * | | | Move sig check out of _handle_new_pdu | Richard van der Hoff | 2017-03-09 | 1 | -12/+36 |
| | * | | | Factor _get_missing_events_for_pdu out of _handle_new_pdu | Richard van der Hoff | 2017-03-09 | 1 | -62/+82 |
| | | |/ | | |/| | |||||
| * | | | Add new storage function to slave store | Erik Johnston | 2017-03-13 | 1 | -0/+4 |
| * | | | Comments | Erik Johnston | 2017-03-13 | 1 | -0/+12 |
| * | | | Assume rooms likely haven't changed | Erik Johnston | 2017-03-13 | 2 | -8/+14 |
| * | | | Get current state by using current_state_events table | Erik Johnston | 2017-03-10 | 5 | -31/+52 |
* | | | | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes | Erik Johnston | 2017-03-13 | 14 | -401/+104 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Revert "Support registration & login with phone number" | Erik Johnston | 2017-03-13 | 9 | -395/+50 |
| |/ / | |||||
| * | | Fix it for the workers | Erik Johnston | 2017-03-10 | 1 | -0/+8 |
| * | | Noop repated delete device inbox calls from /sync | Erik Johnston | 2017-03-10 | 2 | -4/+38 |
| * | | Add setdefault key to ExpiringCache | Erik Johnston | 2017-03-10 | 1 | -0/+7 |
| |/ | |||||
| * | Fix docstring | Richard van der Hoff | 2017-03-09 | 1 | -2/+1 |
* | | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes | Erik Johnston | 2017-03-09 | 9 | -50/+395 |
|\| | |||||
| * | Merge pull request #1971 from matrix-org/dbkr/msisdn_signin | David Baker | 2017-03-09 | 9 | -50/+395 |
| |\ | |||||
| | * | Comment when our 3pids would be incomplete | David Baker | 2017-03-08 | 1 | -0/+2 |
| | * | Docs | David Baker | 2017-03-08 | 1 | -0/+13 |
| | * | Incorrectly copied copyright | David Baker | 2017-03-08 | 1 | -1/+0 |
| | * | Not any more, it doesn't | David Baker | 2017-03-08 | 1 | -1/+0 |
| | * | Better error message | David Baker | 2017-03-08 | 1 | -1/+3 |
| | * | pep8 | David Baker | 2017-03-08 | 2 | -1/+2 |
| | * | Add msisdn util file | David Baker | 2017-03-08 | 1 | -0/+27 |
| | * | Pull out datastore in initialiser | David Baker | 2017-03-08 | 1 | -5/+10 |
| | * | Minor fixes from PR feedback | David Baker | 2017-03-08 | 2 | -5/+3 |
| | * | Fix log line | David Baker | 2017-03-08 | 1 | -1/+1 |
| | * | Typos | David Baker | 2017-03-08 | 1 | -2/+2 |
| | * | Refector out assert_params_in_request | David Baker | 2017-03-08 | 3 | -37/+27 |
| | * | Factor out msisdn canonicalisation | David Baker | 2017-03-08 | 4 | -41/+11 |
| | * | Fix pep8 | David Baker | 2017-03-08 | 4 | -7/+7 |
| | * | Support new login format | David Baker | 2017-03-07 | 1 | -6/+91 |
| | * | Add msisdns as 3pids during registration | David Baker | 2017-03-03 | 1 | -0/+47 |
| | * | Just return the deferred straight off | David Baker | 2017-03-01 | 1 | -4/+2 |
| | * | Merge remote-tracking branch 'origin/develop' into dbkr/msisdn_signin | David Baker | 2017-03-01 | 30 | -168/+618 |
| | |\ | |||||
| | * | | WIP support for msisdn 3pid proxy methods | David Baker | 2017-02-14 | 6 | -19/+228 |
* | | | | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes | Erik Johnston | 2017-03-09 | 4 | -56/+158 |
|\| | | | |||||
| * | | | Remove spurious SQL logging (#1972) | Richard van der Hoff | 2017-03-08 | 1 | -8/+0 |
| * | | | Select distinct devices from DB | Erik Johnston | 2017-03-06 | 1 | -1/+1 |
| * | | | Merge pull request #1964 from matrix-org/erikj/device_list_update_fix | Erik Johnston | 2017-03-03 | 1 | -47/+123 |
| |\ \ \ | |||||
| | * | | | Don't keep around old stream IDs forever | Erik Johnston | 2017-03-03 | 1 | -2/+9 |
| | * | | | Spelling | Erik Johnston | 2017-03-03 | 1 | -2/+2 |
| | * | | | Fix device list update to not constantly resync | Erik Johnston | 2017-03-01 | 1 | -46/+115 |
| | | |/ | | |/| | |||||
| * | | | Fix up | Erik Johnston | 2017-03-03 | 2 | -8/+8 |
| * | | | Add index to device_lists_stream | Erik Johnston | 2017-03-01 | 3 | -4/+28 |
| * | | | Clobber old device list stream entries | Erik Johnston | 2017-03-01 | 1 | -0/+10 |
| |/ / | |||||
* | | | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes | Erik Johnston | 2017-02-28 | 1 | -1/+3 |
|\| | | |||||
| * | | Don't log unknown cache warnings in workers | Erik Johnston | 2017-02-28 | 1 | -1/+3 |
* | | | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes | Erik Johnston | 2017-02-28 | 3 | -4/+19 |
|\| | | |||||
| * | | Merge pull request #1959 from matrix-org/erikj/intern_once | Erik Johnston | 2017-02-28 | 1 | -3/+2 |
| |\ \ | |||||
| | * | | Intern table column names once | Erik Johnston | 2017-02-28 | 1 | -3/+2 |
| * | | | Add stream_id index to device_lists_outbound_pokes | Erik Johnston | 2017-02-28 | 2 | -1/+17 |
| |/ / | |||||
* | | | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes | Erik Johnston | 2017-02-28 | 3 | -2/+17 |
|\| | | |||||
| * | | Fix up txn name | Erik Johnston | 2017-02-28 | 1 | -1/+1 |
| * | | Pop with default value to stop throwing | Erik Johnston | 2017-02-28 | 1 | -1/+1 |
| * | | Merge pull request #1955 from matrix-org/erikj/current_state_query_bypass | Erik Johnston | 2017-02-27 | 1 | -0/+15 |
| |\ \ | |||||
| | * | | Remove needless check | Erik Johnston | 2017-02-27 | 1 | -2/+0 |
| | * | | It should be all | Erik Johnston | 2017-02-27 | 1 | -1/+1 |
| | * | | Don't fetch current state in common case | Erik Johnston | 2017-02-27 | 1 | -0/+17 |
| * | | | Pop rather than del from dict | Erik Johnston | 2017-02-27 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes 2017-02-27 | Erik Johnston | 2017-02-27 | 4 | -48/+82 |
|\| | | |||||
| * | | Merge pull request #1954 from matrix-org/erikj/cache_device2 | Erik Johnston | 2017-02-27 | 1 | -45/+73 |
| |\ \ | |||||
| | * | | Cache get_user_devices_from_cache | Erik Johnston | 2017-02-27 | 1 | -45/+73 |
| * | | | Merge pull request #1945 from jkolo/fix_dynamic_thumbnails_aspect | Erik Johnston | 2017-02-27 | 1 | -0/+3 |
| |\ \ \ | |||||
| | * | | | Fix dynamic thumbnails aspect | Jurek | 2017-02-24 | 1 | -0/+3 |
| * | | | | Strip newlines from SQL queries | Erik Johnston | 2017-02-23 | 1 | -0/+6 |
| * | | | | Remove lock from rotate notifs | Erik Johnston | 2017-02-22 | 1 | -3/+0 |
| * | | | | Ensure we pass positive ints to delay function | Erik Johnston | 2017-02-22 | 1 | -1/+2 |
| | |/ / | |/| | | |||||
* | | | | Local changes 2017-02-27-before | Matrix | 2017-02-24 | 7 | -7/+16 |
* | | | | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes | Erik Johnston | 2017-02-21 | 7 | -15/+72 |
|\| | | | |||||
| * | | | Store looping call | Erik Johnston | 2017-02-21 | 1 | -1/+3 |
| * | | | Merge branch 'master' of github.com:matrix-org/synapse into develop | Erik Johnston | 2017-02-21 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | Bump version and changelog github/release-v0.19.2 release-v0.19.2 | Erik Johnston | 2017-02-21 | 1 | -1/+1 |
| | * | | | Remove unused param | Erik Johnston | 2017-02-20 | 2 | -2/+1 |
| | * | | | Fix /context/ visibiltiy rules | Erik Johnston | 2017-02-20 | 1 | -1/+4 |
| * | | | | Fix a race in transaction queue | Richard van der Hoff | 2017-02-20 | 1 | -9/+21 |
| * | | | | Remove unused param | Erik Johnston | 2017-02-20 | 2 | -2/+1 |
| * | | | | Fix /context/ visibiltiy rules | Erik Johnston | 2017-02-20 | 1 | -1/+4 |
| * | | | | Fix up notif rotation | Erik Johnston | 2017-02-18 | 1 | -14/+22 |
| * | | | | Merge pull request #1925 from matrix-org/dbkr/pushers_lang_lengthen | David Baker | 2017-02-17 | 1 | -0/+39 |
| |\ \ \ \ | |||||
| | * | | | | Use TEXT rather than VARCHAR | David Baker | 2017-02-17 | 1 | -6/+6 |
| | * | | | | Make the pushers lang field column longer | David Baker | 2017-02-17 | 1 | -0/+39 |
| * | | | | | Merge pull request #1922 from matrix-org/dbkr/allow_forget_for_ban | David Baker | 2017-02-17 | 1 | -1/+3 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| | * | | | | Allow forgetting rooms you're banned from | David Baker | 2017-02-15 | 1 | -1/+3 |
* | | | | | | Don't limit count | Erik Johnston | 2017-02-21 | 1 | -2/+2 |
* | | | | | | Fix up notif rotation | Erik Johnston | 2017-02-18 | 1 | -14/+22 |
* | | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes | Erik Johnston | 2017-02-16 | 8 | -81/+374 |
|\| | | | | | |||||
| * | | | | | Comment | Erik Johnston | 2017-02-16 | 1 | -1/+4 |
| * | | | | | Comment | Erik Johnston | 2017-02-16 | 1 | -7/+14 |
| * | | | | | Store the default push actions in a more efficient manner | Erik Johnston | 2017-02-16 | 1 | -11/+40 |
| * | | | | | Merge pull request #1916 from matrix-org/erikj/push_actions_delete | Erik Johnston | 2017-02-16 | 4 | -57/+254 |
| |\ \ \ \ \ | |||||
| | * | | | | | Less aggressive timers | Erik Johnston | 2017-02-14 | 1 | -2/+2 |
| | * | | | | | Aggregate event push actions | Erik Johnston | 2017-02-14 | 4 | -57/+254 |
| * | | | | | | Merge pull request #1921 from matrix-org/rav/fix_key_changes | Richard van der Hoff | 2017-02-15 | 3 | -11/+58 |
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | |||||
| | * | | | | | Fix bugs in the /keys/changes api | Richard van der Hoff | 2017-02-14 | 3 | -11/+58 |
| * | | | | | | Merge pull request #1917 from matrix-org/dbkr/make_ban_reasons_work | David Baker | 2017-02-14 | 1 | -0/+5 |
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | |||||
| | * | | | | | Make kick & ban reasons work | David Baker | 2017-02-14 | 1 | -0/+5 |
| | | |_|_|/ | | |/| | | | |||||
| * | | | | | Merge pull request #1873 from matrix-org/erikj/delete_push_actions | Erik Johnston | 2017-02-14 | 1 | -3/+8 |
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | |||||
| | * | | | | Be more agressive about purging old room event_push_actions | Erik Johnston | 2017-02-01 | 1 | -3/+8 |
* | | | | | | Merge commit 'd7457c7661fa3b28427b21f44252c3abbee45ef8' of github.com:matrix-... | Erik Johnston | 2017-02-15 | 4 | -8/+26 |
|\| | | | | | |||||
| * | | | | | Merge pull request #1914 from matrix-org/erikj/cache_presence | Erik Johnston | 2017-02-13 | 3 | -5/+15 |
| |\ \ \ \ \ | |||||
| | * | | | | | Cache get_presence storage | Erik Johnston | 2017-02-13 | 3 | -5/+15 |
| * | | | | | | Ordering is important on errbacks so add the cleanup func before creating an ... | Kegan Dougal | 2017-02-13 | 1 | -7/+7 |
| * | | | | | | Pop the txn from the map in case it has already been deleted somehow | Kegan Dougal | 2017-02-13 | 1 | -1/+1 |
| * | | | | | | Don't cache errors at all | Kegan Dougal | 2017-02-13 | 1 | -10/+9 |
| * | | | | | | http txns: Do not cache error responses | Kegan Dougal | 2017-02-13 | 1 | -1/+10 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'develop' into matrix-org-hotfixes | Erik Johnston | 2017-02-15 | 10 | -8/+514 |
|\| | | | | | |||||
| * | | | | | Merge pull request #1912 from matrix-org/markjh/roominitialsync | Erik Johnston | 2017-02-13 | 2 | -0/+10 |
| |\ \ \ \ \ | |||||
| | * | | | | | Add db functions needed for room initial sync to slave | Mark Haines | 2017-02-13 | 2 | -0/+10 |
| * | | | | | | Fix typo in config comments. | Tyler Smith | 2017-02-11 | 1 | -1/+1 |
| * | | | | | | Merge branch 'master' of github.com:matrix-org/synapse into develop | Erik Johnston | 2017-02-09 | 1 | -1/+1 |
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | |||||
| * | | | | | | Make None check explicit | Erik Johnston | 2017-02-08 | 1 | -1/+1 |
| * | | | | | | Merge pull request #1892 from matrix-org/erikj/rejection_fwd_extrem | Erik Johnston | 2017-02-08 | 1 | -9/+6 |
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | |||||
| * | | | | | | Remove a few aspirational but unused constants | David Baker | 2017-02-08 | 1 | -3/+0 |
| * | | | | | | Merge pull request #1784 from morteza-araby/user-admin | Erik Johnston | 2017-02-06 | 5 | -3/+502 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | admin,storage: added more administrator functionalities | Morteza Araby | 2017-02-02 | 5 | -3/+502 |
* | | | | | | | | Merge branch 'master' of github.com:matrix-org/synapse into matrix-org-hotfixes | Erik Johnston | 2017-02-09 | 2 | -10/+7 |
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | |||||
| * | | | | | | | Update version and changelog github/release-v0.19.1 release-v0.19.1 | Erik Johnston | 2017-02-09 | 1 | -1/+1 |
| | |_|/ / / / | |/| | | | | | |||||
| * | | | | | | Ignore new rejected events when working out forward extremeties. | Erik Johnston | 2017-02-08 | 1 | -9/+6 |
| |/ / / / / | |||||
| * | | | | | Bump changelog and version github/release-v0.19.0 release-v0.19.0 | Erik Johnston | 2017-02-04 | 1 | -1/+1 |
| * | | | | | Bump changelog and version v0.19.0-rc4 | Erik Johnston | 2017-02-02 | 1 | -1/+1 |
| * | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into release-v0.19.0 | Erik Johnston | 2017-02-02 | 3 | -4/+9 |
| |\ \ \ \ \ | |||||
| * | | | | | | Bump version and changelog v0.19.0-rc3 | Erik Johnston | 2017-02-02 | 1 | -1/+1 |
| * | | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into release-v0.19.0 | Erik Johnston | 2017-02-02 | 14 | -95/+128 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Update changelog v0.19.0-rc2 | Erik Johnston | 2017-02-02 | 1 | -1/+1 |
| * | | | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into release-v0.19.0 | Erik Johnston | 2017-02-02 | 3 | -5/+57 |
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | | | |||||
| * | | | | | | | Bump version and changelog | Erik Johnston | 2017-02-02 | 1 | -1/+1 |
* | | | | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes | Erik Johnston | 2017-02-02 | 15 | -98/+136 |
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | |||||
| * | | | | | | | Merge pull request #1879 from matrix-org/erikj/bump_cache_factors | Erik Johnston | 2017-02-02 | 1 | -3/+3 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Bump cache sizes for common membership queries | Erik Johnston | 2017-02-02 | 1 | -3/+3 |
| | | |_|/ / / / | | |/| | | | | | |||||
| * / | | | | | | Measure new device list stuff | Erik Johnston | 2017-02-02 | 2 | -1/+6 |
| |/ / / / / / | |||||
| * | | | | | | Use new get_users_who_share_room_with_user | Erik Johnston | 2017-02-02 | 1 | -11/+13 |
| * | | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/device_lis... | Erik Johnston | 2017-02-02 | 6 | -29/+42 |
| |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge pull request #1876 from matrix-org/erikj/shared_member_store | Erik Johnston | 2017-02-02 | 6 | -29/+42 |
| | |\ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | | | |||||
| | | * | | | | | Fix replication | Erik Johnston | 2017-02-02 | 1 | -0/+3 |
| | | * | | | | | Comment | Erik Johnston | 2017-02-02 | 1 | -1/+4 |
| | | * | | | | | Comment | Erik Johnston | 2017-02-02 | 1 | -0/+2 |
| | | * | | | | | Comment | Erik Johnston | 2017-02-02 | 1 | -1/+2 |
| | | * | | | | | Make presence.get_new_events a bit faster | Erik Johnston | 2017-02-02 | 4 | -29/+33 |
| | | | |/ / / | | | |/| | | | |||||
| * | | | | | | sets aren't JSON serializable | Erik Johnston | 2017-02-02 | 1 | -1/+1 |
| * | | | | | | Use stream_ordering_to_exterm for /keys/changes | Erik Johnston | 2017-02-02 | 1 | -9/+9 |
| |/ / / / / | |||||
| * / / / / | Fix email push in pusher worker | Erik Johnston | 2017-02-02 | 6 | -45/+63 |
| |/ / / / | |||||
* | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes | Erik Johnston | 2017-02-02 | 6 | -10/+65 |
|\| | | | | |||||
| * | | | | Doc args | Erik Johnston | 2017-02-01 | 2 | -0/+11 |
| * | | | | Comment | Erik Johnston | 2017-02-01 | 1 | -0/+3 |
| * | | | | Include newly joined users in /keys/changes API | Erik Johnston | 2017-02-01 | 3 | -5/+43 |
| |/ / / | |||||
| * | | | Correctly raise exceptions for ratelimitng. Ratelimit on 401 | Erik Johnston | 2017-02-01 | 2 | -4/+6 |
| * | | | Wake sync up for device changes | Erik Johnston | 2017-02-01 | 1 | -1/+2 |
* | | | | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes | Erik Johnston | 2017-02-01 | 13 | -58/+152 |
|\| | | | |||||
| * | | | Merge pull request #1869 from matrix-org/erikj/device_list_stream | Erik Johnston | 2017-02-01 | 2 | -0/+65 |
| |\ \ \ | |||||
| | * | | | Comment | Erik Johnston | 2017-02-01 | 1 | -1/+1 |
| | * | | | Comment | Erik Johnston | 2017-02-01 | 1 | -1/+12 |
| | * | | | Implement /keys/changes | Erik Johnston | 2017-02-01 | 2 | -0/+54 |
| * | | | | Merge pull request #1870 from matrix-org/erikj/cache_get_all_new_events | Erik Johnston | 2017-02-01 | 1 | -0/+2 |
| |\ \ \ \ | |||||
| | * | | | | Add a small cache get_all_new_events | Erik Johnston | 2017-02-01 | 1 | -0/+2 |
| * | | | | | Merge pull request #1868 from matrix-org/erikj/replication_cache | Erik Johnston | 2017-02-01 | 4 | -41/+5 |
| |\ \ \ \ \ | |||||
| | * | | | | | Only invalidate membership caches based on the cache stream | Erik Johnston | 2017-01-31 | 4 | -41/+5 |
| * | | | | | | Add m.room.member type to query | Erik Johnston | 2017-02-01 | 1 | -1/+1 |
| | |_|_|/ / | |/| | | | | |||||
| * | | | | | Merge pull request #1867 from matrix-org/erikj/member_index | Erik Johnston | 2017-02-01 | 3 | -1/+26 |
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | |||||
| | * | | | | Add an index to make membership queries faster | Erik Johnston | 2017-01-31 | 3 | -1/+26 |
| | |/ / / | |||||
| * | / / | Up get_latest_event_ids_in_room cache | Erik Johnston | 2017-02-01 | 1 | -1/+1 |
| | |/ / | |/| | | |||||
| * | | | Merge pull request #1866 from matrix-org/erikj/device_list_fixes | Erik Johnston | 2017-02-01 | 2 | -2/+18 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | Remove explicit < 400 check as apparently this is confusing | Erik Johnston | 2017-01-31 | 1 | -3/+1 |
| | * | | Comment | Erik Johnston | 2017-01-31 | 1 | -0/+2 |
| | * | | Comment | Erik Johnston | 2017-01-31 | 1 | -0/+4 |
| | * | | Better handle 404 response for federation /send/ | Erik Johnston | 2017-01-31 | 2 | -2/+14 |
| * | | | Merge pull request #1864 from matrix-org/erikj/device_list_fixes | Erik Johnston | 2017-01-31 | 1 | -8/+26 |
| |\| | | |||||
| | * | | Fix deletion of old sent devices correctly | Erik Johnston | 2017-01-31 | 1 | -5/+17 |
| | * | | Only fetch with row ts and count > 1 | Erik Johnston | 2017-01-31 | 1 | -1/+2 |
| | * | | Fix clearing out old device list outbound pokes | Erik Johnston | 2017-01-31 | 1 | -2/+7 |
| * | | | Merge pull request #1862 from matrix-org/erikj/presence_update | Erik Johnston | 2017-01-31 | 2 | -5/+9 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | Stream cache invalidations for room membership storage functions | Erik Johnston | 2017-01-30 | 1 | -2/+6 |
| | * | | Use DB cache of joined users for presence | Erik Johnston | 2017-01-30 | 1 | -3/+3 |
* | | | | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes | Erik Johnston | 2017-01-31 | 5 | -21/+59 |
|\| | | | |||||
| * | | | Don't have such a large cache | Erik Johnston | 2017-01-30 | 1 | -1/+1 |
| * | | | Fix unit tests | Erik Johnston | 2017-01-30 | 2 | -3/+11 |
| * | | | Noop device key changes if they're the same | Erik Johnston | 2017-01-30 | 3 | -15/+45 |
| * | | | Fix query | Erik Johnston | 2017-01-30 | 1 | -1/+1 |
| |/ / | |||||
| * | | Use get_users_in_room and declare it iterable | Erik Johnston | 2017-01-30 | 2 | -2/+2 |
* | | | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes | Erik Johnston | 2017-01-30 | 28 | -354/+1272 |
|\| | | |||||
| * | | Merge pull request #1857 from matrix-org/erikj/device_list_stream | Erik Johnston | 2017-01-30 | 20 | -104/+983 |
| |\ \ | |||||
| | * | | Rename func | Erik Johnston | 2017-01-30 | 2 | -2/+2 |
| | * | | Remove debug logging | Erik Johnston | 2017-01-30 | 1 | -1/+0 |
| | * | | Clear out old destination pokes. | Erik Johnston | 2017-01-30 | 1 | -0/+42 |
| | * | | Always use the latest stream_id, sent or unsent | Erik Johnston | 2017-01-30 | 1 | -4/+4 |
| | * | | Add ts column to device_lists_outbound_pokes | Erik Johnston | 2017-01-27 | 2 | -1/+5 |
| | * | | Hook device list updates to replication | Erik Johnston | 2017-01-27 | 7 | -29/+159 |
| | * | | Comment | Erik Johnston | 2017-01-27 | 1 | -0/+2 |
| | * | | Comment | Erik Johnston | 2017-01-27 | 1 | -0/+2 |
| | * | | SQL param ordering | Erik Johnston | 2017-01-27 | 1 | -1/+1 |