c19cb14ade
Don't trigger warning / error if configuration value is nil.
...
This makes getStringFromTable() and getIntFromTable() only return errors
if there's a type mismatch.
Example: 'name' should be a 'string'. If it's a number, an error is
triggered.
2024-04-15 15:14:09 -05:00
fc91613a66
Let per-site config specify a git branch ( fix #30 ) (WIP)
2024-04-08 15:29:07 -05:00
84961bda58
Switch main configuration language to Lua ( fix #28 )
2024-03-27 11:26:10 -05:00
2edf00073f
Tell the user if given an invalid / non-existant config file ( fix #29 )
2024-03-27 10:21:56 -05:00
25512974d2
Add per-site optional configuration ( fix #15 )
2024-03-15 17:51:45 -05:00
7ff174fab9
Matrix notifications (WIP #3 )
2024-03-10 17:21:27 -05:00
260df0914a
Add 'port' configuration option ( fix #7 )
2024-03-08 15:55:13 -06:00
428cedeb45
Split up code into multiple files ( fix #4 )
2024-03-08 15:36:11 -06:00