aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Merge with FlorobMatthew Wild2011-11-262-14/+9
|\
| * util.dependencies, util.xmppstream: Move LuaExpat version checking to ↵Waqas Hussain2011-11-222-7/+8
| | | | | | | | util.dependencies.
| * util.xmppstream: A little cleanup.Waqas Hussain2011-11-221-8/+2
| |
* | util.rfc3484: Use a stable sorting algorithmFlorian Zeitz2011-11-061-2/+11
| |
* | util.rfc3484: New util implementing RFC3484 sortingFlorian Zeitz2011-10-221-0/+124
| |
* | util.ip: New module containing IP related functionsFlorian Zeitz2011-10-221-0/+176
|/
* util.debug: Fix potential tracebackMatthew Wild2011-11-191-4/+6
|
* util.timer: Variable name change (func -> callback)Matthew Wild2011-11-031-9/+9
|
* util.debug: Experimental new library for producing more extensive debug ↵Matthew Wild2011-11-031-0/+135
| | | | tracebacks
* util.jid: Added escape() and unescape().Waqas Hussain2011-11-011-0/+13
|
* util.json: Fix for single-line comments (thanks Norbert Kiesel)Matthew Wild2011-10-261-1/+1
|
* util.watchdog: Watchdog timer libraryMatthew Wild2011-10-211-0/+34
|
* util.dataforms: Add field verification logicFlorian Zeitz2011-08-111-10/+81
|
* util.array: Fix array.collect() for iterators that expect initial value of ↵Matthew Wild2011-09-251-1/+1
| | | | var to be preserved
* util.iterators: Add range(from, to)Matthew Wild2011-09-251-0/+7
|
* util.timer: Fix corner case of timer not repeating if it returns <= 0Matthew Wild2011-09-221-1/+4
|
* util.sasl.scram: Return proper error and don't touch datastores on empty ↵Waqas Hussain2011-08-311-1/+1
| | | | username.
* util.pubsub: Remove access checking from remove_all_subscriptions (temporarily?)Matthew Wild2011-08-301-14/+0
|
* util.pubsub: Add service:remove_all_subscriptions()Matthew Wild2011-08-301-0/+26
|
* util.pubsub: Support for events (currently subscription-added and ↵Matthew Wild2011-08-301-0/+5
| | | | subscription-removed)
* util.pubsub: Use built-in actor for auto-creating nodes on publish and ↵Matthew Wild2011-08-291-2/+2
| | | | subscribe (so they never fail due to permissions)
* util.throttle: Generic module by waqas to limit something over some timeMatthew Wild2011-08-291-0/+44
|
* Add "reload" command to prosodyctlVladimir Protasov2011-08-041-0/+16
|
* util.x509: Update references to published RFCsPaul Aurich2011-05-221-6/+6
| | | | For TLS-CERTS, see http://tools.ietf.org/rfcdiff?url1=draft-saintandre-tls-server-id-check-10.txt&url2=rfc6125.txt
* Merge 0.8->trunkMatthew Wild2011-06-051-1/+1
|\
| * util.xmppstream: Check to make sure parser.stop is present before calling it.Waqas Hussain2011-06-051-1/+1
| |
* | Merge 0.8->trunkMatthew Wild2011-06-021-2/+5
|\|
| * Merge 0.7->0.8Matthew Wild2011-06-021-2/+5
| |\
* | | Merge 0.8->trunkMatthew Wild2011-06-021-0/+2
|\| |
| * | util.json: Fixed handling of truncated JSON.Waqas Hussain2011-06-021-0/+2
| | |
* | | Merge 0.8->trunkMatthew Wild2011-06-021-1/+0
|\| |
| * | Merge 0.7->0.8Matthew Wild2011-06-021-1/+0
| |\|
| * | util.xmppstream: Reject XML comments, processing instructions and (if ↵Matthew Wild2011-06-011-0/+21
| | | | | | | | | | | | supported by LuaExpat) DTDs. If not supported, log a warning.
| * | util.datetime: Fix timestamp parsing when in DST (thanks xnyhps)Matthew Wild2011-04-151-1/+1
| | |
* | | util.xmppstream: Reject XML comments, processing instructions and (if ↵Matthew Wild2011-06-011-0/+21
| | | | | | | | | | | | supported by LuaExpat) DTDs. If not supported, log a warning.
* | | util.datetime: Fix timestamp parsing when in DST (thanks xnyhps)Matthew Wild2011-04-151-1/+1
| | |
* | | Merge 0.8->trunkMatthew Wild2011-04-051-0/+13
|\| |
| * | util.dependencies: Add a dummy util.ztact loader to log a message for people ↵Matthew Wild2011-04-051-0/+13
| | | | | | | | | | | | still using it (e.g. in their Debian-derived config files)
| * | util.sasl.scram: Fix bug in validate_username function. (Thanks Florob)Tobias Markmann2011-02-241-3/+3
| | |
| * | util.stanza: Whitespace fix after merge (complicated)Matthew Wild2011-02-241-1/+1
| | |