Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-09-03 | Add support for registering with a threepid to the HS (get credentials from ↵ | David Baker | 3 | -9/+100 | |
the client and check them against an ID server). | |||||
2014-09-03 | Add ban support: /rooms/$roomid/ban with { user_id : foo } | Kegan Dougal | 1 | -2/+2 | |
2014-09-03 | Add copyright notices and fix pyflakes errors | Mark Haines | 7 | -7/+59 | |
2014-09-03 | Set status message for ratelimit error responses | Mark Haines | 3 | -6/+12 | |
2014-09-03 | Fix tests to support ratelimiting | Mark Haines | 3 | -2/+64 | |
2014-09-03 | howto: Link jsfiddles correctly. Hide ugly TODOs. | Kegan Dougal | 1 | -10/+22 | |
2014-09-03 | Raise LimitExceedError when the ratelimiting is throttling requests | Mark Haines | 2 | -11/+29 | |
2014-09-03 | doc generator | Matthew Hodgson | 3 | -0/+792 | |
2014-09-03 | fix rst | Matthew Hodgson | 1 | -16/+26 | |
2014-09-03 | don't echo password to stdout... | Matthew Hodgson | 1 | -1/+1 | |
2014-09-02 | more critique | Matthew Hodgson | 1 | -1/+2 | |
2014-09-02 | Edited room creation section to mention all the events created |