Log

description author age
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
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
doap: Move comment into <implements> it comments on Kim Alvefur 2021-01-29
mod_mam: Remove obsolete queryid attribute from tests Kim Alvefur 2021-01-29
mod_mam: Remove obsolete 'queryid' attribute from iq-result (thanks paul) Kim Alvefur 2021-01-29
mod_http_file_share: Indicate missing token via WWW-Authenticate header Kim Alvefur 2021-01-29
mod_http_file_share: Clarify message about missing Authorization header Kim Alvefur 2021-01-29
mod_http_file_share: Allow started uploads to complete after token expired Kim Alvefur 2021-01-28
mod_http_file_share: Serve configurable set of safe mime types inline (thanks jonas’) Kim Alvefur 2021-01-28
mod_http_file_share: Cache file metadata Kim Alvefur 2021-01-28
mod_http_file_share: Extract all file properties into variables earlier Kim Alvefur 2021-01-28
mod_http_file_share: Fix the obligatory misplaced closing bracket (thanks scansion) Kim Alvefur 2021-01-27
mod_http_file_share: Insert pauses to avoid blocknig for long periods Kim Alvefur 2021-01-27
mod_http_file_share: Add support for removing old files (default 2 weeks) Kim Alvefur 2021-01-27
mod_http_file_share: More security headers Kim Alvefur 2021-01-27
mod_http_file_share: Strip authorization type prefix a bit earlier Kim Alvefur 2021-01-27
mod_http_file_share: Factor out function for generating full filename Kim Alvefur 2021-01-27
mod_http_file_share: Use '.bin' file extension Kim Alvefur 2021-01-27
mod_http_file_share: Validate file size early in HTTP PUT request Kim Alvefur 2021-01-27
mod_http_file_share: Move Authorization type string Kim Alvefur 2021-01-27
mod_http_file_share: Add some logging Kim Alvefur 2021-01-27
mod_http_file_share: Handle content-type being optional Kim Alvefur 2021-01-27
mod_http_file_share: Reject invalid file sizes Kim Alvefur 2021-01-26
mod_http_file_share: Fix name of max-file-size tag Kim Alvefur 2021-01-26
mod_http_file_share: Expand registry to fix extra tag Kim Alvefur 2021-01-26
mod_http_file_share: Verify final file size on completion of upload Kim Alvefur 2021-01-26
mod_http_file_share: Add file type filter Kim Alvefur 2021-01-26
mod_http_file_share: Add file size limit (default 10M) Kim Alvefur 2021-01-26
mod_http_file_share: Validate that filename does not contain '/' Kim Alvefur 2021-01-26
mod_http_file_share: Return proper error if unauthorized Kim Alvefur 2021-01-26
mod_http_file_share: Add basic access control Kim Alvefur 2021-01-26
mod_http_file_share: Add support for external file upload service Kim Alvefur 2021-01-26
mod_http_file_share: Let's write another XEP-0363 implementation Kim Alvefur 2021-01-26
util.interpolation: Add test for #1623 Kim Alvefur 2021-01-25
Merge 0.11->trunk Kim Alvefur 2021-01-25
util.interpolation: Fix combination of filters and fallback values #1623 0.11 Kim Alvefur 2021-01-25
util.startup: Make installer_plugin_path relative to data directory Kim Alvefur 2021-01-24
util.startup: Don't create installer plugin path (as root) Kim Alvefur 2021-01-24
util.prosodyctl.check: Recognise global options related to plugin installer Kim Alvefur 2021-01-21
net.unbound: Fix to initialize under prosodyctl Kim Alvefur 2021-01-21
prosodyctl: Add reference to #1602 (plugin installer docs) in comment Kim Alvefur 2021-01-21
prosodyctl: Move message after condition Kim Alvefur 2021-01-21
util.prosodyctl: Remove unused calculation [luacheck] Kim Alvefur 2021-01-21
util.prosodyctl: Rename unused variable to '_' [luacheck] Kim Alvefur 2021-01-21
prosodyctl: Fix copypaste oversight Kim Alvefur 2021-01-21
util.prosodyctl: Always return exit code from luarocks Kim Alvefur 2021-01-21
prosodyctl: Abort if no plugin source specified for the installer Kim Alvefur 2021-01-21
prosodyctl: Move UI related calls out of util.prosodyctl Kim Alvefur 2021-01-21
prosodyctl: Use luarocks status code as exit code Kim Alvefur 2021-01-21
util.prosodyctl: Reword message to sound more natural Kim Alvefur 2021-01-21
util.prosodyctl: Propagate status from luarocks invocation Kim Alvefur 2021-01-21
util.prosodyctl: Use installer path prepared by util.startup Kim Alvefur 2021-01-21
lint: Add initial semgrep config Kim Alvefur 2021-01-18
util.datamanager: Fix not passing variables as format string to logger (thanks semgrep) Kim Alvefur 2021-01-16
core.modulemanager: Fix resource location compat with LuaRocks 2.x Kim Alvefur 2021-01-15
MUC: Allow modules to add to the room registration form, and handle the result Matthew Wild 2021-01-15
doc/doap.xml: Fix attribute name Matthew Wild 2021-01-15
mod_mam: Workaround scansion test flakyness Kim Alvefur 2021-01-13
mod_storage_sql: Fix compatibilty with Lua 5.1 Kim Alvefur 2021-01-13
mod_muc_mam: Copy extended MAM support from mod_mam Kim Alvefur 2021-01-12
mod_mam: Advertise extended MAM when archive storage is capable Kim Alvefur 2021-01-12
mod_mam: Allow querying by set of IDs Kim Alvefur 2021-01-12
mod_storage_sql: Support query for set of IDs Kim Alvefur 2021-01-12
mod_storage_internal: Support query for set of IDs Kim Alvefur 2021-01-12
mod_storage_memory: Support query for set of IDs Kim Alvefur 2021-01-12
storage tests: Add test for querying a set of IDs Kim Alvefur 2021-01-12
mod_storage_internal: Add support for full ID range query Kim Alvefur 2021-01-12
mod_storage_memory: Support full ID range queries Kim Alvefur 2021-01-12
storage tests: Test querys with both before and after IDs Kim Alvefur 2021-01-12
mod_mam: Add support for before-id and after-id fields Kim Alvefur 2021-01-09
mod_storage_sql: Advertise support for id range query Kim Alvefur 2021-01-09
mod_mam: Implement extended MAM metadata query Kim Alvefur 2020-11-30
mod_mam: Add support for page flipping Kim Alvefur 2020-11-30
mod_mam: Advertise extended MAM 0.7.x behind a feature flag Kim Alvefur 2020-11-30
Merge 0.11->trunk Kim Alvefur 2021-01-12
net.adns: Prevent empty packets from being sent on "connect" (fix #1619) 0.11 Kim Alvefur 2021-01-12
net.server_epoll: Fix off-by-one in 2c559953ad41 0.11 Kim Alvefur 2021-01-10
Merge 0.11->trunk Kim Alvefur 2021-01-08
util.timer: Ensure timers can't run more than once per tick (fixes #1620) 0.11 Kim Alvefur 2021-01-08
net.server_epoll: Ensure timers can't run more than once per tick 0.11 Kim Alvefur 2021-01-08
util.stanza: Move misplaced argument to correct place 0.11 Kim Alvefur 2020-12-24
mod_csi_simple,mod_carbons,mod_mam: Update comment about XEP-0353 Kim Alvefur 2021-01-08
doap: XEP-0004 Multiple Items in Form Results is not supported Kim Alvefur 2020-12-29
doap: LibExpat was used from the start and thus XEP-0044 supported Kim Alvefur 2020-12-29
doap: util.dataforms first appeared in 0.4.0 Kim Alvefur 2020-12-29
doap: Add removed status Kim Alvefur 2020-12-29
doap: Specify exact Prosody version Kim Alvefur 2020-12-29
mod_scansion_record: Flush after writes Matthew Wild 2021-01-08
net.unbound: Delay loading until server has started or first query Kim Alvefur 2021-01-05
net.unbound: Move libunbound initialization into a function Kim Alvefur 2021-01-05
scansion: Allow specifying a logfile for prosody via environment Kim Alvefur 2021-01-05
net.unbound: Allow tracing individual queries with a logger per query Kim Alvefur 2021-01-05
net.unbound: Don't pass error as logger formatting string Kim Alvefur 2021-01-05
net.unbound: Log net.server interactions Kim Alvefur 2021-01-05
prosodyctl: Remove non-existant command from hidden commands Kim Alvefur 2021-01-05
MUC: Reject probes from non-occupants JC Brand 2020-10-02
MUC: Add support for presence probes (fixes #1535) JC Brand 2020-04-19
doap: Use logo property from schema.org Kim Alvefur 2021-01-02
doap: Apply XML canonicalization Kim Alvefur 2021-01-02
doap: Link to the actual logo (thanks Link Mauve) Kim Alvefur 2021-01-01
doap: Link to logo Kim Alvefur 2021-01-01
mod_component: Distinguish missing stream @to from unknown local component (thanks Daniel_W) Kim Alvefur 2020-12-18
net.server_epoll: Increase log level for error in callback Kim Alvefur 2020-12-16
Merge 0.11->trunk Kim Alvefur 2020-12-16
mod_s2s: Fix copypaste mistake in b3ae48362f78 0.11 Kim Alvefur 2020-12-16
Merge 0.11->trunk Matthew Wild 2020-12-15
MUC: Fix logic bug causing unnecessary presence to be sent, fixes #1615 (thanks damencho) 0.11 Matthew Wild 2020-12-15
doap: Add XEP-0441, the preferences part broken out of XEP-0313 Kim Alvefur 2020-12-13
doap: Add XEP-0297, used by XEP-0280, XEP-0313 Kim Alvefur 2020-12-13
doap: Add XEP-0277 for use in mod_storage_0227 and tools/xep227toprosody.lua Kim Alvefur 2020-12-13
doap: Not all of XEP-0133 commands are implemented Kim Alvefur 2020-12-13
doap: XEP-0352 version bump to Draft (no changes) Kim Alvefur 2020-12-13
doap: Add XEP-0059, RSM is used indirectly by XEP-0313 Kim Alvefur 2020-12-13
doap: Add XEP-0044, Expat should be handling namespaces Kim Alvefur 2020-12-13
Merge 0.11->trunk Kim Alvefur 2020-12-11
mod_s2s: Prevent whitespace keepalives the stream has been opened 0.11 Kim Alvefur 2020-12-10
net.http.errors: Add error class for DNS resolution failures (thanks SouL) Matthew Wild 2020-12-11
util.error: Switch to util.debug traceback tables and remove display_tracebacks option Matthew Wild 2020-12-09
util.error: Expose is_error on registry objects for convenience Matthew Wild 2020-12-09
util.error: rename is_err() -> is_error() Matthew Wild 2020-12-09