summary refs log tree commit diff
path: root/CHANGES.rst (unfollow)
Commit message (Expand)AuthorFilesLines
2015-02-11Added another TODO notePaul "LeoNerd" Evans1-0/+3
2015-02-11Cache the result of a get_rooms_for_user query, to make user_rooms_intersect(...Paul "LeoNerd" Evans1-7/+34
2015-02-11First step of making user_rooms_intersect() faster - implement in intersectio...Paul "LeoNerd" Evans1-18/+20
2015-02-11Invalidate the cache for an event if it is redactedMark Haines1-0/+2
2015-02-11Fix formattingMark Haines1-2/+0
2015-02-11Add a cache for get_eventMark Haines6-5/+43
2015-02-11Add a lru cache classMark Haines2-0/+166
2015-02-11Mention new libs in CHANGESErik Johnston1-0/+2
2015-02-11Factor out some of the common homeserver setup code into aMark Haines25-360/+140
2015-02-11Fix newline on __init__Kegan Dougal1-1/+0
2015-02-11PEP8-ifyKegan Dougal4-9/+1
2015-02-11Add newline to EOFKegan Dougal1-0/+1
2015-02-11Notify ASes for events sent by other users in a room which an AS user is a pa...Kegan Dougal4-11/+56
2015-02-11Fix bug where variable was not always definedErik Johnston1-2/+1
2015-02-10Rename path to path_segments to make it clearer that it is a listMark Haines1-4/+4
2015-02-10Fix code-styleMark Haines7-12/+12
2015-02-10Add the 'setup_requires' and allow easy_install since jenkins uses themMark Haines1-14/+5
2015-02-10Single source version and python dependencies, prevent people accidentally in...Mark Haines3-44/+43
2015-02-10Log all the exits from _attempt_new_transactionErik Johnston1-2/+7
2015-02-10Bump versionErik Johnston2-2/+2
2015-02-10Fix prune_events to work with nested dictsErik Johnston1-2/+4
2015-02-10Code-style fixesMark Haines11-36/+57
2015-02-10Sign auth_chains when returned by /state/ requestsErik Johnston1-0/+11
2015-02-10Fix pyflakesMark Haines1-3/+3
2015-02-10Add performance counters for different stages of loading eventsMark Haines1-24/+60
2015-02-10yaml.load expects strings to be a yaml rather than fileErik Johnston1-1/+2
2015-02-10Use yaml logging config format because it is much nicerErik Johnston1-1/+2
2015-02-09Convert directory paths to absolute paths before daemonizingMark Haines1-2/+3
2015-02-09Use the transaction 'desc' rather than 'name', increment the txn_ids inMark Haines1-3/+3
2015-02-09FormattingMark Haines1-1/+0
2015-02-09Performance counters for database transaction namesMark Haines1-1/+31
2015-02-09During room intial sync, only calculate current state once.Erik Johnston4-21/+43
2015-02-09Need to use re.search if looking for matches not at the start of the string. ...David Baker1-3/+3
2015-02-09oopsMatthew Hodgson1-1/+1
2015-02-09oopsMatthew Hodgson1-1/+1
2015-02-09only do word-boundary patches on bodies for nowMatthew Hodgson2-2/+5
2015-02-09Fix bugs so lazy room joining works as intended.Kegan Dougal3-12/+23
2015-02-09Fix typoErik Johnston1-1/+1
2015-02-09Add looping_call to ClockErik Johnston1-1/+9
2015-02-09Log database time every 10s and log as percentageErik Johnston1-2/+2
2015-02-09Time how long we're spending on the database threadErik Johnston2-0/+27
2015-02-09Fix server default rule injection (downwards, not upwards!)David Baker1-6/+6
2015-02-09Remove unused imports.Kegan Dougal1-2/+2
2015-02-09Modify auth.get_user_by_req for authing appservices directly.Kegan Dougal5-20/+164
2015-02-09Log when we receive a request, when we