log

age author description
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
2019-06-25 Kim Alvefur mod_nodeinfo2: Expose service metadata per NodeInfo2
2019-10-09 Kim Alvefur mod_http_muc_log: More blue links to distinguish them as such (thanks jonas’)
2019-10-09 Kim Alvefur mod_http_muc_log: Expose xml:lang from each message/body #a11y
2019-10-09 Kim Alvefur mod_http_muc_log: Use configured room language in room title/desc #a11y
2019-10-09 Kim Alvefur mod_http_muc_log: Use <main> element to mark main content #a11y
2019-10-09 Kim Alvefur mod_http_muc_log: Declare language as English #a11y
2019-10-08 Kim Alvefur mod_xhtmlim: Default to stripping @style attribute by default
2019-10-08 Matthew Wild mod_aws_profile: New module for role-based access to AWS APIs
2019-10-06 Emmanuel Gil Peyrot mod_sms_free: Mention that 0.11 will not work due to the absence of SNI support.
2019-09-28 Emmanuel Gil Peyrot mod_bookmarks2: Fix traceback on updating from no legacy bookmarks to bookmarks 2.
2019-10-06 Emmanuel Gil Peyrot mod_sms_free: New module!
2019-10-03 Matthew Wild mod_mam: Add flag to session when it performs a MAM query
2019-10-03 JC Brand auth_token: Various updates, see below.
2019-09-29 Kim Alvefur mod_http_muc_log: Hide room join link from room listing
2019-09-29 Kim Alvefur mod_http_muc_log: Make link to join room more button-looking
2019-09-29 Kim Alvefur mod_http_muc_log: Wrap navigation in unorderded lists (thanks jonas’)
2019-09-29 Matthew Wild mod_muc_hide_media: Also strip SIMS media
2019-09-29 Matthew Wild mod_muc_media_metadata: Actually consensus is on async.wait after all
2019-09-29 Matthew Wild mod_muc_media_metadata: Include original message stanza example
2019-09-29 Matthew Wild mod_muc_media_metadata: Update namespace
2019-09-29 Matthew Wild mod_muc_media_metadata: Update for actual function named async.await()
2019-09-29 Matthew Wild mod_muc_media_metadata: Fix example config
2019-09-29 Matthew Wild mod_muc_media_metadata: Fix README filename
2019-09-29 Matthew Wild mod_muc_media_metadata: Module to automatically fetch metadata for posted media
2019-09-29 Matthew Wild mod_muc_hide_media: Module to allow hiding inline media in a MUC