log

age author description
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>)
2018-10-21 Matthew Wild mod_http_upload_external: Improve implementation docs, including v2 details
2018-10-15 Matthew Wild mod_test_data: New module to generate test data in Prosody's data store
2018-10-09 Kim Alvefur mod_muc_ping: Add more details to README
2018-10-09 Matthew Wild mod_password_reset: Implement password policy enforcement (requires mod_password_policy)
2018-10-09 Matthew Wild mod_password_reset: Improve password input field with additional relevant attributes
2018-10-09 Matthew Wild mod_password_reset: Improve error reporting when setting a password fails
2018-10-09 Matthew Wild mod_password_reset: Switch to util.interpolation (our standard template library)
2018-10-09 Matthew Wild mod_password_policy: Export function to get policy in use by the module
2018-10-09 Matthew Wild mod_password_policy: Return error as second result explaining failure reason
2018-10-07 Kim Alvefur mod_muc_ping: Implements the Server Optimization part of XEP-0410: MUC Self-Ping
2018-10-04 Kim Alvefur mod_conversejs: Default to latest version of Converse.js
2018-10-04 Kim Alvefur mod_conversejs: Strip extra slash if version is set to the empty string
2018-10-03 Kim Alvefur mod_pastebin: Convert limit values to strings (fixes traceback)
2018-10-03 Kim Alvefur mod_pastebin: Advertise a disco feature and current thresholds
2018-10-02 Matthew Wild mod_password_reset: New module for self-service password resets via a web page
2018-09-28 Emmanuel Gil Peyrot mod_bob: Simplify check_cid using string.match. (thanks Zash!)
2018-09-28 Emmanuel Gil Peyrot mod_bob: Add this new module.
2018-09-27 Kim Alvefur mod_http_upload: Use legacy datamanager directly (makes it work)
2018-09-27 Kim Alvefur mod_http_upload: Abort and throw error in case of failure to iterate over users
2018-09-27 Kim Alvefur mod_http_upload: Run expiry for all users if command run with a hostname
2018-09-27 Kim Alvefur mod_http_roster_admin: Add explicit dependency on mod_http
2018-09-27 Kim Alvefur mod_conversejs: Set a friendly name for mod_http_index
2018-09-27 Kim Alvefur mod_http_index: Allow listed modules to include a friendlier name
2018-09-27 Kim Alvefur mod_http_index: Tweak header
2018-09-27 Matthew Wild mod_conversejs: Update README