Log

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