log

age author description
2016-02-13 Daniel Gultsch mod_cloud_notify: put publish-options into <pubsub> not into <publish>
2016-02-05 Thijs Alkemade mod_poke_strangers: Create only one hook, re-use the UUIDs.
2016-02-05 Thijs Alkemade mod_poke_strangers: Log details about JIDs that look like they are spamming.
2016-02-05 Matthew Wild mod_smacks: README: Add Conversations to list of supported clients
2016-02-04 Kim Alvefur mod_mam: Add some debug logging
2016-02-02 Kim Alvefur mod_storage_xmlarchive: Return earlier if attempting to delete messages older than the oldest existing
2016-02-02 Kim Alvefur mod_storage_xmlarchive: Return earlier if attempting to delete from empty archive
2016-02-02 Kim Alvefur mod_mam: Add a bit of randomness to cleanup intervals to keep some time between multiple instances
2016-02-02 Kim Alvefur mod_storage_xmlarchive: Collect return value when adding to date index
2016-02-02 Kim Alvefur mod_mam/README: Update default_archive_policy table for new default (thanks xnyhps)
2016-02-01 Matthew Wild mod_firewall/conditions: Add FROM_EXACTLY and TO_EXACTLY
2016-01-31 Kim Alvefur mod_s2s_auth_dane: Correct message about not being able to support SPKI
2016-01-26 Matthew Wild mod_pinger: Added from /files/
2016-01-24 Kim Alvefur mod_mam: Compensate for small change in mod_disco between 0.9 and 0.10
2016-01-23 Kim Alvefur mod_s2s_auth_dane: Check if cert:pubkey() is available
2016-01-22 Kim Alvefur mod_mam_muc: Yell loudly when archive store can't be opened
2016-01-22 Kim Alvefur mod_mam: This was meant to be a debug message
2016-01-20 daurnimator mod_component_client: Pass a non-zero exit code on shutdown due to lost connection
2016-01-19 Kim Alvefur mod_migrate: Include debug data of what store is being migrated
2016-01-19 Kim Alvefur mod_storage_xmlarchive/README: Point directly to raw file that should work in 0.9
2016-01-19 Kim Alvefur mod_storage_xmlarchive/README: Point out the commit that breaks 0.9 support
2016-01-19 Kim Alvefur mod_mam: Fix Top Level Error from string[table] = nil instead of table[string] = nil
2016-01-19 Kim Alvefur mod_mam: Use the fallback driver if either the null driver or a driver that does not implement the archive api is returned
2016-01-19 Kim Alvefur mod_mam: Include an in-memory fallback driver
2016-01-19 Kim Alvefur mod_mam: Allow interval between archive cleanup to be changed
2016-01-19 Kim Alvefur mod_mam: Merge identical conditional blocks
2016-01-19 Kim Alvefur mod_mam: Bit of spacing between blocks of code
2016-01-19 Kim Alvefur mod_mam: Always convert 'total' to a number
2016-01-19 Kim Alvefur mod_mam: Fix order of arguments to archive append
2016-01-19 Kim Alvefur mod_mam: Enable archiving by default, less of a privacy issue if messages expire
2016-01-19 Kim Alvefur mod_mam: Add support for trimming old archived messages
2016-01-19 Kim Alvefur mod_mam/README: Fix footnote
2016-01-19 Kim Alvefur mod_mam: Remove application of defaults from preference xml encoding
2016-01-18 Kim Alvefur mod_mam/README: Point out that mod_storage_sql only supports archives in 0.10
2016-01-18 Kim Alvefur mod_mam/README: Add a summary of options
2016-01-15 Kim Alvefur mod_net_dovecotauth: Improve variable names for clarity
2016-01-15 Kim Alvefur mod_munin/README: Emphasis on 0.10 requirement
2016-01-15 Kim Alvefur mod_munin/README: Describe options and how to set up munin.conf
2016-01-14 Kim Alvefur mod_vjud: Handle vCard decoding errors by logging them (Thanks Roi)
2016-01-13 Matthew Wild mod_block_outgoing: Make blocked stanza types configurable, and default to blocking messages only
2016-01-13 Matthew Wild mod_block_outgoing: Allow stanzas to user's login host (e.g. disco queries)
2016-01-13 Matthew Wild mod_block_outgoing: Make admins exempt from restrictions
2016-01-13 Matthew Wild mod_block_outgoing: Module to block outgoing stanzas from users
2016-01-11 Kim Alvefur mod_s2s_auth_dane: Warn only if there enabled uses that can't be supported
2016-01-10 Kim Alvefur mod_firewall/README: Markup XML example as XML :)
2016-01-09 Kim Alvefur mod_mam: Fix accidental global access
2016-01-09 Kim Alvefur mod_mam: Improve error messages when failed to open storage
2016-01-05 Kim Alvefur mod_s2soutinjection: Add a README
2016-01-03 Kim Alvefur Import and adapt .luacheckrc from Prosody 0.10
2016-01-03 Kim Alvefur mod_auth_external: Update URL to new location
2015-12-26 Emmanuel Gil Peyrot mod_pubsub_googlecode: Remove this module, as the website closed down in August 2015
2015-12-22 Matthew Wild mod_log_events: No such thing as module.remove_host. Fix this module so it can be loaded/unloaded dynamically and behave (mostly) correctly
2015-12-21 Kim Alvefur Merge with Goffi
2015-12-21 Goffi mod_delegation: updated README
2015-12-21 Goffi mod_privilege: updated README
2015-12-21 Goffi mod_delegation: fixed imports, using "/" instead of "." was causing caching issues
2015-12-21 Goffi mod_privilege: fixed imports, using "/" instead of "." was causing caching issues
2015-12-21 Goffi mod_privilege: fixed module import which was causing SALS issues
2015-12-01 Goffi mod_delegation: fixed attribute filtering
2015-12-20 Kim Alvefur mod_auth_ldap: Change default of ldap_scope from onelevel to subtree which seems to match many deployments