Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2017-10-13 | Move makedirs to thread | Erik Johnston | 1 | -2/+1 |
2017-10-13 | Use make_deferred_yieldable | Erik Johnston | 1 | -7/+7 |
2017-10-12 | Fix comments | Erik Johnston | 2 | -1/+4 |
2017-10-12 | Don't close prematurely.. | Erik Johnston | 1 | -2/+5 |
2017-10-12 | getvalue closes buffer | Erik Johnston | 1 | -11/+10 |
2017-10-12 | Get len before close | Erik Johnston | 1 | -6/+11 |
2017-10-12 | Don't close file prematurely | Erik Johnston | 2 | -8/+18 |
2017-10-12 | Copy everything to backup | Erik Johnston | 5 | -77/+151 |
2017-10-12 | Typo | Erik Johnston | 1 | -1/+1 |
2017-10-12 | Remove dead code | Erik Johnston | 1 | -3/+0 |
2017-10-12 | Fix typos | Erik Johnston | 1 | -20/+26 |
2017-10-12 | Fix typo | Erik Johnston | 1 | -1/+1 |
2017-10-12 | Basic implementation of backup media store | Erik Johnston | 4 | -126/+131 |
2017-10-12 | log when we get an exception handling replication updates | hera | 1 | -1/+5 |
2017-10-11 | logformatter: fix AttributeError | Richard van der Hoff | 1 | -3/+11 |
2017-10-11 | Fix fetching remote summaries | Erik Johnston | 1 | -2/+2 |
2017-10-11 | peeeeeeeeep8888888888888888888888888888 | Erik Johnston | 1 | -1/+1 |
2017-10-11 | Fix group stream replication | Erik Johnston | 1 | -7/+7 |
2017-10-11 | Fix stackoverflow and logcontexts from linearizer | Richard van der Hoff | 2 | -6/+46 |
2017-10-11 | fix isinstance | David Baker | 1 | -1/+1 |
2017-10-11 | Fix typo in invite to group | Erik Johnston | 1 | -1/+1 |
2017-10-11 | Allow error strings from spam checker | David Baker | 1 | -2/+6 |
2017-10-11 | fix a logcontext leak in read receipt handling | Richard van der Hoff | 1 | -0/+4 |
2017-10-11 | log pdu_failures from incoming transactions | Richard van der Hoff | 1 | -2/+3 |
2017-10-11 | Fix typo | Erik Johnston | 1 | -1/+1 |
2017-10-11 | Fix attestations to check correct server name | Erik Johnston | 1 | -10/+20 |
2017-10-11 | Fix schema delta versions | Erik Johnston | 3 | -1/+1 |
2017-10-11 | Validate room ids | Erik Johnston | 1 | -1/+5 |
2017-10-10 | pep8 | David Baker | 2 | -3/+5 |
2017-10-10 | Don't KeyError if no power_levels event | David Baker | 1 | -1/+3 |
2017-10-10 | Use notification levels in power_levels | David Baker | 3 | -12/+22 |
2017-10-10 | There was already a constant for this | David Baker | 1 | -3/+4 |
2017-10-10 | More optimisation | David Baker | 1 | -6/+9 |
2017-10-10 | What year is it!? Who's the president!? | David Baker | 1 | -1/+1 |
2017-10-09 | fed server: process PDUs for different rooms in parallel | Richard van der Hoff |