index
:
prosody.git
0.11
0.12
master
s2s
sasl
tls
origin/0.11
origin/0.12
origin/master
origin/s2s
origin/sasl
origin/tls
origin/vault/0.11
origin/vault/master
origin/vault/s2s
origin/vault/sasl
origin/vault/tls
unofficial mirror of the prosody mercurial project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
mod_http_file_share: Support download resumption via Range requests
Kim Alvefur
2021-05-16
2
-0
/
+21
*
|
prosodyctl: Report OpenSSL version
Kim Alvefur
2021-05-12
1
-0
/
+4
*
|
util.hashes: Expose OpenSSL version
Kim Alvefur
2021-05-12
1
-0
/
+4
*
|
util.jwt: Use constant-time comparison with expected signature
Matthew Wild
2021-05-13
1
-1
/
+2
*
|
Merge 0.11->trunk
Matthew Wild
2021-05-13
19
-54
/
+111
|
\
|
|
*
Added tag 0.11.9 for changeset d0e9ffccdef9
Matthew Wild
2021-05-12
0
-0
/
+0
|
*
mod_dialback: Remove d-w-d feature
0.11.9
Kim Alvefur
2021-05-12
2
-23
/
+1
|
*
mod_dialback: Use correct host for certificate check (fixes #1381)
Kim Alvefur
2019-06-23
1
-2
/
+1
|
*
mod_dialback: Use constant-time comparison with hmac
Matthew Wild
2021-05-12
1
-1
/
+2
|
*
mod_proxy65: Restrict access to local c2s connections by default
Matthew Wild
2021-05-12
1
-4
/
+12
|
*
mod_limits: Use default limits if none configured
Matthew Wild
2021-05-11
1
-1
/
+10
|
*
prosody.cfg.lua.dist: Enable rate limits by default
Matthew Wild
2021-05-11
1
-1
/
+12
|
*
prosodyctl about: Report libexpat version if known
Matthew Wild
2021-05-11
1
-1
/
+5
|
*
certmanager: Disable renegotiation by default
Matthew Wild
2021-05-11
1
-0
/
+2
|
*
mod_limits: Don't emit error when no burst period is configured
Matthew Wild
2021-05-11
1
-1
/
+1
|
*
core.certmanager: Test for SSL options in absence of LuaSec config
Kim Alvefur
2021-04-26
1
-5
/
+9
|
*
core.certmanager: Attempt to directly access LuaSec config table
Kim Alvefur
2021-04-26
1
-1
/
+1
|
*
util.xmppstream: Allow dynamically configuring the stanza size limit for a st...
Matthew Wild
2021-05-10
1
-0
/
+3
|
*
util.xmppstream: Mark bytes for stream closure as handled
Matthew Wild
2021-05-10
1
-0
/
+3
|
*
MUC: Add support for advertising muc#roomconfig_allowinvites in room disco#info
Matthew Wild
2021-05-10
1
-2
/
+10
|
*
mod_auth_internal_{plain,hashed}: Use constant-time string comparison for sec...
Matthew Wild
2021-05-10
2
-3
/
+5
|
*
util.xmppstream: Reduce default xmppstream limit to 1MB
Matthew Wild
2021-05-10
1
-1
/
+1
|
*
util.set: Add is_set() to test if an object is a set
Matthew Wild
2021-05-10
1
-2
/
+8
|
*
util.hashes: Add constant-time string comparison (binding to CRYPTO_memcmp)
Matthew Wild
2021-05-10
1
-0
/
+14
|
*
mod_c2s, mod_s2s, mod_component, mod_bosh, mod_websockets: Set default stanza...
Matthew Wild
2021-05-07
5
-5
/
+7
|
*
util.startup: Set more aggressive defaults for GC
Matthew Wild
2021-05-07
1
-1
/
+7
|
*
prosodyctl: check config: Add 'gc' to list of global options
Matthew Wild
2021-04-30
1
-1
/
+1
*
|
core.certmanager: Catch error from lfs
Kim Alvefur
2021-05-07
1
-1
/
+11
*
|
core.certmanager: Resolve certs path relative to config dir
Kim Alvefur
2021-05-07
1
-3
/
+3
*
|
core.portmanager: Use existing http_host for https SNI mapping
Kim Alvefur
2021-05-05
1
-0
/
+4
*
|
core.portmanager: Allow overriding expected SNI name per service
Kim Alvefur
2021-05-05
1
-2
/
+3
*
|
core.certmanager: Skip directly to guessing of key from cert filename
Kim Alvefur
2021-05-05
1
-2
/
+17
*
|
core.certmanager: Join paths with OS-aware util.paths function
Kim Alvefur
2021-05-05
1
-2
/
+3
*
|
core.certmanager: Build an index over certificates
Kim Alvefur
2021-04-10
1
-0
/
+79
*
|
core.certmanager: Check for complete filename
Kim Alvefur
2021-04-10
1
-1
/
+1
*
|
mod_tls: Fix order of debug messages and tls context creation
Kim Alvefur
2021-05-05
1
-2
/
+2
*
|
configure: Make ICU the default library for IDNA and JID normalization
Kim Alvefur
2020-07-12
1
-3
/
+3
*
|
net.http.server: Split out method for sending only the header
Kim Alvefur
2021-04-24
1
-2
/
+7
*
|
s2s et al.: Add counters for connection state transitions
Jonas Schäfer
2021-04-21
3
-11
/
+50
*
|
mod_s2s: Port to new OpenMetrics API
Jonas Schäfer
2021-04-18
1
-10
/
+26
*
|
mod_c2s: Port to new OpenMetrics API
Jonas Schäfer
2021-04-18
1
-10
/
+16
*
|
Statistics: Rewrite statistics backends to use OpenMetrics
Jonas Schäfer
2021-04-18
7
-494
/
+1110
*
|
util.prosodyctl.shell: Fix for different location of unpack in Lua 5.1
Kim Alvefur
2021-04-25
1
-1
/
+2
*
|
util.prosodyctl.shell: Fix for missing 'sep' arg to string.rep in Lua 5.1
Kim Alvefur
2021-04-25
1
-1
/
+2
*
|
util.prosodyctl.shell: Allow calling console commands with fewer shell quotes
Kim Alvefur
2021-04-25
1
-3
/
+2
*
|
mod_tls: Bail out if session got destroyed while sending <proceed/>
Kim Alvefur
2021-04-15
1
-0
/
+1
*
|
core.sessionmanager: Add a dummy rawsend() method to resting sessions
Kim Alvefur
2021-04-15
1
-0
/
+1
*
|
mod_c2s: Fix traceback if session was destroyed while opening stream (thanks ...
Kim Alvefur
2021-04-14
1
-0
/
+3
*
|
util.xmppstream: Send <?xml?> declaration in same call as stream open
Kim Alvefur
2021-04-14
1
-2
/
+1
*
|
core.statsmanager: Allow special "manual" value for statistics_interval
Kim Alvefur
2021-04-06
2
-6
/
+19
[prev]
[next]