Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | util.set: Change '/' operator from filter to map+filter (nil to drop from ↵ | Matthew Wild | 2012-05-24 | 1 | -2/+3 | |
| | | | | | | | | set, false is a valid item). No code found which depends on current behaviour. | |||||
* | | util.multitable: Some fixes for iter()... always match against query, and ↵ | Matthew Wild | 2012-05-22 | 1 | -10/+11 | |
| | | | | | | | | pass value after path results | |||||
* | | util.multitable: No longer use table.remove to drop elements from the stack, ↵ | Matthew Wild | 2012-05-19 | 1 | -3/+2 | |
| | | | | | | | | when key is nil immediately (on empty tables) the previous stack entry's key gets removed instead | |||||
* | | util.multitable: Add :iter() method to iterate over results at a fixed depth ↵ | Matthew Wild | 2012-05-19 | 1 | -5/+38 | |
| | | | | | | | | (parameters are equivalent to :search()) | |||||
* | | util.watchdog: Pass watchdog object to callback so that it doesn't always ↵ | Matthew Wild | 2012-05-18 | 1 | -1/+1 | |
| | | | | | | | | have to be a closure | |||||
* | | util.dataforms: Don't return invalid JIDs in jid-single. | Kim Alvefur | 2012-05-17 | 1 | -1/+1 | |
| | | ||||||
* | | util.dataforms: Fix validation of booleans. | Kim Alvefur | 2012-05-17 | 1 | -1/+1 | |
| | | ||||||
* | | util.dataforms: Do field validation and normalization in field readers. | Kim Alvefur | 2012-05-17 | 1 | -101/+53 | |
| | | ||||||
* | | Remove util.broadcast | Matthew Wild | 2012-05-16 | 1 | -68/+0 | |
| | | ||||||
* | | util.timer: Always pass the current time to timer callbacks. | Waqas Hussain | 2012-05-12 | 1 | -2/+2 | |
| | | ||||||
* | | util.rfc3484: Don't pollute the global scope. | Kim Alvefur | 2012-05-10 | 1 | -2/+2 | |
| | | ||||||
* | | util.x509: Remove logic for generating certificate configs | Kim Alvefur | 2012-05-09 | 1 | -105/+0 | |
| | | ||||||
* | | util.openssl: Add wrapper for the openssl cli tool and move certificate ↵ | Kim Alvefur | 2012-05-09 | 1 | -0/+156 | |
| | | | | | | | | config logic from util.x509 into it. | |||||
* | | util.timer: Remove unnecessary require calls, fixes a traceback (thanks nulani) | Matthew Wild | 2012-05-03 | 1 | -2/+2 | |
| | | ||||||
* | | net.server, net.timer, net.server_select: Rearrange dependencies between ↵ | Matthew Wild | 2012-05-03 | 1 | -7/+6 | |
| | | | | | | | | these three modules. server.addtimer() is no longer a public function (renamed to _addtimer) and is not available at all from server_event (compat code removed to prevent traceback) (thanks Nulani) | |||||
* | | util.xmlrpc: Remove (unused) | Matthew Wild | 2012-04-29 | 1 | -182/+0 | |
| | | ||||||
* | | util.debug: Add +1 to level when getting locals table, to account for ↵ | Matthew Wild | 2012-04-28 | 1 | -1/+1 | |
| | | | | | | | | current function | |||||
* | | util.debug: Re-fix parameter handling (I think it matches debug.traceback() ↵ | Matthew Wild | 2012-04-28 | 1 | -11/+16 | |
| | | | | | | | | more accurately now) and document level fudge | |||||
* | | util.httpstream: Remove COMPAT properties from request | Matthew Wild | 2012-04-28 | 1 | -3/+0 | |
| | | ||||||
* | | util.timer: Remove unused function imports | Matthew Wild | 2012-04-28 | 1 | -2/+1 | |
| | | ||||||
* | | util.stanza: Remove unused function imports | Matthew Wild | 2012-04-28 | 1 | -6/+0 | |
| | | ||||||
* | | util.helpers: show_events(): Make more robust, and allow filtering results ↵ | Matthew Wild | 2012-04-26 | 1 | -9/+11 | |
| | | | | | | | | to a specific event | |||||
* | | util.debug: Remove 'white' from boundary style (leave at default colour) | Matthew Wild | 2012-04-26 | 1 | -1/+1 | |
| | | ||||||
* | | util.termcolours: tohtml() for converting output to HTML. I don't know. | Matthew Wild | 2012-04-26 | 1 | -0/+23 | |
| | | ||||||
* | | 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 ↵ | Matthew Wild | 2012-04-24 | 1 | -0/+29 | |
| | | | | | | | | | | | | util.events object | |||||
| * | | util.debug: Turn into a real-ish module ('debugx'), and require you call ↵ | Matthew Wild | 2012-04-24 | 1 | -4/+12 | |
| | | | | | | | | | | | | use() to override debug.traceback() | |||||
| * | | loggingmanager, util.logger: Remove name sinks and the ability to filter ↵ | Matthew Wild | 2012-03-15 | 1 | -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 Wild | 2012-01-23 | 1 | -11/+14 | |
| | | | | | | | | | | | | namespace) | |||||
| * | | 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 ↵ | Matthew Wild | 2012-01-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | deserves a bigger smile | |||||
* | | | util.debug: Move boundary markers to top of relevant sections of the stack ↵ | Matthew Wild | 2012-03-22 | 1 | -5/+3 | |
| | | | | | | | | | | | | trace (easier to follow) | |||||
* | | | 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 ↵ | Matthew Wild | 2012-02-11 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | chris) | |||||
* | | | | Merge with 0.9 | Matthew Wild | 2012-02-08 | 1 | -1/+5 | |
|\| | | | ||||||
| * | | | util.prosodyctl: In the register command, check that the virtual exists ↵ | Kim Alvefur | 2012-02-08 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | before proceeding. | |||||
| * | | | 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 ↵ | Waqas Hussain | 2012-02-05 | 1 | -1/+15 | |
| | | | | | | | | | | | | | | | | generic. | |||||
* | | | | Merge with Zash | Matthew Wild | 2012-01-26 | 2 | -0/+124 | |
|\ \ \ \ |