aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * mod_auth_internal_{plain,hashed}: Use constant-time string comparison for sec...Matthew 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...Matthew 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
* | core.certmanager: Catch error from lfsKim Alvefur2021-05-071-1/+11
* | core.certmanager: Resolve certs path relative to config dirKim Alvefur2021-05-071-3/+3
* | core.portmanager: Use existing http_host for https SNI mappingKim Alvefur2021-05-051-0/+4
* | core.portmanager: Allow overriding expected SNI name per serviceKim Alvefur2021-05-051-2/+3
* | core.certmanager: Skip directly to guessing of key from cert filenameKim Alvefur2021-05-051-2/+17
* | core.certmanager: Join paths with OS-aware util.paths functionKim Alvefur2021-05-051-2/+3
* | core.certmanager: Build an index over certificatesKim Alvefur2021-04-101-0/+79
* | core.certmanager: Check for complete filenameKim Alvefur2021-04-101-1/+1
* | mod_tls: Fix order of debug messages and tls context creationKim Alvefur2021-05-051-2/+2
* | configure: Make ICU the default library for IDNA and JID normalizationKim Alvefur2020-07-121-3/+3
* | net.http.server: Split out method for sending only the headerKim Alvefur2021-04-241-2/+7
* | s2s et al.: Add counters for connection state transitionsJonas Schäfer2021-04-213-11/+50
* | mod_s2s: Port to new OpenMetrics APIJonas Schäfer2021-04-181-10/+26
* | mod_c2s: Port to new OpenMetrics APIJonas Schäfer2021-04-181-10/+16
* | Statistics: Rewrite statistics backends to use OpenMetricsJonas Schäfer2021-04-187-494/+1110
* | util.prosodyctl.shell: Fix for different location of unpack in Lua 5.1Kim Alvefur2021-04-251-1/+2
* | util.prosodyctl.shell: Fix for missing 'sep' arg to string.rep in Lua 5.1Kim Alvefur2021-04-251-1/+2
* | util.prosodyctl.shell: Allow calling console commands with fewer shell quotesKim Alvefur2021-04-251-3/+2
* | mod_tls: Bail out if session got destroyed while sending <proceed/>Kim Alvefur2021-04-151-0/+1
* | core.sessionmanager: Add a dummy rawsend() method to resting sessionsKim Alvefur2021-04-151-0/+1
* | mod_c2s: Fix traceback if session was destroyed while opening stream (thanks ...Kim Alvefur2021-04-141-0/+3
* | util.xmppstream: Send <?xml?> declaration in same call as stream openKim Alvefur2021-04-141-2/+1
* | core.statsmanager: Allow special "manual" value for statistics_intervalKim Alvefur2021-04-062-6/+19
* | Merge 0.11->trunkKim Alvefur2021-04-102-4/+15
|\|
| * mod_saslauth: Use a defined SASL errorKim Alvefur2021-03-181-1/+1
| * mod_saslauth: Improve code styleKim Alvefur2021-03-181-1/+3
| * mod_c2s: Log about missing conn on async state changesKim Alvefur2021-03-181-0/+4
| * mod_c2s: Improve code styleKim Alvefur2021-03-181-2/+6
| * mod_c2s: Fix traceback in session close when conn is nilKim Alvefur2021-03-171-2/+2
| * mod_saslauth: Don't throw errors in async code when connections are gonetmolitor2021-03-181-0/+1
| * mod_c2s: Don't throw errors in async code when connections are gonetmolitor2021-03-181-2/+2
* | core.statsmanager: Cover util.statistics work in processing measurementKim Alvefur2021-04-061-1/+1
* | core.hostmanager: Remove obsolete clearing of srv_hostsKim Alvefur2021-04-061-1/+0
* | mod_admin_shell: Remove obsolete checks related to s2sout.libKim Alvefur2021-04-061-14/+1
* | mod_http_file_share: Include expiry time of the upload itself in tokenKim Alvefur2021-04-051-0/+1
* | mod_http_file_share: Include time of issuance in auth tokenKim Alvefur2021-04-051-1/+3
* | mod_http_file_share: Group related properties for readabilityKim Alvefur2021-04-051-2/+6
* | mod_http_file_share: Log error opening file for writingKim Alvefur2021-04-051-2/+3
* | mod_http_file_share: Fix logging of error opening fileKim Alvefur2021-04-051-1/+1
* | MUC: Allow overriding occupant object from groupchat message eventKim Alvefur2021-03-251-4/+9
* | net.server_epoll: Remove unnecessary luacheck annotationsKim Alvefur2021-04-011-3/+3
* | mod_http_file_share: Include storage in prune time measurementKim Alvefur2021-03-311-1/+1
* | mod_http_file_share: Add internal command to check files consistencyKim Alvefur2021-03-281-0/+18