log

age author description
Thu, 06 Feb 2025 17:02:29 +0000 Matthew Wild mod_vcard: Fire event when vcard updated
Thu, 06 Feb 2025 17:02:02 +0000 Matthew Wild mod_vcard: Add API to get hash of the vcard avatar
Thu, 06 Feb 2025 15:43:23 +0000 Matthew Wild prosodyctl: Fix check for whether to show init system warning
Thu, 06 Feb 2025 15:04:38 +0000 Martijn van Duren net.server_epoll: Call :shutdown() on TLS sockets when supported
Thu, 06 Feb 2025 14:51:31 +0000 Matthew Wild prosodyctl: Further deprecate start/stop/restart commands when installed
Thu, 06 Feb 2025 14:47:45 +0000 Matthew Wild prosodyctl: reload: Assume reload-via-socket if any arguments passed
Thu, 06 Feb 2025 14:46:36 +0000 Matthew Wild prosodyctl: Fix luacheck warning
Thu, 06 Feb 2025 14:45:56 +0000 Matthew Wild prosodyctl: reload: Remove redundant require
Thu, 06 Feb 2025 14:42:18 +0000 Matthew Wild util.prosodyctl: Add comments to explain logic and expected behaviour (#1688)
Thu, 06 Feb 2025 14:35:29 +0000 Matthew Wild prosodyctl: stop: Fix detection of whether Prosody is running
Thu, 06 Feb 2025 14:34:47 +0000 Matthew Wild prosodyctl: reload: Fix detection of whether prosody is running
Thu, 06 Feb 2025 14:24:16 +0000 Matthew Wild prosodyctl: reload: use admin socket to issue reload command, if available
Thu, 06 Feb 2025 14:23:15 +0000 Matthew Wild util.prosodyctl.shell: Export function to check for availability of admin socket
Thu, 06 Feb 2025 12:40:11 +0000 Matthew Wild mod_c2s: Add debug log when disconnecting all user sessions
Sun, 02 Feb 2025 14:12:52 +0100 Kim Alvefur mod_admin_shell: Fix column alignment in 'help roles'
Sun, 02 Feb 2025 13:33:17 +0100 Kim Alvefur mod_admin_shell: Fix help forgetting arguments
Sat, 01 Feb 2025 20:42:59 +0100 Kim Alvefur util.startup: Drop mention of systemd from notification socket handling
Sat, 01 Feb 2025 20:45:28 +0100 Rémi Bardon mod_tokenauth: Fix expiry lasting one second too much
Tue, 28 Jan 2025 09:18:18 +0000 Matthew Wild Merge 0.12->trunk
Sun, 29 Dec 2024 12:13:29 +0000 Matthew Wild Added tag 0.12.5 for changeset 836efad8483c 0.12
Mon, 27 Jan 2025 12:23:10 +0100 Kim Alvefur doap: Add XEP-0357 (mod_cloud_notify)
Thu, 23 Jan 2025 22:32:44 +0100 Kim Alvefur mod_storage_sql: Don't treat Enter or Ctrl-C as yes in upgrade command
Thu, 23 Jan 2025 19:33:05 +0100 Kim Alvefur mod_storage_sql: Detect SQLite3 without UPSERT (or SQLCipher 3.x)
Thu, 23 Jan 2025 16:38:56 +0100 Kim Alvefur util.sql: SQLCipher support
Tue, 21 Jan 2025 17:21:48 +0100 Kim Alvefur core.configmanager: Remove compat
Sat, 18 Jan 2025 13:29:59 +0100 Kim Alvefur util.startup: Rename credentials path variable too
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
Tue, 07 Jan 2025 19:25:35 +0000 Matthew Wild prosodyctl: passwd: Use user:password() shell command for implementation
Tue, 07 Jan 2025 19:25:12 +0000 Matthew Wild mod_admin_shell: user:password(): Support prompting for password if none given
Tue, 07 Jan 2025 19:24:05 +0000 Matthew Wild mod_admin_shell: user:create(): Reject promise with error message on failure
Tue, 07 Jan 2025 19:23:23 +0000 Matthew Wild mod_admin_shell: Mark event as handled when requested input is submitted