Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-02-26 | Put function def back to the way it was | Andrew Morgan | 1 | -3/+3 | |
2019-02-26 | Prevent showing non-fed rooms in fed /publicRooms | Andrew Morgan | 3 | -17/+54 | |
2019-02-26 | Revert "Prevent showing non-fed rooms in fed /publicRooms" | Andrew Morgan | 4 | -70/+17 | |
2019-02-26 | Cleaner chunk logic | Andrew Morgan | 1 | -5/+4 | |
2019-02-26 | Correct indent | Andrew Morgan | 1 | -3/+3 | |
2019-02-26 | Correct docstring types and chunk logic | Andrew Morgan | 1 | -10/+11 | |
2019-02-26 | Clean up room chunk logic | Andrew Morgan | 1 | -6/+8 | |
2019-02-26 | Make not showing non-federated rooms the default | Andrew Morgan | 2 | -13/+1 | |
2019-02-26 | Result may be None | Andrew Morgan | 1 | -1/+1 | |
2019-02-26 | Address rich comments | Andrew Morgan | 2 | -7/+31 | |
2019-02-25 | Don't log stack trace when client has gone away during media download (#4738) | Erik Johnston | 2 | -2/+10 | |
* Don't log stack trace when client has gone away during media download * Newsfile * Fixup newsfile | |||||
2019-02-25 | Fix ACME config for python 2. (#4717) | Richard van der Hoff | 2 | -3/+8 | |
Fixes #4675. | |||||
2019-02-25 | switch from google.com to recaptcha.net for reCAPTCHA (#4731) | Matthew Hodgson | 5 | -5/+7 | |
* add trivial clarification about jemalloc * switch from google.com to recaptcha.net because https://developers.google.com/recaptcha/docs/faq#can-i-use-recaptcha-globally | |||||
2019-02-25 | Fix group's call to generate_room_entry | Andrew Morgan | 1 | -4/+2 | |
2019-02-25 | elif not else if | Andrew Morgan | 1 | -1/+1 | |
2019-02-25 | Newsfile | Erik Johnston | 2 | -1/+2 | |
2019-02-25 | Log tracebacks correctly | Erik Johnston | 3 | -7/+12 | |
2019-02-25 | Fixup changelog | Erik Johnston | 1 | -1/+1 | |
2019-02-25 | Fix typo | Erik Johnston | 1 | -1/+1 | |
2019-02-25 | syntax derp | Andrew |