Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2017-06-01 | Bug fixes and logging | Erik Johnston | 2 | -2/+22 |
2017-06-01 | Order by if they have profile info | Erik Johnston | 1 | -2/+11 |
2017-06-01 | Use prefix matching | Erik Johnston | 1 | -5/+29 |
2017-05-31 | Comment on why arbitrary comments | Erik Johnston | 1 | -2/+6 |
2017-05-31 | Use unique indices | Erik Johnston | 1 | -2/+2 |
2017-05-31 | Comment briefly on how we keep user_directory up to date | Erik Johnston | 1 | -0/+10 |
2017-05-31 | Convert to int | Erik Johnston | 1 | -0/+1 |
2017-05-31 | Lifts things into separate function | Erik Johnston | 1 | -56/+54 |
2017-05-31 | Typos | Erik Johnston | 1 | -8/+8 |
2017-05-31 | Fix tests | Erik Johnston | 2 | -2/+3 |
2017-05-31 | Fix typo | Erik Johnston | 1 | -1/+1 |
2017-05-31 | Limit number of things we fetch out of the db | Erik Johnston | 1 | -9/+30 |
2017-05-31 | Add stream change cache | Erik Johnston | 4 | -1/+34 |
2017-05-31 | Split out directory and search tables | Erik Johnston | 2 | -29/+56 |
2017-05-31 | Pull max id from correct table | Erik Johnston | 2 | -4/+10 |
2017-05-31 | Handle the server leaving a public room | Erik Johnston | 4 | -3/+46 |
2017-05-31 | Add comments | Erik Johnston | 4 | -45/+173 |
2017-05-31 | Weight differently | Erik Johnston | 2 | -10/+31 |
2017-05-31 | Use POST | Erik Johnston | 1 | -1/+1 |
2017-05-31 | Add REST API | Erik Johnston | 2 | -0/+61 |
2017-05-31 | Add search | Erik Johnston | 2 | -0/+38 |
2017-05-31 | Update room column when room becomes unpublic | Erik Johnston | 2 | -2/+31 |
2017-05-31 | Add call later | Erik Johnston | 1 | -0/+2 |
2017-05-31 | Start later | Erik Johnston | 1 | -1/+4 |
2017-05-31 | Don't go round in circles | Erik Johnston | 1 | -4/+2 |
2017-05-31 | Add user_directory to database | Erik Johnston | 6 | -1/+444 |
2017-05-30 | Add comment | Erik Johnston | 1 | -1/+1 |
2017-05-30 | Add clobbered event_id | Erik Johnston | 2 | -1/+3 |
2017-05-30 | Add current_state_delta_stream table | Erik Johnston | 2 | -8/+48 |
2017-05-24 | Add background task to clear out old event_auth | Erik Johnston | 3 | -1/+74 |
2017-05-24 | Only store event_auth for state events | Erik Johnston | 3 | -12/+44 |
2017-05-23 | Remove redundant invalidation | Erik Johnston | 1 | -3/+0 |
2017-05-23 | Missed an invalidation | Erik Johnston | 1 | -0/+3 |
2017-05-22 | actually trim oversize og:description meta | Matthew Hodgson | 1 | -0/+2 |
2017-05-22 | Only load jinja2 templates once | Erik Johnston | 5 | -60/+106 |
2017-05-22 | Add missing storage function to slave store | Erik Johnston | 1 | -0/+2 |
2017-05-22 | Comment | Erik Johnston | 1 | -0/+2 |
2017-05-22 | Remove spurious log level guards | Erik Johnston | 1 | -6/+3 |
2017-05-22 | Stream count_e2e_one_time_keys cache invalidation | Erik Johnston | 1 | -13/+18 |
2017-05-22 | Pull out if statement from for loop | Erik Johnston | 1 | -6/+14 |
2017-05-22 | Update list cache to handle one arg case | Erik Johnston | 1 | -17/+33 |
2017-05-22 | Check if current event is a membership event | Erik Johnston | 1 | -4/+9 |
2017-05-22 | Add debug logging | Erik Johnston | 1 | -0/+24 |
2017-05-22 | Comment | Erik Johnston | 1 | -1/+4 |
2017-05-22 | Use tuple unpacking | Erik Johnston | 1 | -2/+2 |
2017-05-19 | Speed up calculating push rules | Erik Johnston | 1 | -8/+19 |
2017-05-19 | Add count of one time keys to sync stream | Erik Johnston | 2 | -0/+12 |
2017-05-19 | Fix invalidation of get_users_with_read_receipts_in_room | Erik Johnston | 1 | -1/+3 |
2017-05-19 | Move invalidation cb to its own structure | Erik Johnston | 1 | -6/+15 |
2017-05-19 | Store ActionGenerator in HomeServer | Erik Johnston | 5 | -7/+10 |
2017-05-18 | Don't push users who have left | Erik Johnston | 1 | -1/+4 |
2017-05-18 | Increase size of push rule caches | Erik Johnston | 1 | -2/+2 |
2017-05-18 | Make get_if_app_services_interested_in_user faster | Erik Johnston | 4 | -13/+34 |
2017-05-18 | Remove size of push get_rules cache | Erik Johnston | 1 | -1/+1 |
2017-05-18 | Bump changelog and version github/release-v0.21.0 release-v0.21.0 | Erik Johnston | 2 | -1/+7 |
2017-05-18 | Add comment | Erik Johnston | 1 | -0/+3 |
2017-05-17 | Correct a typo in UPGRADE.rst | Aaron Raimist | 1 | -1/+1 |
2017-05-17 | Faster push rule calculation via push specific cache | Erik Johnston | 3 | -47/+249 |
2017-05-17 | Make get_state_groups_from_groups faster. | Erik Johnston | 3 | -41/+58 |
2017-05-17 | Update changelog v0.21.0-rc3 | Erik Johnston | 1 | -1/+2 |
2017-05-17 | Spelling | Erik Johnston | 1 | -2/+2 |
2017-05-17 | Bump changelog and version | Erik Johnston | 2 | -1/+25 |
2017-05-17 | Comment | Erik Johnston | 1 | -0/+5 |
2017-05-17 | Short circuit when we have delta ids | Erik Johnston | 1 | -3/+19 |
2017-05-16 | Speed up get_joined_hosts | Erik Johnston | 2 | -2/+4 |
2017-05-16 | Make presence use cached users/hosts in room | Erik Johnston | 2 | -4/+4 |
2017-05-16 | Speed up get_domain_from_id | Erik Johnston | 1 | -3/+3 |
2017-05-16 | Remove spurious merge artifacts | Erik Johnston | 1 | -13/+0 |
2017-05-16 | Take a copy before prefilling, as it may be a frozendict | Erik Johnston | 1 | -1/+1 |
2017-05-15 | Don't log exceptions for NotRetryingDestination | Erik Johnston | 1 | -1/+3 |
2017-05-15 | Fixed syntax nits | Pablo Saavedra | 2 | -5/+6 |
2017-05-15 | Update comment | Erik Johnston | 1 | -1/+2 |
2017-05-15 | Comments | Erik Johnston | 2 | -3/+6 |
2017-05-15 | Add more granular event send metrics | Erik Johnston | 1 | -0/+12 |
2017-05-15 | Prefill state caches | Erik Johnston | 3 | -6/+20 |
2017-05-15 | Fixed implementation errors | Pablo Saavedra | 2 | -3/+7 |
2017-05-13 | Configurable maximum number of events requested by /sync and /messages (#2220) | Pablo Saavedra | 4 | -0/+21 |
2017-05-11 | Add a comment to old delta | Richard van der Hoff | 1 | -0/+4 |
2017-05-11 | Don't create event_search index on sqlite | Richard van der Hoff | 2 | -3/+11 |
2017-05-11 | Add more logging for purging | Richard van der Hoff | 1 | -7/+14 |
2017-05-11 | Add an index to event_search | Richard van der Hoff | 3 | -3/+35 |
2017-05-11 | Tidy purge code and add some comments | Richard van der Hoff | 1 | -12/+19 |
2017-05-11 | Fix users claimed non-exclusively by an app service don't get notifications #... | Slipeer | 2 | -3/+6 |
2017-05-10 | Don't de-delta state groups we're about to delete | Richard van der Hoff | 1 | -11/+9 |
2017-05-10 | add some logging to purge_history | Richard van der Hoff | 1 | -4/+21 |
2017-05-10 | Modify condition on empty localpart | Luke Barnard | 1 | -1/+1 |
2017-05-10 | Modify register/available to be GET with query param | Luke Barnard | 2 | -5/+11 |
2017-05-10 | Documantation to chek synapse version | hamber-dick | 1 | -0/+9 |
2017-05-10 | Change register/available to POST (from GET) | Luke Barnard | 1 | -1/+1 |
2017-05-10 | Add per user ratelimiting overrides | Erik Johnston | 6 | -19/+93 |
2017-05-09 | Replace some instances of preserve_context_over_deferred | Richard van der Hoff | 1 | -3/+3 |
2017-05-09 | Do some logging when one-time-keys get claimed | Richard van der Hoff | 3 | -0/+54 |
2017-05-09 | Allow clients to upload one-time-keys with new sigs | Richard van der Hoff | 3 | -33/+182 |
2017-05-08 | Expand docstring a bit | Erik Johnston | 1 | -1/+7 |
2017-05-08 | Add missing yields | Erik Johnston | 1 | -2/+4 |
2017-05-08 | Don't update event cache hit ratio from get_joined_users | Erik Johnston | 3 | -5/+21 |
2017-05-08 | Invalidate cache on device deletion | Erik Johnston | 1 | -2/+6 |
2017-05-08 | Cache one time key counts | Erik Johnston | 1 | -0/+9 |
2017-05-08 | Comment | Erik Johnston | 1 | -0/+2 |
2017-05-08 | Cache check to see if device exists | Erik Johnston | 1 | -1/+12 |
2017-05-08 | Increase client_ip cache size | Erik Johnston | 1 | -0/+1 |
2017-05-08 | Bump version and changelog v0.21.0-rc2 | Erik Johnston | 2 | -1/+14 |
2017-05-08 | Revert "Remove unused import" | Erik Johnston | 1 | -0/+1 |
2017-05-08 | Revert "We don't care about forgotten rooms" | Erik Johnston | 1 | -0/+12 |
2017-05-08 | Revert "Speed up filtering of a single event in push" | Erik Johnston | 4 | -24/+40 |
2017-05-08 | Bump version and changelog v0.21.0-rc1 | Erik Johnston | 2 | -1/+50 |
2017-05-05 | Comment | Erik Johnston | 1 | -0/+6 |
2017-05-05 | Use preserve_fn and add logs | Erik Johnston | 1 | -1/+3 |
2017-05-05 | Remove redundant reset of destination timers | Erik Johnston | 1 | -7/+0 |
2017-05-05 | Remember how twisted works | Kegan Dougal | 1 | -2/+2 |
2017-05-05 | Add comment and TODO | Erik Johnston | 1 | -0/+6 |
2017-05-05 | Include the clock | Kegan Dougal | 1 | -0/+1 |
2017-05-05 | Rewrite SimpleHttpClient.request to include timeouts | Kegan Dougal | 1 | -13/+19 |
2017-05-05 | Always mark remotes as up if we receive a signed request from them | Erik Johnston | 1 | -0/+7 |
2017-05-05 | Handle exceptions thrown in handling remote device list updates | Erik Johnston | 1 | -1/+16 |
2017-05-05 | Fixes | Erik Johnston | 1 | -3/+4 |
2017-05-04 | Revert "Prefill state caches" | Erik Johnston | 3 | -27/+9 |
2017-05-04 | Add comment | Erik Johnston | 1 | -0/+3 |
2017-05-04 | Intern host strings | Erik Johnston | 1 | -1/+2 |
2017-05-04 | Make caches bigger | Erik Johnston | 1 | -1/+1 |
2017-05-04 | Fix comment and num args | Erik Johnston | 2 | -2/+2 |
2017-05-04 | Add new storage functions to slave store | Erik Johnston | 1 | -0/+3 |
2017-05-04 | Optimise caches with single key | Erik Johnston | 1 | -9/+33 |
2017-05-04 | Reduce size of get_users_in_room | Erik Johnston | 1 | -2/+2 |
2017-05-03 | Appease the flake8 gods | Luke Barnard | 1 | -5/+10 |
2017-05-03 | Make get_joined_users faster | Erik Johnston | 1 | -16/+38 |
2017-05-03 | Implement username availability checker | Luke Barnard | 1 | -0/+36 |
2017-05-03 | No need for the exception variable | David Baker | 1 | -1/+1 |
2017-05-03 | List caught expection types | David Baker | 1 | -1/+1 |
2017-05-03 | Merge together redundant calculations/logging | Erik Johnston | 1 | -9/+2 |
2017-05-03 | Update comment | Erik Johnston | 1 | -1/+2 |
2017-05-03 | Comments | Erik Johnston | 2 | -3/+6 |
2017-05-02 | Add more granular event send metrics | Erik Johnston | 7 | -5/+32 |
2017-05-02 | Instantiate DeferredTimedOutError correctly | Richard van der Hoff | 1 | -1/+1 |
2017-05-02 | Prefill state caches | Erik Johnston | 3 | -6/+18 |
2017-05-02 | Add cache for get_current_hosts_in_room | Erik Johnston | 3 | -5/+50 |
2017-04-28 | Fixup | Erik Johnston | 1 | -10/+4 |
2017-04-28 | Remove unncessary call in _get_missing_events_for_pdu | Erik Johnston | 1 | -13/+11 |
2017-04-28 | Don't fetch state for missing events that we fetched | Erik Johnston | 1 | -0/+6 |
2017-04-28 | Remove unused import | Erik Johnston | 1 | -1/+0 |
2017-04-28 | We don't care about forgotten rooms | Erik Johnston | 1 | -12/+0 |
2017-04-28 | Speed up filtering of a single event in push | Erik Johnston | 4 | -40/+37 |
2017-04-27 | Comment and remove spurious logging | Erik Johnston | 2 | -1/+3 |
2017-04-27 | Fix bgupdate error if index already exists (#2167) | Richard van der Hoff | 1 | -30/+53 |
2017-04-27 | Typo | Erik Johnston | 1 | -1/+1 |
2017-04-27 | Add some extra logging for edge cases of federation | Erik Johnston | 1 | -2/+22 |
2017-04-26 | Fix tests | Erik Johnston | 1 | -3/+3 |
2017-04-26 | Fix invite state to always include all events | Erik Johnston | 3 | -7/+24 |
2017-04-26 | Remove debugging | David Baker | 1 | -2/+1 |
2017-04-26 | Revert accidental commit | David Baker | 1 | -4/+4 |
2017-04-26 | Fix get_json | David Baker | 1 | -5/+4 |
2017-04-25 | Use CodeMessageException subclass instead | David Baker | 4 | -61/+51 |
2017-04-25 | document how to make IPv6 work (#2088) | Matthew Hodgson | 1 | -0/+19 |
2017-04-25 | Make state caches cache in ascii | Erik Johnston | 1 | -2/+3 |
2017-04-25 | fix up | Erik Johnston | 1 | -1/+2 |
2017-04-25 | Don't specify default as dict | Erik Johnston | 1 | -1/+1 |
2017-04-25 | Comment | Erik Johnston | 1 | -0/+2 |
2017-04-25 |