log

age author description
2016-06-14 JC Brand mod_http_roster_admin: Also log if the status error is 0 (Connection refused)
2016-06-13 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.
2016-06-12 Kim Alvefur mod_http_upload: Log if file size exceeds limit
2016-06-12 Kim Alvefur mod_http_upload: Add additional debug logging
2016-06-10 Kim Alvefur mod_pep_vcard_avatar: Include user field in event
2016-06-09 Kim Alvefur mod_storage_appendmap: Prevent _ENV = false
2016-06-09 Kim Alvefur mod_s2s_auth_samecert: Authenticate incoming s2s connection if certificate matches that of an established outgoing s2s connection
2016-06-09 Kim Alvefur mod_register_dnsbl: Include more information in log message
2016-06-09 Kim Alvefur mod_log_rate: Use moduleapi
2016-06-06 Kim Alvefur mod_cloud_notify: Enable persistent storage of user notification settings
2016-06-06 Kim Alvefur mod_cloud_notify: Advertise feature on bare jid disco (thanks iNPUTmice)
2016-06-03 Kim Alvefur mod_cloud_notify/README: Fixup markdown
2016-06-02 Chris Ballinger mod_cloud_notify: default false for sending body and sender
2016-06-01 Kim Alvefur mod_s2s_auth_dane: Use util.async if available (current prosody trunk)
2016-06-01 Kim Alvefur mod_block_strangers: Allow stanzas form jids the user has sent directed presence to
2016-06-01 Kim Alvefur mod_benchmark_storage: Switch to an invalid host and inject a stub host object
2016-06-01 Kim Alvefur mod_benchmark_storage: Put hostname in a variable
2016-05-31 Kim Alvefur mod_http_upload: Return nil if no upload slot is found (should prevent conflicts between multiple instances on the same path)
2016-05-31 Kim Alvefur mod_http_upload: Demote some errors to warnings
2016-05-31 Kim Alvefur mod_http_upload: Add more logging
2016-05-31 Kim Alvefur mod_list_inactive/README: Describe what the dependency does
2016-05-31 Kim Alvefur mod_list_inactive/README: Fixup markdown
2016-05-31 Kim Alvefur mod_list_inactive/README: Change extension to .markdown currently required by the site generator
2016-05-31 Matthew Wild mod_list_inactive: Add README.md (fixes issue #684 - thanks t2d2!)
2016-05-30 Kim Alvefur mod_s2s_auth_monkeysphere: Query Monkeysphere asynchronously if util.async is available
2016-05-28 Kim Alvefur mod_s2s_auth_dane: Move pausing code to a function
2016-05-28 Kim Alvefur Backed out changeset f00cbfb812cd, it only half-worked and broke things
2016-05-27 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)
2016-05-26 Kim Alvefur mod_s2s_auth_dane: Remove unused local
2016-05-26 Kim Alvefur mod_s2s_auth_dane: Attempt a new approach to async lookups that doesn't depend on connection pausing
2016-05-26 Kim Alvefur mod_s2s_auth_dane: Make sure dane field has correct type
2016-05-24 Kim Alvefur mod_vjud: Fix missing comma (thanks Tobias)
2016-05-21 Kim Alvefur mod_mam_muc: Fix previous commit
2016-05-21 Kim Alvefur mod_mam_muc: Fix order of arguments for archive API
2016-05-11 Kim Alvefur mod_presence_cache: Add copyright header
2016-05-11 Kim Alvefur mod_presence_cache: Also cache the 'show' value
2016-05-08 Kim Alvefur mod_log_mark: Try to prevent timer drift
2016-05-08 Kim Alvefur mod_log_mark: Make a global module (should only be loaded once anyways)
2016-05-07 Kim Alvefur mod_storage_memory: Fix copypaste error
2016-05-07 Kim Alvefur mod_storage_memory: Implement 'add_keys' method of map stores (required for rosters in 0.10+)
2016-05-05 Kim Alvefur mod_graceful_shutdown: Experiment in improving the shutdown experience
2016-05-04 Kim Alvefur Tag last commit available on Google Code for future reference
2016-04-30 Kim Alvefur mod_auth_phpbb3: Add support for verifying bcrypt hashes (thanks bios)
2016-04-27 Kim Alvefur mod_munin/README: Mention how to enable statsmanager (pending docs for this)
2016-04-27 Kim Alvefur mod_munin/README: Fix config file syntax (thanks mt)
2016-04-17 Kim Alvefur Merge with Link Mauve
2016-04-16 Emmanuel Gil Peyrot mod_idlecompat: Reference the correct XEP (256, not 12) and drop a redundant check
2016-04-16 Kim Alvefur mod_http_logging: Fix endless loop on 0.9.x (Thanks Mint)
2016-04-16 Kim Alvefur mod_s2s_keepalive/README: Give language hints to rendering for syntax hilighting
2016-04-15 JC Brand Add mod_http_roster_admin
2016-04-15 JC Brand Merge
2016-04-15 JC Brand mod_auth_http_async: Fall back to non-async calling of http_auth_url
2016-04-13 Kim Alvefur mod_track_muc_joins: Skip creating room map if leaving a room and it does not exist
2016-04-13 Kim Alvefur mod_track_muc_joins: Only check directed presence when joining (would be gone when leaving)
2016-04-12 Kim Alvefur mod_track_muc_joins: Check directed presence
2016-04-03 Kim Alvefur mod_presence_dedup: Attempt at saving bandwith by deduplicating presence stanzas
2016-04-03 Kim Alvefur mod_smacks/README: Too buggy for a "Beta" label
2016-04-02 Kim Alvefur mod_presence_cache: Only check set set is empty if it exists
2016-04-02 Kim Alvefur mod_presence_cache: Forget about cached presence when receiving unavailable
2016-04-02 Kim Alvefur mod_pep_vcard_avatar: Fix typo [luacheck]