Software /
code /
prosody
Graph
-
mod_http_errors: Style tweak2021-02-21, by Kim Alvefur
-
mod_http_file_share: Return a message from the base URL2021-02-21, by Kim Alvefur
-
mod_websocket: Use mod_http_errors html template #11722021-02-21, by Kim Alvefur
-
mod_bosh: Include warning if endpoint accessed insecurely (#1172)2021-02-21, by Kim Alvefur
-
mod_bosh: Use message template from mod_http_error2021-02-21, by Kim Alvefur
-
mod_http_errors: Add a highlighted warning to template2021-02-21, by Kim Alvefur
-
mod_http_errors: Add way to reuse the error page template2021-02-21, by Kim Alvefur
-
mod_http_errors: Minify CSS2021-02-18, by Kim Alvefur
-
Merge 0.11->trunk2021-02-18, by Kim Alvefur
-
mod_http: Optimize proxy IP check2021-02-18, by Kim Alvefur
-
mod_websocket: Inherit security status from http request2021-02-18, by Kim Alvefur
-
mod_http: Consider x-forwarded-proto from trusted proxies2021-02-18, by Kim Alvefur
-
Merge 0.11->trunk2021-02-18, by Kim Alvefur
-
mod_csi_simple: Fire event when flushing queue2021-02-16, by Kim Alvefur
-
mod_csi_simple: Set session state to 'flushing' while doing so2021-02-16, by Kim Alvefur
-
Merge 0.11->trunk2021-02-15, by Kim Alvefur
-
mod_http_file_share: Prevent attempt to upload again after completion2021-02-13, by Kim Alvefur
-
mod_http_file_share: Support sending 100 Continue2021-02-13, by Kim Alvefur
-
net.http.server: Don't pause early streaming uploads2021-02-13, by Kim Alvefur
-
net.http.server: Allow storing more than the parser in the session2021-02-12, by Kim Alvefur
-
net.http.server: Enable async during HTTP request handling (fixes #1487)2020-07-12, by Kim Alvefur
-
util.datamanager: Add basic tests2021-02-09, by Kim Alvefur
-
util.datamanager: Support iterating over any file extension2021-02-07, by Kim Alvefur
-
core.certmanager: Add comments explaining the 'verifyext' TLS settings2021-02-06, by Kim Alvefur
-
mod_s2s: Clarify comment about unused TLS settings2021-02-06, by Kim Alvefur
-
util.cache: Add test for :table (fails on Lua 5.1)2021-02-05, by Kim Alvefur
-
mod_admin_shell: Add help section with (top level) MUC commands2021-02-05, by Kim Alvefur
-
mod_admin_shell: Pretty-print HTTP endpoints in a human table2021-02-03, by Kim Alvefur
-
mod_admin_shell: Remove previous print() call2021-02-03, by Kim Alvefur
-
mod_admin_shell: List modules providing each HTTP endpoint2021-02-03, by Kim Alvefur
-
mod_admin_shell: List global HTTP endpoints by default2021-02-03, by Kim Alvefur
-
scansion tests: Give a title to HTTP Upload test2021-02-03, by Kim Alvefur
-
mod_c2s: Reflect stream 'from' attribute back if set (fix #1625)2021-02-03, by Kim Alvefur
-
util.xmppstream: Ensure stream 'id' is always present (fix #1626)2021-02-03, by Kim Alvefur
-
mod_http_file_share: Collect cache hit/miss statistics for downloads2021-02-02, by Kim Alvefur
-
mod_http_file_share: Measure how long it takes to prune expired files2021-02-02, by Kim Alvefur
-
mod_http_file_share: Collect statistics of files uploaded2021-02-02, by Kim Alvefur
-
mod_storage_sql: Implement map-like API for archives2021-02-01, by Kim Alvefur
-
storage: Test reverse-ordered queries2021-02-01, by Kim Alvefur
-
util.adhoc: Propagate error with producing initial initial data2021-01-31, by Kim Alvefur
-
adhoc.lib: Tweak to allow using util.error objects2021-01-31, by Kim Alvefur
-
mod_http_file_share: Reorder arguments2021-01-31, by Kim Alvefur
-
mod_http_file_share: Update cached value while it is reasonably fresh2021-01-31, by Kim Alvefur
-
mod_http_file_share: Cache quotas to avoid hitting storage2021-01-31, by Kim Alvefur
-
mod_http_file_share: Split out some variables for later reuse2021-01-31, by Kim Alvefur
-
mod_http_file_share: Add support for daily upload quotas.2021-01-31, by Kim Alvefur
-
mod_http_file_share: Add missing semicolon2021-01-31, by Kim Alvefur
-
CHANGES: Clarify what mod_mimicking does2021-01-30, by Kim Alvefur
-
mod_http_file_share: Clarify log message2021-01-30, by Kim Alvefur
-
doap: Fix off by 200 in RFC number2021-01-30, by Kim Alvefur
-
mod_tls: Ignore lack of STARTTLS offer only when s2s_require_encryption set2021-01-29, by Kim Alvefur
-
mod_tls: Attempt STARTTLS even if not advertised as per RFC 75902021-01-29, by Kim Alvefur
-
doap: Move comment into <implements> it comments on2021-01-29, by Kim Alvefur
-
mod_mam: Remove obsolete queryid attribute from tests2021-01-29, by Kim Alvefur
-
mod_mam: Remove obsolete 'queryid' attribute from iq-result (thanks paul)2021-01-29, by Kim Alvefur
-
mod_http_file_share: Indicate missing token via WWW-Authenticate header2021-01-29, by Kim Alvefur
-
mod_http_file_share: Clarify message about missing Authorization header2021-01-29, by Kim Alvefur
-
mod_http_file_share: Allow started uploads to complete after token expired2021-01-28, by Kim Alvefur
-
mod_http_file_share: Serve configurable set of safe mime types inline (thanks jonas’)2021-01-28, by Kim Alvefur
-
mod_http_file_share: Cache file metadata2021-01-28, by Kim Alvefur
-
mod_http_file_share: Extract all file properties into variables earlier2021-01-28, by Kim Alvefur
-
mod_http_file_share: Fix the obligatory misplaced closing bracket (thanks scansion)2021-01-27, by Kim Alvefur
-
mod_http_file_share: Insert pauses to avoid blocknig for long periods2021-01-27, by Kim Alvefur
-
mod_http_file_share: Add support for removing old files (default 2 weeks)2021-01-27, by Kim Alvefur
-
mod_http_file_share: More security headers2021-01-27, by Kim Alvefur
-
mod_http_file_share: Strip authorization type prefix a bit earlier2021-01-27, by Kim Alvefur
-
mod_http_file_share: Factor out function for generating full filename2021-01-27, by Kim Alvefur
-
mod_http_file_share: Use '.bin' file extension2021-01-27, by Kim Alvefur
-
mod_http_file_share: Validate file size early in HTTP PUT request2021-01-27, by Kim Alvefur
-
mod_http_file_share: Move Authorization type string2021-01-27, by Kim Alvefur
-
mod_http_file_share: Add some logging2021-01-27, by Kim Alvefur
-
mod_http_file_share: Handle content-type being optional2021-01-27, by Kim Alvefur
-
mod_http_file_share: Reject invalid file sizes2021-01-26, by Kim Alvefur
-
mod_http_file_share: Fix name of max-file-size tag2021-01-26, by Kim Alvefur
-
mod_http_file_share: Expand registry to fix extra tag2021-01-26, by Kim Alvefur
-
mod_http_file_share: Verify final file size on completion of upload2021-01-26, by Kim Alvefur
-
mod_http_file_share: Add file type filter2021-01-26, by Kim Alvefur
-
mod_http_file_share: Add file size limit (default 10M)2021-01-26, by Kim Alvefur
-
mod_http_file_share: Validate that filename does not contain '/'2021-01-26, by Kim Alvefur
-
mod_http_file_share: Return proper error if unauthorized2021-01-26, by Kim Alvefur
-
mod_http_file_share: Add basic access control2021-01-26, by Kim Alvefur
-
mod_http_file_share: Add support for external file upload service2021-01-26, by Kim Alvefur
-
mod_http_file_share: Let's write another XEP-0363 implementation2021-01-26, by Kim Alvefur
-
util.interpolation: Add test for #16232021-01-25, by Kim Alvefur
-
Merge 0.11->trunk2021-01-25, by Kim Alvefur
-
util.interpolation: Fix combination of filters and fallback values #1623 0.112021-01-25, by Kim Alvefur
-
util.startup: Make installer_plugin_path relative to data directory2021-01-24, by Kim Alvefur
-
util.startup: Don't create installer plugin path (as root)2021-01-24, by Kim Alvefur
-
util.prosodyctl.check: Recognise global options related to plugin installer2021-01-21, by Kim Alvefur
-
net.unbound: Fix to initialize under prosodyctl2021-01-21, by Kim Alvefur
-
prosodyctl: Add reference to #1602 (plugin installer docs) in comment2021-01-21, by Kim Alvefur
-
prosodyctl: Move message after condition2021-01-21, by Kim Alvefur
-
util.prosodyctl: Remove unused calculation [luacheck]2021-01-21, by Kim Alvefur
-
util.prosodyctl: Rename unused variable to '_' [luacheck]2021-01-21, by Kim Alvefur
-
prosodyctl: Fix copypaste oversight2021-01-21, by Kim Alvefur
-
util.prosodyctl: Always return exit code from luarocks2021-01-21, by Kim Alvefur
-
prosodyctl: Abort if no plugin source specified for the installer2021-01-21, by Kim Alvefur
-
prosodyctl: Move UI related calls out of util.prosodyctl2021-01-21, by Kim Alvefur
-
prosodyctl: Use luarocks status code as exit code2021-01-21, by Kim Alvefur
-
util.prosodyctl: Reword message to sound more natural2021-01-21, by Kim Alvefur
-
util.prosodyctl: Propagate status from luarocks invocation2021-01-21, by Kim Alvefur
-
util.prosodyctl: Use installer path prepared by util.startup2021-01-21, by Kim Alvefur
-
lint: Add initial semgrep config2021-01-18, by Kim Alvefur
-
util.datamanager: Fix not passing variables as format string to logger (thanks semgrep)2021-01-16, by Kim Alvefur
-
core.modulemanager: Fix resource location compat with LuaRocks 2.x2021-01-15, by Kim Alvefur
-
MUC: Allow modules to add to the room registration form, and handle the result2021-01-15, by Matthew Wild
-
doc/doap.xml: Fix attribute name2021-01-15, by Matthew Wild
-
mod_mam: Workaround scansion test flakyness2021-01-13, by Kim Alvefur
-
mod_storage_sql: Fix compatibilty with Lua 5.12021-01-13, by Kim Alvefur
-
mod_muc_mam: Copy extended MAM support from mod_mam2021-01-12, by Kim Alvefur
-
mod_mam: Advertise extended MAM when archive storage is capable2021-01-12, by Kim Alvefur
-
mod_mam: Allow querying by set of IDs2021-01-12, by Kim Alvefur
-
mod_storage_sql: Support query for set of IDs2021-01-12, by Kim Alvefur
-
mod_storage_internal: Support query for set of IDs2021-01-12, by Kim Alvefur
-
mod_storage_memory: Support query for set of IDs2021-01-12, by Kim Alvefur
-
storage tests: Add test for querying a set of IDs2021-01-12, by Kim Alvefur
-
mod_storage_internal: Add support for full ID range query2021-01-12, by Kim Alvefur
-
mod_storage_memory: Support full ID range queries2021-01-12, by Kim Alvefur
-
storage tests: Test querys with both before and after IDs2021-01-12, by Kim Alvefur
-
mod_mam: Add support for before-id and after-id fields2021-01-09, by Kim Alvefur
-
mod_storage_sql: Advertise support for id range query2021-01-09, by Kim Alvefur
-
mod_mam: Implement extended MAM metadata query2020-11-30, by Kim Alvefur
-
mod_mam: Add support for page flipping2020-11-30, by Kim Alvefur
-
mod_mam: Advertise extended MAM 0.7.x behind a feature flag2020-11-30, by Kim Alvefur
-
Merge 0.11->trunk2021-01-12, by Kim Alvefur
-
net.adns: Prevent empty packets from being sent on "connect" (fix #1619) 0.112021-01-12, by Kim Alvefur
-
Merge 0.11->trunk2021-01-08, by Kim Alvefur
-
util.timer: Ensure timers can't run more than once per tick (fixes #1620) 0.112021-01-08, by Kim Alvefur
-
mod_csi_simple,mod_carbons,mod_mam: Update comment about XEP-03532021-01-08, by Kim Alvefur
-
doap: XEP-0004 Multiple Items in Form Results is not supported2020-12-29, by Kim Alvefur
-
doap: LibExpat was used from the start and thus XEP-0044 supported2020-12-29, by Kim Alvefur
-
doap: util.dataforms first appeared in 0.4.02020-12-29, by Kim Alvefur
-
doap: Add removed status2020-12-29, by Kim Alvefur
-
doap: Specify exact Prosody version2020-12-29, by Kim Alvefur
-
mod_scansion_record: Flush after writes2021-01-08, by Matthew Wild
-
net.unbound: Delay loading until server has started or first query2021-01-05, by Kim Alvefur
-
net.unbound: Move libunbound initialization into a function2021-01-05, by Kim Alvefur
-
scansion: Allow specifying a logfile for prosody via environment2021-01-05, by Kim Alvefur
-
net.unbound: Allow tracing individual queries with a logger per query2021-01-05, by Kim Alvefur
-
net.unbound: Don't pass error as logger formatting string2021-01-05, by Kim Alvefur
-
net.unbound: Log net.server interactions2021-01-05, by Kim Alvefur
-
prosodyctl: Remove non-existant command from hidden commands2021-01-05, by Kim Alvefur
-
MUC: Reject probes from non-occupants2020-10-02, by JC Brand
-
MUC: Add support for presence probes (fixes #1535)2020-04-19, by JC Brand
-
doap: Use logo property from schema.org2021-01-02, by Kim Alvefur
-
doap: Apply XML canonicalization2021-01-02, by Kim Alvefur
-
doap: Link to the actual logo (thanks Link Mauve)2021-01-01, by Kim Alvefur
-
doap: Link to logo2021-01-01, by Kim Alvefur
-
mod_component: Distinguish missing stream @to from unknown local component (thanks Daniel_W)2020-12-18, by Kim Alvefur
-
net.server_epoll: Increase log level for error in callback2020-12-16, by Kim Alvefur
-
Merge 0.11->trunk2020-12-16, by Kim Alvefur
-
Merge 0.11->trunk2020-12-15, by Matthew Wild
-
MUC: Fix logic bug causing unnecessary presence to be sent, fixes #1615 (thanks damencho) 0.112020-12-15, by Matthew Wild
-
doap: Add XEP-0441, the preferences part broken out of XEP-03132020-12-13, by Kim Alvefur
-
doap: Add XEP-0297, used by XEP-0280, XEP-03132020-12-13, by Kim Alvefur
-
doap: Add XEP-0277 for use in mod_storage_0227 and tools/xep227toprosody.lua2020-12-13, by Kim Alvefur
-
doap: Not all of XEP-0133 commands are implemented2020-12-13, by Kim Alvefur
-
doap: XEP-0352 version bump to Draft (no changes)2020-12-13, by Kim Alvefur
-
doap: Add XEP-0059, RSM is used indirectly by XEP-03132020-12-13, by Kim Alvefur
-
doap: Add XEP-0044, Expat should be handling namespaces2020-12-13, by Kim Alvefur
-
Merge 0.11->trunk2020-12-11, by Kim Alvefur
-
net.http.errors: Add error class for DNS resolution failures (thanks SouL)2020-12-11, by Matthew Wild
-
util.error: Switch to util.debug traceback tables and remove display_tracebacks option2020-12-09, by Matthew Wild
-
util.error: Expose is_error on registry objects for convenience2020-12-09, by Matthew Wild
-
util.error: rename is_err() -> is_error()2020-12-09, by Matthew Wild
-
util.error: Add coerce and wrap methods to registry(?) objects2020-12-09, by Matthew Wild
-
net.http: track time of request for debug/stats purposes2020-12-09, by Matthew Wild
-
doap: Add XEP-0222 and XEP-0223, both supported by newer mod_pep2020-12-08, by Kim Alvefur
-
doap: XEP-0048 is indirectly supported via XEP-0049 by mod_privacy2020-12-08, by Kim Alvefur
-
net.adns: Reduce 'Exhausted all servers' message to warning2020-12-08, by Matthew Wild
-
Update CHANGES and doap.xml for XEP-0421 support2020-11-24, by Matthew Wild
-
MUC: Merge mod_muc_occupant_id into a sub-module (thanks pep.!)2020-11-24, by Matthew Wild
-
Merge 0.11->trunk2020-11-23, by Kim Alvefur
-
mod_saslauth: Only advertise channel binding if a finished message is available 0.112020-11-23, by Kim Alvefur
-
mod_saslauth: Disable 'tls-unique' channel binding with TLS 1.3 (closes #1542) 0.112020-11-23, by Kim Alvefur
-
Merge 0.11->trunk2020-11-23, by Matthew Wild
-
util.promise: Use xpcall() for promise function to preserve tracebacks 0.112020-11-23, by Matthew Wild
-
mod_adhoc: Log commands provided at debug level2020-11-21, by Kim Alvefur
-
util.hashring: Normalize indentation to tabs2020-11-15, by Kim Alvefur
-
util.error: Remove a stray word from a comment2020-11-14, by Kim Alvefur
-
Merge 0.11->trunk2020-11-11, by Kim Alvefur
-
mod_disco: Add some spacing to improve readability and code navigation2020-11-10, by Kim Alvefur
-
util.prosodyctl.cert: Fix for prompt functions having moved to util.human.io2020-11-09, by Kim Alvefur
-
Merge 0.11->trunk2020-11-06, by Kim Alvefur
-
Merge 0.11->trunk2020-11-05, by Kim Alvefur
-
util.cache: Add __name to metatable2020-10-30, by Matthew Wild
-
tools.modtrace: Pass config to serialize()2020-10-30, by Matthew Wild
-
util.dbuffer: Add __name to metatable2020-10-30, by Matthew Wild
-
tools.modtrace: Library for tracing/debugging Lua module and method calls2020-10-30, by Matthew Wild
-
tools/form2table: Convert XEP-0004 dataform from XML to util.dataforms Lua format2020-10-28, by Kim Alvefur
-
tools/linedebug: Print each line of source executed2020-10-28, by Kim Alvefur
-
tools/cfgdump: Reads Prosody config file and pretty-prints it back out2020-10-28, by Kim Alvefur
-
tools/tb2err: Formats Lua traceback in errors.err format2020-10-28, by Kim Alvefur
-
Merge 0.11->trunk2020-10-28, by Matthew Wild
-
mod_pubsub: Comment on itemstore type2020-10-25, by Kim Alvefur
-
mod_pubsub: Clarify kind of item store created2020-10-25, by Kim Alvefur
-
mod_pubsub: Don't set store as metatable2020-10-25, by Kim Alvefur
-
net.http: Add support for streaming chunked/large responses2020-10-21, by Matthew Wild
-
net.http.parser: Expose 'partial', 'chunked' and 'body_length' on packets2020-10-21, by Matthew Wild
-
util.paths: Optimize path joining with few arguments2020-10-11, by Kim Alvefur
-
util_paths_spec: Trim trailing white space2020-10-17, by Kim Alvefur
-
util.paths: Add some tests2020-10-17, by Kim Alvefur
-
MUC: Remove XEP-0091: Legacy Delayed Delivery2020-10-17, by Kim Alvefur
-
mod_posix: Hook and fire events on SIGUSR1/22020-10-16, by Matthew Wild
-
Merge 0.11->trunk2020-10-16, by Matthew Wild
-
util.debug: Fix locals being reported under wrong stack frame in some cases (+tests!!) 0.112020-10-16, by Matthew Wild
-
Merge 0.11->trunk2020-10-15, by Kim Alvefur
-
util.sasl.scram: Use util.strbitop for XOR step2019-09-07, by Kim Alvefur
-
Merge 0.11->trunk2020-10-15, by Kim Alvefur
-
Merge 0.11->trunk2020-10-15, by Kim Alvefur
-
Merge 0.11->trunk2020-10-15, by Matthew Wild
-
net.websocket.frames: Add test for empty frame with MASK and key set 0.112020-10-15, by Matthew Wild
-
util.error: Pass through existing error objects passed to new()2020-10-15, by Matthew Wild
-
Merge 0.11->trunk2020-10-13, by Matthew Wild
-
net.http.server: Don't send Content-Length on 1xx/204 responses, per RFC (fixes #1596) 0.112020-10-13, by Matthew Wild
-
Merge 0.11->trunk2020-10-12, by Kim Alvefur
-
net.websocket.frames: Read buffer length correctly in Lua 5.1 (fix #1598) 0.112020-10-12, by Kim Alvefur
-
mod_http_errors: Remove 'extra' element when empty2020-10-12, by Kim Alvefur
-
mod_http_errors: Dark theme!2020-10-12, by Kim Alvefur
-
mod_http_errors: Use a class on extra data section2020-10-12, by Kim Alvefur
-
util.startup: Handle missing nparams field from debug info (not present in 5.1)2020-10-11, by Matthew Wild
-
core.modulemanager: Fix error if installer path missing2020-10-11, by Kim Alvefur
-
util.startup: Include arguments in function string representation2020-10-09, by Kim Alvefur
-
util.startup: Retrieve less data for function string representation2020-10-09, by Kim Alvefur
-
core.moduleapi: Return resource path from module:get_directory() (API BC)2020-10-09, by Kim Alvefur
-
core.modulemanager: Add compat for LuaRocks 2.x2020-10-07, by Kim Alvefur
-
core.moduleapi: Use resource path for :load_resource()2020-10-07, by Kim Alvefur
-
core.modulemanager: Locate resources of LuaRocks-installed modules2020-10-07, by Kim Alvefur
-
util.startup: Save the path used by the installer to prosody.paths2020-10-07, by Kim Alvefur
-
Merge 0.11->trunk2020-10-07, by Kim Alvefur
-
MUC: Preserve disco 'node' attribute (or lack thereof) in response (fix #1595) (thanks lessthan3) 0.112020-10-07, by Kim Alvefur
-
Merge 0.11->trunk2020-10-05, by Kim Alvefur
-
util.dependencies: Check for bitop library same way as net.websocket.frames (fixes #1594) 0.112020-10-05, by Kim Alvefur
-
util.startup: Fix startup failure if CFG_DATADIR is unset2020-10-05, by Kim Alvefur
-
util.startup: Re-enable installer path setup2020-10-05, by Kim Alvefur
-
util.startup: Put 'installer_plugin_path' under data directory by default2020-10-05, by Kim Alvefur
-
util.prosodyctl: Simplify luarocks invocation2020-10-05, by Kim Alvefur
-
util.prosodyctl: Get Luarocks server from config2020-10-05, by Kim Alvefur
-
util.prosodyctl: Move hardcoded luarocks server into prosodyctl2020-10-05, by Kim Alvefur
-
util.prosodyctl: Flip argument order2020-10-05, by Kim Alvefur
-
util.prosodyctl: Construct luarocks command line with templates2020-10-05, by Kim Alvefur
-
util.pluginloader: Look for module libs in mod_plugin/lib.lua2020-10-05, by Kim Alvefur
-
util.pluginloader: Look for top level mod_something.lua in luarocks-style tree2020-10-05, by Kim Alvefur
-
util.pluginloader: Extract Lua version once2020-10-05, by Kim Alvefur
-
MUC: Correct advertising of subject write access (really fixes #1155) 0.112020-10-04, by Kim Alvefur
-
util.xml: Fix float formatting of line and columns in error (on Lua 5.3+)2020-10-03, by Kim Alvefur
-
mod_bosh: Count connection attempts non-VirtualHost as "bad host" (stats)2020-10-03, by Kim Alvefur
-
Merge 0.11->trunk2020-10-03, by Kim Alvefur
-
mod_bosh: Ensure that stream is directed to a VirtualHost (fixes #425) 0.112020-10-03, by Kim Alvefur
-
mod_auth_anonymous: Add config option to allow/disallow storage writes2020-10-02, by Matthew Wild
-
make: Add way to run individual tests2020-10-02, by Kim Alvefur
-
Merge 0.11->trunk2020-09-30, by Matthew Wild
-
Merge 0.11->trunk2020-09-30, by Matthew Wild
-
util.indexedbheap: Fix heap datastructure corruption in :reschedule(smaller_value) 0.112020-09-30, by Waqas Hussain
-
Merge 0.11->trunk2020-09-29, by Matthew Wild
-
mod_websocket: Refactor frame validity checking, also check partially-received frames against constraints 0.112020-09-29, by Matthew Wild
-
net.websocket.frames: Additionally return partial frame if there is one 0.112020-09-29, by Matthew Wild
-
mod_websocket: Continue to process data already in the buffer after an error occurs 0.112020-09-28, by Matthew Wild
-
net.websocket.frames: Allow all methods to work on non-string objects 0.112020-09-17, by Matthew Wild
-
util.dbuffer: Fix :sub() not working with partially-consumed chunks (thanks Zash for test case) 0.112020-08-24, by Matthew Wild
-
util.error: Drop registry initialization with namespace as key2020-09-28, by Kim Alvefur
-
util.error: Expand compact registries into normal form internally2020-09-28, by Kim Alvefur
-
util.error: Add a "compact mode" for registries2020-09-28, by Kim Alvefur
-
CHANGES: Add util.error2020-09-28, by Kim Alvefur
-
util.error: Expose source and registry as fields on the registry object2020-09-28, by Kim Alvefur
-
util.error: Cover registry initialization in test2020-09-28, by Kim Alvefur
-
net.http.server: Default to HTTP result code 500 when promise is rejected2020-09-28, by Matthew Wild
-
util.error: Turns out <gone> wasn't alone, there's also <redirect>2020-09-27, by Kim Alvefur
-
util.error: Pass converted stanza errors throguh new()2020-09-26, by Kim Alvefur
-
util.serialization: Let freeze metamethod return a literal string2020-09-26, by Kim Alvefur
-
util.error: Collect Application-Specific Conditions from stanza errors2020-09-26, by Kim Alvefur
-
util.error: Add special case handling of <gone> with an URI2020-09-26, by Kim Alvefur
-
util.error: Default error originator to stanza sender2020-09-26, by Kim Alvefur
-
util.error: Extract error originator from stanza errors2020-09-26, by Kim Alvefur
-
util.stanza: Extract Application-Specific Condition from errors2020-09-26, by Kim Alvefur
-
spec.stanza spec: Split up util.error related tests2020-09-26, by Kim Alvefur
-
util.stanza: Support Application-Specific Conditions in util.error2020-09-26, by Kim Alvefur
-
util.stanza: Get 'by' from context instead2020-09-26, by Kim Alvefur
-
util.stanza: Support inclusion of <gone> URI from util.error object2020-09-26, by Kim Alvefur
-
util.stanza: Support getting 'by' from util.error object2020-09-26, by Kim Alvefur
-
util.stanza: Reorder code to prepare for extracting 'by' from util.error2020-09-26, by Kim Alvefur
-
util.error: Add well-known field 'extra'2020-09-26, by Kim Alvefur
-
util.error: Simplify error creation flow2020-09-25, by Matthew Wild
-
util.error: Switch coerce() to use new() and change 'native' to context field 'wrapped_error'2020-09-25, by Matthew Wild
-
util.error: Have init() return an object to allow API extensibility via additional methods2020-09-25, by Matthew Wild
-
util.error: Minor tweaks to error creation code to prepare for future changes2020-09-25, by Matthew Wild
-
util.error: Simplify error creation - remove ability to set context from templates, and remove default context2020-09-25, by Matthew Wild
-
util.error: Add unique 'instance_id' to error objects2020-09-25, by Matthew Wild
-
Merge 0.11->trunk2020-09-19, by Matthew Wild
-
util.startup: Configure the GC on startup, using the config or built-in defaults 0.112020-06-15, by Matthew Wild
-
util.dataforms: Add support for validating (integer) ranges2019-11-21, by Kim Alvefur
-
doap: Add XEP-03072020-09-16, by Kim Alvefur
-
Merge 0.11->trunk2020-09-15, by Matthew Wild
-
mod_http: Silence warnings when running under prosodyctl2020-09-11, by Matthew Wild
-
util.interpolation: Add test for ~ when value is false (not just nil)2020-09-09, by Matthew Wild
-
util.interpolation: Add '~' as the opposite of '&' (render sub-block if falsy)2020-09-09, by Matthew Wild
-
mod_posix: Daemonize later2020-09-08, by Kim Alvefur
-
util.event: Add luacheck annotation to unused parameter in tests2020-09-03, by Matthew Wild
-
util.helpers: when logging events, log individual handler calls2020-09-03, by Matthew Wild
-
util.events: Add set_debug_hook() method2020-09-03, by Matthew Wild
-
MUC: Don't default room name to JID localpart (API breaking change)2020-08-29, by Kim Alvefur
-
util.jid: Fix special escaping of '\' per XEP-01062020-08-28, by Kim Alvefur
-
util.jid: Add test coverage for XEP-0106: JID Escaping functions2020-08-28, by Kim Alvefur
-
util.error: Add a wrapper for common parameters2020-08-28, by Kim Alvefur
-
util.error: Add a 'source' parameter where origin module can be mentioned2020-08-28, by Kim Alvefur
-
util.startup: Init util.error with defaults if none given2020-08-28, by Matthew Wild
-
util.error: Add configuration for including traceback in tostring()2020-08-28, by Matthew Wild
-
util.error: Allow optional tracebacks to be injected on errors2020-08-28, by Matthew Wild
-
net.http: http.request() promise now resolves with response (breaking change)2020-08-25, by Matthew Wild
-
net.http: use new net.http.errors lib for creating error object2020-08-25, by Matthew Wild
-
mod_posix: Remove ancient undocumented user switching2020-08-24, by Kim Alvefur
-
util.dbuffer: Simplify test case2020-08-24, by Kim Alvefur
-
util.dbuffer: Fix :sub() not working with partially-consumed chunks (thanks Zash for test case)2020-08-24, by Matthew Wild
-
util.dbuffer: Add failing test case involving :sub after :discard2020-08-24, by Kim Alvefur
-
net.server_select: Fix traceback (thanks eta)2020-08-23, by Kim Alvefur
-
mod_admin_shell: Report CSI queue length from mod_csi_simple2020-08-22, by Kim Alvefur
-
mod_admin_shell: Report CSI state in c2s:show()2020-08-22, by Kim Alvefur
-
mod_external_services: Validate services added via events2020-08-16, by Kim Alvefur
-
mod_external_services: Allow specifying a credential generation callback2020-07-25, by Kim Alvefur
-
mod_external_services: Prepare to allow more credential algorithms2020-07-25, by Kim Alvefur
-
mod_external_services: Support adding services via items API2020-07-25, by Kim Alvefur
-
mod_external_services: XEP-0215: External Service Discovery2020-07-18, by Kim Alvefur
-
mod_component: Return extended error condition when not connected2020-04-13, by Kim Alvefur
-
mod_component: Reply with a different error when not connected2020-04-13, by Kim Alvefur
-
net.http.parser: Allow configuration of the chunk size fed to the parser2020-08-21, by Matthew Wild
-
net.http.parser: Switch tests so that CRLF conversion of input data is optional2020-08-21, by Matthew Wild
-
net.http.parser: Fix incorrect path in test2020-08-21, by Matthew Wild
-
net.http.parser: Add failing test for (large?) chunk-encoded responses2020-08-21, by Matthew Wild
-
net.http.parser: Fix indentation2020-08-20, by Kim Alvefur
-
util.dbuffer: Fix traceback when :collapse() is called on empty buffer2020-08-20, by Matthew Wild
-
util.dataforms: Add more XEP-0211 media element test coverage2020-08-16, by Kim Alvefur
-
util.dataforms: Convert media element sizes to avoid error on Lua 5.32020-08-16, by Kim Alvefur
-
net.http.errors: Add new module for converting net.http errors to util.error objects2020-08-13, by Matthew Wild
-
mod_net_multiplex: Set read size/mode to that of the target listener2020-08-01, by Kim Alvefur
-
mod_net_multiplex: Read no more than the max buffer size setting2020-08-01, by Kim Alvefur
-
mod_http: Add way to signal that a module supports streaming uploads2020-08-01, by Kim Alvefur
-
net.http.parser: Allow specifying sink for large request bodies2020-08-01, by Kim Alvefur
-
net.http.parser: Switch to util.dbuffer for buffering incoming data2020-08-01, by Kim Alvefur
-
Merge 0.11->trunk2020-08-08, by Kim Alvefur
-
mod_s2s: Escape invalid XML in loggin (same way as mod_c2s) fix #1574 0.11 0.11.62020-08-01, by Kim Alvefur
-
Merge 0.11->trunk2020-08-08, by Matthew Wild
-
net.server_epoll: Log debug message when a connection errors on read2020-07-25, by Kim Alvefur
-
mod_register: Add a dependency on mod_watchregistrations2020-06-29, by Emmanuel Gil Peyrot
-
mod_proxy65: Limit dump of invalid data to 300 bytes (like mod_c2s)2020-07-17, by Kim Alvefur
-
mod_proxy65: Log invalid greetings escaped instead of as base642020-07-16, by Kim Alvefur
-
mod_server_contact_info: Add status-addresses field2020-05-27, by Kim Alvefur
-
configure: Pass compiler flag to enable ICU only when building util.encodings2020-07-12, by Kim Alvefur
-
Merge 0.11->trunk2020-07-10, by Matthew Wild
-
net.resolvers.basic: Default conn_type to 'tcp' consistently if unspecified (thanks marc0s) 0.112020-07-10, by Matthew Wild
-
prosodyctl about: Show longer name for luaunbound2020-07-10, by Kim Alvefur
-
prosodyctl about: Strip name from lua module _VERSION2020-07-10, by Kim Alvefur
-
prosodyctl about: Substitute better names for some Lua modules2020-07-10, by Kim Alvefur
-
prosodyctl about: Split out libraries into a separate section2020-07-10, by Kim Alvefur
-
prosodyctl about: Use library function for sorted listing of lua modules2020-07-10, by Kim Alvefur
-
scansion/prosody.cfg: Fix typo2020-07-09, by Kim Alvefur
-
coding_style: Replace mention of git with hg2020-07-08, by Kim Alvefur
-
net.cqueues: Fix resuming after timeouts2020-07-08, by Kim Alvefur
-
util.indexedbheap: Add failing test case for #15722020-07-08, by Kim Alvefur
-
luacheck: Remove exception for net.cqueues since it is now clean2020-07-08, by Kim Alvefur
-
net.cqueues: Switch to server.watchfd for main loop integration2020-07-08, by Kim Alvefur
-
Merge 0.11->trunk2020-07-07, by Matthew Wild
-
mod_storage_sql: Measure hits/misses on the item count cache2020-07-02, by Kim Alvefur
-
net.server_epoll: Add setting for turning off callback protections2020-06-30, by Kim Alvefur
-
net.server_epoll: Allow setting a custom error handler for listener2020-06-30, by Kim Alvefur
-
net.server_epoll: ... and include a traceback2020-06-30, by Kim Alvefur
-
net.server_epoll: Report errors in timers2020-06-30, by Kim Alvefur
-
mod_admin_shell: Handle server_epoll using monotonic time internally2020-06-30, by Kim Alvefur
-
net.server_epoll: Expose way to turn monotonic time into wall clock time2020-06-30, by Kim Alvefur
-
mod_admin_shell: Fix debug:timers to handle net.server native timers2020-06-29, by Kim Alvefur
-
net.server_epoll: Optimize away table allocation for timer objects2020-06-29, by Kim Alvefur
-
net.server_epoll: Remove unused time field from timer objects2020-06-29, by Kim Alvefur
-
net.server_epoll: Signal API-compatibilty with util.timer2020-06-29, by Kim Alvefur
-
net.server_epoll: Make API-compatible with util.timer2020-06-29, by Kim Alvefur
-
util.timer: Defer to selected net.server if it implements this API2020-06-29, by Kim Alvefur
-
util.dbuffer: If no bytes parameter passed to read, return remainder of frontmost chunk2020-06-29, by Matthew Wild
-
doap: Expand on XEPs implemented by mod_time2020-06-28, by Kim Alvefur
-
util.human.io: Add brief test of table generation2020-06-28, by Kim Alvefur
-
util.dbuffer: Don't use # operator in tests, Lua 5.1 doesn't support __len2020-06-28, by Matthew Wild
-
net.dns: Disable jitter for default resolver (used by blocking dns.lookup() calls)2020-06-28, by Matthew Wild
-
util.dependencies: Quiet luacheck2020-06-28, by Kim Alvefur
-
util.dependencies: Tone down lua-unbound dependency for now2020-06-27, by Kim Alvefur
-
util.dbuffer: dynamic string buffer2020-06-26, by Matthew Wild
-
util.dns: Update RR types from IANA registry2020-06-25, by Kim Alvefur
-
util.prosodyctl.check: Use net.unbound for DNS if available2020-06-25, by Kim Alvefur
-
net.resolvers: Remove FIXMEs obsoleted by switch to libunbound2020-06-25, by Kim Alvefur
-
CHANGES: Add libunbound2020-06-25, by Kim Alvefur
-
net.unbound: Remove compat for missing promises (pre-0.11)2020-06-25, by Kim Alvefur
-
net.unbound: Strip support for legacy net.server APIs2020-06-25, by Kim Alvefur
-
net.adns: Log a warning if loaded (because net.unbound wasn't)2020-06-25, by Kim Alvefur
-
util.dependencies: Prefer net.unbound over net.adns2020-06-25, by Kim Alvefur
-
prosodyctl about: Report versions of luaunbound and libunbound2020-06-25, by Kim Alvefur
-
util.dependencies: Add awareness of luaunbound2020-06-25, by Kim Alvefur
-
net.unbound: Async DNS resolver library based on libunbound via luaunbound2019-03-09, by Kim Alvefur
-
util.dns: Library for decoding DNS records2019-03-09, by Kim Alvefur
-
util.ringbuffer: Fix accidentally committed test change (thanks buildbot)2020-06-25, by Matthew Wild
-
net.dns: Reduce default timeout to 5s2020-06-25, by Matthew Wild
-
net.dns: Increase backoff delays2020-06-25, by Matthew Wild
-
net.dns: Add jitter to spread queries and reduce failures due to congestion2020-06-25, by Matthew Wild
-
net.dns: Fix timeout retry logic2020-06-25, by Matthew Wild
-
net.dns: Add some debug logging2020-06-25, by Matthew Wild
-
util.ringbuffer: Add some additional asserts to tests2020-06-24, by Matthew Wild
-
util.ringbuffer: Ensure unsigned chars are always returned from :byte()2020-06-24, by Matthew Wild
-
Merge 0.11->trunk2020-06-23, by Kim Alvefur
-
net.http.server: Strip port from Host header in IPv6 friendly way (fix #1302) 0.112020-06-23, by Kim Alvefur
-
util.ringbuffer: Add test for :discard()2020-06-23, by Matthew Wild
-
Merge 0.11->trunk2020-06-23, by Kim Alvefur
-
util.startup: Remove duplicated initialization of logging (fix #1527) 0.112020-06-22, by Kim Alvefur
-
mod_register_ibr: Add event for successful password reset2020-06-22, by Matthew Wild
-
net.connect: Remove TODO about use_ipv4/6 done in 3bfb20be844c2020-06-21, by Kim Alvefur
-
Merge 0.11->trunk2020-06-21, by Kim Alvefur
-
scansion tests: Enable mod_muc_mam during tests (expect breakage)2020-06-21, by Kim Alvefur
-
MUC: Remove XEP-0091 Legacy Delayed Delivery from test2020-06-21, by Kim Alvefur
-
util.adminstream: Prevent closure on read timeout2020-06-18, by Kim Alvefur
-
mod_register_ibr: Allow registration to reset an existing account password if permitted by a plugin2020-06-18, by Matthew Wild
-
util.prosodyctl.shell: Collect extra return values2020-06-17, by Kim Alvefur
-
util.prosodyctl.shell: Handle argument parsing errors2020-06-17, by Kim Alvefur
-
util.argparse: Move exiting and error to util.startup2020-06-17, by Kim Alvefur
-
util.gc: Linter fixes [luacheck]2020-06-15, by Matthew Wild
-
util.startup: Configure the GC on startup, using the config or built-in defaults2020-06-15, by Matthew Wild
-
util.gc: New module for configuring the Lua garbage collector2020-06-15, by Matthew Wild
-
util.prosodyctl.check: Fix traceback by handling SRV '.' target to2020-06-14, by Kim Alvefur
-
util.async: Don't attempt to close thread if not created yet2020-06-14, by Matthew Wild
-
util.async: Call coroutine.close() on dead threads (Lua 5.4)2020-06-14, by Matthew Wild
-
mod_admin_shell: Update for async.wait_for rename2020-06-13, by Kim Alvefur
-
util.async: Rename wait -> wait_for (w/compat)2020-06-13, by Matthew Wild
-
storage tests: Add tests for archive queries before/after specific ids2020-06-12, by Matthew Wild
-
mod_storage_internal, mod_storage_memory: Add support for query.before2020-06-12, by Matthew Wild
-
mod_storage_sql: Fix incorrect results when fetching items before specific archive id2020-06-12, by Matthew Wild
-
util.statsd: Update for API change2020-06-11, by Kim Alvefur
-
mod_http: Support CIDR for trusted proxies.2020-06-10, by Boris Grozev
-
util.promise: Add all_settled, which follows semantics of allSettled from ES20202020-06-08, by Matthew Wild
-
util-src: Use the luaL_pushfail API added in Lua 5.4 to highlight all failure conditions2020-06-07, by Kim Alvefur
-
util.sslconfig: Process TLS 1.3-specific cipher list2020-06-07, by Kim Alvefur
-
core.certmanager: Add TODO about LuaSec issue2020-06-07, by Kim Alvefur
-
mod_admin_shell: Fix display of units for some statistics2020-06-06, by Kim Alvefur
-
util.human.io: Fix right-alignment2020-06-06, by Kim Alvefur
-
Merge 0.11->trunk2020-06-05, by Kim Alvefur
Scroll all the way down to load more.