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