log

age author description
2019-05-05 Kim Alvefur mod_atom: Return a message instead of 404 for root path
2019-05-03 Kim Alvefur mod_storage_xmlarchive: Return error if range request reference missing items (see #1325)
2019-05-03 Kim Alvefur mod_storage_xmlarchive: Limit search to smallest time range in case of inexact match
2019-05-02 Matthew Wild mod_muc_cloud_notify: Count codepoints instead of bytes
2019-04-22 Kim Alvefur mod_bidi: Document compatibility with 0.10 and 0.11
2019-05-02 JC Brand mod_auth_token: Timezone fix for TOTP checking
2019-04-30 Matthew Wild mod_admin_web: Fix to use format strings in logger calls (thanks Ge0rG)
2019-04-28 Kim Alvefur mod_auth_ldap: Use module API for logging
2019-04-28 Kim Alvefur mod_auth_ldap: Log any error message from open_simple() when testing password
2019-04-24 Emmanuel Gil Peyrot mod_inject_ecaps2: Add a compatibility table.
2019-04-20 Kim Alvefur mod_omemo_all_access: Also not needed with Prosody 0.11
2019-04-12 Kim Alvefur mod_net_proxy: Ensure port numbers are coerced into numbers
2019-04-09 Kim Alvefur mod_turncredentials: Convert numeric attributes to strings (fixes #1339)
2019-04-09 Kim Alvefur mod_http_muc_log: Allow trailing slash after date
2019-04-06 Kim Alvefur mod_adhoc_dataforms_demo/README: Describe the new multi-step command
2019-04-06 Kim Alvefur mod_adhoc_dataforms_demo: Add a multi-step command demo
2019-04-06 Kim Alvefur mod_adhoc_dataforms_demo: Rename command node to reflect current module name
2019-04-06 Kim Alvefur mod_adhoc_dataforms_demo: Reorder form fields
2019-04-06 Kim Alvefur mod_adhoc_dataforms_demo: Remove extra 'fixed' field
2019-04-05 Kim Alvefur mod_invite: Show a different error if no token has been given
2019-04-05 Kim Alvefur mod_invite: Remove unused local variable [luacheck]
2019-04-05 Kim Alvefur mod_invite: Use path passed by http stack instead of pattern matching
2019-04-05 Kim Alvefur mod_password_reset: Remove unused local [luacheck]
2019-04-05 Kim Alvefur mod_admin_web: Ignore shadowed 'ok' variable, nothing to worry about [luacheck]
2019-04-05 Kim Alvefur Update modules using mod_http_files to serve files for change in Prosody trunk
2019-04-03 Kim Alvefur mod_muc_gc10: Abort on Prosody 0.11
2019-04-03 Kim Alvefur mod_csi_pump/README: Discourage use, point to mod_csi_simple
2019-04-03 Kim Alvefur mod_muc_lang: Abort on Prosody 0.11 which supports this natively (thanks Ge0rG)
2019-04-02 Kim Alvefur mod_csi_muc_priorities: Add a README
2019-04-02 Emmanuel Gil Peyrot mod_bookmarks: Return true when a stanza has been sent.
2019-04-02 Emmanuel Gil Peyrot mod_bookmarks: Check for item-not-found and return empty Private XML. Fixes #1265 (thanks gerald and thebigfrog!)
2019-04-02 Georg Lukas mod_limits: log throttled JID
2019-04-02 Georg Lukas mod_throttle_unsolicited: reduce debug logs, rename firewall mark
2019-04-01 Kim Alvefur mod_csi_muc_priorities: Consider own messages important (fallback if no mod_track_muc_joins)
2019-04-01 Kim Alvefur mod_csi_muc_priorities: Consider own MUC messages as important
2019-04-01 Kim Alvefur mod_csi_muc_priorities: Undo early return to make following commit clearer
2019-04-01 Kim Alvefur mod_csi_muc_priorities: Sort list of JIDs
2019-04-01 Kim Alvefur mod_csi_muc_priorities: Allow specifying which MUC JIDs are less important
2019-04-01 Kim Alvefur mod_csi_muc_priorities: Add a comment
2019-04-01 Kim Alvefur mod_csi_muc_priorities: Break out room jid into a variable
2019-04-01 Kim Alvefur mod_csi_muc_priorities: Remove dependency on mod_track_muc_joins
2019-03-31 Kim Alvefur mod_csi_muc_priorities: Reduce importance of group chat messages
2019-03-31 Kim Alvefur mod_pubsub_github: Assume unspecified event is 'push' if there are commits in payload
2019-03-31 Kim Alvefur mod_pubsub_github: Rearrange code to make it easier to handle other event types
2019-03-31 Kim Alvefur mod_pubsub_github: Get event type from payload (should work with gitlab)
2019-03-31 Kim Alvefur mod_pubsub_github/README: Specify language of code block for pretty syntax highlighting
2019-03-31 Kim Alvefur mod_pubsub_github/README: Include 'github_secret' in example since it's required
2019-03-31 Kim Alvefur mod_pubsub_github: Reorder code to prepare for more code reordering
2019-03-31 Kim Alvefur mod_pubsub_github: Rename variable to avoid name clash [luacheck]
2019-03-31 Kim Alvefur luacheckrc: Update API method list from prosody
2019-03-31 Kim Alvefur luacheckrc: Copy line length setting from prosody
2019-03-31 Kim Alvefur mod_pubsub_github: Include a summary field in payload
2019-03-31 Kim Alvefur mod_pubsub_github: Add some spacing to improve readability
2019-03-31 Kim Alvefur mod_pubsub_github: Lift signature validation from mod_pubsub_post
2019-03-31 Kim Alvefur mod_pubsub_github: Only put first line of commit message in title, rest in content
2019-03-31 Kim Alvefur mod_pubsub_github: Fix publish date
2019-03-31 Kim Alvefur mod_pubsub_github: Add support for publishing to multiple node based on repository
2019-03-31 Kim Alvefur mod_pubsub_github: Publish with item id set to commit hash (BC)
2019-03-31 Kim Alvefur mod_pubsub_github: Require a secret to be set (BC)
2019-03-31 Kim Alvefur mod_pubsub_github: Add support for specifying an actor with less privileges
2019-03-31 Kim Alvefur mod_pubsub_github: Abort on unknown github events
2019-03-31 Kim Alvefur mod_pubsub_github/README: Mark up options as code snippets
2019-03-31 Kim Alvefur mod_pubsub_github/README: Fix 'labels' metafield to be a list
2019-03-31 Kim Alvefur mod_pubsub_github: Log debug message before attempting to publish
2019-03-31 Kim Alvefur mod_pubsub_github: Return appropriate status code on failure to publish
2019-03-31 Kim Alvefur mod_pubsub_github: Send sensible status codes
2019-03-31 Kim Alvefur mod_csi_grace_period: Server-side grace period logic for CSI
2019-03-30 Kim Alvefur mod_pubsub_post/README: Set stage label to stable
2019-03-30 Kim Alvefur mod_pubsub_post/README: Mention use as a webhook receiver
2019-03-30 Kim Alvefur mod_pubsub_post: Make debug messages more informative
2019-03-30 Kim Alvefur mod_pubsub_post: Restructure authentication and authorization (BC)
2019-03-30 Kim Alvefur mod_pubsub_post/README: Fix some typos
2018-08-24 Kim Alvefur mod_pubsub_post: Add support for WebSub authentication
2019-03-29 marc0s offline_hints: discard no-store hinted messages at mod_offline
2019-03-29 marc0s muc_mam_markers: store chat markers in the Group Chat archives
2019-03-29 marc0s muc_notifications: notify non-present members of new messages
2019-03-28 Kim Alvefur mod_bookmarks/README: Mention XEP 411
2019-02-25 Kim Alvefur mod_map: Experimental module exposing MAM summary
2019-03-24 Kim Alvefur mod_conversejs/README: Update text about mod_bosh and mod_websocket
2019-03-24 Kim Alvefur mod_conversejs: Add dependency on mod_bookmarks
2019-03-22 Matthew Wild mod_smacks: Raise error on out-of-range config options (thanks marc0s)
2019-03-19 Kim Alvefur mod_conversejs: Show fallback text if converse.js fails to load (thanks MattJ)
2019-03-17 Kim Alvefur mod_storage_xmlarchive: Remove per day files during migration
2019-03-18 tmolitor mod_csi_battery_saver: fix typo in util.stanza:get_child()
2019-03-15 Kim Alvefur mod_pubsub_text_interface: Remove unused variable [luacheck]
2019-03-15 Kim Alvefur mod_pubsub_text_interface: Add command for listing current subscriptions
2019-03-14 Kim Alvefur mod_bookmarks: Use correct variable, fixes a traceback (thanks dan)
2019-03-13 Kim Alvefur mod_http_muc_log: Split long line [luacheck]
2019-03-13 Kim Alvefur mod_http_muc_log: Add functionality for hiding joins and parts
2019-03-13 Matthew Wild mod_pastebin: Update compatibility docs (thanks Ge0rG)
2019-03-11 Matthew Wild mod_firewall: Improve debug logging for chain results
2019-03-07 jeybe mod_invite: Made web pages responsive
2019-03-08 Matthew Wild mod_csi_battery_saver: Remove patched stanza:find() method and reduce Carbons-related code
2019-03-07 Kim Alvefur mod_invite: Fire event that signals that an user has registered (thanks jeybe)
2019-03-06 Georg Lukas mod_smacks: apply resumed logger and type to new session, fix #1229
2019-03-06 Georg Lukas mod_smacks: improved debug logging
2019-03-06 Georg Lukas mod_smacks: no crash on <a> without @h, fix #1317
2019-03-06 Emmanuel Gil Peyrot mod_bookmarks: Actually save node config
2019-03-06 Emmanuel Gil Peyrot mod_cache_c2s_caps: Use the correct argument, and check for origin’s nil-ness
2019-03-05 Emmanuel Gil Peyrot mod_http_avatar: Announce 0.11 works
2019-03-05 Emmanuel Gil Peyrot mod_bookmarks: Remove unused bookmarks/updated event
2019-02-28 JC Brand mod_auth_token: Check realm against module.host
2019-02-26 JC Brand mod_auth_token: Update README.
2019-02-24 Emmanuel Gil Peyrot mod_delay: Remove this module, it is never useful
2019-02-19 Kim Alvefur mod_storage_muc_log: Remove unused variable [luacheck]
2019-02-19 Kim Alvefur mod_storage_muc_log: Return 'with' property for items (API conformance)
2019-02-15 Emmanuel Gil Peyrot mod_mam_muc: Mention that this MAM version is legacy.
2019-02-15 Emmanuel Gil Peyrot mod_mam_muc: Explicit which namespace MAM version 0.5 implements.
2019-02-15 Emmanuel Gil Peyrot mod_mam_muc: Add compatibility note for 0.11 (thanks Ge0rG!)
2019-02-14 Matthew Wild mod_cache_c2s_caps: Fail to load if module:send_iq() is not available
2019-02-13 marc0s mod_muc_mam_hints: Respect XEP-0334 hints in MUC messages
2019-02-07 Kim Alvefur mod_storage_xmlarchive: Add some debug logging
2019-02-03 Emmanuel Gil Peyrot mod_cache_c2s_caps: Only advertise support for trunk until further notice. Fixes #1311.
2019-01-24 Kim Alvefur mod_storage_xmlarchive/README: And don't have prosody running at the same time
2019-01-24 Kim Alvefur mod_storage_xmlarchive/README: Add reminder about backups
2019-01-23 Kim Alvefur mod_muc_log/README: Update compatibility
2019-01-23 Kim Alvefur mod_storage_muc_log/README: Update compatibility
2019-01-22 Emmanuel Gil Peyrot mod_cache_c2s_caps: Unset the caps_cache also on errors due to the result validation.
2019-01-22 Emmanuel Gil Peyrot mod_cache_c2s_caps: Add a missing return when the hash is wrong.
2019-01-22 Emmanuel Gil Peyrot mod_cache_c2s_caps: Switch to the new module:send_iq() API.