log

age author description
2018-12-23 Kim Alvefur mod_muc_limits: Simplify bypass for affiliated users
2018-12-23 Kim Alvefur mod_muc_limits: Add support for new MUC API in Prosody 0.11
2018-12-23 Emmanuel Gil Peyrot mod_adhoc_account_management: Reduce indentation of one in the main function.
2018-12-23 Kim Alvefur mod_secure_interfaces: Prevent starttls on connections marked secure (fixes #1274)
2018-12-23 Matthew Wild mod_statistics: Update 'top' to (hopefully) work with Prosody 0.11/Lua 5.2
2018-12-22 Kim Alvefur mod_pubsub_text_interface/README: Add lost _
2018-12-22 Kim Alvefur mod_pubsub_text_interface/README: Add a Compatibility section
2018-12-22 Kim Alvefur mod_pubsub_text_interface/README: Document the 'last' command
2018-12-22 Kim Alvefur mod_pubsub_text_interface/README: Normalize Markdown syntax
2018-12-22 Kim Alvefur mod_pubsub_stats/README: Link to docs for Prosodys statistics
2018-12-22 Kim Alvefur mod_pubsub_stats: Sort summary
2018-12-22 Kim Alvefur mod_pubsub_stats: Generate a textual summary for notifications
2018-12-18 Kim Alvefur mod_bidi: Mark as Stable
2018-12-16 Kim Alvefur mod_offline_email: Allow LuaSocket to pollute the global scope, fixes traceback (*sigh*)
2018-12-13 Kim Alvefur mod_xhtmlim: Turn unknown elements into <span>
2018-12-13 Matthew Wild mod_muc_ban_ip: Improve logging to use session, and log when a ban is enforced
2018-12-11 Kim Alvefur mod_muc_limits: Document brokenness with 0.11.x
2018-12-11 Kim Alvefur mod_motd_sequential: Fix typo (fixes unintentional global access)
2018-12-11 Kim Alvefur mod_motd_sequential: Fix for deprecation of global routing functions (fixes #1258)
2018-12-08 Kim Alvefur mod_prometheus/README: Add line for 0.11 in compat section
2018-12-08 Kim Alvefur mod_minimix: Fix typo in comment
2018-12-06 Matthew Wild mod_devices: New module for device identification
2018-12-05 Matthew Wild mod_csi: Update README
2018-12-05 Matthew Wild mod_csi: Backport 989cf872d5c0 from Prosody 0.11 to preserve compatibility
2018-12-01 Kim Alvefur Merge with goffi
2018-12-01 Kim Alvefur mod_s2s_auth_monkeysphere: Remove blocking mode (simplifes code) (not tested)
2018-12-01 Kim Alvefur mod_s2s_auth_monkeysphere/README: Normalize markdown
2018-12-01 Kim Alvefur mod_auth_external/README: Update mentioning 0.11.x
2018-12-01 Kim Alvefur mod_auth_external/README: Update to reflect non-blocking by default
2018-12-01 Kim Alvefur mod_auth_external: Use blocking mode by default as non-blocking is experimental but available in 0.11.x
2018-12-01 Goffi mod_privilege: fixed routing issue with message permission:
2018-12-01 Goffi mod_delegation: avoid crash on recent prosody versions
2018-11-30 Michel Le Bihan mod_e2e_policy: Fix an error with getting stanza from event
2018-11-30 Michel Le Bihan mod_e2e_policy: Verify that the bare JID of stanza to and from is not in the whitelist
2018-11-22 Matthew Wild mod_password_reset: Fix titles for consistency
2018-11-22 Matthew Wild mod_password_reset: Adjust form slightly after user testing
2018-11-22 Matthew Wild mod_password_reset: Add magic viewport tag to make reset pages mobile-friendly
2018-11-22 Kim Alvefur mod_muc_ping: Update README to mention 0.11.x as separate from trunk
2018-11-18 Emmanuel Gil Peyrot mod_http_upload: Disallow POST in CORS
2018-11-18 Emmanuel Gil Peyrot mod_http_upload: Remove extra check for Origin HTTP header
2018-11-18 Matthew Wild mod_http_upload: Relocate function definition to avoid traceback
2018-11-18 Matthew Wild mod_http_upload: Also add CORS headers in response to PUT
2018-11-18 Matthew Wild mod_http_upload: Add CORS headers for web clients (untested)
2018-11-17 JC Brand mod_muc_cloud_notify: README updates
2018-11-11 Emmanuel Gil Peyrot mod_measure_client_features: Add a module to count the features of each connected client
2018-11-07 Kim Alvefur mod_presence_cache: Set delay source to bare JID instead of host
2018-11-07 Kim Alvefur mod_register_web: Add soft dependency on mod_register_limits (0.11+)
2018-11-07 Matthew Wild mod_firewall: Improve logging on chain return
2018-11-06 Emmanuel Gil Peyrot mod_measure_message_e2ee: Count OTR messages too.
2018-11-06 Kim Alvefur mod_http_upload: Fix order of arguments to :measure
2018-11-04 Emmanuel Gil Peyrot mod_bob: Don’t try to access XHTML-IM when it isn’t present.
2018-10-29 Kim Alvefur mod_measure_malloc: Use the 'amount' measure type
2018-10-29 Kim Alvefur mod_http_upload: Report statistics on upload sizes (0.10+)
2018-10-29 Kim Alvefur mod_measure_memory: Use the 'amount' measure type
2018-10-28 Kim Alvefur mod_mam_muc: Log to debug log whether a message is archived or not
2018-10-26 Kim Alvefur mod_conversejs: Weaken dependency on mod_bosh
2018-10-25 Kim Alvefur mod_conversejs: Link to BOSH and WebSockets setup instructions instead of module pages
2018-10-21 Kim Alvefur mod_storage_memory: Fix saving of remaining items during deletion
2018-10-21 Matthew Wild mod_http_upload_external: Add note about correct behaviour in the presence of multiple versions
2018-10-21 Matthew Wild mod_http_upload_external: Fix typo/copy-paste issues in headers (thanks jonas<U+2019>)