log

age author description
2016-08-18 Kim Alvefur mod_track_muc_joins: Fix saving the room nick (was using the room node)
2016-08-18 Matthew Wild mod_filter_words: Very basic module in its early stages, to filter words in messages
2016-08-13 Kim Alvefur mod_block_registrations/README: Correct name of option (thanks Milan*)
2016-08-13 Kim Alvefur mod_storage_xmlarchive: Fix date pattern in purge (related to #725)
2016-08-12 Kim Alvefur mod_mam: Log messages from local clients on the clients session
2016-08-09 Kim Alvefur mod_spam_reporting/README: Fix syntax mistakenly normalized by pandoc
2016-08-09 Kim Alvefur mod_spam_reporting: Add README
2016-08-09 Kim Alvefur mod_spam_reporting: Fix syntax [luacheck]
2016-08-09 Kim Alvefur mod_spam_reporting: Basic implementation of XEP-0377: Spam Reporting
2016-08-09 Kim Alvefur mod_http_hostaliases: Give HTTP hosts additional aliases
2016-07-31 Kim Alvefur mod_track_muc_joins: Keep the nickname around
2016-07-28 Kim Alvefur mod_cloud_notify: One log message per push sent (happy now Ge0rg?)
2016-07-28 Kim Alvefur mod_cloud_notify: Log when sending notifications
2016-07-28 Kim Alvefur mod_cloud_notify: Store data for corret user (origin is not correct here)
2016-07-28 Kim Alvefur mod_cloud_notify: Save data after changes
2016-07-28 Kim Alvefur mod_cloud_notify: Abort and return error if unable to read storage to prevent loss of existing but unreachable data
2016-07-28 Kim Alvefur mod_cloud_notify: Log message if no dataform is found
2016-07-28 Kim Alvefur mod_cloud_notify: Log message when 'jid' is missing from enable request
2016-07-28 Kim Alvefur mod_rawdebug: Simplify, remove telnet command, log every single byte
2016-07-28 Kim Alvefur mod_cloud_notify: Retrieve data form by name and namespace so unknown elements are ignored
2016-07-28 Kim Alvefur mod_cloud_notify: Cache <enable> in local
2016-07-26 Kim Alvefur mod_cloud_notify: Apply pre-serialization to publish-options
2016-07-26 Kim Alvefur mod_cloud_notify: Add some logging when a client attempts to enable push notifications
2016-07-26 Kim Alvefur mod_smacks: Signal that we're about to send an ack request from read timeout event to prevent a duplicate request from outgoing stanza filter
2016-07-26 Kim Alvefur mod_cloud_notify/README: Reflow text
2016-07-26 Kim Alvefur mod_cloud_notify/README: Let's call it Beta
2016-07-26 Kim Alvefur mod_cloud_notify/README: Add compatibility section
2016-07-26 Kim Alvefur mod_cloud_notify: Update copyright year
2016-07-26 Kim Alvefur mod_cloud_notify: Use typed config API
2016-07-24 Emmanuel Gil Peyrot mod_storage_muconference_readonly: Use the correct store name, and add description.
2016-07-24 Emmanuel Gil Peyrot mod_storage_ejabberd_readonly: Fix the key for the private store, it’s node:namespace but just namespace in Ejabberd
2016-07-18 Kim Alvefur mod_log_rate: Fix to actually use module methods
2016-07-14 Kim Alvefur mod_host_status_heartbeat/README: Correct module name
2016-07-14 Kim Alvefur mod_host_status_check/README: Linkify module names
2016-07-08 Kim Alvefur mod_invite: Serve CSS correctly
2016-07-08 Kim Alvefur mod_invite: Add explicit dependency on mod_adhoc to make sure it is loaded
2016-07-08 Kim Alvefur mod_invite: Use XML/HTML entity escaping from util.stanza
2016-07-08 Kim Alvefur mod_privacy_lists/README: Link to mod_blocklist
2016-07-08 Kim Alvefur mod_http_muc_log: Find next and previous date with date index if this is supported by the storage driver
2016-07-08 Kim Alvefur mod_http_muc_log: Link to next day with content, regardless of type (simplifes)
2016-07-08 Kim Alvefur mod_s2s_auth_samecert: Log which s2sout has a matching cert
2016-07-08 Kim Alvefur mod_vjud/README: Use autolinking
2016-07-08 Kim Alvefur mod_blocking/README: Use magic autolinking
2016-07-04 Matthew Wild mod_http_upload: Add disco identity
2016-07-02 Kim Alvefur Correct short description key to 'summary'
2016-07-02 Matthew Wild mod_http_host_status_check: Bump default timeout threshold to 10s (from 5s). Heartbeats default to every 5s.
2016-07-02 Matthew Wild mod_http_host_status_check: Fix some luacheck warnings
2016-07-02 Matthew Wild mod_http_host_status_check: Emit log message when host status is not the same as last time we looked
2016-06-30 Emmanuel Gil Peyrot mod_storage_ejabberdsql_readonly, mod_storage_muconference_readonly: Actually fix the links.
2016-06-30 Emmanuel Gil Peyrot mod_storage_ejabberdsql_readonly, mod_storage_muconference_readonly: Make links use the better syntax.
2016-06-30 Emmanuel Gil Peyrot mod_storage_ejabberdsql_readonly, mod_storage_muconference_readonly: Fix table rendering.
2016-06-30 Emmanuel Gil Peyrot mod_storage_ejabberdsql_readonly: Initial commit
2016-06-30 Emmanuel Gil Peyrot mod_storage_muconference_readonly: Initial commit
2016-06-29 Matthew Wild mod_host_status_check: Remove debug log message from testing
2016-06-29 Matthew Wild mod_host_status_heartbeat: Remove FIXME comment from testing
2016-06-28 Matthew Wild Three new modules: mod_host_status_check, mod_host_status_heartbeat and mod_http_host_status_check
2016-06-26 Michel Le Bihan mod_pep_vcard_png_avatar: Add a README
2016-06-24 Michel Le Bihan mod_pep_vcard_png_avatar: Fix Lua warnings
2016-06-24 Michel Le Bihan mod_pep_vcard_png_avatar: Initial commit
2016-06-24 Kim Alvefur mod_http_upload/README: Simplify instructions, show only one method