log

age author description
2015-10-01 Kim Alvefur mod_openid/README: Convert raw HTML to emphasis
2015-10-01 Kim Alvefur mod_auth_ccert/README: Recomend cacert instead of capath
2015-09-30 Kim Alvefur mod_http_logging: MIT
2015-09-30 Kim Alvefur mod_http_logging: Produce HTTP logs in the style of Apache
2015-09-29 Kim Alvefur mod_smacks: Add experimental resending of unacked messages in s2s queues (disabled by default)
2015-09-29 Kim Alvefur mod_checkcerts: Improve error handling when loading certificate
2015-09-29 Kim Alvefur mod_checkcerts: Improve logic for finding an ssl section with a certificate
2015-09-27 Kim Alvefur mod_watchuntrusted: Add support for SHA-256 hash in message
2015-09-27 Kim Alvefur mod_watchuntrusted: Fix periodic cleanup to run more than once
2015-09-27 Kim Alvefur mod_smacks/README: Update link to 0.8 version
2015-09-27 Kim Alvefur mod_s2s_auth_fingerprint: Limit number of replacements instead of stripping extra separators
2015-09-24 Michael Töglhofer mod_http_upload.lua: use official namespace from XEP-0363
2015-09-23 Kim Alvefur mod_filter_chatstates: Link to mod_csi
2015-09-23 Kim Alvefur mod_csi/README: Link to XEP
2015-09-23 Kim Alvefur mod_csi: Add links to other modules that act on CSI info
2015-09-23 Kim Alvefur mod_log_mark/README: Also mention logging
2015-09-22 Kim Alvefur mod_log_mark: Module that sends a line to the log once per minute
2015-09-21 Kim Alvefur mod_filter_chatstates: Revert filter-to-nothing hack
2015-09-21 Kim Alvefur mod_throttle_presence: Skip past things that are not stanza objects
2015-09-21 Kim Alvefur mod_filter_chatstates: Break out maptags filter into a stateless function
2015-09-21 Kim Alvefur mod_admin_web,mod_carbons,mod_csi_compat,mod_mam_muc,mod_tcpproxy: Explicitly return true
2015-09-19 Kim Alvefur mod_candy: Update to work with a stable release instead of git (which no longer works)
2015-09-18 Kim Alvefur mod_firewall: Fix missing import of util.set (used to be global)
2015-09-17 Kim Alvefur mod_http_upload/README: Fix typo (thanks you-know-who-you-are)
2015-09-17 Kim Alvefur mod_http_upload/README: More explaining text
2015-09-17 Kim Alvefur mod_http_upload/README: Reorder text and mention what the examples are
2015-09-14 Kim Alvefur mod_lastlog/README: Adjust formatting / indentation to help pandoc produce fancy html
2015-09-14 Kim Alvefur mod_limit_auth: Add README
2015-09-14 Kim Alvefur mod_benchmark_storage: Add README
2015-09-14 Kim Alvefur mod_admin_probe: Add README
2015-09-14 Kim Alvefur mod_admin_blocklist: Add README
2015-09-14 Kim Alvefur mod_limit_auth: Get rid of old inactive throttle objects
2015-09-14 Kim Alvefur mod_cloud_notify/README: Sentence was missing the ending
2015-09-14 Kim Alvefur mod_cloud_notify/README: XEP-0357 changed name to Push Notifications
2015-09-14 Kim Alvefur mod_http_upload: Add support for a file size limit
2015-09-14 Kim Alvefur mod_http_upload: Include failure reason in error response
2015-09-14 Kim Alvefur mod_http_upload: Log a message with the upload URL and storage path for easy discovery
2015-09-14 Kim Alvefur mod_http_upload: Cache first-level child <request> in local variable
2015-09-14 Kim Alvefur mod_http_upload/README: Say it works with 0.9+
2015-09-13 Kim Alvefur mod_proctitle: Add README
2015-09-13 Kim Alvefur mod_tls_policy/README: Fix summary so modules.prosody.im understands it
2015-09-13 Kim Alvefur mod_dwd/README: Fix compatibility table
2015-09-12 Kim Alvefur mod_tls_policy/README: Reflow and strip trailing whitespace (pandoc thougt it meant explicit line breaks)
2015-09-12 Kim Alvefur mod_tls_policy: Add README
2015-09-11 Kim Alvefur mod_mam_sql, mod_mam_muc_sql: Begone, unsupported and unmaintained experiments
2015-09-11 Kim Alvefur mod_http_upload/README: Point to Prosodys HTTP docs
2015-09-09 Kim Alvefur mod_adhoc_blacklist/README: Hint at how to find the command
2015-09-09 Kim Alvefur mod_s2s_auth_dane/README: Note about LuaSec
2015-09-09 Kim Alvefur mod_s2s_auth_dane/README: Describe DANE uses
2015-09-09 Kim Alvefur mod_s2s_auth_dane/README: Bump heading levels (modules.prosody.im decreases them one step) and fix some missing spaces
2015-09-09 Kim Alvefur mod_mam/README: Reorganise config options under sub-headings and rewrite description of options
2015-09-09 Kim Alvefur mod_pastebin/README: Try to clarify the config differences in 0.9+
2015-09-07 Kim Alvefur mod_muc_limits/README: Footnote formatting so pandoc understands it
2015-09-07 Kim Alvefur mod_http_muc_log: If archive driver provides the dates method, use it
2015-09-07 Kim Alvefur mod_storage_xmlarchive: Expose method for getting a list of dates which do have messages
2015-09-05 Matthew Wild mod_http_user_count: Support for host and MUC session counts
2015-09-03 Kim Alvefur mod_filter_chatstates: Hack to make sure session.send does not return nil which may break things sometimes
2015-09-03 Kim Alvefur mod_http_index: Add README file
2015-09-03 Kim Alvefur mod_http_index: Move template out into a file and make it configurable
2015-09-03 Kim Alvefur mod_http_index: Remove unused CSS (it was copied as-is from mod_http_muc_log)