log

age author description
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
2019-09-28 Kim Alvefur mod_csi_grace_period: Fix to store state on correct table
2019-09-28 Kim Alvefur mod_register_web: Fix traceback if captcha_reply is left out of the form (thanks woffs)
2019-09-28 Emmanuel Gil Peyrot mod_bookmarks, mod_bookmarks2: Refuse to load if the other one is also loaded.
2019-09-28 Emmanuel Gil Peyrot mod_bookmarks2: Add new module.
2019-09-18 Kim Alvefur mod_telnet_tlsinfo: Mark as obsolete since this is included in mod_admin_telnet
2019-09-17 Kim Alvefur mod_muc_webchat_url: Fix default url
2019-09-17 Kim Alvefur mod_muc_webchat_url/README: Fix template option name
2019-09-17 Kim Alvefur mod_muc_webchat_url: Don't save templated value
2019-09-17 Kim Alvefur mod_muc_webchat_url: Advertise the URL to a webchat in disco#info
2019-09-14 Kim Alvefur mod_bidi: Link to mod_s2s_bidi
2019-09-11 Maxime “pep” Buquet mod_muc_occupant_id: add TODO regarding MAM handling
2019-09-08 Emmanuel Gil Peyrot mod_jid_prep: Update the README to point to XEP-0328.
2019-09-02 Kim Alvefur mod_auth_any: Merged into Prosody as mod_auth_insecure
2019-09-02 Kim Alvefur mod_storage_memory: Also merged into core
2019-09-02 Kim Alvefur Mark some modules as Merged
2019-09-02 Kim Alvefur mod_profile: Mark as Unmaintained