| Commit message (Expand) | Author | Files | Lines |
2014-09-02 | Fix room permissions test | Erik Johnston | 1 | -0/+3 |
2014-09-02 | Implement auth for kicking. | Erik Johnston | 1 | -3/+10 |
2014-09-02 | Add message to assertion | Erik Johnston | 1 | -1/+1 |
2014-09-02 | Default HTTP and HTTPS ports to 8008 and 8448 | Erik Johnston | 1 | -2/+4 |
2014-09-02 | Make the demo listen on both HTTP and HTTPS ports | Erik Johnston | 1 | -3/+5 |
2014-09-02 | os.makedirs is almost but not entirely unlike mkdir -p | Mark Haines | 1 | -1/+2 |
2014-09-02 | Fix typo when reading TLS config | Mark Haines | 1 | -1/+1 |
2014-09-02 | Represent user power level in a room by a red bar at the bottom of his avatar... | Emmanuel ROHEE | 5 | -0/+60 |
2014-09-02 | Ensure that event source unit tests could cope with get_new_events_for_user()... | Paul "LeoNerd" Evans | 1 | -14/+20 |
2014-09-02 | Make the config directory if the directory doesn't exisit when generating config | Mark Haines | 1 | -0/+1 |
2014-09-02 | More helpful error messages for missing config | Mark Haines | 3 | -6/+29 |
2014-09-02 | Yet more bullet points on various sections. | Kegan Dougal | 1 | -11/+45 |
2014-09-02 | BF: Armed updateMemberListPresenceAge only once | Emmanuel ROHEE | 1 | -1/+3 |
2014-09-02 | Make the intro bit a separate section rather than have a 'quick start' sectio... | David Baker | 1 | -2/+5 |
2014-09-02 | Add support for setting room name and topic when creating rooms | Erik Johnston | 1 | -4/+29 |
2014-09-02 | Added section on banning users, currently in flux as the API changes / is imp... | Kegan Dougal | 1 | -0/+26 |
2014-09-02 | Expanded on bullet points in several sections. | Kegan Dougal | 1 | -4/+12 |
2014-09-02 | BF: Take into account MEMBER_EVENT and PRESENCE_EVENT events only after the i... | Emmanuel ROHEE | 1 | -2/+6 |
2014-09-01 | given everything's apparently gone https:// by default for c-s, change this h... | Matthew Hodgson | 1 | -1/+5 |
2014-09-01 | Add unsecure listener port to homeserver | Mark Haines | 2 | -8/+17 |
2014-09-01 | enable ECDHE ciphers | Mark Haines | 1 | -0/+6 |
2014-09-01 | Reënable presence visibility permission checking now it's not used on redund... | Paul "LeoNerd" Evans | 2 | -6/+0 |
2014-09-01 | No need to test is_presence_visible in _start_polling_local because we know i... | Paul "LeoNerd" Evans | 1 | -4/+0 |
2014-09-01 | specify metavars in argparse | Matthew Hodgson | 1 | -2/+3 |
2014-09-01 | add pyyaml dependency for config files | Mark Haines | 1 | -0/+1 |
2014-09-01 | Use yaml for config file | Mark Haines | 1 | -11/+6 |
2014-09-01 | Don't set a 'default' key in the creation event | Erik Johnston | 1 | -1/+0 |
2014-09-01 | Use pregenerated DH params when generating config | Mark Haines | 1 | -7/+29 |
2014-09-01 | That was a breaking db change. You need to recreate the databases. (In realit... | Erik Johnston | 1 | -1/+1 |
2014-09-01 | Don't put required power levels on permission state events | Erik Johnston | 1 | -2/+4 |
2014-09-01 | Update readme with instructions on how to generate configs for homeservers | Mark Haines | 1 | -2/+12 |
2014-09-01 | Fix the tests to include new db calls | Erik Johnston | 2 | -6/+20 |
2014-09-01 | Fix SSL for federation http client | Mark Haines | 2 | -2/+2 |
2014-09-01 | Enable SSL for s2s http client | Mark Haines | 2 | -3/+7 |
2014-09-01 | Add all the necessary checks to make banning work. | Erik Johnston | 6 | -6/+54 |
|