Log

description author age
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
util.prosodyctl.shell: Fix for different location of unpack in Lua 5.1 Kim Alvefur 2021-04-25
util.prosodyctl.shell: Fix for missing 'sep' arg to string.rep in Lua 5.1 Kim Alvefur 2021-04-25
util.prosodyctl.shell: Allow calling console commands with fewer shell quotes Kim Alvefur 2021-04-25
mod_tls: Bail out if session got destroyed while sending <proceed/> Kim Alvefur 2021-04-15
core.sessionmanager: Add a dummy rawsend() method to resting sessions Kim Alvefur 2021-04-15
mod_c2s: Fix traceback if session was destroyed while opening stream (thanks Ge0rG) Kim Alvefur 2021-04-14
util.xmppstream: Send <?xml?> declaration in same call as stream open Kim Alvefur 2021-04-14
core.statsmanager: Allow special "manual" value for statistics_interval Kim Alvefur 2021-04-06
Merge 0.11->trunk Kim Alvefur 2021-04-10
mod_saslauth: Use a defined SASL error 0.11 Kim Alvefur 2021-03-18
mod_saslauth: Improve code style 0.11 Kim Alvefur 2021-03-18
mod_c2s: Log about missing conn on async state changes 0.11 Kim Alvefur 2021-03-18
mod_c2s: Improve code style 0.11 Kim Alvefur 2021-03-18
mod_c2s: Fix traceback in session close when conn is nil 0.11 Kim Alvefur 2021-03-17
mod_saslauth: Don't throw errors in async code when connections are gone 0.11 tmolitor 2021-03-18
mod_c2s: Don't throw errors in async code when connections are gone 0.11 tmolitor 2021-03-18
core.statsmanager: Cover util.statistics work in processing measurement Kim Alvefur 2021-04-06
core.hostmanager: Remove obsolete clearing of srv_hosts Kim Alvefur 2021-04-06
mod_admin_shell: Remove obsolete checks related to s2sout.lib Kim Alvefur 2021-04-06
mod_http_file_share: Include expiry time of the upload itself in token Kim Alvefur 2021-04-05
mod_http_file_share: Include time of issuance in auth token Kim Alvefur 2021-04-05
mod_http_file_share: Group related properties for readability Kim Alvefur 2021-04-05
mod_http_file_share: Log error opening file for writing Kim Alvefur 2021-04-05
mod_http_file_share: Fix logging of error opening file Kim Alvefur 2021-04-05
MUC: Allow overriding occupant object from groupchat message event Kim Alvefur 2021-03-25
net.server_epoll: Remove unnecessary luacheck annotations Kim Alvefur 2021-04-01
mod_http_file_share: Include storage in prune time measurement Kim Alvefur 2021-03-31
mod_http_file_share: Add internal command to check files consistency Kim Alvefur 2021-03-28
util.datamapper: Fix spelling in tests Kim Alvefur 2021-03-28
mod_http_file_share: Fix reporting of missing files Kim Alvefur 2021-03-28
MUC: Report number of live rooms to statsmanager Kim Alvefur 2021-03-28
mod_http_file_share: Report number of items in caches to statsmanager Kim Alvefur 2021-03-28
util.prosodyctl: Install plugins for current Lua version Kim Alvefur 2021-03-16
util.envload: Add basic test of envload() Kim Alvefur 2021-03-26
util.datamapper: Revert one special attribute to longer form Kim Alvefur 2021-03-26
util.datamapper: Use attribute convenience function throughout Kim Alvefur 2021-03-26
util.promise: Switch order of parameters to join() Matthew Wild 2021-03-25
util.promise: all()/all_settled() pass through non-promise values Matthew Wild 2021-03-25
util.promise: Add join() convenience method Matthew Wild 2021-03-25
util.promise: Add support for arbitrary keys in all()/all_settled() Matthew Wild 2021-03-25
mod_message: Stop advertising offline message support (mod_offline does that) Kim Alvefur 2021-03-24
util.datamapper: Don't include empty unwrapped arrays Kim Alvefur 2021-03-23
util.datamapper: Add test coverage of unwrapped arrays of objects Kim Alvefur 2021-03-23
util.datamapper: Fix error on attempt to coerce nil to something Kim Alvefur 2021-03-23
mod_admin_shell: Sort timers by time in debug:timers() Kim Alvefur 2021-03-23
mod_c2s: Log a debug message before closing due to c2s_timeout Kim Alvefur 2021-03-23
util.datamapper: Deal with locally built stanzas missing xmlns Kim Alvefur 2021-03-23
util.datamapper: Factor out conversion from any value to XML string Kim Alvefur 2021-03-22
mod_authz_internal: Ignore unused argument for now [luachec] Kim Alvefur 2021-03-22
usermanager: expose set_roles through API Jonas Schäfer 2021-03-22
mod_authz_internal: add support for setting roles of a local user Jonas Schäfer 2021-03-22
util.datamapper: Handle nested arrays or objects in arrays Kim Alvefur 2021-03-22
util.datamapper: Fix to skip parsing wrapped arrays that aren't there Kim Alvefur 2021-03-22
util.datamapper: Clear done TODO (arrays) Kim Alvefur 2021-03-21
util.datamapper: Complete array building support Kim Alvefur 2021-03-20
util.datamapper: Factor out handling of object properties for array reuse Kim Alvefur 2021-03-20
util.datamapper: Finally implement support for parsing arrays Kim Alvefur 2021-03-20
util.datamapper: Factor out extraction of the XML part to use Kim Alvefur 2021-03-20
util.datamapper: Only get element name if there's an element Kim Alvefur 2021-03-19
make: Magic trick for teal-src/*.tl -> ./*.lua Kim Alvefur 2021-03-19
util.datamapper: Fix arrays nesting one level too deep Kim Alvefur 2021-03-19
util.datamapper: Deal with type name changes in util.jsonschema Kim Alvefur 2021-03-18
util.jsonschema: Rename types for improved readability Kim Alvefur 2021-03-18
teal: Use new integer support in Teal 0.13.0 Kim Alvefur 2021-03-18
util.datamapper: Limited support for unparsing simple arrays of strings Kim Alvefur 2021-03-18
util.datamapper: Add initial support for parsing arrays Kim Alvefur 2021-03-18
util.datamapper: Factor out common schema unpacking Kim Alvefur 2021-03-14
util.datamapper: Separate extraction of xml from coercion to target type Kim Alvefur 2021-03-14
util.datamapper: Use enum instead of mutually exclusive booleans Kim Alvefur 2021-03-14
util.datamapper: Enumerated elements Kim Alvefur 2021-03-12
util.datamapper: Some TODOs Kim Alvefur 2021-03-09
util.datamapper: Add references with notes Kim Alvefur 2021-03-09
util.datamapper: Add Copyright header Kim Alvefur 2021-03-09
util.jsonschema: Add copyright-header Kim Alvefur 2021-03-09
util.jsonschema: Restructure "type" keyword handling Kim Alvefur 2021-03-09
util.jsonschema: Syntax tweak to not upset syntax highlighting Kim Alvefur 2021-03-09
util.jsonschema: Implement "propertyNames" Kim Alvefur 2021-03-09
util.jsonschema: Restructure handling of "properties" and "additionalProperties" Kim Alvefur 2021-03-09
util.jsonschema: Fix "uniqueItems" prematurely declaring a match Kim Alvefur 2021-03-09
util.jsonschema: Implement the "prefixItems" keyword Kim Alvefur 2021-03-09
util.jsonschema: Implement the "contains" keyword Kim Alvefur 2021-03-09
util.jsonschema: Allow a boolean as schema Kim Alvefur 2021-03-09
util.jsonschema: Correct "items" keyword Kim Alvefur 2021-03-09
util.datamapper: Add support for mapping of elements where only one attribute matters Kim Alvefur 2021-03-07
util.datamapper: Add logic for "boolean" tags here the presence means true Kim Alvefur 2021-03-07
util.datamapper: Invent extension for using tag name as value Kim Alvefur 2021-03-06
util.datamapper: Add 'unparse' for turning tables into XML Kim Alvefur 2021-03-06
util.datamapper: Library for extracting data from stanzas Kim Alvefur 2021-03-06
util.jsonschema: Library for JSON Schema validation Kim Alvefur 2021-03-06
make: Add target for building Teal sources Kim Alvefur 2021-03-09
util: Add Teal interface definition files Kim Alvefur 2021-03-09
util.gc: Fix check for Lua 5.4 Kim Alvefur 2021-03-15
net.resolvers.basic: Fix completion condition when IPv6 is disabled Kim Alvefur 2021-03-15
mod_pubsub: Include <pubsub> with unsubscribe reply Kim Alvefur 2021-03-15
util.rsm: Correctly coerce integer value for <index> (fix #1642) Kim Alvefur 2021-03-06
util.rsm: Increase test coverage Kim Alvefur 2021-03-06
util.rsm: Improve readability using compacter stanza building API Kim Alvefur 2021-03-06
mod_csi_simple: s/algoritm/algorithm/ [codespell] Kim Alvefur 2021-03-05
core.storagemanager: s/Multilpe/Multiple/ [codespell] Kim Alvefur 2021-03-05
util.prosodyctl.shell: Allow passing a single command as argument Kim Alvefur 2021-03-05
util.prosodyctl.shell: Fix check for --quiet Kim Alvefur 2021-03-05
net.resolvers.basic: Disable DANE for now, completely broken Kim Alvefur 2021-03-03
net.resolvers.basic: Don't enable DANE with zero TLSA records Kim Alvefur 2021-03-03
mod_s2s: Buffer stream error + stream closing tag Kim Alvefur 2021-03-03
core.s2smanager: Set "direction" on destroyed sessions (fixes #1641) Kim Alvefur 2021-03-03
mod_s2s: Check direction in bidi-aware style Kim Alvefur 2021-03-03
doap: Add RFC 7673 Kim Alvefur 2021-03-02
mod_s2s: Add config setting to enable DANE Kim Alvefur 2021-03-02
net.connect: Add DANE support Kim Alvefur 2021-03-02
net.server_epoll: Support for passing DANE TLSA data to LuaSec (0.8 needed) Kim Alvefur 2019-09-29
core.portmanager: Log SNI hosts, services looked for Kim Alvefur 2021-03-02
MUC: Add robot face test Kim Alvefur 2021-03-02
mod_http: Consolidate handling of proxied connection details Kim Alvefur 2021-02-27
net.http.server: Set request.ip so mod_http doesn't have to Kim Alvefur 2021-02-27
Merge 0.11->trunk Kim Alvefur 2021-02-27
mod_http: Restore ip field for requests without proxies 0.11 Kim Alvefur 2021-02-27
mod_http_file_share: Skip removal of nothing Kim Alvefur 2021-02-25
mod_http_file_share: Remove correct entries when not all expired files were deleted Kim Alvefur 2021-02-25
mod_http_errors: Add some comments Kim Alvefur 2021-02-25
mod_http_errors: Add some silly variations for the '/' page Kim Alvefur 2021-02-25
mod_http_file_share: Fix traceback on missing file-type Kim Alvefur 2021-02-24
mod_csi_simple: Add command to test importance algorithm on stream of stanzas Kim Alvefur 2021-02-23
mod_http: Improve message for missing 'route' Kim Alvefur 2021-02-23
mod_http: Warn if app is missing 'route' Kim Alvefur 2021-02-21
mod_http_file_share: Allow credentials via CORS (needed for auth token) Kim Alvefur 2021-02-23
mod_http: Allow modifying CORS header list via :provides API Kim Alvefur 2019-12-30
mod_http: Allow setting the CORS credentials flag via :provides API Kim Alvefur 2019-12-30
mod_http_errors: Style tweak Kim Alvefur 2021-02-21
mod_http_file_share: Return a message from the base URL Kim Alvefur 2021-02-21
mod_websocket: Use mod_http_errors html template #1172 Kim Alvefur 2021-02-21
mod_bosh: Include warning if endpoint accessed insecurely (#1172) Kim Alvefur 2021-02-21
mod_bosh: Use message template from mod_http_error Kim Alvefur 2021-02-21
mod_http_errors: Add a highlighted warning to template Kim Alvefur 2021-02-21
mod_http_errors: Add way to reuse the error page template Kim Alvefur 2021-02-21
mod_http_errors: Minify CSS Kim Alvefur 2021-02-18
Merge 0.11->trunk Kim Alvefur 2021-02-18
mod_http: Fix trusted proxies check (thanks buildbot) 0.11 Kim Alvefur 2021-02-18
mod_http: Optimize proxy IP check Kim Alvefur 2021-02-18
mod_websocket: Inherit security status from http request Kim Alvefur 2021-02-18
mod_http: Consider x-forwarded-proto from trusted proxies Kim Alvefur 2021-02-18
Merge 0.11->trunk Kim Alvefur 2021-02-18
mod_http: Skip IP resolution in non-proxied case 0.11 Kim Alvefur 2021-02-18
mod_csi_simple: Fire event when flushing queue Kim Alvefur 2021-02-16
mod_csi_simple: Set session state to 'flushing' while doing so Kim Alvefur 2021-02-16
Merge 0.11->trunk Kim Alvefur 2021-02-15
Tag 0.11.8 0.11 Kim Alvefur 2021-02-15
mod_pep: Advertise base pubsub feature (fixes #1632) 0.11 0.11.8 Kim Alvefur 2021-02-15
mod_http_file_share: Prevent attempt to upload again after completion Kim Alvefur 2021-02-13
mod_http_file_share: Support sending 100 Continue Kim Alvefur 2021-02-13
net.http.server: Don't pause early streaming uploads Kim Alvefur 2021-02-13
net.http.server: Allow storing more than the parser in the session Kim Alvefur 2021-02-12
net.http.server: Enable async during HTTP request handling (fixes #1487) Kim Alvefur 2020-07-12
util.datamanager: Add basic tests Kim Alvefur 2021-02-09
util.datamanager: Support iterating over any file extension Kim Alvefur 2021-02-07