log

age author description
Sat, 18 Jan 2025 12:33:18 +0100 Kim Alvefur luacheck: Declare new config globals
Sat, 18 Jan 2025 12:31:48 +0100 Kim Alvefur core.configmanager: Rename Secret to Credential
Thu, 16 Jan 2025 15:21:34 +0100 Kim Alvefur core.configmanager: Add function for getting secrets from separate files
Thu, 16 Jan 2025 15:05:00 +0100 Kim Alvefur core.configmanager: Add ways to read config values from files
Thu, 16 Jan 2025 11:35:19 +0000 Matthew Wild mod_admin_shell: Remove log statement intended for development only
Wed, 15 Jan 2025 09:55:28 +0100 Kim Alvefur util.bitcompat: Avoid potential noise from global metatable
Tue, 14 Jan 2025 12:26:14 +0000 Matthew Wild mod_pubsub: Remove duplicate create_node command
Tue, 14 Jan 2025 12:25:53 +0000 Matthew Wild features: Add feature for bundled mod_cloud_notify
Mon, 13 Jan 2025 11:50:03 +0100 Kim Alvefur mod_authz_internal: Make host considered the parent configurable
Fri, 10 Jan 2025 12:34:29 +0100 Kim Alvefur luacheckrc: Add module.ready()
Fri, 10 Jan 2025 12:32:29 +0100 Kim Alvefur luacheckrc: Reorder module API methods for consistency with prosody-modules
Fri, 10 Jan 2025 12:31:27 +0100 Kim Alvefur util.signal: Factor out single #define that enables signalfd(2) use
Fri, 10 Jan 2025 03:18:46 +0100 Kim Alvefur util.signal: Implement signalfd for *BSD
Thu, 09 Jan 2025 16:49:27 +0000 Matthew Wild mod_cloud_notify: Merge from prosody-modules@fc521fb5ffa0
Thu, 09 Jan 2025 16:44:48 +0000 Matthew Wild modulemanager: Allow modules to specify supported Lua versions in metadata
Thu, 09 Jan 2025 16:06:53 +0000 Matthew Wild modulemanager: Handle multiple digits in Lua version number
Thu, 09 Jan 2025 13:23:46 +0000 Matthew Wild mod_invites: Add support for invites_page option to use external invites pages
Wed, 08 Jan 2025 22:46:21 +0100 Kim Alvefur prosodyctl: Hide the 'lua_paths' command from default command listing
Wed, 08 Jan 2025 22:30:30 +0100 Kim Alvefur mod_storage_sql: Remove the word 'error' from debug messages
Wed, 08 Jan 2025 20:37:35 +0000 Matthew Wild prosodyctl: Add lua_paths command to print the LUA_PATH and LUA_CPATH used
Wed, 08 Jan 2025 20:35:05 +0000 Matthew Wild prosodyctl: 'about' becomes 'version -v', 'version' prints only version
Wed, 08 Jan 2025 08:54:52 +0100 Kim Alvefur mod_pubsub: Remove unused loop variable [luacheck]
Wed, 08 Jan 2025 08:53:43 +0100 Kim Alvefur util.prosodyctl.shell: Remove non-existent export [luacheck]
Wed, 08 Jan 2025 08:52:50 +0100 Kim Alvefur prosodyctl: Remove unused import
Wed, 08 Jan 2025 08:41:15 +0100 Kim Alvefur mod_admin_shell: Remove redundant 'mod_' prefix from debug message
Wed, 08 Jan 2025 08:33:34 +0100 Kim Alvefur core.moduleapi: Include source modules when handling items
Wed, 08 Jan 2025 08:11:02 +0100 Kim Alvefur mod_admin_shell: Fix reporting origin module for commands
Tue, 07 Jan 2025 23:37:41 +0100 Kim Alvefur mod_pubsub: Quiet down check for service admin
Tue, 07 Jan 2025 22:57:39 +0100 Kim Alvefur mod_pubsub: Limit node listing based on new ACL-aware metadata method
Tue, 07 Jan 2025 19:28:06 +0000 Matthew Wild prosodyctl: deluser: Use user:delete() shell command for implementation