log

age author description
2014-08-09 Kim Alvefur mod_privacy_lists: Open 'privacy' storage (module:open_store() defaults to the name of the module)
2014-08-05 Kim Alvefur mod_auth_ldap: Change default for ldap_mode to "bind", everyone seems to be using that
2014-08-05 Kim Alvefur mod_auth_ldap: Remove excess backslashes from escape pattern
2014-07-30 syn mod_mam_archive: Doing stanza deserialization after mod_storage the right way
2014-07-30 syn mod_mam_archive: Fixing issues noted in code review for 153df603f73d3b69c434f2790cff0270de14bb75
2014-07-27 Matthew Wild mod_privacy_lists: Cache privacy lists for better performance with high traffic
2014-07-27 Matthew Wild mod_privacy_lists: Import mod_privacy from 0.9
2014-07-27 Matthew Wild mod_auth_ha1: Skip commented lines
2014-07-26 Matthew Wild mod_auth_ha1: Authentication module for 'HA1' hashed credentials in a text file, as used by reTurnServer
2014-07-14 syn mod_mam_archive: Initial commit
2014-07-08 Kim Alvefur mod_profile: Fix wrong use of "current" as id for avatar data
2014-07-08 Kim Alvefur mod_profile: Add the missing <info> child element and move info attributes there
2014-07-04 Thijs Alkemade mod_onions: Actually define the variable "stanza" to contain "event.stanza", fixing problems of stanzas being dropped for outgoing connections.
2014-07-04 Thijs Alkemade mod_onions: Set the stream version to 1.0 on onionized streams, so TLS is offered.
2014-07-03 Rob Hoelz Update LDAP docs for telephone and similar fields
2014-07-03 Rob Hoelz Fix connections for LDAP tests
2014-07-03 Rob Hoelz Test telephone configuration in LDAP tests
2014-07-03 Rob Hoelz Include configuration for telephone numbers for LDAP test config
2014-07-03 Rob Hoelz Add telephone number test data
2014-06-27 Thomas Raschbacher mod_private_adhoc: initial commit of new module
2014-06-27 Kim Alvefur mod_register_web: Add dependency on mod_http
2014-06-27 Kim Alvefur mod_register_web: Use path separator from package.config
2014-06-26 Kim Alvefur mod_pubsub_hub: Update to PubSubHubbub version 0.4
2014-06-26 Kim Alvefur mod_pubsub_feeds: Check that lease time exists before comparing
2014-06-26 Kim Alvefur mod_pubsub_feeds: Handle denied subscription requests
2014-06-26 Kim Alvefur mod_pubsub_feeds: Fix refreshing of subscriptions
2014-06-26 Kim Alvefur mod_pubsub_feeds: Update to 0.4 version of PubSubHubbub
2014-06-26 Kim Alvefur mod_pubsub_feeds: Fix refresh_feeds() allways refreshing all feeds
2014-06-25 Kim Alvefur Merge
2014-06-24 daurnimator mod_statsd: Add missing `pairs` call
2014-06-24 Vadim Misbakh-Soloviov mod_muc_log, mod_muc_log_http: Make compatible with both new and old MUC API
2014-06-23 daurnimator mod_statsd: Better accounting for invites, add declines
2014-06-23 daurnimator mod_statsd: Optionally include host in prefix
2014-06-23 daurnimator mod_statsd: Clean off colons (:)
2014-06-25 Kim Alvefur mod_profile: Don't include photo in vCard4 version (use XEP-0084 instead)
2014-06-23 Kim Alvefur mod_rawdebug: Make global (like mod_admin_telnet)
2014-06-23 Kim Alvefur mod_rawdebug: Adds a telnet command for enabling logging of entire stanzas that are sent and received
2014-06-23 daurnimator mod_statsd: First commit
2014-06-21 Kim Alvefur mod_profile: Load profile into PEP on initial presence
2014-06-20 Kim Alvefur mod_profile: Don't pass old vcard data trough vcard lib
2014-06-20 Kim Alvefur mod_statistics_auth: Remove comments left from module this was based on
2014-06-20 Kim Alvefur mod_statistics_auth: Collects statistics on number of successful or failed authentication attempts
2014-06-17 Kim Alvefur mod_smacks: Backout ed2a9c00b5c4, need a better solution
2014-06-15 Kim Alvefur mod_s2s_auth_dane: Tweak log messages
2014-06-13 Kim Alvefur mod_s2s_auth_dane: Add some more info to log messages
2014-06-12 Kim Alvefur mod_s2s_auth_dane: Pause connection only if needed
2014-06-12 Kim Alvefur mod_s2s_auth_dane: Return if no certificate found
2014-06-11 Kim Alvefur mod_latex: Log debug message when actually deciding to do LaTeX replacing
2014-06-11 Kim Alvefur mod_latex: get_child_text!
2014-06-11 Kim Alvefur mod_s2s_auth_dane: Cache logger to save some table lookups and improve readability
2014-06-05 daurnimator mod_mam_muc: Use max_history_length as default for "max_archive_query_results"
2014-06-03 Kim Alvefur misc/munin/prosody_.lua: Munin script for collecting statistics from mod_statistics
2014-06-01 Vadim Misbakh-Soloviov mod_muc_limits: Make compatible with new MUC API
2014-05-31 Matthew Wild mod_log_auth: Add ability to log IPs of successful authentications too
2014-05-30 Waqas Hussain mod_saslauth_muc: Update to use new MUC API.
2014-05-30 Waqas Hussain mod_muc_intercom: Make compatible with new MUC API.
2014-05-30 Kim Alvefur mod_profile: Add id to item tag too.
2014-05-30 Kim Alvefur mod_profile: Use the item id "current" as recomended in the Singleton Nodes section of XEP-0060
2014-05-30 Kim Alvefur mod_profile: Purge nodes before publishing new items
2014-05-29 Kim Alvefur mod_auth_http_async: Async HTTP auth module