| Commit message (Expand) | Author | Files | Lines |
2015-02-11 | PEP8-ify | Kegan Dougal | 4 | -9/+1 |
2015-02-11 | Add newline to EOF | Kegan Dougal | 1 | -0/+1 |
2015-02-11 | Notify ASes for events sent by other users in a room which an AS user is a pa... | Kegan Dougal | 4 | -11/+56 |
2015-02-10 | Rename path to path_segments to make it clearer that it is a list | Mark Haines | 1 | -4/+4 |
2015-02-10 | Fix code-style | Mark Haines | 7 | -12/+12 |
2015-02-10 | Add the 'setup_requires' and allow easy_install since jenkins uses them | Mark Haines | 1 | -14/+5 |
2015-02-10 | Single source version and python dependencies, prevent people accidentally in... | Mark Haines | 3 | -44/+43 |
2015-02-10 | Log all the exits from _attempt_new_transaction | Erik Johnston | 1 | -2/+7 |
2015-02-10 | Code-style fixes | Mark Haines | 11 | -36/+57 |
2015-02-10 | Sign auth_chains when returned by /state/ requests | Erik Johnston | 1 | -0/+11 |
2015-02-10 | Fix pyflakes | Mark Haines | 1 | -3/+3 |
2015-02-10 | Add performance counters for different stages of loading events | Mark Haines | 1 | -24/+60 |
2015-02-10 | yaml.load expects strings to be a yaml rather than file | Erik Johnston | 1 | -1/+2 |
2015-02-10 | Use yaml logging config format because it is much nicer | Erik Johnston | 1 | -1/+2 |
2015-02-09 | Convert directory paths to absolute paths before daemonizing | Mark Haines | 1 | -2/+3 |
2015-02-09 | Use the transaction 'desc' rather than 'name', increment the txn_ids in | Mark Haines | 1 | -3/+3 |
2015-02-09 | Formatting | Mark Haines | 1 | -1/+0 |
2015-02-09 | Performance counters for database transaction names | Mark Haines | 1 | -1/+31 |
2015-02-09 | During room intial sync, only calculate current state once. | Erik Johnston | 4 | -21/+43 |
2015-02-09 | Need to use re.search if looking for matches not at the start of the string. ... | David Baker | 1 | -3/+3 |
2015-02-09 | oops | Matthew Hodgson | 1 | -1/+1 |
2015-02-09 | oops | Matthew Hodgson | 1 | -1/+1 |
2015-02-09 | only do word-boundary patches on bodies for now | Matthew Hodgson | 2 | -2/+5 |
2015-02-09 | Fix bugs so lazy room joining works as intended. | Kegan Dougal | 3 | -12/+23 |
2015-02-09 | Fix typo | Erik Johnston | 1 | -1/+1 |
2015-02-09 | Add looping_call to Clock | Erik Johnston | 1 | -1/+9 |
2015-02-09 | Log database time every 10s and log as percentage | Erik Johnston | 1 | -2/+2 |
2015-02-09 | Time how long we're spending on the database thread | Erik Johnston | 2 | -0/+27 |
2015-02-09 | Fix server default rule injection (downwards, not upwards!) | David Baker | 1 | -6/+6 |
2015-02-09 | Remove unused imports. | Kegan Dougal | 1 | -2/+2 |
2015-02-09 | Modify auth.get_user_by_req for authing appservices directly. | Kegan Dougal | 5 | -20/+164 |
2015-02-09 | Log when we receive a request, when we send a response and how long it took t... | Erik Johnston | 4 | -5/+24 |
2015-02-09 | Register a user account for the AS when the AS registers. Add 'sender' column... | Kegan Dougal | 5 | -4/+14 |
2015-02-08 | glob *s should probably be non-greedy | Matthew Hodgson | 1 | -1/+1 |
2015-02-08 | oops | Matthew Hodgson | 1 | -1/+1 |
2015-02-08 | |