mod_storage_ldap: Handle being passed an explicit storage "type" (fixes #654)
|
Kim Alvefur |
2016-09-17 |
mod_spam_reporting: Include jid in event
|
Kim Alvefur |
2016-09-10 |
mod_measure_storage: Experimental new module to measure storage API operations (requires 0.10)
|
Matthew Wild |
2016-08-31 |
mod_log_slow_events: Add metric to monitor number of slow events
|
Matthew Wild |
2016-08-31 |
mod_register_dnsbl: Add README
|
Kim Alvefur |
2016-08-30 |
mod_atom: Expose Microbloging PEP data over HTTP
|
Kim Alvefur |
2016-08-29 |
mod_mam: Check that user exists (#731)
|
Kim Alvefur |
2016-08-29 |
mod_presence_cache: Ignore stanzas to self (fixes traceback on probe to self)
|
Kim Alvefur |
2016-08-28 |
mod_storage_xmlarchive/README: Should work in 0.9 now
|
Kim Alvefur |
2016-08-23 |
mod_storage_xmlarchive: Determine if a message is the first of day by checking if the list file exists before
|
Kim Alvefur |
2016-08-23 |
mod_storage_xmlarchive: Include the missing append_raw() for 0.9 compatibility
|
Kim Alvefur |
2016-08-23 |
mod_http_upload: Handle case of non-existant path
|
Kim Alvefur |
2016-08-23 |
mod_http_upload: Add a comment
|
Kim Alvefur |
2016-08-23 |
mod_http_upload: Construct the upload slot URL using the LuaSocket URL library (fixes #717)
|
Kim Alvefur |
2016-08-22 |
mod_http_upload: Warn if upload size limit set higher than body size limit in http parser (applies to 0.10+)
|
Kim Alvefur |
2016-08-20 |
mod_http_upload: Mention modules_enabled, but no example
|
Kim Alvefur |
2016-08-20 |
mod_spam_reporting: Correctly check <text> child, not <reason>
|
Kim Alvefur |
2016-08-20 |
mod_spam_reporting/README: Mention the event.
|
Kim Alvefur |
2016-08-20 |
mod_spam_reporting: Apply JID prepping
|
Kim Alvefur |
2016-08-20 |
mod_spam_reporting: Add Copyright header
|
Kim Alvefur |
2016-08-20 |
mod_spam_reporting: Remove unused import of util.stanza [luacheck]
|
Kim Alvefur |
2016-08-20 |
mod_spam_reporting/README: Set Beta tag
|
Kim Alvefur |
2016-08-20 |
mod_spam_reporting: Fire an event to ease processing from other modules
|
Kim Alvefur |
2016-08-20 |
mod_spam_reporting: Continue looking for spam reports even when one <item> does not have one
|
Kim Alvefur |
2016-08-20 |
mod_spam_reporting: Hook the blocking action, not blocklist fetching
|
Kim Alvefur |
2016-08-20 |
mod_track_muc_joins: Fix saving the room nick (was using the room node)
|
Kim Alvefur |
2016-08-18 |
mod_filter_words: Very basic module in its early stages, to filter words in messages
|
Matthew Wild |
2016-08-18 |
mod_block_registrations/README: Correct name of option (thanks Milan*)
|
Kim Alvefur |
2016-08-13 |
mod_storage_xmlarchive: Fix date pattern in purge (related to #725)
|
Kim Alvefur |
2016-08-13 |
mod_mam: Log messages from local clients on the clients session
|
Kim Alvefur |
2016-08-12 |
mod_spam_reporting/README: Fix syntax mistakenly normalized by pandoc
|
Kim Alvefur |
2016-08-09 |
mod_spam_reporting: Add README
|
Kim Alvefur |
2016-08-09 |
mod_spam_reporting: Fix syntax [luacheck]
|
Kim Alvefur |
2016-08-09 |
mod_spam_reporting: Basic implementation of XEP-0377: Spam Reporting
|
Kim Alvefur |
2016-08-09 |
mod_http_hostaliases: Give HTTP hosts additional aliases
|
Kim Alvefur |
2016-08-09 |
mod_track_muc_joins: Keep the nickname around
|
Kim Alvefur |
2016-07-31 |
mod_cloud_notify: One log message per push sent (happy now Ge0rg?)
|
Kim Alvefur |
2016-07-28 |
mod_cloud_notify: Log when sending notifications
|
Kim Alvefur |
2016-07-28 |
mod_cloud_notify: Store data for corret user (origin is not correct here)
|
Kim Alvefur |
2016-07-28 |
mod_cloud_notify: Save data after changes
|
Kim Alvefur |
2016-07-28 |
mod_cloud_notify: Abort and return error if unable to read storage to prevent loss of existing but unreachable data
|
Kim Alvefur |
2016-07-28 |
mod_cloud_notify: Log message if no dataform is found
|
Kim Alvefur |
2016-07-28 |
mod_cloud_notify: Log message when 'jid' is missing from enable request
|
Kim Alvefur |
2016-07-28 |
mod_rawdebug: Simplify, remove telnet command, log every single byte
|
Kim Alvefur |
2016-07-28 |
mod_cloud_notify: Retrieve data form by name and namespace so unknown elements are ignored
|
Kim Alvefur |
2016-07-28 |
mod_cloud_notify: Cache <enable> in local
|
Kim Alvefur |
2016-07-28 |
mod_cloud_notify: Apply pre-serialization to publish-options
|
Kim Alvefur |
2016-07-26 |
mod_cloud_notify: Add some logging when a client attempts to enable push notifications
|
Kim Alvefur |
2016-07-26 |
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
|
Kim Alvefur |
2016-07-26 |
mod_cloud_notify/README: Reflow text
|
Kim Alvefur |
2016-07-26 |
mod_cloud_notify/README: Let's call it Beta
|
Kim Alvefur |
2016-07-26 |
mod_cloud_notify/README: Add compatibility section
|
Kim Alvefur |
2016-07-26 |
mod_cloud_notify: Update copyright year
|
Kim Alvefur |
2016-07-26 |
mod_cloud_notify: Use typed config API
|
Kim Alvefur |
2016-07-26 |
mod_storage_muconference_readonly: Use the correct store name, and add description.
|
Emmanuel Gil Peyrot |
2016-07-24 |
mod_storage_ejabberd_readonly: Fix the key for the private store, it’s node:namespace but just namespace in Ejabberd
|
Emmanuel Gil Peyrot |
2016-07-24 |
mod_log_rate: Fix to actually use module methods
|
Kim Alvefur |
2016-07-18 |
mod_host_status_heartbeat/README: Correct module name
|
Kim Alvefur |
2016-07-14 |
mod_host_status_check/README: Linkify module names
|
Kim Alvefur |
2016-07-14 |
mod_invite: Serve CSS correctly
|
Kim Alvefur |
2016-07-08 |