aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Collapse)AuthorAgeFilesLines
...
* util.stanza: Remove unused function importsMatthew Wild2012-04-281-6/+0
|
* util.helpers: show_events(): Make more robust, and allow filtering results ↵Matthew Wild2012-04-261-9/+11
| | | | to a specific event
* util.debug: Remove 'white' from boundary style (leave at default colour)Matthew Wild2012-04-261-1/+1
|
* util.termcolours: tohtml() for converting output to HTML. I don't know.Matthew Wild2012-04-261-0/+23
|
* util.debug: Some more magic constant fiddling. Don't ask me.Matthew Wild2012-04-251-4/+4
|
* Merge timber->trunk - thanks everyone!Matthew Wild2012-04-245-50/+63
|\
| * util.helpers: Add show_events(), to show the events and handlers in a ↵Matthew Wild2012-04-241-0/+29
| | | | | | | | util.events object
| * util.debug: Turn into a real-ish module ('debugx'), and require you call ↵Matthew Wild2012-04-241-4/+12
| | | | | | | | use() to override debug.traceback()
| * loggingmanager, util.logger: Remove name sinks and the ability to filter ↵Matthew Wild2012-03-151-30/+1
| | | | | | | | logs by source name (lots of code, hardly used if at all, and possibly broken)
| * util.iterators: Make a standard library (no longer injects into global ↵Matthew Wild2012-01-231-11/+14
| | | | | | | | namespace)
| * util.set: Accept nil to add_list()Matthew Wild2012-01-221-2/+4
| |
| * util.helpers: After nearly 'fixing' this code, I conclude it instead only ↵Matthew Wild2012-01-221-1/+1
| | | | | | | | deserves a bigger smile
* | util.debug: Move boundary markers to top of relevant sections of the stack ↵Matthew Wild2012-03-221-5/+3
| | | | | | | | trace (easier to follow)
* | util.debug: Add a touch of colour to source locationsMatthew Wild2012-03-221-3/+4
| |
* | util.debug: Add a bit of colourMatthew Wild2012-03-221-6/+21
| |
* | util.debug: Move optimal line length (default 65) into a variableMatthew Wild2012-03-221-4/+6
| |
* | util.debug: Add markers in the output when crossing source file boundariesMatthew Wild2012-03-221-0/+14
| |
* | util.debug: Add catch for an "error in error handling"Matthew Wild2012-03-221-1/+9
| |
* | util.debug: Attempt to get debug.traceback() parameter handling correct (again)Matthew Wild2012-03-221-1/+5
| |
* | Merge with 0.9Matthew Wild2012-02-111-3/+3
|\ \
| * | util.prosodyctl: Fix variable name clash introduced in 55ef5d83d00a (thanks ↵Matthew Wild2012-02-111-3/+3
| | | | | | | | | | | | chris)
* | | Merge with 0.9Matthew Wild2012-02-081-1/+5
|\| |
| * | util.prosodyctl: In the register command, check that the virtual exists ↵Kim Alvefur2012-02-081-1/+5
| | | | | | | | | | | | before proceeding.
| * | util.json: Added function encode_ordered(object).Waqas Hussain2012-01-181-6/+25
| | |
| * | util.dataforms: Fix verfication for booleansFlorian Zeitz2011-12-031-1/+1
| | |
| * | util.dataforms: Fix form verificationFlorian Zeitz2011-12-021-7/+13
| | |
| * | util.throttle: Fix 'outstanding' return valueMatthew Wild2012-01-131-1/+1
| | |
| * | util.throttle: Import setmetatableMatthew Wild2012-01-131-0/+1
| | |
* | | util.template: Refactoring to make the string->stanza conversion code more ↵Waqas Hussain2012-02-051-1/+15
| | | | | | | | | | | | generic.
* | | Merge with ZashMatthew Wild2012-01-262-0/+124
|\ \ \
| * | | user.x509: Add some utility functions for generating OpenSSL configsKim Alvefur2012-01-201-0/+109
| | | |
| * | | util.prosodyctl: Add getline() and show_prompt()Kim Alvefur2012-01-201-0/+15
| | |/ | |/|
* | | util.xmppstream: Optimize attribute processing.Waqas Hussain2012-01-251-10/+9
| | |
* | | util.xmppstream: Have faith in the XML parser matching start and end tags.Waqas Hussain2012-01-251-10/+2
| | |
* | | util.xmppstream: Remove some unnecessary code.Waqas Hussain2012-01-251-2/+0
|/ /
* | util.json: Added function encode_ordered(object).Waqas Hussain2012-01-181-6/+25
| |
* | util.throttle: Fix 'outstanding' return valueMatthew Wild2012-01-131-1/+1
| |
* | util.throttle: Import setmetatableMatthew Wild2012-01-131-0/+1
| |
* | util.debug: Adjust level within get_locals_table() to account for the ↵Matthew Wild2012-01-131-0/+1
| | | | | | | | additional depth of this function itself
* | util.stanza: Remove unused __add metamethodMatthew Wild2011-12-211-5/+0
| |
* | util/datamanager: Use package.config to figure out directory seperatorJames Callahan2011-12-121-3/+3
| |
* | util.array: Avoid globals.Waqas Hussain2011-12-091-6/+11
| |
* | util.array: Make array:push() chainable.Waqas Hussain2011-12-091-0/+1
| |
* | util.iterators: it2table: Fix variable nameMatthew Wild2011-12-071-1/+1
| |
* | util.array: Expand some of the more basic methods to act more sensibly than ↵Matthew Wild2011-12-071-9/+27
| | | | | | | | their names suggested
* | util.array: Add pluck() method to pick a given property from each itemMatthew Wild2011-12-071-0/+7
| |
* | util.dataforms: Fix verfication for booleansFlorian Zeitz2011-12-031-1/+1
| |
* | util.dataforms: Fix form verificationFlorian Zeitz2011-12-021-7/+13
| |
* | util.ip: Fix syntax error (while I search for my pre-commit hooks)Matthew Wild2011-11-301-1/+1
| |
* | util.ip: Fix in IP range calculation for 172.16.0.0/12Matthew Wild2011-11-301-1/+1
| |