Breaking changes:

Removed port setting (fixes #9)
Throw errors when weird/faulty matrix url (work on #10)
Added neturl for url parsing
This commit is contained in:
joenas
2017-09-12 11:28:56 +02:00
parent b601d5cc64
commit c3c6731d8b
8 changed files with 77 additions and 13 deletions

View File

@@ -62,12 +62,13 @@ secure.trusted_mods = matrix
* `matrix.password`: Password for Matrix user
* `matrix.server`: Server to connect to, include http(s), `https://matrix.org`
* `matrix.port`: Server port, default `8448`
* `matrix.server`: Server to connect to, include http(s) and port, `https://matrix.org`
* `matrix.room_id`: Room to join, `room_id` in matrix. Always starts with `!`
### Removed, don't use
* `matrix.port`: Server port, default `8448`
## License