log

age author description
Sun, 27 May 2018 17:48:26 +0200 Kim Alvefur mod_pubsub_feeds/README: Markup options in table as code
Sun, 27 May 2018 17:44:39 +0200 Kim Alvefur mod_pubsub_feeds/README: Give option summary its own heading
Sun, 27 May 2018 17:43:43 +0200 Kim Alvefur mod_pubsub_feeds/README: Add comment explaining what the index in 'feeds' does
Sun, 27 May 2018 16:18:07 +0200 Kim Alvefur mod_pubsub_feeds/README: Normalize Markdown syntax
Sun, 27 May 2018 15:51:05 +0200 Kim Alvefur mod_pubsub_feeds: Use ETag instead of problematic If-Modified-Since
Sat, 26 May 2018 10:58:06 +0200 Michel Le Bihan mod_vcard_muc: Send presence on muc-occupant-session-new event
Fri, 25 May 2018 00:18:46 +0200 Kim Alvefur mod_pastebin: Restore URL in final body text
Fri, 25 May 2018 00:12:12 +0200 Kim Alvefur mod_pastebin: Fix line count pattern added by 040eaa3844f4
Thu, 24 May 2018 20:27:48 +0200 Michel Le Bihan mod_vcard_muc: Initial commit
Thu, 24 May 2018 16:22:55 +0200 Kim Alvefur mod_mam_muc/README: Add note about mod_muc_mam being included with Prosody
Thu, 24 May 2018 14:41:42 +0200 Kim Alvefur mod_auth_ccert: Silence warning about unused global [luacheck]
Sat, 07 Apr 2018 14:34:08 +0200 Kim Alvefur mod_conversejs: Suggest some alternative cliets if JavaScript is disabled
Sat, 07 Apr 2018 14:34:02 +0200 Kim Alvefur mod_conversejs: Appologise for the JavaScript
Sat, 07 Apr 2018 14:32:50 +0200 Kim Alvefur mod_conversejs: Make HTML more well-formed
Thu, 24 May 2018 13:25:13 +0100 Matthew Wild mod_auth_http_cookie: Possibly temporary fork of mod_http_auth_async that adds cookie auth support
Mon, 02 Apr 2018 16:20:36 +0200 Kim Alvefur mod_mam_muc: Remove support for Prosody trunk/0.11
Wed, 23 May 2018 00:34:46 +0200 Kim Alvefur mod_pastebin: Support the new MUC API in Prosody trunk
Mon, 21 May 2018 00:54:27 +0200 Kim Alvefur mod_pastebin: Add an OOB tag pointing to the pastebin URL
Sun, 20 May 2018 18:11:15 +0200 Kim Alvefur mod_pastebin: Silence some warnings [luacheck]
Sun, 20 May 2018 18:10:12 +0200 Kim Alvefur mod_pastebin: Remove unused locals [luacheck]
Sun, 20 May 2018 17:55:53 +0200 Kim Alvefur mod_pastebin: Check line length via preconstructed pattern instead of gsub
Sun, 20 May 2018 17:54:47 +0200 Kim Alvefur mod_pastebin: Remove redundant check for non-empty body since it returns earlier in that case
Sun, 20 May 2018 17:51:08 +0200 Kim Alvefur mod_pastebin: Avoid using pattern matching facilities for simple prefix removal
Sun, 20 May 2018 17:49:00 +0200 Kim Alvefur mod_pastebin: Replace tags using :maptags API instead of hacky direct manipulation
Sun, 20 May 2018 17:47:39 +0200 Kim Alvefur mod_pastebin: Move result of host detection into a variable to improve readabily
Wed, 23 May 2018 00:22:29 +0200 Kim Alvefur mod_vcard_command: Tweak to not rely on legacy module() behavior
Tue, 08 Oct 2013 16:38:40 +0000 Stefan `Sec` Zehl mod_vcard_command: a simplistic way to get and set vcard data for registered users
Tue, 22 May 2018 16:13:03 +0100 Frank Doepper mod_muc_access_control: Multiple fixes to make the module work (fixes #1086)
Tue, 22 May 2018 14:20:23 +0100 Matthew Wild mod_block_strangers: Allow stanza from self (fixes #966, thanks Sergey Popov)
Sun, 20 May 2018 17:19:46 +0200 Kim Alvefur mod_watchuntrusted: Actually add the untrusted_message_type option