Software /
code /
prosody
Graph
-
luacheckrc: Reorder module API methods for consistency with prosody-modulesFri, 10 Jan 2025 12:32:29 +0100, by Kim Alvefur
-
util.signal: Factor out single #define that enables signalfd(2) useFri, 10 Jan 2025 12:31:27 +0100, by Kim Alvefur
-
util.signal: Implement signalfd for *BSDFri, 10 Jan 2025 03:18:46 +0100, by Kim Alvefur
-
mod_cloud_notify: Merge from prosody-modules@fc521fb5ffa0Thu, 09 Jan 2025 16:49:27 +0000, by Matthew Wild
-
modulemanager: Allow modules to specify supported Lua versions in metadataThu, 09 Jan 2025 16:44:48 +0000, by Matthew Wild
-
modulemanager: Handle multiple digits in Lua version numberThu, 09 Jan 2025 16:06:53 +0000, by Matthew Wild
-
mod_invites: Add support for invites_page option to use external invites pagesThu, 09 Jan 2025 13:23:46 +0000, by Matthew Wild
-
prosodyctl: Hide the 'lua_paths' command from default command listingWed, 08 Jan 2025 22:46:21 +0100, by Kim Alvefur
-
mod_storage_sql: Remove the word 'error' from debug messagesWed, 08 Jan 2025 22:30:30 +0100, by Kim Alvefur
-
prosodyctl: Add lua_paths command to print the LUA_PATH and LUA_CPATH usedWed, 08 Jan 2025 20:37:35 +0000, by Matthew Wild
-
prosodyctl: 'about' becomes 'version -v', 'version' prints only versionWed, 08 Jan 2025 20:35:05 +0000, by Matthew Wild
-
mod_pubsub: Remove unused loop variable [luacheck]Wed, 08 Jan 2025 08:54:52 +0100, by Kim Alvefur
-
util.prosodyctl.shell: Remove non-existent export [luacheck]Wed, 08 Jan 2025 08:53:43 +0100, by Kim Alvefur
-
prosodyctl: Remove unused importWed, 08 Jan 2025 08:52:50 +0100, by Kim Alvefur
-
mod_admin_shell: Remove redundant 'mod_' prefix from debug messageWed, 08 Jan 2025 08:41:15 +0100, by Kim Alvefur
-
core.moduleapi: Include source modules when handling itemsWed, 08 Jan 2025 08:33:34 +0100, by Kim Alvefur
-
mod_admin_shell: Fix reporting origin module for commandsWed, 08 Jan 2025 08:11:02 +0100, by Kim Alvefur
-
mod_pubsub: Quiet down check for service adminTue, 07 Jan 2025 23:37:41 +0100, by Kim Alvefur
-
mod_pubsub: Limit node listing based on new ACL-aware metadata methodTue, 07 Jan 2025 22:57:39 +0100, by Kim Alvefur
-
prosodyctl: deluser: Use user:delete() shell command for implementationTue, 07 Jan 2025 19:28:06 +0000, by Matthew Wild
-
prosodyctl: passwd: Use user:password() shell command for implementationTue, 07 Jan 2025 19:25:35 +0000, by Matthew Wild
-
mod_admin_shell: user:password(): Support prompting for password if none givenTue, 07 Jan 2025 19:25:12 +0000, by Matthew Wild
-
mod_admin_shell: user:create(): Reject promise with error message on failureTue, 07 Jan 2025 19:24:05 +0000, by Matthew Wild
-
mod_admin_shell: Mark event as handled when requested input is submittedTue, 07 Jan 2025 19:23:23 +0000, by Matthew Wild
-
prosodyctl: adduser: use shell user:create() to provide the implementationTue, 07 Jan 2025 18:47:24 +0000, by Matthew Wild
-
mod_admin_shell: user:create(): request password via prompt if none givenTue, 07 Jan 2025 18:17:57 +0000, by Matthew Wild
-
mod_admin_shell: Add session method to request (password) input from shell clientTue, 07 Jan 2025 18:17:30 +0000, by Matthew Wild
-
mod_admin_socket: Fire event on admin client disconnectTue, 07 Jan 2025 18:16:23 +0000, by Matthew Wild
-
mod_admin_shell: Don't pause async thread while waiting for promise resultTue, 07 Jan 2025 18:15:50 +0000, by Matthew Wild
-
util.prosodyctl.shell: Support for requesting special inputs, e.g. passwordsTue, 07 Jan 2025 18:10:59 +0000, by Matthew Wild
-
util.adminstream: Expose session events (specifically "disconnected")Tue, 07 Jan 2025 18:07:45 +0000, by Matthew Wild
-
mod_cron: Don't run tasks if loaded inside prosodyctlTue, 07 Jan 2025 18:06:29 +0000, by Matthew Wild
-
mod_authz_internal: Make 'prosody:guest' default role for all unknown JIDsTue, 07 Jan 2025 14:41:32 +0000, by Matthew Wild
-
mod_pep: Support for node/item management commandsTue, 07 Jan 2025 14:27:34 +0000, by Matthew Wild
-
mod_pubsub: Expand shell commands to include node/item managementTue, 07 Jan 2025 14:27:18 +0000, by Matthew Wild
-
mod_roster: Add basic roster management shell commandsTue, 07 Jan 2025 12:26:03 +0000, by Matthew Wild
-
mod_flags: New module to view and manage flags on user accounts via shell/APIFri, 03 Jan 2025 11:45:48 +0000, by Matthew Wild
-
mod_admin_shell: stats:show(): Friendlier error message when statistics disabledSat, 28 Dec 2024 18:35:24 +0000, by Matthew Wild
-
Merge 0.12->trunkFri, 20 Dec 2024 14:22:25 +0000, by Matthew Wild
-
util.prosodyctl.check: Improve error handling of UDP socket setup (for #1803) 0.12 0.12.5Fri, 20 Dec 2024 14:21:02 +0000, by Matthew Wild
-
mod_saslauth: Use fully qualified import here tooSun, 24 Nov 2024 14:53:49 +0100, by Kim Alvefur
-
MUC: Use fully qualified importSat, 23 Nov 2024 17:43:43 +0100, by Kim Alvefur
-
muc: Update link to XEP-0421 (instead of inbox)Sat, 23 Nov 2024 16:46:34 +0100, by Kim Alvefur
-
mod_smacks: Run session destruction code in session's async contextThu, 21 Nov 2024 17:02:55 +0000, by Matthew Wild
-
mod_c2s, mod_s2s: Support for queuing callbacks to run in session threadThu, 21 Nov 2024 17:02:07 +0000, by Matthew Wild
-
util.pposix: Add fdopen() to return a Lua file object from an fdWed, 20 Nov 2024 12:08:59 +0000, by Matthew Wild
-
mod_smacks: Fix previous commit for case of no session foundTue, 19 Nov 2024 00:57:24 +0100, by Kim Alvefur
-
mod_smacks: Prevent traceback on attempting to resume destroyed sessionTue, 19 Nov 2024 00:53:01 +0100, by Kim Alvefur
-
net.server_epoll: Don't try to flush buffer on closed connectionsTue, 19 Nov 2024 00:41:02 +0100, by Kim Alvefur
-
net.server_epoll: Revert opportunistic_writes tweakTue, 19 Nov 2024 00:31:21 +0100, by Kim Alvefur
-
util.stanza: Handle Clark notation for attributes in :find()Sun, 17 Nov 2024 13:40:20 +0100, by Kim Alvefur
-
util.stanza: Handle namespace prefixes for attributes in :find()Sun, 17 Nov 2024 12:35:51 +0100, by Kim Alvefur
-
util.datamanager: fix duplicated word in log messageSat, 16 Nov 2024 09:20:29 +0100, by Jonas Schäfer
-
mod_roster: do not store number in attributeSat, 16 Nov 2024 09:12:11 +0100, by Jonas Schäfer
-
core.loggingmanager: Bump expected util.pposix versionSat, 16 Nov 2024 14:35:36 +0100, by Kim Alvefur
-
util.startup: Bump expected util.pposix versionSat, 16 Nov 2024 14:35:11 +0100, by Kim Alvefur
-
util.pposix: Add pipe() (with support for pipe2() flags on Linux)Sat, 16 Nov 2024 12:26:55 +0000, by Matthew Wild
-
mod_admin_shell: Report when a module is already loadedFri, 15 Nov 2024 15:52:37 +0100, by Kim Alvefur
-
mod_admin_shell: Refactor end of module:loadFri, 15 Nov 2024 15:48:07 +0100, by Kim Alvefur
-
Merge 0.12->trunkFri, 15 Nov 2024 14:37:10 +0000, by Matthew Wild
Scroll all the way down to load more.