log mod_slack_webhooks/mod_slack_webhooks.lua @ 4575:5b4f43b90766

age author description
Fri, 21 May 2021 20:58:39 +0200 Kim Alvefur Back out 662423cea3f4 (non-standard buttons)
Fri, 21 May 2021 20:58:10 +0200 Kim Alvefur Back out 82689acd1294 (non-standard buttons)
Tue, 15 Jan 2019 16:41:58 +0100 Kim Alvefur mod_slack_webhooks: Fix use with 0.11+ MUC API
Sun, 03 Jun 2018 02:18:02 +0200 Kim Alvefur mod_slack_webhooks: Add a special webhook target for debugging
Sun, 03 Jun 2018 02:02:56 +0200 Kim Alvefur mod_slack_webhooks: Forward info about clicked button to hook
Sun, 03 Jun 2018 02:02:51 +0200 Kim Alvefur mod_slack_webhooks: Add support for buttons
Sun, 03 Jun 2018 01:34:23 +0200 Kim Alvefur mod_slack_webhooks: Fix error handling for JSON parsing
Sun, 03 Jun 2018 01:31:40 +0200 Kim Alvefur mod_slack_webhooks: Fix handling of form-urlencoded
Sat, 02 Jun 2018 15:00:27 +0200 Kim Alvefur mod_slack_webhooks: Reduce scope of variable
Sat, 02 Jun 2018 14:59:09 +0200 Kim Alvefur mod_slack_webhooks: Split long line to improve readability [luacheck]
Sat, 02 Jun 2018 14:58:49 +0200 Kim Alvefur mod_slack_webhooks: Rename variables no avoid name clash [luacheck]
Sat, 02 Jun 2018 14:58:28 +0200 Kim Alvefur mod_slack_webhooks: Remove unused locals [luacheck]
Wed, 30 May 2018 09:10:33 +0200 Kim Alvefur mod_slack_webhooks: Use the correct MUC API
Sun, 15 Apr 2018 08:45:43 -0700 Nathan Whitehorn Initial commit of mod_slack_webhooks.