| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | util.datamanager: Use pposix.fallocate() to make sure appends succeed. Also a... | Kim Alvefur | 2012-07-28 | 1 | -4/+27 |
* | | util.datamanager: Add function for removing all data belonging to a user | Kim Alvefur | 2012-07-28 | 1 | -0/+14 |
* | | util.datamanager: Add function for listing stores | Kim Alvefur | 2012-07-28 | 1 | -0/+27 |
* | | Merge with Florob | Matthew Wild | 2012-07-28 | 7 | -22/+25 |
|\ \ |
|
| * | | mod_auth_cyrus, util.sasl_cyrus: Add new option 'cyrus_server_fqdn' to overri... | Matthew Wild | 2012-07-24 | 1 | -2/+6 |
| * | | Hopefully inert commit to clean up logging across a number of modules, removi... | Matthew Wild | 2012-07-23 | 1 | -9/+9 |
| * | | util.throttle: floor() internal balance calculation | Matthew Wild | 2012-07-09 | 1 | -1/+2 |
| * | | util.logger: Remove some redundant code | Matthew Wild | 2012-06-25 | 1 | -2/+0 |
| * | | util.stanza: Make stanza:childtags() behave like :get_child() | Kim Alvefur | 2012-07-05 | 1 | -2/+2 |
| * | | util.sasl: Make registerMechanism a public function | Matthew Wild | 2012-06-18 | 1 | -1/+1 |
| * | | util.dataforms: Fix parsing of -multi fields | Florian Zeitz | 2012-06-12 | 1 | -5/+5 |
* | | | mod_admin_telnet, prosody, prosodyctl, ejabberd2prosody: Don't depend on modu... | Florian Zeitz | 2012-06-09 | 1 | -0/+2 |
* | | | Eliminate direct setfenv usage | Florian Zeitz | 2012-06-08 | 3 | -11/+13 |
* | | | util.envload: New module to abstract Lua 5.1's setfenv and Lua 5.2's load | Florian Zeitz | 2012-06-07 | 1 | -0/+34 |
|/ / |
|
* | | util.sasl.plain: make it return "not-authorized" in case of non-existant acco... | Marco Cirillo | 2012-05-28 | 1 | -1/+3 |
* | | util.set: Change '/' operator from filter to map+filter (nil to drop from set... | Matthew Wild | 2012-05-24 | 1 | -2/+3 |
* | | util.multitable: Some fixes for iter()... always match against query, and pas... | Matthew Wild | 2012-05-22 | 1 | -10/+11 |
* | | util.multitable: No longer use table.remove to drop elements from the stack, ... | Matthew Wild | 2012-05-19 | 1 | -3/+2 |
* | | util.multitable: Add :iter() method to iterate over results at a fixed depth ... | Matthew Wild | 2012-05-19 | 1 | -5/+38 |
* | | util.watchdog: Pass watchdog object to callback so that it doesn't always hav... | Matthew Wild | 2012-05-18 | 1 | -1/+1 |
* | | 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 confi... | Kim Alvefur | 2012-05-09 | 1 | -0/+156 |
* | | 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 thes... | Matthew Wild | 2012-05-03 | 1 | -7/+6 |
* | | 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 current... | Matthew Wild | 2012-04-28 | 1 | -1/+1 |
* | | util.debug: Re-fix parameter handling (I think it matches debug.traceback() m... | Matthew Wild | 2012-04-28 | 1 | -11/+16 |
* | | 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 to... | Matthew Wild | 2012-04-26 | 1 | -9/+11 |
* | | 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 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 |