Commit Graph

11204 Commits (020cd46f0341663d71ebdbd02f67032ddcb4a677)
 

Author SHA1 Message Date
Kim Alvefur 020cd46f03 util.prosodyctl.cert: Fix for prompt functions having moved to util.human.io 5 years ago
Kim Alvefur fd7e6d3731 Merge 0.11->trunk 5 years ago
Kim Alvefur 63f44f3640 mod_pubsub: Fix notification stanza type setting (fixes #1605) 5 years ago
Kim Alvefur 238b2bfc1c Merge 0.11->trunk 5 years ago
Kim Alvefur ce3e3808f5 mod_pubsub: Lower priority of default <body> generator 5 years ago
Matthew Wild 48521ba153 util.cache: Add __name to metatable 5 years ago
Matthew Wild 1ab96f2289 tools.modtrace: Pass config to serialize() 5 years ago
Matthew Wild f80e643a0e util.dbuffer: Add __name to metatable 5 years ago
Matthew Wild 7312a610d4 tools.modtrace: Library for tracing/debugging Lua module and method calls 5 years ago
Kim Alvefur 53e6579aab tools/form2table: Convert XEP-0004 dataform from XML to util.dataforms Lua format 5 years ago
Kim Alvefur 4d9e30aff3 tools/linedebug: Print each line of source executed 5 years ago
Kim Alvefur 43ec58831c tools/cfgdump: Reads Prosody config file and pretty-prints it back out 5 years ago
Kim Alvefur 4cb9c49d95 tools/tb2err: Formats Lua traceback in errors.err format 5 years ago
Matthew Wild 9cb2fdc461 Merge 0.11->trunk 5 years ago
Matthew Wild 01c5bf5529 util.dbuffer: Optimize :sub() and :byte() 5 years ago
Kim Alvefur 7af694f510 mod_pubsub: Comment on itemstore type 5 years ago
Kim Alvefur c34989f57e mod_pubsub: Clarify kind of item store created 5 years ago
Kim Alvefur 3133ff234a mod_pubsub: Don't set store as metatable 5 years ago
Matthew Wild b50d4b2ef0 net.http: Add support for streaming chunked/large responses 5 years ago
Matthew Wild bc402b6409 net.http.parser: Expose 'partial', 'chunked' and 'body_length' on packets 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 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 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
Kim Alvefur eefbd36485 Merge 0.11->trunk 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