Commit Graph

11185 Commits (bc402b6409639f130f2ef7f13c9e240194de859c)
 

Author SHA1 Message Date
Matthew Wild bc402b6409 net.http.parser: Expose 'partial', 'chunked' and 'body_length' on packets 5 years ago
Kim Alvefur 5b33f834fa util.paths: Optimize path joining with few arguments 5 years ago
Kim Alvefur c812a98068 util_paths_spec: Trim trailing white space 5 years ago
Kim Alvefur fce45aff34 util.paths: Add some tests 5 years ago
Kim Alvefur 6b306e3313 MUC: Remove XEP-0091: Legacy Delayed Delivery 5 years ago
Matthew Wild 8f059290a7 mod_posix: Hook and fire events on SIGUSR1/2 5 years ago
Matthew Wild 2cd0521696 Merge 0.11->trunk 5 years ago
Matthew Wild a095a0c533 util.debug: Fix locals being reported under wrong stack frame in some cases (+tests!!) 5 years ago
Kim Alvefur eefbd36485 Merge 0.11->trunk 5 years ago
Kim Alvefur 20fc0c9c15 Back out changeset 2c1583bb0e0f 5 years ago
Kim Alvefur bad47be8f9 Back out 6dde2c9fa272: Doesn't work on Lua 5.1 5 years ago
Kim Alvefur 9b8a54345f util.strbitop: Remove redundant init function 5 years ago
Kim Alvefur da8eca639a util.strbitop: Create buffer in the correct size (optimization) 5 years ago
Kim Alvefur d5161fbf6f util.strbitop: Add tests covering basics 5 years ago
Kim Alvefur 539255c692 util.strbitop: Reformat code 5 years ago
Matthew Wild 64856637ce net.websocket.frames: Add test for empty frame with MASK and key set 5 years ago
Kim Alvefur 00bad1a9fe net.websocket.frames: Use C string XOR implementation 5 years ago
Kim Alvefur 203b48b127 util.sasl.scram: Use util.strbitop for XOR step 6 years ago
Kim Alvefur 4d1b9f7c60 Merge 0.11->trunk 5 years ago
Kim Alvefur 66f3fe9d12 Merge 0.11->trunk 5 years ago
Matthew Wild 4f4140fbc3 Merge 0.11->trunk 5 years ago
Matthew Wild 58e33e3995 util.error: Pass through existing error objects passed to new() 5 years ago
Matthew Wild 7672305919 Merge 0.11->trunk 5 years ago
Matthew Wild 518904b66c net.http.server: Don't send Content-Length on 1xx/204 responses, per RFC (fixes #1596) 5 years ago
Kim Alvefur b0393fe9e1 Merge 0.11->trunk 5 years ago
Kim Alvefur fb63187afc net.websocket.frames: Read buffer length correctly in Lua 5.1 (fix #1598) 5 years ago
Kim Alvefur d3b3e21720 util.dbuffer: Expose length as :len() method, like strings 5 years ago
Kim Alvefur b4af560c97 mod_http_errors: Remove 'extra' element when empty 5 years ago
Kim Alvefur 6518e5f41b mod_http_errors: Dark theme! 5 years ago
Kim Alvefur 09e8795afb mod_http_errors: Use a class on extra data section 5 years ago
Matthew Wild c07d15cf71 util.startup: Handle missing nparams field from debug info (not present in 5.1) 5 years ago
Kim Alvefur bb3948c857 core.modulemanager: Fix error if installer path missing 5 years ago
Kim Alvefur c5933e9ed7 util.startup: Include arguments in function string representation 5 years ago
Kim Alvefur 9302a14d80 util.startup: Retrieve less data for function string representation 5 years ago
Kim Alvefur d53dcee890 core.moduleapi: Return resource path from module:get_directory() (API BC) 5 years ago
Kim Alvefur 387a03e1d3 core.modulemanager: Add compat for LuaRocks 2.x 5 years ago
Kim Alvefur 58be93c184 core.moduleapi: Use resource path for :load_resource() 5 years ago
Kim Alvefur 915cebae96 core.modulemanager: Locate resources of LuaRocks-installed modules 5 years ago
Kim Alvefur f7f0a20abf util.startup: Save the path used by the installer to prosody.paths 5 years ago
Kim Alvefur 0ffb4b8932 Merge 0.11->trunk 5 years ago
Kim Alvefur 0e0a75de4e MUC: Preserve disco 'node' attribute (or lack thereof) in response (fix #1595) (thanks lessthan3) 5 years ago
Kim Alvefur a1bb944f52 Merge 0.11->trunk 5 years ago
Kim Alvefur c91cc915b6 util.dependencies: Check for bitop library same way as net.websocket.frames (fixes #1594) 5 years ago
Kim Alvefur 4b4f32104f util.startup: Fix startup failure if CFG_DATADIR is unset 5 years ago
Kim Alvefur defba34a6c util.startup: Re-enable installer path setup 5 years ago
Kim Alvefur e9c3e1dedc util.startup: Put 'installer_plugin_path' under data directory by default 5 years ago
Kim Alvefur ef24d8cd72 util.prosodyctl: Simplify luarocks invocation 5 years ago
Kim Alvefur 42eec522a3 util.prosodyctl: Get Luarocks server from config 5 years ago
Kim Alvefur 28aadca557 util.prosodyctl: Move hardcoded luarocks server into prosodyctl 5 years ago
Kim Alvefur b74859e35c util.prosodyctl: Flip argument order 5 years ago