summary refs log tree commit diff
path: root/setup.py (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-31Only invalidate membership caches based on the cache streamErik Johnston4-41/+5
2017-01-31Fix deletion of old sent devices correctlyErik Johnston1-5/+17
2017-01-31Only fetch with row ts and count > 1Erik Johnston1-1/+2
2017-01-31Fix clearing out old device list outbound pokesErik Johnston1-2/+7
2017-01-30Stream cache invalidations for room membership storage functionsErik Johnston1-2/+6
2017-01-30Don't have such a large cacheErik Johnston1-1/+1
2017-01-30Fix unit testsErik Johnston3-7/+15
2017-01-30Use DB cache of joined users for presenceErik Johnston1-3/+3
2017-01-30Noop device key changes if they're the sameErik Johnston3-15/+45
2017-01-30Fix queryErik Johnston1-1/+1
2017-01-30Use get_users_in_room and declare it iterableErik Johnston2-2/+2
2017-01-30Rename funcErik Johnston2-2/+2
2017-01-30Remove debug loggingErik Johnston1-1/+0
2017-01-30Clear out old destination pokes.Erik Johnston1-0/+42
2017-01-30Always use the latest stream_id, sent or unsentErik Johnston1-4/+4
2017-01-27Add ts column to device_lists_outbound_pokesErik Johnston2-1/+5
2017-01-27Hook device list updates to replicationErik Johnston7-29/+159
2017-01-27CommentErik Johnston1-0/+2
2017-01-27CommentErik Johnston1-0/+2
2017-01-27SQL param orderingErik Johnston1-1/+1
2017-01-27User if rather than forErik Johnston1-1/+4
2017-01-27Better nameErik Johnston2-2/+4
2017-01-27Remove unused paramErik Johnston1-2/+1
2017-01-26Fix unit testsErik Johnston1-0/+17
2017-01-26Fix on sqlite: use left rather than outer joinErik Johnston1-3/+3
2017-01-26Handle users leaving roomsErik Johnston2-1/+24
2017-01-26Add commentsErik Johnston4-7/+61
2017-01-26Implement device key caching over federationErik Johnston13-57/+381
2017-01-25Fix up sending of m.device_list_update edusErik Johnston3-80/+82
2017-01-25Add basic implementation of local device list changesErik Johnston14-39/+348
2017-01-24Don't clobber a displayname or avatar_url if provided by an m.room.member eventPaul "LeoNerd" Evans1-2/+4
2017-01-23TypoErik Johnston1-1/+1
2017-01-23Refactor to calculate state delta outside transactionErik Johnston1-87/+118
2017-01-20CommentsErik Johnston1-8/+19
2017-01-20Insert delta of current_state_events to be more efficientErik Johnston5-119/+58
2017-01-20SpellingErik Johnston1-1/+1
2017-01-20Update all call sites after renameErik Johnston1-1/+1
2017-01-20CommentsErik Johnston1-0/+11
2017-01-20Calculate the forward extremeties onceErik Johnston2-126/+92
2017-01-20fix doc for purge_media_cacheRichard van der Hoff1-5/+3
2017-01-20Derive current_state_events from state groupsErik Johnston4-99/+138
2017-01-20Make worker listener config backwards compatErik Johnston1-0/+10
2017-01-19Added default config for turn username and passwordMarvin Steadfast1-0/+5
2017-01-19Added username and password for turn serverMarvin Steadfast2-10/+20
2017-01-18Update LruCache size estimate on clearErik Johnston1-0/+2
2017-01-18Lowercase all email addresses before querying dbDavid Baker2-1/+12
2017-01-17Lower loading events log to DEBUGErik Johnston1-2/+2
2017-01-17Lower the not retrying host log line to debugErik Johnston1-1/+1
2017-01-17Change resolve_state_groups call site logging to DEBUGErik Johnston3-6/+6
2017-01-17Measure metrics of string_cacheErik Johnston1-3/+8
2017-01-17PEP8Erik Johnston1-1/+1
2017-01-17Only construct sets when necessaryMark Haines1-14/+19
2017-01-17Use better namesErik Johnston1-9/+7
2017-01-17Fix typo in return typeErik Johnston1-3/+2
2017-01-17Use better variable nameErik Johnston1-3/+3
2017-01-17Get state at event rather than for room in pushErik Johnston1-1/+1
2017-01-17Correctly handle case of rejected events in state res