log

age author description
Mon, 13 Jun 2016 13:15:07 +0100 Matthew Wild mod_statistics: Add 'statistics_meminfo_interval' option to control the number of seconds between calls to mallinfo(). Between calls, cached results are used.
Sun, 12 Jun 2016 03:21:48 +0200 Kim Alvefur mod_http_upload: Log if file size exceeds limit
Sun, 12 Jun 2016 02:51:08 +0200 Kim Alvefur mod_http_upload: Add additional debug logging
Fri, 10 Jun 2016 14:58:39 +0200 Kim Alvefur mod_pep_vcard_avatar: Include user field in event
Thu, 09 Jun 2016 11:47:55 +0200 Kim Alvefur mod_storage_appendmap: Prevent _ENV = false
Thu, 09 Jun 2016 11:46:45 +0200 Kim Alvefur mod_s2s_auth_samecert: Authenticate incoming s2s connection if certificate matches that of an established outgoing s2s connection
Thu, 09 Jun 2016 11:32:52 +0200 Kim Alvefur mod_register_dnsbl: Include more information in log message
Thu, 09 Jun 2016 11:32:23 +0200 Kim Alvefur mod_log_rate: Use moduleapi
Mon, 06 Jun 2016 15:58:41 +0200 Kim Alvefur mod_cloud_notify: Enable persistent storage of user notification settings
Mon, 06 Jun 2016 15:25:29 +0200 Kim Alvefur mod_cloud_notify: Advertise feature on bare jid disco (thanks iNPUTmice)
Fri, 03 Jun 2016 15:28:38 +0200 Kim Alvefur mod_cloud_notify/README: Fixup markdown
Thu, 02 Jun 2016 14:07:22 -0700 Chris Ballinger mod_cloud_notify: default false for sending body and sender
Wed, 01 Jun 2016 22:33:51 +0200 Kim Alvefur mod_s2s_auth_dane: Use util.async if available (current prosody trunk)
Wed, 01 Jun 2016 14:50:39 +0200 Kim Alvefur mod_block_strangers: Allow stanzas form jids the user has sent directed presence to
Wed, 01 Jun 2016 14:34:30 +0200 Kim Alvefur mod_benchmark_storage: Switch to an invalid host and inject a stub host object
Wed, 01 Jun 2016 14:33:57 +0200 Kim Alvefur mod_benchmark_storage: Put hostname in a variable
Tue, 31 May 2016 17:24:59 +0200 Kim Alvefur mod_http_upload: Return nil if no upload slot is found (should prevent conflicts between multiple instances on the same path)
Tue, 31 May 2016 17:13:48 +0200 Kim Alvefur mod_http_upload: Demote some errors to warnings
Tue, 31 May 2016 17:10:46 +0200 Kim Alvefur mod_http_upload: Add more logging
Tue, 31 May 2016 16:15:54 +0200 Kim Alvefur mod_list_inactive/README: Describe what the dependency does
Tue, 31 May 2016 16:15:25 +0200 Kim Alvefur mod_list_inactive/README: Fixup markdown
Tue, 31 May 2016 16:00:47 +0200 Kim Alvefur mod_list_inactive/README: Change extension to .markdown currently required by the site generator
Tue, 31 May 2016 11:45:59 +0100 Matthew Wild mod_list_inactive: Add README.md (fixes issue #684 - thanks t2d2!)
Mon, 30 May 2016 16:44:31 +0200 Kim Alvefur mod_s2s_auth_monkeysphere: Query Monkeysphere asynchronously if util.async is available
Sat, 28 May 2016 16:55:43 +0200 Kim Alvefur mod_s2s_auth_dane: Move pausing code to a function
Sat, 28 May 2016 13:34:43 +0200 Kim Alvefur Backed out changeset f00cbfb812cd, it only half-worked and broke things
Fri, 27 May 2016 18:25:17 +0200 Kim Alvefur mod_storage_xmlarchive: Pass a default namespace to xmppstream so result items default to xmlns = nil (fixes non-mam use, like mod_mam_muc sending history)
Thu, 26 May 2016 15:36:19 +0200 Kim Alvefur mod_s2s_auth_dane: Remove unused local
Thu, 26 May 2016 15:35:52 +0200 Kim Alvefur mod_s2s_auth_dane: Attempt a new approach to async lookups that doesn't depend on connection pausing
Thu, 26 May 2016 15:31:32 +0200 Kim Alvefur mod_s2s_auth_dane: Make sure dane field has correct type