log

age author description
2015-06-18 Kim Alvefur mod_benchmark_storage: A storage benchmark run through prosodyctl
2015-06-18 Kim Alvefur mod_muc_limits: Update to work with both the new and the old MUC API
2015-06-08 Kim Alvefur mod_filter_chatstates: Backout 02cd4a081db4; no longer required due to changes in mod_smacks
2015-06-08 Kim Alvefur mod_list_inactive: Print some usage info when not called with enough arguments
2015-05-29 Kim Alvefur mod_storage_xmlarchive: Mistake in copypaste of copyright header :P
2015-05-29 Kim Alvefur mod_storage_xmlarchive: Add (c) header
2015-05-29 Kim Alvefur mod_storage_xmlarchive: Remove leftover debug code
2015-05-27 Kim Alvefur mod_log_rate: Log sink that reports the rate of log messages to statsmanager
2015-05-27 Kim Alvefur mod_compact_resource: Enforces short random resources
2015-05-21 Kim Alvefur mod_storage_(various): Order swapping in 54c8a0cb2996 was backwards
2015-05-21 Kim Alvefur Fix for 54c8a0cb2996
2015-05-21 Kim Alvefur mod_s2s_auth_dane: Ignore mutating of the 'module' global, that is ok in prosody plugins [luacheck]
2015-05-21 Kim Alvefur mod_s2s_auth_dane: Validate names of DANE-TA certs
2015-05-19 Kim Alvefur mod_storage_gdbm: Reorganize (vacuum) databases on module unload
2015-05-19 Kim Alvefur mod_storage_lmdb: Storage module using Lightning Memory-Mapped Database
2015-05-19 Kim Alvefur mod_storage_gdbm: Fix typo in unused field on store instance
2015-05-19 Kim Alvefur mod_storage_(archive-capable): Change order of arguments to :append to be the same as return values from :find iterator (see prosody 41725f3df3cc)
2015-05-19 Kim Alvefur mod_storage_xmlarchive: Return 'when' as number
2015-05-19 Kim Alvefur mod_http_muc_log: Update template for changes in template engine
2015-05-19 Kim Alvefur mod_http_muc_log: Template engine thing moved into util.interpolation
2015-05-18 Kim Alvefur mod_auth_http_async: Don't go throug usermanager to call a function from the same module
2015-05-18 Kim Alvefur mod_mamsub: Prevent nil indexing if message is added to archive of an offline user
2015-05-18 Kim Alvefur mod_mamsub: Experimental implementation of MAM subscriptions
2015-05-18 Kim Alvefur mod_mam: Fire event on successful storage of message
2015-05-18 Kim Alvefur mod_profile: Return error on storage error, don't attempt to migrate from old storage
2015-05-18 Kim Alvefur mod_profile: Explicitly return true from handlers, session.send can return nil under some conditions
2015-05-18 Kim Alvefur mod_profile: Don't use import()
2015-05-18 Kim Alvefur mod_storage_xmlarchive: Store timestamps in text form, I don't trust numeric timestamps in Lua
2015-05-18 Kim Alvefur mod_storage_xmlarchive: Optimize access to variables used in inner loop
2015-05-18 Kim Alvefur mod_storage_xmlarchive: Code is annoying to read when every other line is 'if not ok then return'
2015-05-18 Kim Alvefur mod_storage_xmlarchive: This module only supports storage of stanzas, log a warning about attempts to do otherwise
2015-05-18 Kim Alvefur mod_storage_xmlarchive: The last :seek() should return something truish, if not, don't ignore
2015-05-17 Kim Alvefur mod_mam: There are other storage backends that support archives now
2015-05-16 Kim Alvefur mod_adhoc_blacklist: Fix traceback if blacklist is empty
2015-05-13 Kim Alvefur mod_admin_blocklist: Prevents s2s connections to/from domains blocked by a local admin using mod_blocklist (0.10+)
2015-05-13 Kim Alvefur mod_adhoc_blacklist: Provides the Edit Blacklist command described in XEP-0133 and uses this to block s2s connections
2015-05-11 Kim Alvefur mod_smacks: Handle the read timeout event (0.10+ only) and send an ack request, close the connection the second time if unanswerd
2015-05-11 Kim Alvefur mod_smacks: Handle unacked messages in s2s queues
2015-05-11 Kim Alvefur mod_smacks_offline: Only deal with authenticated (c2s) sessions
2015-05-11 Kim Alvefur mod_storage_xmlarchive: Increase severity of log message regarding unexpected missing items
2015-05-11 Kim Alvefur mod_storage_xmlarchive: Remove overly verbose debug message
2015-05-11 Kim Alvefur mod_storage_xmlarchive: Adjust wording in log message
2015-05-11 Kim Alvefur mod_storage_xmlarchive: Attempt to recover after parse failures
2015-05-11 Kim Alvefur mod_storage_xmlarchive: Improve logging of parse errors
2015-05-07 Kim Alvefur Merge with Goffi
2015-05-07 Goffi mod_delegation: managing_ent_* now stop event propagation + forwarded <iq/> xmlns check
2015-05-04 Goffi mod_delegation: fixed bad handling of error replies from managing entity
2015-05-04 Goffi mod_delegation: fixed namespace of <forwarded/> child element, as specified in XEP-0297
2015-05-03 Goffi mod_delegation: handling of error replies from managing entities after forward.
2015-05-03 Goffi mod_delegation: original stanza is now cached outside of ns_data, so it can be accessed without knowing the namespace.
2015-05-03 Goffi mod_delegation: removed invalid error replies to iq result.
2015-05-03 Goffi mod_delegation: added 'iq/bare' to hooked events.
2015-04-17 Goffi mod_delegation: reset features/identities/extensions before doing a disco nesting
2015-04-17 Goffi mod_delegation: service discovery extensions (xep-0128) management
2015-04-17 Goffi mod_delegation: we don't forward stanzas from managing entity itself
2015-04-17 Goffi mod_delegation: disco info request on bare jid is now managed
2015-04-17 Goffi mod_delegation: delegated features/identities removal for disco info requests on bare jid
2015-04-17 Goffi mod_delegation: disco nesting for host
2015-04-17 Goffi mod_delegation: delegated features/identities are removed from disco.
2015-04-17 Goffi mod_delegation: iq forwarding to managing entity