log

age author description
Mon, 01 Apr 2019 08:21:57 +0200 Kim Alvefur mod_csi_muc_priorities: Break out room jid into a variable
Mon, 01 Apr 2019 08:07:41 +0200 Kim Alvefur mod_csi_muc_priorities: Remove dependency on mod_track_muc_joins
Mon, 01 Apr 2019 00:15:13 +0200 Kim Alvefur mod_csi_muc_priorities: Reduce importance of group chat messages
Sun, 31 Mar 2019 19:10:23 +0200 Kim Alvefur mod_pubsub_github: Assume unspecified event is 'push' if there are commits in payload
Sun, 31 Mar 2019 19:08:43 +0200 Kim Alvefur mod_pubsub_github: Rearrange code to make it easier to handle other event types
Sun, 31 Mar 2019 19:07:22 +0200 Kim Alvefur mod_pubsub_github: Get event type from payload (should work with gitlab)
Sun, 31 Mar 2019 19:05:48 +0200 Kim Alvefur mod_pubsub_github/README: Specify language of code block for pretty syntax highlighting
Sun, 31 Mar 2019 19:05:22 +0200 Kim Alvefur mod_pubsub_github/README: Include 'github_secret' in example since it's required
Sun, 31 Mar 2019 19:02:56 +0200 Kim Alvefur mod_pubsub_github: Reorder code to prepare for more code reordering
Sun, 31 Mar 2019 18:31:57 +0200 Kim Alvefur mod_pubsub_github: Rename variable to avoid name clash [luacheck]
Sun, 31 Mar 2019 18:31:38 +0200 Kim Alvefur luacheckrc: Update API method list from prosody
Sun, 31 Mar 2019 18:31:10 +0200 Kim Alvefur luacheckrc: Copy line length setting from prosody
Sun, 31 Mar 2019 18:24:49 +0200 Kim Alvefur mod_pubsub_github: Include a summary field in payload
Sun, 31 Mar 2019 18:22:35 +0200 Kim Alvefur mod_pubsub_github: Add some spacing to improve readability
Sun, 31 Mar 2019 18:21:22 +0200 Kim Alvefur mod_pubsub_github: Lift signature validation from mod_pubsub_post