log

age author description
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
2015-03-29 Kim Alvefur mod_mam_muc: Fix character limit
2015-03-25 Kim Alvefur mod_storage_gdbm: Fix name of empty table
2015-03-25 Kim Alvefur mod_storage_gdbm: Add purge action
2015-03-25 Kim Alvefur mod_storage_gdbm: Add user iterator
2015-03-25 Kim Alvefur mod_storage_gdbm: Prefix archive item keys with username to prevent collisions
2015-03-25 Kim Alvefur mod_storage_gdbm: Update archive metadata only if data write succeeds
2015-03-25 Kim Alvefur mod_storage_gdbm: Make write operation delete data when passed 'nil' as value instead of storing a literal "nil" string
2015-03-25 Kim Alvefur mod_storage_gdbm: Minor reorganization, more locals
2015-03-25 Kim Alvefur mod_storage_gdbm: Fix traceback if query is nil or no metadata exists
2015-03-24 Stuart Carnie mod_mam_muc: fix <iq type='get' to='room-bare-jid'> query
2015-03-16 Kim Alvefur mod_s2s_auth_dane: Comments and cleanup
2015-03-11 Kim Alvefur mod_http_muc_log: Alter template language to more simply allow optional bits in templates
2015-03-10 Kim Alvefur mod_munin: Implementation of the Munin collection protocol
2015-03-10 Kim Alvefur mod_measure_memory: Module for polling memory useage from Lua, meminfo() and /proc depending on availability
2015-03-10 Matthew Wild mod_statistics_statsd: Module for pushing from util.statistics (0.10) to statsd