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

@@ -28,6 +28,5 @@ end
setting("string", "user", nil, true) -- User name, fe @digbot:matrix.org
setting("string", "server", nil, true) -- Server address to connect to
setting("number", "port", 8448) -- Server port to connect to
setting("string", "room_id", nil, true) -- Channel to join (not needed?)
setting("string", "password", nil, true) -- Server password