Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | util.serialization: Allow overriding table iterator | Kim Alvefur | 2019-03-17 | 1 | -1/+6 | |
| | | | | | | | | | | | | | | Could be useful to eg swap it out with sorted_pairs to get a stable serialization. Default to next() wrapper to avoid metatable tricks from pairs(). | |||||
* | | util.serialization: Optimize handling of last table separator | Kim Alvefur | 2019-03-17 | 1 | -7/+5 | |
| | | | | | | | | Fewer next() calls and a step towards allowing use of a different iterator. | |||||
* | | Merge 0.11->trunk | Kim Alvefur | 2019-03-04 | 1 | -1/+10 | |
|\| | ||||||
| * | util.pubsub: Validate node configuration on node creation (fixes #1328) | Kim Alvefur | 2019-03-03 | 1 | -1/+10 | |
| | | ||||||
* | | Merge 0.11->trunk | Kim Alvefur | 2019-01-28 | 1 | -8/+13 | |
|\| | ||||||
| * | util.pubsub: Add support for requesting multiple specific items (needed for ↵ | Kim Alvefur | 2019-01-28 | 1 | -8/+13 | |
| | | | | | | | | #1305) | |||||
* | | util.http: Fix decoding of uppercase URL encoded chars | Kim Alvefur | 2019-01-16 | 1 | -0/+1 | |
| | | | | | | | | Broken in 1af5106a2c34 | |||||
* | | util.prosodyctl: Allow passing path to Lua runtime to the start() function | Kim Alvefur | 2019-01-10 | 1 | -3/+4 | |
| | | | | | | | | | | By default the shebang is used. Being able to override it is useful in cases where the shebang does not match the configured runtime. | |||||
* | | Merge 0.11->trunk | Kim Alvefur | 2019-01-06 | 1 | -0/+3 | |
|\| | ||||||
| * | util.startup: Always reload logging after config (fixes #1284) | Kim Alvefur | 2019-01-06 | 1 | -0/+3 | |
| | | | | | | | | | | This chancged in 6e24a69b03af likely because of confusion about the `reopen-log-files` event which was fired but never hooked. | |||||
* | | util.http: Pre-generate urlencoding mappings (optimization) | Kim Alvefur | 2019-01-06 | 1 | -10/+11 | |
| | | | | | | | | Function calls are more expensive than table lookups | |||||
* | | util.error: Add a function for creating an error object from an error stanza | Kim Alvefur | 2018-12-30 | 1 | -0/+12 | |
| | | ||||||
* | | util.error: Add new util library for structured errors | Matthew Wild | 2018-12-30 | 1 | -0/+40 | |
| | | ||||||
* | | util.promise: Remove references to callbacks after settling promise | Kim Alvefur | 2018-12-30 | 1 | -0/+3 | |
| | | | | | | | | This is to help the garbage collector. | |||||
* | | Merge 0.11->trunk | Kim Alvefur | 2018-12-29 | 1 | -0/+14 | |
|\| | ||||||
| * | util.pubsub: Restore subscription index from stored data (fixes #1281) | Kim Alvefur | 2018-12-29 | 1 | -0/+14 | |
| | | ||||||
* | | util.stanza: Require a type attribute for iq stanzas | Kim Alvefur | 2018-12-28 | 1 | -1/+7 | |
| | | ||||||
* | | Merge 0.11->trunk | Kim Alvefur | 2018-12-09 | 1 | -1/+2 | |
|\| | ||||||
| * | util.datetime: Make sure timezone difference is calculated correctly (fixes ↵ | Kim Alvefur | 2018-12-09 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | #1262) If the two os.date() calls happen at either side of a second ticking over there would be a one second error in the calculation. | |||||
* | | util.format: Serialize values for the %q format | Kim Alvefur | 2018-10-12 | 1 | -1/+5 | |
| | | | | | | | | Improves eg debug logs | |||||
* | | lint: Remove use of the 143 error code | Kim Alvefur | 2018-12-08 | 3 | -3/+2 | |
| | | | | | | | | Does not appear to be invoked by anything | |||||
* | | util.iterators: Use pack from table.pack | Kim Alvefur | 2018-12-08 | 1 | -3/+3 | |
| | | ||||||
* | | util.format: Use pack from util.table | Kim Alvefur | 2018-12-08 | 1 | -2/+3 | |
| | | ||||||
* | | Merge 0.11->trunk | Kim Alvefur | 2018-12-02 | 1 | -27/+17 | |
|\| | ||||||
| * | util.stanza: Deserialize stanza without mutating input (fixes #711) | Kim Alvefur | 2018-12-01 | 1 | -27/+17 | |
| | | ||||||
* | | util.format: Tweak how nil values are handled | Kim Alvefur | 2018-11-28 | 1 | -5/+4 | |
|/ | | | | Because [<nil>] seems exsessive | |||||
* | util.stanza: Validate input to clone() (with brief tests) | Kim Alvefur | 2018-11-17 | 1 | -2/+9 | |
| | ||||||
* | util.sql: Switch from hacky multi-arg xpcall implementation to util.xpcall | Kim Alvefur | 2018-11-11 | 1 | -5/+4 | |
| | ||||||
* | util.sslconfig: Recognise TLS 1.3 as a protocol version | Kim Alvefur | 2018-10-28 | 1 | -1/+1 | |
| | | | | This enables it to understand protocol = "tlsv1_3+" | |||||
* | util.serialization: Encode non-fatal error in way that can be restored | Kim Alvefur | 2018-10-27 | 1 | -1/+1 | |
| | | | | It could previously encode to eg `{ [nil] = ... }` which doesn't get decoded | |||||
* | util.serialization: Rename non-fatal fallback handler for clarity | Kim Alvefur | 2018-10-27 | 1 | -3/+3 | |
| | ||||||
* | util.serialization: Disable use of unquoted table keys by default | Kim Alvefur | 2018-10-27 | 1 | -1/+3 | |
| | | | | For safety against future new keywords | |||||
* | util.serialization: Add option for allowing multiple references to the same ↵ | Kim Alvefur | 2018-10-27 | 1 | -0/+10 | |
| | | | | table (but not cycles) | |||||
* | util.serialization: Separate errors for multiple table references and max depth | Kim Alvefur | 2018-10-27 | 1 | -2/+5 | |
| | ||||||
* | util.serialization: Make maximum table depth configurable | Kim Alvefur | 2018-10-27 | 1 | -1/+2 | |
| | ||||||
* | Many things: switch from hacky multi-arg xpcall implementations to a ↵ | Matthew Wild | 2018-10-26 | 3 | -13/+12 | |
| | | | | standard util.xpcall | |||||
* | util.xpcall, util.compat: Add non-hacky multi-argument xpcall() for Lua 5.1 | Matthew Wild | 2018-10-26 | 1 | -0/+9 | |
| | ||||||
* | util.dependencies: Remove ztact compatability warning | Matthew Wild | 2018-10-26 | 1 | -13/+0 | |
| | ||||||
* | util.promise: Switch from pcall to xpcall to get tracebacks on exceptions | Matthew Wild | 2018-10-26 | 1 | -1/+1 | |
| | ||||||
* | util.promise: Remove the non-standard ability to pass a promise to reject() | Matthew Wild | 2018-10-26 | 1 | -3/+1 | |
| | ||||||
* | util.promise: Fix missing parameters | Matthew Wild | 2018-10-25 | 1 | -2/+2 | |
| | ||||||
* | util.promise: Ensure chained promises always receive a value/rejection even ↵ | Matthew Wild | 2018-10-25 | 1 | -22/+23 | |
| | | | | if an intermediate promise has no handlers | |||||
* | util.promise: Export is_promise() | Matthew Wild | 2018-10-25 | 1 | -0/+1 | |
| | ||||||
* | util.promise: Remove debug print and assert | Matthew Wild | 2018-10-25 | 1 | -1/+0 | |
| | ||||||
* | util.pubsub: Clarify comment about return value | Kim Alvefur | 2018-10-21 | 1 | -1/+1 | |
| | ||||||
* | util.array: Add __div for parity with util.set | Matthew Wild | 2018-10-21 | 1 | -0/+19 | |
| | ||||||
* | util.array: Break long line | Matthew Wild | 2018-10-19 | 1 | -1/+5 | |
| | ||||||
* | util.promise: Add promise.try() | Matthew Wild | 2018-10-18 | 1 | -0/+6 | |
| | ||||||
* | util.pubsub: Allow publishing with a config that should be used as defaults only | Matthew Wild | 2018-10-18 | 1 | -4/+7 | |
| | ||||||
* | util.promise: Add a string representation | Kim Alvefur | 2018-10-18 | 1 | -0/+4 | |
| |