aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* core.configmanager: Add ways to read config values from filesKim Alvefur44 hours4-4/+37
* mod_admin_shell: Remove log statement intended for development onlyMatthew Wild47 hours1-1/+0
* util.bitcompat: Avoid potential noise from global metatableKim Alvefur3 days1-1/+1
* mod_pubsub: Remove duplicate create_node commandMatthew Wild4 days1-16/+0
* features: Add feature for bundled mod_cloud_notifyMatthew Wild4 days1-0/+2
* mod_authz_internal: Make host considered the parent configurableKim Alvefur5 days1-1/+1
* luacheckrc: Add module.ready()Kim Alvefur8 days1-0/+1
* luacheckrc: Reorder module API methods for consistency with prosody-modulesKim Alvefur8 days1-1/+1
* util.signal: Factor out single #define that enables signalfd(2) useKim Alvefur8 days1-6/+10
* util.signal: Implement signalfd for *BSDKim Alvefur8 days1-8/+73
* mod_cloud_notify: Merge from prosody-modules@fc521fb5ffa0Matthew Wild9 days1-0/+653
* modulemanager: Allow modules to specify supported Lua versions in metadataMatthew Wild9 days1-0/+14
* modulemanager: Handle multiple digits in Lua version numberMatthew Wild9 days1-1/+1
* mod_invites: Add support for invites_page option to use external invites pagesMatthew Wild9 days1-0/+36
* prosodyctl: Hide the 'lua_paths' command from default command listingKim Alvefur10 days1-1/+1
* mod_storage_sql: Remove the word 'error' from debug messagesKim Alvefur10 days1-2/+2
* prosodyctl: Add lua_paths command to print the LUA_PATH and LUA_CPATH usedMatthew Wild10 days1-0/+9
* prosodyctl: 'about' becomes 'version -v', 'version' prints only versionMatthew Wild10 days1-2/+15
* mod_pubsub: Remove unused loop variable [luacheck]Kim Alvefur10 days1-1/+1
* util.prosodyctl.shell: Remove non-existent export [luacheck]Kim Alvefur10 days1-1/+0
* prosodyctl: Remove unused importKim Alvefur10 days1-2/+0
* mod_admin_shell: Remove redundant 'mod_' prefix from debug messageKim Alvefur10 days1-1/+1
* core.moduleapi: Include source modules when handling itemsKim Alvefur10 days1-2/+10
* mod_admin_shell: Fix reporting origin module for commandsKim Alvefur10 days1-1/+1
* mod_pubsub: Quiet down check for service adminKim Alvefur10 days1-1/+1
* mod_pubsub: Limit node listing based on new ACL-aware metadata methodKim Alvefur11 days1-1/+4
* prosodyctl: deluser: Use user:delete() shell command for implementationMatthew Wild11 days1-27/+2
* prosodyctl: passwd: Use user:password() shell command for implementationMatthew Wild11 days1-31/+2
* mod_admin_shell: user:password(): Support prompting for password if none givenMatthew Wild11 days1-6/+9
* mod_admin_shell: user:create(): Reject promise with error message on failureMatthew Wild11 days1-1/+1
* mod_admin_shell: Mark event as handled when requested input is submittedMatthew Wild11 days1-0/+1
* prosodyctl: adduser: use shell user:create() to provide the implementationMatthew Wild11 days1-31/+2
* mod_admin_shell: user:create(): request password via prompt if none givenMatthew Wild11 days1-6/+7
* mod_admin_shell: Add session method to request (password) input from shell cl...Matthew Wild11 days1-0/+46
* mod_admin_socket: Fire event on admin client disconnectMatthew Wild11 days1-1/+6
* mod_admin_shell: Don't pause async thread while waiting for promise resultMatthew Wild11 days1-14/+22
* util.prosodyctl.shell: Support for requesting special inputs, e.g. passwordsMatthew Wild11 days1-0/+17
* util.adminstream: Expose session events (specifically "disconnected")Matthew Wild11 days1-8/+10
* mod_cron: Don't run tasks if loaded inside prosodyctlMatthew Wild11 days1-0/+4
* mod_authz_internal: Make 'prosody:guest' default role for all unknown JIDsMatthew Wild11 days1-2/+2
* mod_pep: Support for node/item management commandsMatthew Wild11 days1-0/+3
* mod_pubsub: Expand shell commands to include node/item managementMatthew Wild11 days2-38/+256
* mod_roster: Add basic roster management shell commandsMatthew Wild11 days1-4/+170
* mod_flags: New module to view and manage flags on user accounts via shell/APIMatthew Wild2025-01-032-0/+159
* mod_admin_shell: stats:show(): Friendlier error message when statistics disabledMatthew Wild2024-12-281-1/+4
* Merge 0.12->trunkMatthew Wild2024-12-201-4/+14
|\
| * util.prosodyctl.check: Improve error handling of UDP socket setup (for #1803)origin/0.120.12Matthew Wild2024-12-201-4/+14
* | mod_saslauth: Use fully qualified import here tooKim Alvefur2024-11-241-3/+3
* | MUC: Use fully qualified importKim Alvefur2024-11-231-1/+1
* | muc: Update link to XEP-0421 (instead of inbox)Kim Alvefur2024-11-231-1/+1