aboutsummaryrefslogtreecommitdiffstats
path: root/.luacov (unfollow)
Commit message (Expand)AuthorFilesLines
2022-11-22util.stanza: Allow U+7F0.11.14Kim Alvefur1-1/+5
2022-01-20util.xml: Deduplicate handlers for restricted XML0.11.13Kim Alvefur1-12/+5
2022-01-20util.xml: Break reference to help the GC (fix #1711)Kim Alvefur1-5/+4
2022-01-10util.xml: Do not allow doctypes, comments or processing instructions0.11.12Jonas Schäfer2-3/+56
2021-11-04mod_pep: Wipe pubsub service on user deletion0.11.11Kim Alvefur1-0/+15
2021-11-04mod_pep: Prevent creation of services for non-existent usersKim Alvefur1-0/+15
2021-11-04mod_pep: Limit possible growth of node subscription infoKim Alvefur1-2/+5
2021-11-04mod_pep: Limit possible growth of number of pubsub servicesKim Alvefur1-2/+16
2021-11-04mod_pep: Don't pass pubsub services across reloadsKim Alvefur1-6/+0
2021-10-21net.server_epoll: Process all queued events from epoll before timersKim Alvefur1-2/+4
2021-10-12util.startup: Correctly point out unknown short param (fixes #1691)Kim Alvefur1-1/+1
2021-09-20net.server_epoll: Add a hard deadline on shutdown to extra-fix #1670Kim Alvefur1-0/+12
2021-09-20net.server_epoll: Close sockets added after shutdown signal (fixes #1670)Kim Alvefur1-0/+6
2021-09-11prosodyctl: Fix later import of LuaFileSystemKim Alvefur1-1/+1
2021-08-31net.server_epoll: Fix to preserve ids of readded timersKim Alvefur1-2/+2
2021-08-15makefile: fix prosody.version targetLucas1-9/+9
2021-07-22MUC: Fix logic for access to affiliation lists0.11.10Kim Alvefur2-58/+84
2021-07-06mod_c2s: Indicate stream secure state in error text when no stream features to offerMatthew Wild8-139/+29
2021-07-03util.ip: Fix netmask for link-local address rangeKim Alvefur1-1/+1
2021-05-27prosodyctl: Add 'limits' to known globals to warn about misplacing itKim Alvefur1-1/+1
2021-05-16mod_pep: Remove obsolete node restoration code (now done by util.pubsub)Kim Alvefur1-12/+0
2021-05-16util.pubsub: Fix traceback if node data not initializedKim Alvefur1-0/+4
2021-05-12mod_dialback: Remove d-w-d feature0.11.9Kim Alvefur2-23/+1
2019-06-23mod_dialback: Use correct host for certificate check (fixes #1381)Kim Alvefur1-2/+1
2021-05-12mod_dialback: Use constant-time comparison with hmacMatthew Wild1-1/+2
2021-05-12mod_proxy65: Restrict access to local c2s connections by defaultMatthew Wild1-4/+12
2021-05-11mod_limits: Use default limits if none configuredMatthew Wild1-1/+10
2021-05-11prosody.cfg.lua.dist: Enable rate limits by defaultMatthew Wild1-1/+12
2021-05-11prosodyctl about: Report libexpat version if knownMatthew Wild1-1/+5
2021-05-11certmanager: Disable renegotiation by defaultMatthew Wild1-0/+2
2021-05-11mod_limits: Don't emit error when no burst period is configuredMatthew Wild1-1/+1
2021-04-26core.certmanager: Test for SSL options in absence of LuaSec configKim Alvefur1-5/+9
2021-04-26core.certmanager: Attempt to directly access LuaSec config tableKim Alvefur1-1/+1
2021-05-10util.xmppstream: Allow dynamically configuring the stanza size limit for a streamMatthew Wild1-0/+3
2021-05-10util.xmppstream: Mark bytes for stream closure as handledMatthew Wild1-0/+3
2021-05-10MUC: Add support for advertising muc#roomconfig_allowinvites in room disco#infoMatthew Wild1-2/+10
2021-05-10mod_auth_internal_{plain,hashed}: Use constant-time string comparison for secretsMatthew Wild2-3/+5
2021-05-10util.xmppstream: Reduce default xmppstream limit to 1MBMatthew Wild1-1/+1
2021-05-10util.set: Add is_set() to test if an object is a setMatthew Wild1-2/+8
2021-05-10util.hashes: Add constant-time string comparison (binding to CRYPTO_memcmp)Matthew Wild1-0/+14
2021-05-07mod_c2s, mod_s2s, mod_component, mod_bosh, mod_websockets: Set default stanza size limitsMatthew Wild5-5/+7
2021-05-07util.startup: Set more aggressive defaults for GCMatthew Wild1-1/+7
2021-04-30prosodyctl: check config: Add 'gc' to list of global optionsMatthew Wild1-1/+1
2021-03-18mod_saslauth: Use a defined SASL errorKim Alvefur1-1/+1
2021-03-18mod_saslauth: Improve code styleKim Alvefur1-1/+3
2021-03-18mod_c2s: Log about missing conn on async state changesKim Alvefur1-0/+4
2021-03-18mod_c2s: Improve code styleKim Alvefur1-2/+6
2021-03-17mod_c2s: Fix traceback in session close when conn is nilKim Alvefur1-2/+2
2021-03-18mod_saslauth: Don't throw errors in async code when connections are gonetmolitor1-0/+1
2021-03-18mod_c2s: Don't throw errors in async code when connections are gonetmolitor1-2/+2