log

age author description
2019-12-21 Kim Alvefur mod_s2s_keepalive: Use a watchdog to close unresponsive sessions (fixes #1457)
2019-12-21 Kim Alvefur mod_s2s_keepalive: Ping remotes we only have s2sin established from
2019-12-19 andrewhotlab mod_auth_imap: send CRLF instead LF, in order to be compliant with RFC3501
2019-12-13 Matthew Wild mod_email: Initial prototype module that allows other modules to send email
2019-12-10 Kim Alvefur mod_firewall: Fix typo [codespell]
2019-12-09 Kim Alvefur mod_presence_cache: Fix traceback due to changes in trunk
2019-12-08 Matthew Wild mod_reload_modules: Accept a list of global modules to reload
2019-11-23 Kim Alvefur mod_log_json: Deregister log sink on unload
2019-11-23 Kim Alvefur mod_http_muc_log: Set a http app title
2019-11-23 Kim Alvefur mod_http_index: Hide http apps that haven't set a title by default
2019-11-21 Kim Alvefur mod_storage_xmlarchive: Log error writing XML since datamanager doesn't
2019-08-25 Kim Alvefur mod_csi_muc_priorities: Add a high priority list (BC)
2019-11-17 Kim Alvefur mod_register_web: Set a (configurable) HTTP app title
2019-11-17 Kim Alvefur mod_http_index: Only show http apps that include a title by default
2019-11-17 Kim Alvefur mod_http_index/README: Split out advanced settings into its own section
2019-11-17 Kim Alvefur mod_http_muc_log: Refactor calendarization of date list into a template filter BC
2019-11-17 Kim Alvefur mod_http_muc_log: Fix sorting months
2019-11-13 Kim Alvefur mod_log_json: Use correct method to specify remote endpoint
2019-11-13 Kim Alvefur mod_log_json: Fix to include underscore in UDP details in the other spot
2019-11-13 Kim Alvefur mod_log_json: Add UDP support
2019-11-13 Kim Alvefur mod_log_json/README: Add a sentence about the first example
2019-11-13 Emmanuel Gil Peyrot mod_bookmarks2: Add tests.
2019-11-13 Emmanuel Gil Peyrot mod_bookmarks2: Delete legacy PEP bookmarks whenever they get recreated, to prevent them from being used.
2019-11-13 Emmanuel Gil Peyrot mod_bookmarks2: Remove unused variables.
2019-11-13 Emmanuel Gil Peyrot mod_bookmarks2: Also migrate legacy PEP bookmarks (current XEP-0048).
2019-11-13 Emmanuel Gil Peyrot mod_bookmarks2: Use the correct error when failing to retrieve bookmarks2 to reply to Private XML request.
2019-11-13 Emmanuel Gil Peyrot mod_bookmarks2: Don’t purge or remove inexistant items when synchronising existing Private XML data.
2019-11-13 Emmanuel Gil Peyrot mod_bookmarks2: Simplify for loop (thanks MattJ!).
2019-11-04 Kim Alvefur mod_conversejs: Use the fullscreen view mode by default
2019-11-03 Kim Alvefur mod_log_json: Prettify JSON for readability
2019-11-03 Kim Alvefur mod_log_json: Add a README
2019-11-03 Kim Alvefur mod_log_json: Open file in read+append mode
2019-11-03 Kim Alvefur mod_log_json: Use filename from logging config
2018-10-18 Kim Alvefur mod_log_json: JSON log sink
2019-11-03 Kim Alvefur mod_warn_legacy_tls: Log debug message for acceptable TLS versions
2019-11-03 Kim Alvefur mod_warn_legacy_tls: Log a warning attached to sessions using deprecated TLS versions
2019-11-03 Kim Alvefur mod_s2s_keepalive: Add 0.11 in Compatibility table
2019-11-03 Kim Alvefur mod_warn_legacy_tls: Add a README
2019-11-03 Kim Alvefur mod_warn_legacy_tls: Adapt to warn about TLS < 1.2
2019-11-03 Kim Alvefur mod_warn_legacy_tls: Copy of mod_sslv3_warn for TLS now that <1.2 is becoming obsolete
2019-11-01 Kim Alvefur mod_register_web: Enforce strict username validation (on trunk, ignored otherwise)
2019-11-01 Kim Alvefur mod_register_web: Fix to use real client IP in case of proxy forwarding (thanks Sebastian)
2019-11-01 Kim Alvefur mod_s2s_keepalive: Remove support for obsolete Prosody 0.8
2019-10-20 Kim Alvefur mod_http_muc_log: Add comment about the routing of years and logs pages
2019-10-19 Kim Alvefur mod_bidi: Recommend switching to native module on Prosody trunk
2019-10-19 Kim Alvefur mod_bidi: Make compatible Prosody after rev b36765ab0ae3 (fixes #1450)
2019-10-13 Kim Alvefur mod_pubsub_post/README: Add an example of curl-ing Atom data
2019-10-13 Kim Alvefur mod_http_muc_log: Add arrow to 'latest' link like on other navigation
2019-10-13 Kim Alvefur mod_http_muc_log: Add add an arrow to upwards navigation links (like on next/prev)
2019-10-13 Kim Alvefur mod_http_muc_log: Add button-link to webchat URL if one is set via mod_muc_webchat_url
2019-10-13 Kim Alvefur mod_http_muc_log: Compose page title from room data
2019-10-13 Kim Alvefur mod_http_muc_log: Add date metadata to log pages
2019-10-12 Kim Alvefur mod_http_upload: Skip custom HEAD handling on recent Prosody trunk
2019-10-12 Kim Alvefur mod_http_altconnect: Handle connection modules being global or host-local
2019-10-11 Kim Alvefur mod_conversejs: Update compatibility section, pretty sure it works with 0.11
2019-10-10 Emmanuel Gil Peyrot mod_nodeinfo2: Store and restore the total message count.
2019-10-10 Kim Alvefur mod_http_altconnect: Add a stub README (thanks JC for reminding me this existed)
2019-10-10 Emmanuel Gil Peyrot mod_nodeinfo2: Fetch active users from mod_lastlog.
2019-10-10 Emmanuel Gil Peyrot mod_nodeinfo2: Retrieve message count from mod_measure_message_e2ee for localPosts and localComments.
2019-10-10 Kim Alvefur mod_nodeinfo2: Add some TODOs