log

age author description
Fri, 05 Apr 2019 19:02:17 +0200 Kim Alvefur mod_admin_web: Ignore shadowed 'ok' variable, nothing to worry about [luacheck]
Fri, 05 Apr 2019 18:57:51 +0200 Kim Alvefur Update modules using mod_http_files to serve files for change in Prosody trunk
Wed, 03 Apr 2019 11:57:37 +0200 Kim Alvefur mod_muc_gc10: Abort on Prosody 0.11
Wed, 03 Apr 2019 11:55:38 +0200 Kim Alvefur mod_csi_pump/README: Discourage use, point to mod_csi_simple
Wed, 03 Apr 2019 11:37:13 +0200 Kim Alvefur mod_muc_lang: Abort on Prosody 0.11 which supports this natively (thanks Ge0rG)
Wed, 03 Apr 2019 00:03:15 +0200 Kim Alvefur mod_csi_muc_priorities: Add a README
Tue, 02 Apr 2019 16:41:07 +0200 Emmanuel Gil Peyrot mod_bookmarks: Return true when a stanza has been sent.
Tue, 02 Apr 2019 16:22:40 +0200 Emmanuel Gil Peyrot mod_bookmarks: Check for item-not-found and return empty Private XML. Fixes #1265 (thanks gerald and thebigfrog!)
Tue, 02 Apr 2019 16:27:14 +0200 Georg Lukas mod_limits: log throttled JID
Tue, 02 Apr 2019 16:19:11 +0200 Georg Lukas mod_throttle_unsolicited: reduce debug logs, rename firewall mark
Mon, 01 Apr 2019 13:19:47 +0200 Kim Alvefur mod_csi_muc_priorities: Consider own messages important (fallback if no mod_track_muc_joins)
Mon, 01 Apr 2019 13:19:29 +0200 Kim Alvefur mod_csi_muc_priorities: Consider own MUC messages as important
Mon, 01 Apr 2019 13:19:07 +0200 Kim Alvefur mod_csi_muc_priorities: Undo early return to make following commit clearer
Mon, 01 Apr 2019 08:40:22 +0200 Kim Alvefur mod_csi_muc_priorities: Sort list of JIDs
Mon, 01 Apr 2019 08:23:56 +0200 Kim Alvefur mod_csi_muc_priorities: Allow specifying which MUC JIDs are less important
Mon, 01 Apr 2019 08:22:29 +0200 Kim Alvefur mod_csi_muc_priorities: Add a comment
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