| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | util.debug: Attempt to get debug.traceback() parameter handling correct (again) | Matthew Wild | 2012-03-22 | 1 | -1/+5 |
* | | Merge with 0.9 | Matthew Wild | 2012-02-11 | 1 | -3/+3 |
|\ \ |
|
| * | | util.prosodyctl: Fix variable name clash introduced in 55ef5d83d00a (thanks c... | Matthew Wild | 2012-02-11 | 1 | -3/+3 |
* | | | Merge with 0.9 | Matthew Wild | 2012-02-08 | 1 | -1/+5 |
|\| | |
|
| * | | util.prosodyctl: In the register command, check that the virtual exists befor... | Kim Alvefur | 2012-02-08 | 1 | -1/+5 |
| * | | util.json: Added function encode_ordered(object). | Waqas Hussain | 2012-01-18 | 1 | -6/+25 |
| * | | util.dataforms: Fix verfication for booleans | Florian Zeitz | 2011-12-03 | 1 | -1/+1 |
| * | | util.dataforms: Fix form verification | Florian Zeitz | 2011-12-02 | 1 | -7/+13 |
| * | | util.throttle: Fix 'outstanding' return value | Matthew Wild | 2012-01-13 | 1 | -1/+1 |
| * | | util.throttle: Import setmetatable | Matthew Wild | 2012-01-13 | 1 | -0/+1 |
* | | | util.template: Refactoring to make the string->stanza conversion code more ge... | Waqas Hussain | 2012-02-05 | 1 | -1/+15 |
* | | | Merge with Zash | Matthew Wild | 2012-01-26 | 2 | -0/+124 |
|\ \ \ |
|
| * | | | user.x509: Add some utility functions for generating OpenSSL configs | Kim Alvefur | 2012-01-20 | 1 | -0/+109 |
| * | | | util.prosodyctl: Add getline() and show_prompt() | Kim Alvefur | 2012-01-20 | 1 | -0/+15 |
| | |/
| |/| |
|
* | | | util.xmppstream: Optimize attribute processing. | Waqas Hussain | 2012-01-25 | 1 | -10/+9 |
* | | | util.xmppstream: Have faith in the XML parser matching start and end tags. | Waqas Hussain | 2012-01-25 | 1 | -10/+2 |
* | | | util.xmppstream: Remove some unnecessary code. | Waqas Hussain | 2012-01-25 | 1 | -2/+0 |
|/ / |
|
* | | util.json: Added function encode_ordered(object). | Waqas Hussain | 2012-01-18 | 1 | -6/+25 |
* | | util.throttle: Fix 'outstanding' return value | Matthew Wild | 2012-01-13 | 1 | -1/+1 |
* | | util.throttle: Import setmetatable | Matthew Wild | 2012-01-13 | 1 | -0/+1 |
* | | util.debug: Adjust level within get_locals_table() to account for the additio... | Matthew Wild | 2012-01-13 | 1 | -0/+1 |
* | | util.stanza: Remove unused __add metamethod | Matthew Wild | 2011-12-21 | 1 | -5/+0 |
* | | util/datamanager: Use package.config to figure out directory seperator | James Callahan | 2011-12-12 | 1 | -3/+3 |
* | | util.array: Avoid globals. | Waqas Hussain | 2011-12-09 | 1 | -6/+11 |
* | | util.array: Make array:push() chainable. | Waqas Hussain | 2011-12-09 | 1 | -0/+1 |
* | | util.iterators: it2table: Fix variable name | Matthew Wild | 2011-12-07 | 1 | -1/+1 |
* | | util.array: Expand some of the more basic methods to act more sensibly than t... | Matthew Wild | 2011-12-07 | 1 | -9/+27 |
* | | util.array: Add pluck() method to pick a given property from each item | Matthew Wild | 2011-12-07 | 1 | -0/+7 |
* | | util.dataforms: Fix verfication for booleans | Florian Zeitz | 2011-12-03 | 1 | -1/+1 |
* | | util.dataforms: Fix form verification | Florian Zeitz | 2011-12-02 | 1 | -7/+13 |
* | | util.ip: Fix syntax error (while I search for my pre-commit hooks) | Matthew Wild | 2011-11-30 | 1 | -1/+1 |
* | | util.ip: Fix in IP range calculation for 172.16.0.0/12 | Matthew Wild | 2011-11-30 | 1 | -1/+1 |
* | | Merge with Florob | Matthew Wild | 2011-11-26 | 2 | -14/+9 |
|\ \ |
|
| * | | util.dependencies, util.xmppstream: Move LuaExpat version checking to util.de... | Waqas Hussain | 2011-11-22 | 2 | -7/+8 |
| * | | util.xmppstream: A little cleanup. | Waqas Hussain | 2011-11-22 | 1 | -8/+2 |
| |/ |
|
* | | util.rfc3484: Use a stable sorting algorithm | Florian Zeitz | 2011-11-06 | 1 | -2/+11 |
* | | util.rfc3484: New util implementing RFC3484 sorting | Florian Zeitz | 2011-10-22 | 1 | -0/+124 |
* | | util.ip: New module containing IP related functions | Florian Zeitz | 2011-10-22 | 1 | -0/+176 |
|/ |
|
* | util.debug: Fix potential traceback | Matthew Wild | 2011-11-19 | 1 | -4/+6 |
* | util.timer: Variable name change (func -> callback) | Matthew Wild | 2011-11-03 | 1 | -9/+9 |
* | util.debug: Experimental new library for producing more extensive debug trace... | Matthew Wild | 2011-11-03 | 1 | -0/+135 |
* | util.jid: Added escape() and unescape(). | Waqas Hussain | 2011-11-01 | 1 | -0/+13 |
* | util.json: Fix for single-line comments (thanks Norbert Kiesel) | Matthew Wild | 2011-10-26 | 1 | -1/+1 |
* | util.watchdog: Watchdog timer library | Matthew Wild | 2011-10-21 | 1 | -0/+34 |
* | util.dataforms: Add field verification logic | Florian Zeitz | 2011-08-11 | 1 | -10/+81 |
* | util.array: Fix array.collect() for iterators that expect initial value of va... | Matthew Wild | 2011-09-25 | 1 | -1/+1 |
* | util.iterators: Add range(from, to) | Matthew Wild | 2011-09-25 | 1 | -0/+7 |
* | util.timer: Fix corner case of timer not repeating if it returns <= 0 | Matthew Wild | 2011-09-22 | 1 | -1/+4 |
* | util.sasl.scram: Return proper error and don't touch datastores on empty user... | Waqas Hussain | 2011-08-31 | 1 | -1/+1 |
* | util.pubsub: Remove access checking from remove_all_subscriptions (temporarily?) | Matthew Wild | 2011-08-30 | 1 | -14/+0 |