Log

description author age
mod_http_muc_log: Increase clickable area on dates Kim Alvefur 2019-05-05
mod_http_muc_log: Add table header and body tags for improved semantics Kim Alvefur 2019-05-05
mod_http_muc_log: Sort room listing by jid for stable order Kim Alvefur 2019-05-05
mod_http_index: Improve page title Kim Alvefur 2019-05-05
mod_http_pep_avatar/README: Mark up example URL as code snippet Kim Alvefur 2019-05-05
mod_http_pep_avatar: Return a message instead of 404 for base path Kim Alvefur 2019-05-05
mod_atom/README: Add some text about where to look for the atom feed Kim Alvefur 2019-05-05
mod_atom: Return a message instead of 404 for root path Kim Alvefur 2019-05-05
mod_storage_xmlarchive: Return error if range request reference missing items (see #1325) Kim Alvefur 2019-05-03
mod_storage_xmlarchive: Limit search to smallest time range in case of inexact match Kim Alvefur 2019-05-03
mod_muc_cloud_notify: Count codepoints instead of bytes Matthew Wild 2019-05-02
mod_bidi: Document compatibility with 0.10 and 0.11 Kim Alvefur 2019-04-22
mod_auth_token: Timezone fix for TOTP checking JC Brand 2019-05-02
mod_admin_web: Fix to use format strings in logger calls (thanks Ge0rG) Matthew Wild 2019-04-30
mod_auth_ldap: Use module API for logging Kim Alvefur 2019-04-28
mod_auth_ldap: Log any error message from open_simple() when testing password Kim Alvefur 2019-04-28
mod_inject_ecaps2: Add a compatibility table. Emmanuel Gil Peyrot 2019-04-24
mod_omemo_all_access: Also not needed with Prosody 0.11 Kim Alvefur 2019-04-20
mod_net_proxy: Ensure port numbers are coerced into numbers Kim Alvefur 2019-04-12
mod_turncredentials: Convert numeric attributes to strings (fixes #1339) Kim Alvefur 2019-04-09
mod_http_muc_log: Allow trailing slash after date Kim Alvefur 2019-04-09
mod_adhoc_dataforms_demo/README: Describe the new multi-step command Kim Alvefur 2019-04-06
mod_adhoc_dataforms_demo: Add a multi-step command demo Kim Alvefur 2019-04-06
mod_adhoc_dataforms_demo: Rename command node to reflect current module name Kim Alvefur 2019-04-06
mod_adhoc_dataforms_demo: Reorder form fields Kim Alvefur 2019-04-06
mod_adhoc_dataforms_demo: Remove extra 'fixed' field Kim Alvefur 2019-04-06
mod_invite: Show a different error if no token has been given Kim Alvefur 2019-04-05
mod_invite: Remove unused local variable [luacheck] Kim Alvefur 2019-04-05
mod_invite: Use path passed by http stack instead of pattern matching Kim Alvefur 2019-04-05
mod_password_reset: Remove unused local [luacheck] Kim Alvefur 2019-04-05
mod_admin_web: Ignore shadowed 'ok' variable, nothing to worry about [luacheck] Kim Alvefur 2019-04-05
Update modules using mod_http_files to serve files for change in Prosody trunk Kim Alvefur 2019-04-05
mod_muc_gc10: Abort on Prosody 0.11 Kim Alvefur 2019-04-03
mod_csi_pump/README: Discourage use, point to mod_csi_simple Kim Alvefur 2019-04-03
mod_muc_lang: Abort on Prosody 0.11 which supports this natively (thanks Ge0rG) Kim Alvefur 2019-04-03
mod_csi_muc_priorities: Add a README Kim Alvefur 2019-04-02
mod_bookmarks: Return true when a stanza has been sent. Emmanuel Gil Peyrot 2019-04-02
mod_bookmarks: Check for item-not-found and return empty Private XML. Fixes #1265 (thanks gerald and thebigfrog!) Emmanuel Gil Peyrot 2019-04-02
mod_limits: log throttled JID Georg Lukas 2019-04-02
mod_throttle_unsolicited: reduce debug logs, rename firewall mark Georg Lukas 2019-04-02
mod_csi_muc_priorities: Consider own messages important (fallback if no mod_track_muc_joins) Kim Alvefur 2019-04-01
mod_csi_muc_priorities: Consider own MUC messages as important Kim Alvefur 2019-04-01
mod_csi_muc_priorities: Undo early return to make following commit clearer Kim Alvefur 2019-04-01
mod_csi_muc_priorities: Sort list of JIDs Kim Alvefur 2019-04-01
mod_csi_muc_priorities: Allow specifying which MUC JIDs are less important Kim Alvefur 2019-04-01
mod_csi_muc_priorities: Add a comment Kim Alvefur 2019-04-01
mod_csi_muc_priorities: Break out room jid into a variable Kim Alvefur 2019-04-01
mod_csi_muc_priorities: Remove dependency on mod_track_muc_joins Kim Alvefur 2019-04-01
mod_csi_muc_priorities: Reduce importance of group chat messages Kim Alvefur 2019-03-31
mod_pubsub_github: Assume unspecified event is 'push' if there are commits in payload Kim Alvefur 2019-03-31
mod_pubsub_github: Rearrange code to make it easier to handle other event types Kim Alvefur 2019-03-31
mod_pubsub_github: Get event type from payload (should work with gitlab) Kim Alvefur 2019-03-31
mod_pubsub_github/README: Specify language of code block for pretty syntax highlighting Kim Alvefur 2019-03-31
mod_pubsub_github/README: Include 'github_secret' in example since it's required Kim Alvefur 2019-03-31
mod_pubsub_github: Reorder code to prepare for more code reordering Kim Alvefur 2019-03-31
mod_pubsub_github: Rename variable to avoid name clash [luacheck] Kim Alvefur 2019-03-31
luacheckrc: Update API method list from prosody Kim Alvefur 2019-03-31
luacheckrc: Copy line length setting from prosody Kim Alvefur 2019-03-31
mod_pubsub_github: Include a summary field in payload Kim Alvefur 2019-03-31
mod_pubsub_github: Add some spacing to improve readability Kim Alvefur 2019-03-31
mod_pubsub_github: Lift signature validation from mod_pubsub_post Kim Alvefur 2019-03-31
mod_pubsub_github: Only put first line of commit message in title, rest in content Kim Alvefur 2019-03-31
mod_pubsub_github: Fix publish date Kim Alvefur 2019-03-31
mod_pubsub_github: Add support for publishing to multiple node based on repository Kim Alvefur 2019-03-31
mod_pubsub_github: Publish with item id set to commit hash (BC) Kim Alvefur 2019-03-31
mod_pubsub_github: Require a secret to be set (BC) Kim Alvefur 2019-03-31
mod_pubsub_github: Add support for specifying an actor with less privileges Kim Alvefur 2019-03-31
mod_pubsub_github: Abort on unknown github events Kim Alvefur 2019-03-31
mod_pubsub_github/README: Mark up options as code snippets Kim Alvefur 2019-03-31
mod_pubsub_github/README: Fix 'labels' metafield to be a list Kim Alvefur 2019-03-31
mod_pubsub_github: Log debug message before attempting to publish Kim Alvefur 2019-03-31
mod_pubsub_github: Return appropriate status code on failure to publish Kim Alvefur 2019-03-31
mod_pubsub_github: Send sensible status codes Kim Alvefur 2019-03-31
mod_csi_grace_period: Server-side grace period logic for CSI Kim Alvefur 2019-03-31
mod_pubsub_post/README: Set stage label to stable Kim Alvefur 2019-03-30
mod_pubsub_post/README: Mention use as a webhook receiver Kim Alvefur 2019-03-30
mod_pubsub_post: Make debug messages more informative Kim Alvefur 2019-03-30
mod_pubsub_post: Restructure authentication and authorization (BC) Kim Alvefur 2019-03-30
mod_pubsub_post/README: Fix some typos Kim Alvefur 2019-03-30
mod_pubsub_post: Add support for WebSub authentication Kim Alvefur 2018-08-24
offline_hints: discard no-store hinted messages at mod_offline marc0s 2019-03-29
muc_mam_markers: store chat markers in the Group Chat archives marc0s 2019-03-29
muc_notifications: notify non-present members of new messages marc0s 2019-03-29
mod_bookmarks/README: Mention XEP 411 Kim Alvefur 2019-03-28
mod_map: Experimental module exposing MAM summary Kim Alvefur 2019-02-25
mod_conversejs/README: Update text about mod_bosh and mod_websocket Kim Alvefur 2019-03-24
mod_conversejs: Add dependency on mod_bookmarks Kim Alvefur 2019-03-24
mod_smacks: Raise error on out-of-range config options (thanks marc0s) Matthew Wild 2019-03-22
mod_conversejs: Show fallback text if converse.js fails to load (thanks MattJ) Kim Alvefur 2019-03-19
mod_storage_xmlarchive: Remove per day files during migration Kim Alvefur 2019-03-17
mod_csi_battery_saver: fix typo in util.stanza:get_child() tmolitor 2019-03-18
mod_pubsub_text_interface: Remove unused variable [luacheck] Kim Alvefur 2019-03-15
mod_pubsub_text_interface: Add command for listing current subscriptions Kim Alvefur 2019-03-15
mod_bookmarks: Use correct variable, fixes a traceback (thanks dan) Kim Alvefur 2019-03-14
mod_http_muc_log: Split long line [luacheck] Kim Alvefur 2019-03-13
mod_http_muc_log: Add functionality for hiding joins and parts Kim Alvefur 2019-03-13
mod_pastebin: Update compatibility docs (thanks Ge0rG) Matthew Wild 2019-03-13
mod_firewall: Improve debug logging for chain results Matthew Wild 2019-03-11
mod_invite: Made web pages responsive jeybe 2019-03-07
mod_csi_battery_saver: Remove patched stanza:find() method and reduce Carbons-related code Matthew Wild 2019-03-08
mod_invite: Fire event that signals that an user has registered (thanks jeybe) Kim Alvefur 2019-03-07
mod_smacks: apply resumed logger and type to new session, fix #1229 Georg Lukas 2019-03-06
mod_smacks: improved debug logging Georg Lukas 2019-03-06
mod_smacks: no crash on <a> without @h, fix #1317 Georg Lukas 2019-03-06
mod_bookmarks: Actually save node config Emmanuel Gil Peyrot 2019-03-06
mod_cache_c2s_caps: Use the correct argument, and check for origin’s nil-ness Emmanuel Gil Peyrot 2019-03-06
mod_http_avatar: Announce 0.11 works Emmanuel Gil Peyrot 2019-03-05
mod_bookmarks: Remove unused bookmarks/updated event Emmanuel Gil Peyrot 2019-03-05
mod_auth_token: Check realm against module.host JC Brand 2019-02-28
mod_auth_token: Update README. JC Brand 2019-02-26
mod_delay: Remove this module, it is never useful Emmanuel Gil Peyrot 2019-02-24
mod_storage_muc_log: Remove unused variable [luacheck] Kim Alvefur 2019-02-19
mod_storage_muc_log: Return 'with' property for items (API conformance) Kim Alvefur 2019-02-19
mod_mam_muc: Mention that this MAM version is legacy. Emmanuel Gil Peyrot 2019-02-15
mod_mam_muc: Explicit which namespace MAM version 0.5 implements. Emmanuel Gil Peyrot 2019-02-15
mod_mam_muc: Add compatibility note for 0.11 (thanks Ge0rG!) Emmanuel Gil Peyrot 2019-02-15
mod_cache_c2s_caps: Fail to load if module:send_iq() is not available Matthew Wild 2019-02-14
mod_muc_mam_hints: Respect XEP-0334 hints in MUC messages marc0s 2019-02-13
mod_storage_xmlarchive: Add some debug logging Kim Alvefur 2019-02-07
mod_cache_c2s_caps: Only advertise support for trunk until further notice. Fixes #1311. Emmanuel Gil Peyrot 2019-02-03
mod_storage_xmlarchive/README: And don't have prosody running at the same time Kim Alvefur 2019-01-24
mod_storage_xmlarchive/README: Add reminder about backups Kim Alvefur 2019-01-24
mod_muc_log/README: Update compatibility Kim Alvefur 2019-01-23
mod_storage_muc_log/README: Update compatibility Kim Alvefur 2019-01-23
mod_cache_c2s_caps: Unset the caps_cache also on errors due to the result validation. Emmanuel Gil Peyrot 2019-01-22
mod_cache_c2s_caps: Add a missing return when the hash is wrong. Emmanuel Gil Peyrot 2019-01-22
mod_cache_c2s_caps: Switch to the new module:send_iq() API. Emmanuel Gil Peyrot 2019-01-22
mod_storage_xmlarchive: Don't return early when looking through entire archive Kim Alvefur 2019-01-21
mod_storage_xmlarchive: Allow lookup of IDs that don't follow the YYYY-MM-DD-RANDOM format Kim Alvefur 2019-01-21
mod_storage_xmlarchive/README: Change example to match Prosodys mod_mam Kim Alvefur 2019-01-20
mod_smacks: Fire event on delivery failure/success for each stanza Matthew Wild 2019-01-20
mod_muc_limits: Fix being unload on trunk Kim Alvefur 2019-01-18
Fix http_auth_check example in README Nicolas Cedilnik 2019-01-18
mod_client_certs: do not crash on plain sockets Thibaut Girka 2019-01-18
mod_http_upload: Fix indentation Kim Alvefur 2019-01-18
mod_presence_dedup: Remove unused variables [luacheck] Kim Alvefur 2019-01-17
mod_measure_cpu: Rename counter metric to avoid name clash (thanks pep.) Kim Alvefur 2019-01-16
mod_slack_webhooks: Fix use with 0.11+ MUC API Kim Alvefur 2019-01-15
mod_http_authentication: Allow HTTP error events to pass through (fixes #1293) Kim Alvefur 2019-01-15
mod_http_upload: Clarify how quotas affect upload requests Kim Alvefur 2019-01-14
mod_http_upload: Document prosodyctl command for expiring uploads Kim Alvefur 2019-01-14
mod_http_upload: Clarify when expiry is checked Kim Alvefur 2019-01-14
mod_log_messages_sql/README: Add pointer towards mod_mam + mod_readonly Kim Alvefur 2019-01-07
mod_readonly: Add a stub README Kim Alvefur 2019-01-07
mod_pubsub_text_interface/README: Fix typo (thanks perflyst) Kim Alvefur 2019-01-07
mod_storage_xmlarchive: Remove compat for old argument order Kim Alvefur 2019-01-06
mod_storage_xmlarchive: Expand description in README Kim Alvefur 2019-01-06
mod_http_pep_avatar: Redirect to prepped username Kim Alvefur 2019-01-06
mod_atom: Apply nodeprep via redirect for cache-friendlyness Kim Alvefur 2019-01-06
mod_measure_cpu: Also report the raw clock value, whatever that is Kim Alvefur 2019-01-05
mod_measure_message_length: Use measure type that actually exists Kim Alvefur 2019-01-04
mod_pubsub_text_interface: Send replies trough normal stanza routing Kim Alvefur 2019-01-03
mod_statistics: Fix incorrect parameters to envload (thanks Dan) Matthew Wild 2019-01-03
mod_statistics: top: Use util.envload for 5.2 compatibility Matthew Wild 2019-01-03
mod_support_room: Module that invites newly registered users to a room Kim Alvefur 2019-01-03
mod_http_pep_avatar: Provides PEP avatars via HTTP Kim Alvefur 2019-01-03
mod_atom: Check whether user exists Kim Alvefur 2019-01-03
mod_atom: Unpack event object Kim Alvefur 2019-01-03
lint: Teach luacheck about the new module:send_iq API Kim Alvefur 2019-01-02
mod_pep_vcard_avatar: Update docs to point at mod_vcard_legacy Kim Alvefur 2018-12-31
mod_bookmarks: Mention that it also works on 0.11. Emmanuel Gil Peyrot 2018-12-28
mod_ignore_host_chatstates: Discard chat state messages sent to a bare host Kim Alvefur 2018-12-28
mod_muc_limits: Simplify bypass for affiliated users Kim Alvefur 2018-12-23
mod_muc_limits: Add support for new MUC API in Prosody 0.11 Kim Alvefur 2018-12-23
mod_adhoc_account_management: Reduce indentation of one in the main function. Emmanuel Gil Peyrot 2018-12-23
mod_secure_interfaces: Prevent starttls on connections marked secure (fixes #1274) Kim Alvefur 2018-12-23
mod_statistics: Update 'top' to (hopefully) work with Prosody 0.11/Lua 5.2 Matthew Wild 2018-12-23
mod_pubsub_text_interface/README: Add lost _ Kim Alvefur 2018-12-22
mod_pubsub_text_interface/README: Add a Compatibility section Kim Alvefur 2018-12-22
mod_pubsub_text_interface/README: Document the 'last' command Kim Alvefur 2018-12-22
mod_pubsub_text_interface/README: Normalize Markdown syntax Kim Alvefur 2018-12-22
mod_pubsub_stats/README: Link to docs for Prosodys statistics Kim Alvefur 2018-12-22
mod_pubsub_stats: Sort summary Kim Alvefur 2018-12-22
mod_pubsub_stats: Generate a textual summary for notifications Kim Alvefur 2018-12-22
mod_bidi: Mark as Stable Kim Alvefur 2018-12-18
mod_offline_email: Allow LuaSocket to pollute the global scope, fixes traceback (*sigh*) Kim Alvefur 2018-12-16
mod_xhtmlim: Turn unknown elements into <span> Kim Alvefur 2018-12-13
mod_muc_ban_ip: Improve logging to use session, and log when a ban is enforced Matthew Wild 2018-12-13
mod_muc_limits: Document brokenness with 0.11.x Kim Alvefur 2018-12-11
mod_motd_sequential: Fix typo (fixes unintentional global access) Kim Alvefur 2018-12-11
mod_motd_sequential: Fix for deprecation of global routing functions (fixes #1258) Kim Alvefur 2018-12-11
mod_prometheus/README: Add line for 0.11 in compat section Kim Alvefur 2018-12-08
mod_minimix: Fix typo in comment Kim Alvefur 2018-12-08
mod_devices: New module for device identification Matthew Wild 2018-12-06
mod_csi: Update README Matthew Wild 2018-12-05
mod_csi: Backport 989cf872d5c0 from Prosody 0.11 to preserve compatibility Matthew Wild 2018-12-05
Merge with goffi Kim Alvefur 2018-12-01
mod_privilege: fixed routing issue with message permission: Goffi 2018-12-01
mod_s2s_auth_monkeysphere: Remove blocking mode (simplifes code) (not tested) Kim Alvefur 2018-12-01
mod_s2s_auth_monkeysphere/README: Normalize markdown Kim Alvefur 2018-12-01
mod_auth_external/README: Update mentioning 0.11.x Kim Alvefur 2018-12-01
mod_auth_external/README: Update to reflect non-blocking by default Kim Alvefur 2018-12-01