aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mod_csi_simple: Detach cleanly from sessions if unloaded while flushingKim Alvefur2021-11-161-1/+1
* MUC: Actually set the new affiliation data if it was previously emptyMatthew Wild2021-11-161-0/+1
* mod_csi_simple: Only act in inactive mode to prevent infinite recursionKim Alvefur2021-11-161-0/+4
* mod_csi_simple: Unlock writes after event, to allow things to be queuedKim Alvefur2021-11-161-1/+1
* MUC: Include old affiliation data in affiliation change eventMatthew Wild2021-11-161-0/+1
* MUC: Add room:set_affiliation_data()Matthew Wild2021-11-161-0/+22
* MUC: Set .previous_affiliation = "none" if nil, for consistency with .affilia...Matthew Wild2021-11-161-1/+1
* MUC: Fix incorrect variable name (thanks luacheck)Matthew Wild2021-11-161-1/+1
* MUC: Switch to event.allowed signaling to block event, matching muc-pre-set-roleMatthew Wild2021-11-161-1/+3
* MUC: Add 'muc-pre-set-affiliation' event, allowing to block change or modify ...Matthew Wild2021-11-161-10/+20
* MUC: Add option to include form in registration queryMatthew Wild2021-11-151-3/+11
* mod_admin_shell: Handle absence of connection in security column (thanks arcs...Kim Alvefur2021-11-151-1/+1
* mod_pubsub: Fix traceback in disco of non-existent node (thanks Martin)Kim Alvefur2021-11-131-2/+6
* net.connect: Prefer last connection error over last resolver errorKim Alvefur2021-11-131-1/+1
* util.prosodyctl.shell: Bring back banner set from config!Kim Alvefur2021-11-121-0/+2
* net.connect: Propagate last error message from resolversKim Alvefur2021-11-123-5/+28
* s2smanager: Fire s2s-destroyed event to mirror s2s-createdMatthew Wild2021-11-121-0/+1
* mod_c2s: Disconnect user sessions on a role change eventMatthew Wild2021-11-121-18/+16
* usermanager: Fire user-roles-changed event when updating roles of a local userMatthew Wild2021-11-121-1/+7
* util.human.io: Use UTF-8-aware length check in padding functionsKim Alvefur2021-11-121-2/+2
* util.human.io: Fix cutting of UTF-8 into piecesKim Alvefur2021-11-122-7/+40
* util.human.io: Trim any broken UTF-8 from ellipsisKim Alvefur2021-11-121-1/+5
* util.human.io: Factor out ellipsis functionKim Alvefur2021-11-121-1/+6
* util.human.io: Support specifying column defaults in tablesKim Alvefur2021-11-121-1/+1
* util.human.io: Pass nil to cell mapper to signal missing valueKim Alvefur2021-11-122-16/+22
* mod_admin_shell: Respect metatables in output serializationKim Alvefur2021-11-121-1/+7
* util.prosodyctl.shell: Allow setting custom prompt (admin_shell_prompt)Matthew Wild2021-11-111-4/+6
* mod_admin_shell: Specify a width for cert columnKim Alvefur2021-11-101-0/+1
* mod_admin_shell: Indicate bi-directional s2s connectionsKim Alvefur2021-11-101-1/+2
* mod_admin_shell: Allow passing columns as a string for convenienceKim Alvefur2021-11-101-0/+1
* mod_admin_shell: Optionally group session listings by host when not included ...Kim Alvefur2021-11-101-3/+33
* mod_admin_shell: New table based implementation of c2s and s2s:show()Kim Alvefur2021-11-101-198/+245
* prosodyctl: Fix weird indentationKim Alvefur2021-11-061-2/+2
* doap: Bump XEP-0313 version for going StableKim Alvefur2021-11-031-1/+1
* mod_pubsub: Return proper errors for disco queries on nodesKim Alvefur2021-11-011-2/+4
* util.dataforms: Encode size attributes as integers in XEP-0221 media elementKim Alvefur2021-10-281-1/+1
* util.dataforms: Ensure larger integers are serialized as suchKim Alvefur2021-10-282-1/+9
* util.dataforms: Scope integer handling testsKim Alvefur2021-10-261-26/+29
* util.dataforms: Turn number values into timestamps for datetime fieldsKim Alvefur2021-10-262-2/+4
* util.dataforms: Coerce number values for boolean fieldsKim Alvefur2021-10-262-2/+15
* mod_muc_mam: Use util.dataforms timestamp validationKim Alvefur2021-10-261-14/+5
* mod_mam: Use util.dataforms timestamp validationKim Alvefur2021-10-261-14/+5
* util.dataforms: Add support for datetime field types via XEP-0122Kim Alvefur2021-10-252-0/+22
* mod_http_file_share: Move number coercion into util.dataformsKim Alvefur2021-10-251-2/+2
* mod_admin_adhoc: Move number coercion into util.dataformsKim Alvefur2021-10-251-8/+8
* ejabberd2prosody.lua: fix MUC subject conversion with appropriate destructuringarcseconds2021-10-261-1/+2
* util.startup: Understand -h, -? as --help in prosodyctl but ignoreKim Alvefur2021-10-251-1/+1
* util.startup: Show brief usage on `prosody -h|-?|--help`Kim Alvefur2021-10-251-1/+8
* mod_c2s,etc: Identify stanza object with appropriate functionKim Alvefur2021-10-244-9/+9
* mod_s2s: Fix logging of <stream:error> consistency with other modsKim Alvefur2021-10-241-1/+1