| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | util.debug: Some more magic constant fiddling. Don't ask me. | Matthew Wild | 2012-04-25 | 1 | -4/+4 |
* | Merge timber->trunk - thanks everyone! | Matthew Wild | 2012-04-24 | 5 | -50/+63 |
|\ |
|
| * | util.helpers: Add show_events(), to show the events and handlers in a util.ev... | Matthew Wild | 2012-04-24 | 1 | -0/+29 |
| * | util.debug: Turn into a real-ish module ('debugx'), and require you call use(... | Matthew Wild | 2012-04-24 | 1 | -4/+12 |
| * | loggingmanager, util.logger: Remove name sinks and the ability to filter logs... | Matthew Wild | 2012-03-15 | 1 | -30/+1 |
| * | util.iterators: Make a standard library (no longer injects into global namesp... | Matthew Wild | 2012-01-23 | 1 | -11/+14 |
| * | util.set: Accept nil to add_list() | Matthew Wild | 2012-01-22 | 1 | -2/+4 |
| * | util.helpers: After nearly 'fixing' this code, I conclude it instead only des... | Matthew Wild | 2012-01-22 | 1 | -1/+1 |
* | | util.debug: Move boundary markers to top of relevant sections of the stack tr... | Matthew Wild | 2012-03-22 | 1 | -5/+3 |
* | | util.debug: Add a touch of colour to source locations | Matthew Wild | 2012-03-22 | 1 | -3/+4 |
* | | util.debug: Add a bit of colour | Matthew Wild | 2012-03-22 | 1 | -6/+21 |
* | | util.debug: Move optimal line length (default 65) into a variable | Matthew Wild | 2012-03-22 | 1 | -4/+6 |
* | | util.debug: Add markers in the output when crossing source file boundaries | Matthew Wild | 2012-03-22 | 1 | -0/+14 |
* | | util.debug: Add catch for an "error in error handling" | Matthew Wild | 2012-03-22 | 1 | -1/+9 |
* | | 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 |