Commit Graph

1935 Commits (bc402b6409639f130f2ef7f13c9e240194de859c)

Author SHA1 Message Date
Kim Alvefur 5b33f834fa util.paths: Optimize path joining with few arguments 6 years ago
Matthew Wild a095a0c533 util.debug: Fix locals being reported under wrong stack frame in some cases (+tests!!) 6 years ago
Kim Alvefur 203b48b127 util.sasl.scram: Use util.strbitop for XOR step 7 years ago
Matthew Wild 58e33e3995 util.error: Pass through existing error objects passed to new() 6 years ago
Kim Alvefur d3b3e21720 util.dbuffer: Expose length as :len() method, like strings 6 years ago
Matthew Wild c07d15cf71 util.startup: Handle missing nparams field from debug info (not present in 5.1) 6 years ago
Kim Alvefur c5933e9ed7 util.startup: Include arguments in function string representation 6 years ago
Kim Alvefur 9302a14d80 util.startup: Retrieve less data for function string representation 6 years ago
Kim Alvefur f7f0a20abf util.startup: Save the path used by the installer to prosody.paths 6 years ago
Kim Alvefur c91cc915b6 util.dependencies: Check for bitop library same way as net.websocket.frames (fixes #1594) 6 years ago
Kim Alvefur 4b4f32104f util.startup: Fix startup failure if CFG_DATADIR is unset 6 years ago
Kim Alvefur defba34a6c util.startup: Re-enable installer path setup 6 years ago
Kim Alvefur e9c3e1dedc util.startup: Put 'installer_plugin_path' under data directory by default 6 years ago
Kim Alvefur ef24d8cd72 util.prosodyctl: Simplify luarocks invocation 6 years ago
Kim Alvefur 28aadca557 util.prosodyctl: Move hardcoded luarocks server into prosodyctl 6 years ago
Kim Alvefur b74859e35c util.prosodyctl: Flip argument order 6 years ago
Kim Alvefur 3c0445e1b2 util.prosodyctl: Construct luarocks command line with templates 6 years ago
Kim Alvefur 0113f59de0 util.pluginloader: Look for module libs in mod_plugin/lib.lua 6 years ago
Kim Alvefur 19549a6976 util.pluginloader: Look for top level mod_something.lua in luarocks-style tree 6 years ago
Kim Alvefur b0616dd198 util.pluginloader: Extract Lua version once 6 years ago
Kim Alvefur f875b6f99c util.xml: Fix float formatting of line and columns in error (on Lua 5.3+) 6 years ago
Waqas Hussain 80beeeb187 util.indexedbheap: Fix heap datastructure corruption in :reschedule(smaller_value) 6 years ago
Kim Alvefur 33070035bf util.error: Drop registry initialization with namespace as key 6 years ago
Kim Alvefur 9dbdb91c47 util.error: Expand compact registries into normal form internally 6 years ago
Kim Alvefur 5da983d8bd util.error: Add a "compact mode" for registries 6 years ago
Kim Alvefur d101532cfc util.error: Expose source and registry as fields on the registry object 6 years ago
Kim Alvefur 04be6c2e83 util.error: Turns out <gone> wasn't alone, there's also <redirect> 6 years ago
Kim Alvefur 60a6ee0d30 util.error: Pass converted stanza errors throguh new() 6 years ago
Kim Alvefur 487f96c2f1 util.serialization: Let freeze metamethod return a literal string 6 years ago
Kim Alvefur a51d591246 util.error: Collect Application-Specific Conditions from stanza errors 6 years ago
Kim Alvefur 3c7cbd0e2c util.error: Add special case handling of <gone> with an URI 6 years ago
Kim Alvefur 8627f2e4d5 util.error: Default error originator to stanza sender 6 years ago
Kim Alvefur 0354452a9a util.error: Extract error originator from stanza errors 6 years ago
Kim Alvefur 815ce25d10 util.stanza: Extract Application-Specific Condition from errors 6 years ago
Kim Alvefur 1c53f533b0 util.stanza: Support Application-Specific Conditions in util.error 6 years ago
Kim Alvefur 8c0efc9e55 util.stanza: Get 'by' from context instead 6 years ago
Kim Alvefur 3f9988468d util.stanza: Support inclusion of <gone> URI from util.error object 6 years ago
Kim Alvefur 2f0b85ce29 util.stanza: Support getting 'by' from util.error object 6 years ago
Kim Alvefur d9e80064b5 util.stanza: Reorder code to prepare for extracting 'by' from util.error 6 years ago
Kim Alvefur ed5841e42b util.error: Add well-known field 'extra' 6 years ago
Matthew Wild a34633771d util.error: Simplify error creation flow 6 years ago
Matthew Wild 2595c39a8a util.error: Switch coerce() to use new() and change 'native' to context field 'wrapped_error' 6 years ago
Matthew Wild 891a03885a util.error: Have init() return an object to allow API extensibility via additional methods 6 years ago
Matthew Wild 9c709d29fd util.error: Minor tweaks to error creation code to prepare for future changes 6 years ago
Matthew Wild 73e87f3901 util.error: Simplify error creation - remove ability to set context from templates, and remove default context 6 years ago
Matthew Wild 646bd1da3d util.error: Add unique 'instance_id' to error objects 6 years ago
Matthew Wild 91d42d3218 util.dbuffer: Fix :sub() not working with partially-consumed chunks (thanks Zash for test case) 6 years ago
Matthew Wild 254b65a030 util.dbuffer: dynamic string buffer 6 years ago
Matthew Wild c313b10cd9 util.startup: Configure the GC on startup, using the config or built-in defaults 6 years ago
Matthew Wild 42ff12bb04 util.gc: Linter fixes [luacheck] 6 years ago