Software /
code /
prosody
Graph
-
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
Scroll all the way down to load more.