Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Merge 0.11->trunk | Kim Alvefur | 2019-05-26 | 1 | -1/+9 | |
| |\ \ | ||||||
| * | | | util.hashring: Implementation of hashring data structure | Matthew Wild | 2019-05-13 | 1 | -0/+88 | |
| | | | | ||||||
| * | | | Fix various spelling mistakes [codespell] | Kim Alvefur | 2019-05-03 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | util.hmac: Expose hmac-sha-512 too | Kim Alvefur | 2019-04-19 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | All these are provided by util.hashes so why not? | |||||
| * | | | util.hmac: Reflow code | Kim Alvefur | 2019-04-19 | 1 | -3/+5 | |
| | | | | ||||||
| * | | | Merge 0.11->trunk | Kim Alvefur | 2019-04-14 | 1 | -1/+1 | |
| |\ \ \ | ||||||
| * | | | | util.session: Fix session id not include unauthed forever | Kim Alvefur | 2019-04-03 | 1 | -1/+2 | |
| | | | | | ||||||
| * | | | | util.queue: Update :items() to consistently use private data directly | Matthew Wild | 2019-03-26 | 1 | -5/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It will perform better this way, and we were accessing private variables already within the iterator. Replaces 3eea63a68e0f | |||||
| * | | | | Backed out changeset 3eea63a68e0f | Matthew Wild | 2019-03-26 | 1 | -4/+5 | |
| | | | | | | | | | | | | | | | | | | | | Commit included intended changes to loggingmanager | |||||
| * | | | | util.stanza: Fix :top_tag() handling of namespaced attributes | Matthew Wild | 2019-03-25 | 1 | -32/+30 | |
| | | | | | ||||||
| * | | | | util.x509: Add function that extracts usable names from a certificate | Kim Alvefur | 2019-01-04 | 1 | -0/+28 | |
| | | | | | ||||||
| * | | | | util.queue: Update :items() to consistently use private data directly | Matthew Wild | 2019-03-23 | 1 | -5/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | It will perform better this way, and we were accessing private variables already within the iterator. | |||||
| * | | | | util.queue: Add 'consume()' convenience iterator | Matthew Wild | 2019-03-23 | 1 | -0/+3 | |
| | | | | | ||||||
| * | | | | util.startup: Don't die if there are no config warnings to log (thanks buildbot) | Matthew Wild | 2019-03-20 | 1 | -2/+4 | |
| | | | | | ||||||
| * | | | | util.startup: Log configuration warnings at startup | Matthew Wild | 2019-03-20 | 1 | -0/+6 | |
| | | | | | ||||||
| * | | | | util.startup: Give function a more generic name so it can apply to all warnings | Matthew Wild | 2019-03-20 | 1 | -3/+3 | |
| | | | | | ||||||
| * | | | | util.serialization: Use util.hex | Kim Alvefur | 2019-03-17 | 1 | -9/+2 | |
| | | | | | ||||||
| * | | | | 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 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge 0.11->trunk | Kim Alvefur | 2019-01-28 | 1 | -8/+13 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | 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.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.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.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.format: Tweak how nil values are handled | Kim Alvefur | 2018-11-28 | 1 | -5/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Because [<nil>] seems exsessive | |||||
* | | | | | | | | | | | util.serialization: Cache default serialization instance (fixes #1389) | Kim Alvefur | 2019-07-08 | 1 | -1/+6 | |
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Most serialization uses still use the default serialize() and thus duplicate much of the setup, which negates some of the performance improvements of the rewrite. | |||||
* | | | | | | | | | | util.sql: Ignore if tables and indices already exist on creation (fixes #1064) | Kim Alvefur | 2019-05-30 | 1 | -0/+6 | |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested with SQLite3 3.16.2 and 3.27.2 and Postgres 11. MySQL does not support IF NOT EXISTS for indices so not handled here. | |||||
* | | | | | | | | | util.random: Throw different error for EOL condition | Kim Alvefur | 2019-05-21 | 1 | -1/+5 | |
| | | | | | | | | | ||||||
* | | | | | | | | | util.random: Coerce error to string (thanks waqas) | Kim Alvefur | 2019-05-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In theory this could happen in an EOF condition, which should be impossible with a read from /dev/urandom. | |||||
* | | | | | | | | | util.random: Handle unlikely read errors from /dev/urandom (see #1313) | Kim Alvefur | 2019-05-18 | 1 | -1/+5 | |
| |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
* | | | | | | | | util.ip: Add missing netmask for 192.168/16 range (fixes #1343) | Kim Alvefur | 2019-04-14 | 1 | -1/+1 | |
| |_|_|_|_|_|/ |/| | | | | | | ||||||
* | | | | | | | util.pubsub: Validate node configuration on node creation (fixes #1328) | Kim Alvefur | 2019-03-03 | 1 | -1/+10 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | util.pubsub: Add support for requesting multiple specific items (needed for ↵ | Kim Alvefur | 2019-01-28 | 1 | -8/+13 | |
| |_|_|_|/ |/| | | | | | | | | | | | | | | #1305) | |||||
* | | | | | 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.pubsub: Restore subscription index from stored data (fixes #1281) | Kim Alvefur | 2018-12-29 | 1 | -0/+14 | |
| |_|/ |/| | | ||||||
* | | | 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.stanza: Deserialize stanza without mutating input (fixes #711) | Kim Alvefur | 2018-12-01 | 1 | -27/+17 | |
|/ | ||||||
* | util.stanza: Validate input to clone() (with brief tests) | Kim Alvefur | 2018-11-17 | 1 | -2/+9 | |
| |