Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 | |
The stream update functions expect the storage function to return a list of tuples. | |||||
2017-10-11 | Fix stackoverflow and logcontexts from linearizer | Richard van der Hoff | 2 | -6/+46 | |
1. make it not blow out the stack when there are more than 50 things waiting for a lock. Fixes https://github.com/matrix-org/synapse/issues/2505. 2. Make it not mess up the log contexts. | |||||
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 | |
... even if we have no EDUs. This appears to have been introduced in 476899295f5fd6cff64799bcbc84cd4bf9005e33. | |||||
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 | |
Rather than making the condition directly require a specific power level. This way the level require to notify a room can be configured per room. | |||||
2017-10-10 | There was already a constant for this | David Baker | 1 | -3/+4 | |
also update copyright | |||||
2017-10-10 | More optimisation | David Baker | 1 | -6/+9 | |
2017-10-10 |