| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 0.9->0.10 | Kim Alvefur | 2015-05-13 | 1 | -1/+5 |
|\ |
|
| * | util.datamanager: Fix traceback from trying to purge when storage is empty or... | Kim Alvefur | 2015-05-13 | 1 | -1/+5 |
* | | util.queue: Small fast FIFO/ringbuffer/queue library | Matthew Wild | 2015-05-13 | 1 | -0/+54 |
* | | util.set: Rename method argument to avoid name clash [luacheck] | Matthew Wild | 2015-05-06 | 1 | -3/+3 |
* | | util.set: Add luacheck annotation for methods not referencing 'self' | Matthew Wild | 2015-05-06 | 1 | -0/+3 |
* | | util.set: Remove unnecessary local declaration, arguments are already locals ... | Matthew Wild | 2015-05-06 | 1 | -1/+1 |
* | | util.dataforms: Rename unused loop counter to '_' [luacheck] | Matthew Wild | 2015-05-06 | 1 | -1/+1 |
* | | util.sslconfig: Rename variable to avoid name clash [luacheck] | Matthew Wild | 2015-05-06 | 1 | -4/+4 |
* | | util.serialization: Remove unused imports of error() and loadstring() [luacheck] | Matthew Wild | 2015-05-06 | 1 | -2/+0 |
* | | util.xml: Remove unused parameter (thanks, luacheck) | Matthew Wild | 2015-05-06 | 1 | -1/+1 |
* | | util.dataforms: Remove unused import of pairs() (thanks luacheck) | Matthew Wild | 2015-05-06 | 1 | -1/+1 |
* | | Merge | Matthew Wild | 2015-05-06 | 3 | -4/+5 |
|\ \ |
|
| * | | util.statistics: Collect duration sample even if run fewer times than the sam... | Kim Alvefur | 2015-05-05 | 1 | -2/+2 |
| * | | util.events: Add local reference to table.remove (fixes traceback) | Kim Alvefur | 2015-05-05 | 1 | -1/+2 |
| * | | Merge 0.9->0.10 | Kim Alvefur | 2015-05-03 | 1 | -1/+1 |
| |\| |
|
| | * | util.datamanager: Fix traceback due to %s in log message | Kim Alvefur | 2015-04-03 | 1 | -1/+1 |
* | | | util.events: Add get_handlers() method | Matthew Wild | 2015-05-06 | 1 | -0/+4 |
* | | | portmanager, s2smanager, sessionmanager, stanza_router, storagemanager, userm... | Matthew Wild | 2015-05-06 | 1 | -0/+1 |
|/ / |
|
* | | util.events: Change from nil to false to indicate adding a global wrapper | Matthew Wild | 2015-04-28 | 1 | -2/+2 |
* | | util.events: Add support for event wrappers, functions which can wrap the cal... | Matthew Wild | 2015-04-28 | 1 | -1/+67 |
* | | util.mercurial: Utility functions for Mercurial repositories | Kim Alvefur | 2015-01-21 | 1 | -0/+34 |
* | | Merge 0.9->0.10 | Kim Alvefur | 2015-02-21 | 1 | -1/+1 |
|\| |
|
| * | util.datamanager: Check that the global 'prosody' exists before using it (fix... | Kim Alvefur | 2015-02-20 | 1 | -1/+1 |
* | | util.statistics: Return 0 as percentile if data out of range | Matthew Wild | 2015-01-30 | 1 | -1/+1 |
* | | statsmanager, util.statistics: API changes, remove debugging | Matthew Wild | 2015-01-21 | 1 | -24/+53 |
* | | util.statistics: New library for gathering various kinds of statistics | Matthew Wild | 2015-01-20 | 1 | -0/+131 |
* | | util.hex: Pedantic optimization, 1 table lookup per byte instead of 3 functio... | Kim Alvefur | 2015-01-12 | 1 | -7/+13 |
* | | mod_storage_sql2, util.sql: Set character encoding on every connect | Kim Alvefur | 2014-12-11 | 1 | -0/+1 |
* | | mod_pubsub: Add support for including the publisher in item broadcasts | Philipp Hancke | 2014-11-20 | 1 | -1/+1 |
* | | util.paths: Add function for joining path segments | Kim Alvefur | 2014-11-08 | 1 | -0/+6 |
* | | Merge 0.9->0.10 | Kim Alvefur | 2014-10-26 | 1 | -13/+2 |
|\| |
|
| * | Backout changeset 6e67c73f730c: not a major fix and it breaks interop with at...0.9.7 | Matthew Wild | 2014-10-24 | 1 | -13/+2 |
* | | Merge 0.9->0.10 | Waqas Hussain | 2014-10-08 | 2 | -3/+14 |
|\| |
|
| * | util/dataforms: Make sure we iterate over field tags | daurnimator | 2014-10-07 | 1 | -1/+1 |
| * | util.stanza: Escape newlines and tabs (\r\n\t) when serializing stanzas. \r\n... | Waqas Hussain | 2014-10-08 | 1 | -2/+13 |
* | | util.pubsub: Add support for limiting the number of item in a node (default t... | Kim Alvefur | 2014-09-28 | 1 | -0/+11 |
* | | util.pubsub: Add support for node configuration | Kim Alvefur | 2014-09-28 | 1 | -2/+22 |
* | | util.pubsub: One less table allocated per pubsub object created | Kim Alvefur | 2014-09-28 | 1 | -3/+3 |
* | | util.pubsub: Use local | Kim Alvefur | 2014-09-27 | 1 | -1/+1 |
* | | util.random: Ensure at least 4 bytes of previous random state is used when ge... | Kim Alvefur | 2014-09-18 | 1 | -2/+2 |
* | | util.random: Switch to SHA512 | Kim Alvefur | 2014-09-18 | 1 | -2/+2 |
* | | util.array: Add type() local | Kim Alvefur | 2014-09-17 | 1 | -0/+1 |
* | | util.hex: Use locals! | Kim Alvefur | 2014-09-03 | 1 | -2/+2 |
* | | util.uuid: Use util.hex and util.random | Matthew Wild | 2014-09-02 | 1 | -31/+13 |
* | | util.random: Generic util lib for generating strings of random bytes | Matthew Wild | 2014-09-02 | 1 | -0/+43 |
* | | util.hex: Small util lib for converting to/from hex strings | Matthew Wild | 2014-09-02 | 1 | -0/+19 |
* | | Merge 0.9->0.10 | Matthew Wild | 2014-08-28 | 3 | -15/+21 |
|\| |
|
| * | util.filters: Ignore filters being added twice (fixes issues on removal)0.9.5 | Matthew Wild | 2014-08-28 | 1 | -0/+2 |
| * | util.xmppstream: When error is 'no-stream', pass the received tagname to the ... | Matthew Wild | 2014-08-23 | 1 | -1/+1 |
| * | prosodyctl: Verify that 'pidfile' is a string, show friendly error otherwise | Kim Alvefur | 2014-08-26 | 1 | -0/+4 |