log

age author description
2015-05-05 Matthew Wild mod_log_slow_events: Log slow HTTP requests
2015-05-05 Matthew Wild mod_log_slow_events: Minor improvement to log message
2015-05-05 Matthew Wild mod_auto_accept_subscriptions: Fix passing nil in log message
2015-05-05 Kim Alvefur mod_watchuntrusted: Skip connections to/from unknown hosts (fixes possible traceback)
2015-05-04 Kim Alvefur mod_munin: Use string.format flag instead of tostring when reporting values
2015-05-03 Kim Alvefur mod_mam_muc: d20cfc5ba827 .. cd87a2eba8f2 here too (uh, duplicated code)
2015-05-03 Kim Alvefur mod_storage_xmlarchive: New stanza archive-only storage module backed by plain text files
2015-05-03 Kim Alvefur Merge
2015-04-29 Rob Hoelz Merge my branch containing proctitle module
2015-04-29 Rob Hoelz Add minimal instructions for proctitle module
2015-04-29 Rob Hoelz Add proctitle module
2015-05-03 Kim Alvefur mod_mam: Reverse the order of reversed queries back to chronological order
2015-05-03 Kim Alvefur mod_mam: Move variable into loop scope
2015-05-03 Kim Alvefur mod_mam: Rename variable
2015-05-03 Kim Alvefur mod_mam: Support the mandatory 'complete' attribute by requesting one extra item from storage
2015-05-03 Kim Alvefur mod_mam: Always return true when a stanza event has been handled
2015-04-28 Matthew Wild mod_log_slow_events: Log events that take a long time to process (including stanzas)
2015-04-25 Kim Alvefur mod_mam_muc: Advertise MAM feature on bare JID room disco#info (only effective after prosody 57bc52f67564)
2015-04-25 Kim Alvefur mod_mam: Advertise feature in disco#info for account as per XEP-0313 >= 0.2
2015-04-23 Kim Alvefur mod_measure_cpu: Collect CPU usage statistic
2015-04-23 Kim Alvefur mod_munin: Exclude ignored stats even if they happen to be included in data
2015-04-22 Kim Alvefur mod_watchuntrusted: Only notify once per host per day
2015-04-13 Kim Alvefur mod_s2s_auth_dane: Abort earlier for sessions from hosts that don't say who they are
2015-04-13 Kim Alvefur mod_s2s_auth_dane: Demote log message about failure to ASCII-ify hostname from error to warning
2015-04-12 Kim Alvefur mod_checkcerts: Fix for removal of globals in LuaSec
2015-04-11 Kim Alvefur mod_http_muc_log: Fix passing dates trough util.datetime twice;
2015-04-09 Kim Alvefur mod_smacks: Add license header
2015-04-09 Kim Alvefur Add README and CONTRIBUTING files containing the text from https://code.google.com/p/prosody-modules/
2015-04-09 Kim Alvefur Add a COPYING file containing the MIT license
2015-04-08 Goffi mod_privilege: implemented probing of rosters items (for existing sessions only) on connection + use a globally shared table for priv_session (and fixed last_presence)
2015-04-07 Goffi mod_privilege: implemented "roster" presence permission
2015-04-07 Goffi mod_privilege: presence already known are advertised to privileged entity (for "maneger_entity" permission only so far)
2015-04-07 Goffi mod_privilege: implemented "managed_entity" presence
2015-04-07 Goffi mod_privilege: presence permission configuration check + use global set to know privileged entities to advertise
2015-04-06 Goffi mod_privilege: advertise_perm method now use session.send instead of module:send to avoid to go back in hook
2015-04-02 Goffi mod_privilege: implemented message privilege
2015-04-02 Goffi mod_privilege: implemented roster set privilege
2015-04-02 Goffi mod_privilege: added permissions notification on initial presence for entities which are not components
2015-03-31 Goffi mod_privilege: roster get permission implemented
2015-03-27 Goffi mod_privilege: mod_privilege first draft
2015-04-07 Kim Alvefur mod_statistics_statsd: Use module:log()
2015-04-07 Kim Alvefur mod_measure_memory: Silence warnings [luacheck]
2015-04-07 Kim Alvefur mod_http_muc_log: Cleanup [luacheck]
2015-04-07 Kim Alvefur mod_storage_gdbm: Cleanup [luacheck]
2015-04-07 Kim Alvefur mod_s2s_auth_dane: Cleanup [luacheck]
2015-04-07 Kim Alvefur mod_muc_ban_ip: Cleanup [luacheck]
2015-04-07 Kim Alvefur mod_mam_muc: Cleanup [luacheck]
2015-04-07 Kim Alvefur mod_mam_muc: Fix character limit again(?)
2015-04-07 Kim Alvefur mod_munin: Cleanup [luacheck]
2015-04-06 Kim Alvefur mod_muc_ban_ip: Increase priority of hooks, fixes if eg mod_presence gets called first
2015-04-03 Florian Zeitz mod_admin_web: Cleanup
2015-04-03 Paul Aurich Merge
2015-04-02 Matthew Wild mod_reload_modules: Fix a bug introduced in commit 412f62d05a23, which caused mod_reload_modules to... not reload modules
2015-04-03 Paul Aurich mod_lib_ldap: Update README to clarify discussion of auth / TLS... and discourage disabling TLS.
2015-03-31 Kim Alvefur mod_s2s_auth_dane: Update for recent changes in Zashs LuaSec branch
2015-03-31 Kim Alvefur Merge
2015-03-31 Matthew Wild Merge
2015-03-31 Matthew Wild mod_log_messages_sql: Better logging on error
2015-03-31 Matthew Wild mod_log_events: Module to log all events on the server/host
2015-03-21 Matthew Wild mod_smacks: Don't restore filters from original session after resumption, use new filters