Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-08-21 | Add config option for keys to use to sign keys | Erik Johnston | 3 | -9/+46 | |
This allows servers to separate keys that are used to sign remote keys when acting as a notary server. | |||||
2019-08-20 | Avoid deep recursion in appservice recovery (#5885) | Richard van der Hoff | 2 | -18/+26 | |
Hopefully, this will fix a stack overflow when recovering an appservice. The recursion here leads to a huge chain of defe |