Commit Graph

11 Commits

Author SHA1 Message Date
20b955231b Confirm webhook is from a trusted source (fix #16) 2024-04-16 11:36:51 -05:00
dea25cd2f9 Add matrix.disable to config file (fix #47) 2024-04-16 10:21:34 -05:00
476ac5a175 Make sure Lua values are actually tables before accessing them (fix #44) 2024-04-16 10:00:08 -05:00
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