aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Tag 0.11.140.11Kim Alvefur2022-12-120-0/+0
* util.stanza: Allow U+7F0.11.14Kim Alvefur2022-11-221-1/+5
* Added tag 0.11.13 for changeset ebeb4d959fb3Matthew Wild2022-01-240-0/+0
* util.xml: Deduplicate handlers for restricted XML0.11.13Kim Alvefur2022-01-201-12/+5
* util.xml: Break reference to help the GC (fix #1711)Kim Alvefur2022-01-201-5/+4
* Added tag 0.11.12 for changeset 783056b4e448Matthew Wild2022-01-130-0/+0
* util.xml: Do not allow doctypes, comments or processing instructions0.11.12Jonas Schäfer2022-01-102-3/+56
* Tag 0.11.11Kim Alvefur2021-12-200-0/+0
* mod_pep: Wipe pubsub service on user deletion0.11.11Kim Alvefur2021-11-041-0/+15
* mod_pep: Prevent creation of services for non-existent usersKim Alvefur2021-11-041-0/+15
* mod_pep: Limit possible growth of node subscription infoKim Alvefur2021-11-041-2/+5
* mod_pep: Limit possible growth of number of pubsub servicesKim Alvefur2021-11-041-2/+16
* mod_pep: Don't pass pubsub services across reloadsKim Alvefur2021-11-041-6/+0
* net.server_epoll: Process all queued events from epoll before timersKim Alvefur2021-10-211-2/+4
* util.startup: Correctly point out unknown short param (fixes #1691)Kim Alvefur2021-10-121-1/+1
* Merge wayward 0.11.10 tag commitKim Alvefur2021-10-010-0/+0
|\
| * Tag 0.11.10Kim Alvefur2021-08-030-0/+0
* | net.server_epoll: Add a hard deadline on shutdown to extra-fix #1670Kim Alvefur2021-09-201-0/+12
* | net.server_epoll: Close sockets added after shutdown signal (fixes #1670)Kim Alvefur2021-09-201-0/+6
* | prosodyctl: Fix later import of LuaFileSystemKim Alvefur2021-09-111-1/+1
* | net.server_epoll: Fix to preserve ids of readded timersKim Alvefur2021-08-311-2/+2
* | makefile: fix prosody.version targetLucas2021-08-151-9/+9
* | mod_c2s: Indicate stream secure state in error text when no stream features to offerMatthew Wild2021-07-061-1/+4
|/
* MUC: Fix logic for access to affiliation lists0.11.10Kim Alvefur2021-07-222-58/+84
* util.ip: Fix netmask for link-local address rangeKim Alvefur2021-07-031-1/+1
* prosodyctl: Add 'limits' to known globals to warn about misplacing itKim Alvefur2021-05-271-1/+1
* mod_pep: Remove obsolete node restoration code (now done by util.pubsub)Kim Alvefur2021-05-161-12/+0
* util.pubsub: Fix traceback if node data not initializedKim Alvefur2021-05-161-0/+4
* Added tag 0.11.9 for changeset d0e9ffccdef9Matthew Wild2021-05-120-0/+0
* mod_dialback: Remove d-w-d feature0.11.9Kim Alvefur2021-05-122-23/+1
* mod_dialback: Use correct host for certificate check (fixes #1381)Kim Alvefur2019-06-231-2/+1
* mod_dialback: Use constant-time comparison with hmacMatthew Wild2021-05-121-1/+2
* mod_proxy65: Restrict access to local c2s connections by defaultMatthew Wild2021-05-121-4/+12
* mod_limits: Use default limits if none configuredMatthew Wild2021-05-111-1/+10
* prosody.cfg.lua.dist: Enable rate limits by defaultMatthew Wild2021-05-111-1/+12
* prosodyctl about: Report libexpat version if knownMatthew Wild2021-05-111-1/+5
* certmanager: Disable renegotiation by defaultMatthew Wild2021-05-111-0/+2
* mod_limits: Don't emit error when no burst period is configuredMatthew Wild2021-05-111-1/+1
* core.certmanager: Test for SSL options in absence of LuaSec configKim Alvefur2021-04-261-5/+9
* core.certmanager: Attempt to directly access LuaSec config tableKim Alvefur2021-04-261-1/+1
* util.xmppstream: Allow dynamically configuring the stanza size limit for a streamMatthew Wild2021-05-101-0/+3
* util.xmppstream: Mark bytes for stream closure as handledMatthew Wild2021-05-101-0/+3
* MUC: Add support for advertising muc#roomconfig_allowinvites in room disco#infoMatthew Wild2021-05-101-2/+10
* mod_auth_internal_{plain,hashed}: Use constant-time string comparison for secretsMatthew Wild2021-05-102-3/+5
* util.xmppstream: Reduce default xmppstream limit to 1MBMatthew Wild2021-05-101-1/+1
* util.set: Add is_set() to test if an object is a setMatthew Wild2021-05-101-2/+8
* util.hashes: Add constant-time string comparison (binding to CRYPTO_memcmp)Matthew Wild2021-05-101-0/+14
* mod_c2s, mod_s2s, mod_component, mod_bosh, mod_websockets: Set default stanza size limitsMatthew Wild2021-05-075-5/+7
* util.startup: Set more aggressive defaults for GCMatthew Wild2021-05-071-1/+7
* prosodyctl: check config: Add 'gc' to list of global optionsMatthew Wild2021-04-301-1/+1