log

age author description
2015-05-05 Kim Alvefur mod_smacks: Add stanza counting filter when resuming session
2015-05-05 Kim Alvefur mod_smacks_offline: Monkeypatch mod_smacks to send unacked messages to offline storage IFF there was only one session
2015-05-05 Kim Alvefur mod_s2s_auth_dane: Simplify cases where there are only one SRV record
2015-05-05 Kim Alvefur mod_s2s_auth_dane: Don't count number of RRs in DNS reply if the DNS lib already did
2015-05-05 Kim Alvefur mod_statistics/prosodytop: Use the same port number to connect to as defined in the module
2015-05-05 Kim Alvefur mod_mam: Semicolons!
2015-05-05 Kim Alvefur mod_block_registrations: string.find is faster than string.match when only needing a boolean answer
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
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
2015-03-02 Kim Alvefur mod_http_muc_log: Fix alignment of month-tables (Thanks March)
2015-02-27 Matthew Wild mod_pubsub_github: Update for new Github webhook format
2015-02-27 Matthew Wild mod_pubsub_post: Module to publish to pubsub nodes from a simple HTTP POST
2015-02-26 Kim Alvefur mod_register_web: Send Content-Type headers
2015-02-25 Matthew Wild mod_onions: Depend on mod_s2s to avoid a traceback when loaded before mod_s2s
2015-02-23 Stuart Carnie mod_mam_muc: support to disable presence logging via muc_log_presences
2015-02-23 Kim Alvefur mod_tls_policy: Include which part of the cipher that did not match the policy in stream error
2015-02-20 Nicolás Kovac mod_muc_restrict_rooms: Fixed the way of getting room and user
2015-02-20 Nicolás Kovac mod_muc_restrict_rooms: Some fixes based on Matthew's comments + a few more
2015-02-20 Nicolás Kovac Adding new mod_muc_restrict_rooms module
2015-02-13 Waqas Hussain mod_auth_ldap: Fix use of ldap_search, and generalize it to support password modification as well.
2015-02-13 Waqas Hussain mod_auth_ldap: Fix nil traceback when using uninitialized LDAP connection.
2015-02-12 Waqas Hussain mod_auth_ldap: Connect to LDAP lazily, and add support for reconnects on error.
2015-02-12 Kim Alvefur mod_storage_memory: Add support for archive stores
2015-02-12 Kim Alvefur mod_storage_memory: Add support for map stores
2015-02-10 Kim Alvefur mod_http_muc_log: Switch to a calendar view for selecting dates
2015-02-08 Kim Alvefur mod_http_muc_log: Sort date list in reverse
2015-02-08 Kim Alvefur mod_storage_gdbm: Fix comparison of 'end'
2015-02-07 Kim Alvefur mod_storage_gdbm: Add support for 'limit' query parameter
2015-02-07 Kim Alvefur mod_storage_gdbm: Get 'after' parameter from correct table
2015-01-30 Kim Alvefur mod_tls_policy: Fix pattern matching
2015-01-30 Kim Alvefur mod_tls_policy: New module to enforce per-host TLS parameter policies
2015-01-26 Kim Alvefur mod_smacks: Don't attach timestamps to 'iq' stanzas
2015-01-26 Kim Alvefur mod_smacks: Remove negation of condition, most likely a leftover from debugging
2015-01-26 Kim Alvefur mod_smacks: Stanzas don't have a ':' in their name
2015-01-25 Kim Alvefur mod_storage_gdbm: Add archive support
2015-01-25 Kim Alvefur mod_storage_gdbm: Prepare for supporting multiple store types
2015-01-25 Mikael Berthe mod_admin_message: New IM-based administration console
2015-01-25 Kim Alvefur mod_storage_gdbm: Use require directly instead of util.import (which is not available in prosodyctl, breaks adduser etc)
2015-01-20 Ashley Ward Add support for IPv4 addresses in SRV injections
2015-01-18 Kim Alvefur mod_pep_vcard_avatar: Syncs avatars between PEP and vCard
2015-01-09 Kim Alvefur mod_csi: Update namespace to published version
2014-12-20 Kim Alvefur mod_http_muc_log: (template) Remove duplicate CSS property
2014-12-20 Kim Alvefur mod_query_client_ver: Query and log client software
2014-12-18 Kim Alvefur mod_mam: Make sure default_archive_policy is a boolean or "roster" (thanks souliane)
2014-12-11 syn mod_mam_archive: Fixing SQL concatenation bug
2014-12-08 Kim Alvefur mod_statistics/prosodytop.lua: Simplify and fix buffering and line separation (thanks Ge0rG)
2014-12-08 Kim Alvefur mod_statistics: Remove 'return' so SESS lines are pushed to all sessions (thanks Ge0rG)