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 |
util.error: Add coerce and wrap methods to registry(?) objects
|
Matthew Wild |
2020-12-09 |
net.http: track time of request for debug/stats purposes
|
Matthew Wild |
2020-12-09 |
doap: Add XEP-0222 and XEP-0223, both supported by newer mod_pep
|
Kim Alvefur |
2020-12-08 |
doap: XEP-0048 is indirectly supported via XEP-0049 by mod_privacy
|
Kim Alvefur |
2020-12-08 |
net.adns: Reduce 'Exhausted all servers' message to warning
|
Matthew Wild |
2020-12-08 |
Update CHANGES and doap.xml for XEP-0421 support
|
Matthew Wild |
2020-11-24 |
MUC: Merge mod_muc_occupant_id into a sub-module (thanks pep.!)
|
Matthew Wild |
2020-11-24 |
Merge 0.11->trunk
|
Kim Alvefur |
2020-11-23 |
mod_saslauth: Only advertise channel binding if a finished message is available
0.11
|
Kim Alvefur |
2020-11-23 |
mod_saslauth: Disable 'tls-unique' channel binding with TLS 1.3 (closes #1542)
0.11
|
Kim Alvefur |
2020-11-23 |
Merge 0.11->trunk
|
Matthew Wild |
2020-11-23 |
util.promise: Use xpcall() for promise function to preserve tracebacks
0.11
|
Matthew Wild |
2020-11-23 |
mod_adhoc: Log commands provided at debug level
|
Kim Alvefur |
2020-11-21 |
util.hashring: Normalize indentation to tabs
|
Kim Alvefur |
2020-11-15 |
util.error: Remove a stray word from a comment
|
Kim Alvefur |
2020-11-14 |
Merge 0.11->trunk
|
Kim Alvefur |
2020-11-11 |
util.stanza: Reject ASCII control characters (fixes #1606)
0.11
|
Kim Alvefur |
2020-11-11 |
mod_disco: Add some spacing to improve readability and code navigation
|
Kim Alvefur |
2020-11-10 |
util.prosodyctl.cert: Fix for prompt functions having moved to util.human.io
|
Kim Alvefur |
2020-11-09 |
Merge 0.11->trunk
|
Kim Alvefur |
2020-11-06 |
mod_pubsub: Fix notification stanza type setting (fixes #1605)
0.11
|
Kim Alvefur |
2020-11-06 |
Merge 0.11->trunk
|
Kim Alvefur |
2020-11-05 |
mod_pubsub: Lower priority of default <body> generator
0.11
|
Kim Alvefur |
2020-11-05 |
util.cache: Add __name to metatable
|
Matthew Wild |
2020-10-30 |
tools.modtrace: Pass config to serialize()
|
Matthew Wild |
2020-10-30 |
util.dbuffer: Add __name to metatable
|
Matthew Wild |
2020-10-30 |
tools.modtrace: Library for tracing/debugging Lua module and method calls
|
Matthew Wild |
2020-10-30 |
tools/form2table: Convert XEP-0004 dataform from XML to util.dataforms Lua format
|
Kim Alvefur |
2020-10-28 |
tools/linedebug: Print each line of source executed
|
Kim Alvefur |
2020-10-28 |
tools/cfgdump: Reads Prosody config file and pretty-prints it back out
|
Kim Alvefur |
2020-10-28 |
tools/tb2err: Formats Lua traceback in errors.err format
|
Kim Alvefur |
2020-10-28 |
Merge 0.11->trunk
|
Matthew Wild |
2020-10-28 |