mod_admin_shell: Fix indentation
|
Kim Alvefur |
2021-11-26 |
mod_admin_shell: Wait for promises
|
Kim Alvefur |
2021-11-26 |
util.startup: Integrate util.promise with net.server main loop
|
Kim Alvefur |
2019-01-05 |
util.promise: Support delayed promise execution
|
Kim Alvefur |
2019-01-05 |
mod_admin_shell: Reduce width of 'Status' column
|
Kim Alvefur |
2021-11-26 |
mod_admin_shell: Reduce width of 'Security' column (thanks Link Mauve)
|
Kim Alvefur |
2021-11-26 |
mod_vcard_legacy: Also respect avatar:metadata access restrictions
|
Emmanuel Gil Peyrot |
2021-11-25 |
mod_admin_shell: Fix showing default HTTP path in module:info
|
Kim Alvefur |
2021-11-25 |
mod_http_openmetrics: Serve HTTP from global context
|
Kim Alvefur |
2021-11-25 |
teal: Describe the module API interface
|
Kim Alvefur |
2021-03-24 |
util.prosodyctl.check: Add mod_http_openmetrics settings to known globals
|
Kim Alvefur |
2021-11-25 |
CHANGES: Mention mod_http_openmetrics
|
Kim Alvefur |
2021-11-24 |
mod_smacks: Optimize scheduling of ack requests
|
Kim Alvefur |
2021-11-24 |
mod_smacks: Refactor ack requesting to avoid some timer roundtrips
|
Kim Alvefur |
2021-11-24 |
mod_smacks: Fix timer lifetimes to follow session instead of module
|
Kim Alvefur |
2021-11-24 |
mod_smacks: Clean up compat code etc
|
Kim Alvefur |
2021-11-24 |
mod_smacks: Import from prosody-modules @ eb63890ae8fc
|
Kim Alvefur |
2021-11-16 |
mod_external_services: Warn about missing recommended fields
|
Kim Alvefur |
2021-11-24 |
mod_admin_shell: Factor out simple function in module:info for reuse
|
Kim Alvefur |
2021-11-24 |
mod_admin_shell: List collected metrics in module:info
|
Kim Alvefur |
2021-11-24 |
mod_admin_shell: List net providers in module:info
|
Kim Alvefur |
2021-11-23 |
mod_http_openmetrics: Imported from prosody-modules mod_prometheus @df2246b15075
|
Matthew Wild |
2021-11-24 |
mod_csi_simple: Skip initiating flush in all but inactive state
|
Kim Alvefur |
2021-11-20 |
mod_csi_simple: Early return on client activity while flushing buffer
|
Kim Alvefur |
2021-11-20 |
mod_csi_simple: Allow some straggler traffic after flushing buffer
|
Kim Alvefur |
2021-11-20 |
util.prosodyctl.check: Highlight inconsistency of AAAA records and use_ipv6=false
|
Kim Alvefur |
2021-11-20 |
util.prosodyctl.check: Respect use_ipv4/v6 in proxy65 check
|
Kim Alvefur |
2021-11-20 |
util.prosodyctl.check: Take IPv6 support in LuaSocket into account
|
Kim Alvefur |
2021-11-20 |
net.server_epoll: Fix streaming downloads (thanks Menel)
|
Kim Alvefur |
2021-11-19 |
core.moduleapi: Fix name of renamed API in log message
|
Kim Alvefur |
2021-11-18 |
net.server_epoll: Try harder to avoid reentrant opportunistic writes
|
Kim Alvefur |
2021-11-18 |
mod_csi_simple: Skip flushing of empty buffer
|
Kim Alvefur |
2021-11-18 |
mod_csi_simple: Fire event when flushing due to client activity
|
Kim Alvefur |
2021-11-17 |
mod_admin_shell: Return counts of shown vs total from new table views
|
Kim Alvefur |
2021-11-16 |
mod_csi_simple: Detach cleanly from sessions if unloaded while flushing
|
Kim Alvefur |
2021-11-16 |
MUC: Actually set the new affiliation data if it was previously empty
|
Matthew Wild |
2021-11-16 |
mod_csi_simple: Only act in inactive mode to prevent infinite recursion
|
Kim Alvefur |
2021-11-16 |
mod_csi_simple: Unlock writes after event, to allow things to be queued
|
Kim Alvefur |
2021-11-16 |
MUC: Include old affiliation data in affiliation change event
|
Matthew Wild |
2021-11-16 |
MUC: Add room:set_affiliation_data()
|
Matthew Wild |
2021-11-16 |
MUC: Set .previous_affiliation = "none" if nil, for consistency with .affiliation
|
Matthew Wild |
2021-11-16 |
MUC: Fix incorrect variable name (thanks luacheck)
|
Matthew Wild |
2021-11-16 |
MUC: Switch to event.allowed signaling to block event, matching muc-pre-set-role
|
Matthew Wild |
2021-11-16 |
MUC: Add 'muc-pre-set-affiliation' event, allowing to block change or modify data
|
Matthew Wild |
2021-11-16 |
MUC: Add option to include form in registration query
|
Matthew Wild |
2021-11-15 |
mod_admin_shell: Handle absence of connection in security column (thanks arcseconds)
|
Kim Alvefur |
2021-11-15 |
mod_pubsub: Fix traceback in disco of non-existent node (thanks Martin)
|
Kim Alvefur |
2021-11-13 |
net.connect: Prefer last connection error over last resolver error
|
Kim Alvefur |
2021-11-13 |
util.prosodyctl.shell: Bring back banner set from config!
|
Kim Alvefur |
2021-11-12 |
net.connect: Propagate last error message from resolvers
|
Kim Alvefur |
2021-11-12 |
s2smanager: Fire s2s-destroyed event to mirror s2s-created
|
Matthew Wild |
2021-11-12 |
mod_c2s: Disconnect user sessions on a role change event
|
Matthew Wild |
2021-11-12 |
usermanager: Fire user-roles-changed event when updating roles of a local user
|
Matthew Wild |
2021-11-12 |
util.human.io: Use UTF-8-aware length check in padding functions
|
Kim Alvefur |
2021-11-12 |
util.human.io: Fix cutting of UTF-8 into pieces
|
Kim Alvefur |
2021-11-12 |
util.human.io: Trim any broken UTF-8 from ellipsis
|
Kim Alvefur |
2021-11-12 |