Commit Graph

1940 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
Matthew Wild 48521ba153 util.cache: Add __name to metatable 5 years ago
Matthew Wild f80e643a0e util.dbuffer: Add __name to metatable 5 years ago
Matthew Wild 01c5bf5529 util.dbuffer: Optimize :sub() and :byte() 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 5b33f834fa util.paths: Optimize path joining with few arguments 5 years ago
Kim Alvefur 203b48b127 util.sasl.scram: Use util.strbitop for XOR step 6 years ago
Matthew Wild 58e33e3995 util.error: Pass through existing error objects passed to new() 5 years ago
Kim Alvefur d3b3e21720 util.dbuffer: Expose length as :len() method, like strings 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 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 f7f0a20abf util.startup: Save the path used by the installer to prosody.paths 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 28aadca557 util.prosodyctl: Move hardcoded luarocks server into prosodyctl 5 years ago
Kim Alvefur b74859e35c util.prosodyctl: Flip argument order 5 years ago
Kim Alvefur 3c0445e1b2 util.prosodyctl: Construct luarocks command line with templates 5 years ago
Kim Alvefur 0113f59de0 util.pluginloader: Look for module libs in mod_plugin/lib.lua 5 years ago
Kim Alvefur 19549a6976 util.pluginloader: Look for top level mod_something.lua in luarocks-style tree 5 years ago
Kim Alvefur b0616dd198 util.pluginloader: Extract Lua version once 5 years ago
Kim Alvefur f875b6f99c util.xml: Fix float formatting of line and columns in error (on Lua 5.3+) 5 years ago
Waqas Hussain 80beeeb187 util.indexedbheap: Fix heap datastructure corruption in :reschedule(smaller_value) 5 years ago
Kim Alvefur 33070035bf util.error: Drop registry initialization with namespace as key 5 years ago
Kim Alvefur 9dbdb91c47 util.error: Expand compact registries into normal form internally 5 years ago
Kim Alvefur 5da983d8bd util.error: Add a "compact mode" for registries 5 years ago
Kim Alvefur d101532cfc util.error: Expose source and registry as fields on the registry object 5 years ago
Kim Alvefur 04be6c2e83 util.error: Turns out <gone> wasn't alone, there's also <redirect> 5 years ago
Kim Alvefur 60a6ee0d30 util.error: Pass converted stanza errors throguh new() 5 years ago
Kim Alvefur 487f96c2f1 util.serialization: Let freeze metamethod return a literal string 5 years ago
Kim Alvefur a51d591246 util.error: Collect Application-Specific Conditions from stanza errors 5 years ago
Kim Alvefur 3c7cbd0e2c util.error: Add special case handling of <gone> with an URI 5 years ago
Kim Alvefur 8627f2e4d5 util.error: Default error originator to stanza sender 5 years ago
Kim Alvefur 0354452a9a util.error: Extract error originator from stanza errors 5 years ago
Kim Alvefur 815ce25d10 util.stanza: Extract Application-Specific Condition from errors 5 years ago
Kim Alvefur 1c53f533b0 util.stanza: Support Application-Specific Conditions in util.error 5 years ago
Kim Alvefur 8c0efc9e55 util.stanza: Get 'by' from context instead 5 years ago
Kim Alvefur 3f9988468d util.stanza: Support inclusion of <gone> URI from util.error object 5 years ago
Kim Alvefur 2f0b85ce29 util.stanza: Support getting 'by' from util.error object 5 years ago
Kim Alvefur d9e80064b5 util.stanza: Reorder code to prepare for extracting 'by' from util.error 5 years ago
Kim Alvefur ed5841e42b util.error: Add well-known field 'extra' 5 years ago
Matthew Wild a34633771d util.error: Simplify error creation flow 5 years ago
Matthew Wild 2595c39a8a util.error: Switch coerce() to use new() and change 'native' to context field 'wrapped_error' 5 years ago
Matthew Wild 891a03885a util.error: Have init() return an object to allow API extensibility via additional methods 5 years ago
Matthew Wild 9c709d29fd util.error: Minor tweaks to error creation code to prepare for future changes 5 years ago
Matthew Wild 73e87f3901 util.error: Simplify error creation - remove ability to set context from templates, and remove default context 5 years ago
Matthew Wild 646bd1da3d util.error: Add unique 'instance_id' to error objects 5 years ago