aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* | mod_storage_sql: Return cached total where it makes senseKim Alvefur2021-11-301-4/+9
* | mod_storage_sql: Adjust handling of 'total' for multi-id queriesKim Alvefur2021-11-301-2/+3
* | mod_storage_sql: Fix traceback on multi-user deletionKim Alvefur2021-11-301-2/+6
* | mod_mam,mod_muc_mam: Simplify deletion when multi-user-deletion is supportedKim Alvefur2021-11-302-13/+54
* | mod_storage_sql: Expose multi-user deletion capabilityKim Alvefur2021-11-301-0/+1
* | mod_admin_shell: Remove now redundant promise awaiting in dns:lookup()Kim Alvefur2021-11-271-6/+1
* | mod_admin_shell: Remove now redundant promise awaiting in xmpp:ping()Kim Alvefur2021-11-271-6/+3
* | mod_smacks: Remove left-over debug loggingKim Alvefur2021-11-271-1/+0
* | mod_admin_shell: Fix indentationKim Alvefur2021-11-261-13/+13
* | mod_admin_shell: Wait for promisesKim Alvefur2021-11-261-0/+5
* | mod_admin_shell: Reduce width of 'Status' columnKim Alvefur2021-11-261-3/+3
* | mod_admin_shell: Reduce width of 'Security' column (thanks Link Mauve)Kim Alvefur2021-11-261-3/+3
* | mod_vcard_legacy: Also respect avatar:metadata access restrictionsEmmanuel Gil Peyrot2021-11-251-1/+1
* | mod_admin_shell: Fix showing default HTTP path in module:infoKim Alvefur2021-11-251-1/+1
* | mod_http_openmetrics: Serve HTTP from global contextKim Alvefur2021-11-251-9/+7
* | mod_smacks: Optimize scheduling of ack requestsKim Alvefur2021-11-241-1/+2
* | mod_smacks: Refactor ack requesting to avoid some timer roundtripsKim Alvefur2021-11-241-56/+62
* | mod_smacks: Fix timer lifetimes to follow session instead of moduleKim Alvefur2021-11-241-8/+12
* | mod_smacks: Clean up compat code etcKim Alvefur2021-11-241-54/+39
* | mod_smacks: Import from prosody-modules @ eb63890ae8fcKim Alvefur2021-11-161-0/+690
* | mod_external_services: Warn about missing recommended fieldsKim Alvefur2021-11-241-0/+4
* | mod_admin_shell: Factor out simple function in module:info for reuseKim Alvefur2021-11-241-4/+6
* | mod_admin_shell: List collected metrics in module:infoKim Alvefur2021-11-241-0/+16
* | mod_admin_shell: List net providers in module:infoKim Alvefur2021-11-231-0/+1
* | mod_http_openmetrics: Imported from prosody-modules mod_prometheus @df2246b15075Matthew Wild2021-11-241-0/+62
* | mod_csi_simple: Skip initiating flush in all but inactive stateKim Alvefur2021-11-201-1/+1
* | mod_csi_simple: Early return on client activity while flushing bufferKim Alvefur2021-11-201-1/+1
* | mod_csi_simple: Allow some straggler traffic after flushing bufferKim Alvefur2021-11-201-3/+20
* | mod_csi_simple: Skip flushing of empty bufferKim Alvefur2021-11-181-0/+2
* | mod_csi_simple: Fire event when flushing due to client activityKim Alvefur2021-11-181-0/+2
* | mod_admin_shell: Return counts of shown vs total from new table viewsKim Alvefur2021-11-161-4/+17
* | 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
* | mod_c2s: Disconnect user sessions on a role change eventMatthew Wild2021-11-121-18/+16
* | util.human.io: Pass nil to cell mapper to signal missing valueKim Alvefur2021-11-121-15/+13
* | mod_admin_shell: Respect metatables in output serializationKim Alvefur2021-11-121-1/+7
* | 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