prosodyctl: Reorganize help / command list
|
Kim Alvefur |
2021-01-21 |
prosody.cfg.lua.dist: Replace use_libevent with network_backend
|
Kim Alvefur |
2021-05-23 |
mod_tls: Add "support" for <failure> by closing gracefully
|
Kim Alvefur |
2021-05-21 |
teal: Add type spec for util.signal
|
Kim Alvefur |
2021-05-20 |
teal: Add type spec for util.ringbuffer
|
Kim Alvefur |
2021-05-20 |
teal: Describe util.net.local_addresses() return type
|
Kim Alvefur |
2021-05-20 |
teal: Add new util.hashes APIs
|
Kim Alvefur |
2021-05-20 |
statsmanager: remove "legacy" wording
|
Jonas Schäfer |
2021-05-20 |
util.stanza: add at_top helper
|
Jonas Schäfer |
2021-05-08 |
mod_csi_simple: convert to use new metric interface for flush reasons
|
Jonas Schäfer |
2021-05-20 |
prosody.cfg.lua.dist: Fix indentation to use tabs like the rest of the file
|
Emmanuel Gil Peyrot |
2021-05-19 |
prosody: Close the state on exit (ie garbage-collect everything)
|
Kim Alvefur |
2021-05-18 |
tools/cfgdump: Serialize individual (table) settings in stable order too
|
Kim Alvefur |
2021-05-17 |
tools/cfgdump: Iterate in sort order to give stable output
|
Kim Alvefur |
2021-05-17 |
mod_http_file_share: Handle out of bounds Range request
|
Kim Alvefur |
2021-05-17 |
Merge 0.11->trunk
|
Kim Alvefur |
2021-05-16 |
mod_pep: Remove obsolete node restoration code (now done by util.pubsub)
0.11
|
Kim Alvefur |
2021-05-16 |
util.pubsub: Fix traceback if node data not initialized
0.11
|
Kim Alvefur |
2021-05-16 |
mod_http_file_share: Support download resumption via Range requests
|
Kim Alvefur |
2021-05-16 |
prosodyctl: Report OpenSSL version
|
Kim Alvefur |
2021-05-11 |
util.hashes: Expose OpenSSL version
|
Kim Alvefur |
2021-05-11 |
util.jwt: Use constant-time comparison with expected signature
|
Matthew Wild |
2021-05-13 |
Merge 0.11->trunk
|
Matthew Wild |
2021-05-13 |
Added tag 0.11.9 for changeset d0e9ffccdef9
0.11
|
Matthew Wild |
2021-05-12 |
mod_dialback: Remove d-w-d feature
0.11 0.11.9
|
Kim Alvefur |
2021-05-12 |
mod_dialback: Use correct host for certificate check (fixes #1381)
0.11
|
Kim Alvefur |
2019-06-23 |
mod_dialback: Use constant-time comparison with hmac
0.11
|
Matthew Wild |
2021-05-12 |
mod_proxy65: Restrict access to local c2s connections by default
0.11
|
Matthew Wild |
2021-05-12 |
mod_limits: Use default limits if none configured
0.11
|
Matthew Wild |
2021-05-11 |
prosody.cfg.lua.dist: Enable rate limits by default
0.11
|
Matthew Wild |
2021-05-11 |
prosodyctl about: Report libexpat version if known
0.11
|
Matthew Wild |
2021-05-11 |
certmanager: Disable renegotiation by default
0.11
|
Matthew Wild |
2021-05-11 |
mod_limits: Don't emit error when no burst period is configured
0.11
|
Matthew Wild |
2021-05-11 |
core.certmanager: Test for SSL options in absence of LuaSec config
0.11
|
Kim Alvefur |
2021-04-26 |
core.certmanager: Attempt to directly access LuaSec config table
0.11
|
Kim Alvefur |
2021-04-26 |
util.xmppstream: Allow dynamically configuring the stanza size limit for a stream
0.11
|
Matthew Wild |
2021-05-10 |
util.xmppstream: Mark bytes for stream closure as handled
0.11
|
Matthew Wild |
2021-05-10 |
MUC: Add support for advertising muc#roomconfig_allowinvites in room disco#info
0.11
|
Matthew Wild |
2021-05-10 |
mod_auth_internal_{plain,hashed}: Use constant-time string comparison for secrets
0.11
|
Matthew Wild |
2021-05-10 |
util.xmppstream: Reduce default xmppstream limit to 1MB
0.11
|
Matthew Wild |
2021-05-10 |
util.set: Add is_set() to test if an object is a set
0.11
|
Matthew Wild |
2021-05-10 |
util.hashes: Add constant-time string comparison (binding to CRYPTO_memcmp)
0.11
|
Matthew Wild |
2021-05-10 |
mod_c2s, mod_s2s, mod_component, mod_bosh, mod_websockets: Set default stanza size limits
0.11
|
Matthew Wild |
2021-05-07 |
util.startup: Set more aggressive defaults for GC
0.11
|
Matthew Wild |
2021-05-07 |
core.certmanager: Catch error from lfs
|
Kim Alvefur |
2021-05-07 |
core.certmanager: Resolve certs path relative to config dir
|
Kim Alvefur |
2021-05-07 |
core.portmanager: Use existing http_host for https SNI mapping
|
Kim Alvefur |
2021-05-05 |
core.portmanager: Allow overriding expected SNI name per service
|
Kim Alvefur |
2021-05-05 |
core.certmanager: Skip directly to guessing of key from cert filename
|
Kim Alvefur |
2021-05-05 |
core.certmanager: Join paths with OS-aware util.paths function
|
Kim Alvefur |
2021-05-05 |
core.certmanager: Build an index over certificates
|
Kim Alvefur |
2021-04-10 |
core.certmanager: Check for complete filename
|
Kim Alvefur |
2021-04-10 |
mod_tls: Fix order of debug messages and tls context creation
|
Kim Alvefur |
2021-05-05 |
prosodyctl: check config: Add 'gc' to list of global options
0.11
|
Matthew Wild |
2021-04-30 |
configure: Make ICU the default library for IDNA and JID normalization
|
Kim Alvefur |
2020-07-12 |
net.http.server: Split out method for sending only the header
|
Kim Alvefur |
2021-04-24 |
s2s et al.: Add counters for connection state transitions
|
Jonas Schäfer |
2021-04-21 |
mod_s2s: Port to new OpenMetrics API
|
Jonas Schäfer |
2021-04-18 |
mod_c2s: Port to new OpenMetrics API
|
Jonas Schäfer |
2021-04-18 |
Statistics: Rewrite statistics backends to use OpenMetrics
|
Jonas Schäfer |
2021-04-18 |