Software /
code /
prosody
Graph
-
prosodyctl check: Be more robust against invalid disco_items, and show warning 13.0Mon, 17 Mar 2025 16:48:39 +0000, by Matthew Wild
-
Merge 13.0->trunkMon, 17 Mar 2025 15:23:50 +0100, by Kim Alvefur
-
mod_http_file_share: Improve error reporting by using util.error more 13.0Sun, 16 Mar 2025 15:20:45 +0100, by Kim Alvefur
-
Merge 13.0->trunkThu, 13 Mar 2025 13:11:57 +0000, by Matthew Wild
-
Merge 13.0->trunkThu, 13 Mar 2025 11:41:32 +0000, by Matthew Wild
-
prosodyctl shell: More reliable detection of REPL/interactive mode (fixes #1895) 13.0Thu, 13 Mar 2025 11:37:11 +0000, by Matthew Wild
-
mod_admin_shell: Remove outdated help text (fixes #1898) 13.0Thu, 13 Mar 2025 11:35:39 +0000, by Matthew Wild
-
prosodyctl check features: Report size limit for HTTP upload 13.0Thu, 13 Mar 2025 11:33:08 +0000, by Matthew Wild
-
prosodyctl check features: Add descriptions to features 13.0Thu, 13 Mar 2025 11:32:22 +0000, by Matthew Wild
-
Merge 13.0->trunkTue, 11 Mar 2025 18:45:23 +0000, by Matthew Wild
-
mod_websocket: Merge session close handling changes from mod_c2s (bug fixes) 13.0Tue, 11 Mar 2025 18:44:40 +0000, by Matthew Wild
-
util.argparse: Fix bug (regression?) in argument parsing with --foo=bar 13.0Tue, 11 Mar 2025 18:27:36 +0000, by Matthew Wild
-
mod_storage_internal: Use UUIDv7 for message ids 13.0Mon, 10 Mar 2025 11:54:52 +0000, by Matthew Wild
-
usermanager: Add info logging for all usermanager account changes 13.0Mon, 10 Mar 2025 11:52:55 +0000, by Matthew Wild
-
Merge 13.0->trunkThu, 06 Mar 2025 13:34:55 +0000, by Matthew Wild
-
util.sasl: Preserve 'userdata' field between clones 13.0Thu, 06 Mar 2025 13:34:37 +0000, by Matthew Wild
-
Merge 13.0->trunkSat, 01 Mar 2025 16:19:58 +0000, by Matthew Wild
-
mod_external_services: Also use TURN REST credential algo for 'turns' (thanks moreroid) 13.0Sat, 01 Mar 2025 16:19:43 +0000, by Matthew Wild
-
Merge 13.0->trunkThu, 27 Feb 2025 21:38:00 +0100, by Kim Alvefur
-
net.server_epoll: Improve readability of DANE noise 13.0Thu, 27 Feb 2025 21:36:43 +0100, by Kim Alvefur
-
Merge 13.0->trunkMon, 24 Feb 2025 17:49:55 +0000, by Matthew Wild
-
certmanager: Add more debug logging around cert indexing 13.0Mon, 24 Feb 2025 17:48:58 +0000, by Matthew Wild
-
Merge 13.0->trunkSat, 22 Feb 2025 21:49:59 +0100, by Kim Alvefur
-
mod_component: Don't return error reply for errors, fixes #1897 13.0Sat, 22 Feb 2025 21:48:07 +0100, by Kim Alvefur
-
mod_bosh,mod_websocket: Don't load mod_http_altconnect in global context 13.0Sat, 22 Feb 2025 21:45:34 +0100, by Kim Alvefur
-
Merge 13.0->trunkSat, 22 Feb 2025 09:41:29 +0000, by Matthew Wild
-
prosodyctl: check features: stop searching after finding a matching component 13.0Sat, 22 Feb 2025 09:35:04 +0000, by Matthew Wild
-
Merge 13.0->trunkSat, 22 Feb 2025 00:26:35 +0100, by Kim Alvefur
-
core.configmanager: Pass name and line number in context 13.0Sat, 22 Feb 2025 00:04:51 +0100, by Kim Alvefur
-
core.configmanager: Fix reporting delayed warnings from global section 13.0Sat, 22 Feb 2025 00:08:18 +0100, by Kim Alvefur
-
core.configmanager: Remove dependency on 'prosody' global for Credential 13.0Sat, 22 Feb 2025 00:00:41 +0100, by Kim Alvefur
-
Merge 13.0->trunkMon, 17 Feb 2025 23:06:26 +0000, by Matthew Wild
-
mod_invites: Hide --group flag unless mod_invites_groups is enabled 13.0Mon, 17 Feb 2025 23:06:06 +0000, by Matthew Wild
-
mod_invites: Fix traceback when no flags passed 13.0Mon, 17 Feb 2025 22:57:58 +0000, by Matthew Wild
-
Merge 13.0->trunkMon, 17 Feb 2025 19:22:54 +0000, by Matthew Wild
-
mod_invites: Deprecate 'mod_invites generate' in favour of new shell commands 13.0Mon, 17 Feb 2025 19:12:40 +0000, by Matthew Wild
-
mod_admin_shell: Improve help listing in non-REPL mode 13.0Mon, 17 Feb 2025 19:10:48 +0000, by Matthew Wild
-
mod_admin_shell: Fix simple command execution (e.g. help) 13.0Mon, 17 Feb 2025 19:10:26 +0000, by Matthew Wild
-
mod_admin_shell: Set flag on session when in REPL mode 13.0Mon, 17 Feb 2025 19:09:11 +0000, by Matthew Wild
-
mod_admin_shell: Improved error handling for shell-invoked commands 13.0Mon, 17 Feb 2025 18:25:52 +0000, by Matthew Wild
-
mod_admin_shell, util.prosodyctl.shell: Process command-line args on server-side, with argparse support 13.0Mon, 17 Feb 2025 17:02:35 +0000, by Matthew Wild
-
util.argparse: Optionally continue processing past positional parameters 13.0Mon, 17 Feb 2025 16:38:48 +0000, by Matthew Wild
-
Merge 13.0->trunkMon, 17 Feb 2025 12:37:58 +0100, by Kim Alvefur
-
util.x509: Per RFC 9525, remove obsolete Common Name check 13.0Sun, 11 Feb 2024 13:34:13 +0100, by Kim Alvefur
-
Merge 13.0->trunkMon, 17 Feb 2025 11:36:26 +0000, by Matthew Wild
-
prosodyctl: check features: Fix traceback for components with no recommended modules (thanks Menel, riau) 13.0Mon, 17 Feb 2025 11:35:03 +0000, by Matthew Wild
-
Merge 13.0->trunkMon, 17 Feb 2025 01:01:54 +0100, by Kim Alvefur
-
mod_invites: Fix storing --group (thanks lissine) 13.0Mon, 17 Feb 2025 00:55:27 +0100, by Kim Alvefur
-
Merge 13.0->trunkSun, 16 Feb 2025 14:29:02 +0000, by Matthew Wild
-
util.prosodyctl.check: Recognise http_upload_external as a file upload service 13.0Sun, 16 Feb 2025 14:19:16 +0000, by Matthew Wild
-
util.prosodyctl.check: Fix typo in informational message 13.0Sun, 16 Feb 2025 14:17:11 +0000, by Matthew Wild
-
Merge 13.0->trunkSun, 16 Feb 2025 13:44:23 +0000, by Matthew Wild
-
mod_bosh, mod_websocket: Add soft dependency on mod_http_altconnect 13.0Sun, 16 Feb 2025 13:32:59 +0000, by Matthew Wild
-
moduleapi: Allow soft dependencies via module:depends(mod, true) 13.0Sun, 16 Feb 2025 13:29:07 +0000, by Matthew Wild
Scroll all the way down to load more.