log

age author description
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
2015-12-20 Kim Alvefur mod_pubsub_hub/README: Update a little bit
2015-12-19 Kim Alvefur mod_migrate: Support migrating multiple stores
2015-12-19 Kim Alvefur mod_storage_lmdb: Remove debugging
2015-12-18 Kim Alvefur mod_storage_lmdb: Allow passing a transaction flag so we can run get operations in a read-only transaction
2015-12-18 Kim Alvefur mod_storage_lmdb: Be consistent with argument name
2015-12-18 Kim Alvefur mod_storage_lmdb: Factor out a transaction wrapper
2015-12-17 Kim Alvefur mod_mam_muc/README: Fix markdown syntax
2015-12-17 Kim Alvefur mod_mam_muc/README: Try to clarify that storage settings are separate
2015-12-17 Kim Alvefur mod_mam/README: Use autolinks
2015-12-17 Kim Alvefur mod_http_muc_log/README: Replace text that seems to have been copied from mod_muc_log_http
2015-12-17 Kim Alvefur Various READMEs: Update to reflect rename of mod_storage_sql2 → mod_storage_sql
2015-12-17 Kim Alvefur mod_muc_log_http: Remove links to the apparently dead Speeqe service
2015-12-16 Kim Alvefur mod_mam_muc/README: Note about features that rely on trunk mod_muc
2015-12-14 Kim Alvefur mod_mam_muc: Add guard to prevent loading on normal hosts
2015-12-12 Kim Alvefur mod_s2s_auth_dane: More DNS related debug logging
2015-12-12 Kim Alvefur mod_s2s_auth_dane: Abort on bogus reply to SRV lookup
2015-12-12 Kim Alvefur mod_s2s_auth_dane: Log as much as possible through session logger instance
2015-12-12 Kim Alvefur mod_storage_xmlarchive: Use datamanager.append_raw (had that code duplicated here)
2015-12-12 Kim Alvefur mod_storage_gdbm: Refactor for readability (bye single-char variable names)