log mod_slack_webhooks/mod_slack_webhooks.lua @ 3217:063abaab666f

age author description
2018-06-03 Kim Alvefur mod_slack_webhooks: Add a special webhook target for debugging
2018-06-03 Kim Alvefur mod_slack_webhooks: Forward info about clicked button to hook
2018-06-03 Kim Alvefur mod_slack_webhooks: Add support for buttons
2018-06-02 Kim Alvefur mod_slack_webhooks: Fix error handling for JSON parsing
2018-06-02 Kim Alvefur mod_slack_webhooks: Fix handling of form-urlencoded
2018-06-02 Kim Alvefur mod_slack_webhooks: Reduce scope of variable
2018-06-02 Kim Alvefur mod_slack_webhooks: Split long line to improve readability [luacheck]
2018-06-02 Kim Alvefur mod_slack_webhooks: Rename variables no avoid name clash [luacheck]
2018-06-02 Kim Alvefur mod_slack_webhooks: Remove unused locals [luacheck]
2018-05-30 Kim Alvefur mod_slack_webhooks: Use the correct MUC API
2018-04-15 Nathan Whitehorn Initial commit of mod_slack_webhooks.