util.datamanager: Support iterating over any file extension
|
Kim Alvefur |
2021-02-07 |
core.certmanager: Add comments explaining the 'verifyext' TLS settings
|
Kim Alvefur |
2021-02-06 |
mod_s2s: Clarify comment about unused TLS settings
|
Kim Alvefur |
2021-02-06 |
util.cache: Add test for :table (fails on Lua 5.1)
|
Kim Alvefur |
2021-02-05 |
mod_admin_shell: Add help section with (top level) MUC commands
|
Kim Alvefur |
2021-02-05 |
mod_admin_shell: Pretty-print HTTP endpoints in a human table
|
Kim Alvefur |
2021-02-03 |
mod_admin_shell: Remove previous print() call
|
Kim Alvefur |
2021-02-03 |
mod_admin_shell: List modules providing each HTTP endpoint
|
Kim Alvefur |
2021-02-03 |
mod_admin_shell: List global HTTP endpoints by default
|
Kim Alvefur |
2021-02-03 |
scansion tests: Give a title to HTTP Upload test
|
Kim Alvefur |
2021-02-03 |
mod_c2s: Reflect stream 'from' attribute back if set (fix #1625)
|
Kim Alvefur |
2021-02-03 |
util.xmppstream: Ensure stream 'id' is always present (fix #1626)
|
Kim Alvefur |
2021-02-03 |
mod_http_file_share: Collect cache hit/miss statistics for downloads
|
Kim Alvefur |
2021-02-02 |
mod_http_file_share: Measure how long it takes to prune expired files
|
Kim Alvefur |
2021-02-02 |
mod_http_file_share: Collect statistics of files uploaded
|
Kim Alvefur |
2021-02-02 |
mod_storage_sql: Implement map-like API for archives
|
Kim Alvefur |
2021-02-01 |
storage: Test reverse-ordered queries
|
Kim Alvefur |
2021-02-01 |
util.adhoc: Propagate error with producing initial initial data
|
Kim Alvefur |
2021-01-31 |
adhoc.lib: Tweak to allow using util.error objects
|
Kim Alvefur |
2021-01-31 |
mod_http_file_share: Reorder arguments
|
Kim Alvefur |
2021-01-31 |
mod_http_file_share: Update cached value while it is reasonably fresh
|
Kim Alvefur |
2021-01-31 |
mod_http_file_share: Cache quotas to avoid hitting storage
|
Kim Alvefur |
2021-01-31 |
mod_http_file_share: Split out some variables for later reuse
|
Kim Alvefur |
2021-01-31 |
mod_http_file_share: Add support for daily upload quotas.
|
Kim Alvefur |
2021-01-31 |
mod_http_file_share: Add missing semicolon
|
Kim Alvefur |
2021-01-31 |
CHANGES: Clarify what mod_mimicking does
|
Kim Alvefur |
2021-01-30 |
mod_http_file_share: Clarify log message
|
Kim Alvefur |
2021-01-30 |
doap: Fix off by 200 in RFC number
|
Kim Alvefur |
2021-01-30 |
mod_tls: Ignore lack of STARTTLS offer only when s2s_require_encryption set
|
Kim Alvefur |
2021-01-29 |
mod_tls: Attempt STARTTLS even if not advertised as per RFC 7590
|
Kim Alvefur |
2021-01-29 |