aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* Only advertise mechanisms needing channel binding if a channel binding backen...Tobias Markmann2011-02-072-3/+26
* sasl.util.scarm: Rearrage some code so it makes more sense.Tobias Markmann2011-02-061-5/+6
* util.sasl.scram: Checking the GS2 header for valid start flag.Tobias Markmann2011-02-061-0/+7
* util.sasl.scram: Remove some debugging output.Tobias Markmann2011-01-171-6/+0
* util.sasl.scram: Adding reference to RFC 5929 'Channel Bindings for TLS'.Tobias Markmann2011-01-171-0/+4
* util.sasl.scram: Validate channel binding data of client final message.Tobias Markmann2011-01-171-3/+12
* util.sasl.scram: Use self.profile.cb for detection whether channel binding is...Tobias Markmann2011-01-171-3/+3
* util.sasl: New method to add channel binding handler to a SASL instance.Tobias Markmann2011-01-171-0/+9
* Run with own LuaSec.Tobias Markmann2011-01-171-3/+3
* Check whether we support the proposed channel binding type.Tobias Markmann2011-01-152-0/+16
* Adding some code for channel binding advertising.Tobias Markmann2011-01-121-6/+23
* util.sasl.*, mod_auth_*, mod_saslauth: Pass SASL handler as first parameter t...Waqas Hussain2010-12-274-7/+7
* util.json: Initial commit.Waqas Hussain2010-12-271-0/+356
* util.pubsub: Return correct node in get_subscriptions()Kim Alvefur2010-12-221-1/+1
* util.filters: Add remove_filter_hook()Matthew Wild2010-12-221-0/+8
* util.pubsub: Use correct node name when returning a list of multiple nodes in...Matthew Wild2010-12-221-1/+1
* util.pubsub: Add service-wide subscription tracking, and add :get_subscriptio...Matthew Wild2010-12-221-0/+75
* util.pubsub: Small code tidying for :get_subscription()Matthew Wild2010-12-221-2/+3
* util.pubsub: Fix traceback when using autocreate-on-subscribeMatthew Wild2010-12-221-0/+1
* util.pubsub: Add service:jids_equal() and new config option normalize_jidMatthew Wild2010-12-221-3/+8
* util.pubsub: get_items(): When requesting a specific item, use the id as a ke...Matthew Wild2010-12-221-1/+1
* util.pubsub: Add service:set_node_capabilities()Matthew Wild2010-12-211-0/+15
* util.xmppstream: Allow stream_ns = "" for parsing streams with no xmlnsMatthew Wild2010-12-211-1/+4
* util.pubsub: Fix nil global access in get_nodes()Matthew Wild2010-12-211-1/+1
* util.pubsub: Too many changes to list or split sensibly. Added access control...Matthew Wild2010-12-211-18/+168
* util.pubsub: Modify new() to take a config, and add a default config via a me...Matthew Wild2010-12-211-2/+13
* prosody, prosodyctl, util.dependencies: Split checking and logging of depende...Matthew Wild2010-12-201-5/+8
* util.httpstream: For HTTP client responses, changing properties responseversi...Waqas Hussain2010-12-191-1/+4
* util.httpstream: A little cleanup of the HTTP path.Waqas Hussain2010-12-191-1/+1
* Merge with FlorobMatthew Wild2010-12-181-0/+3
|\
| * util.events: Remove an event's table when it has no more handlers.Waqas Hussain2010-12-191-0/+3
* | mod_admin_adhoc: Support for reloading multiple modulesFlorian Zeitz2010-12-181-2/+2
|/
* util.prosodyctl: Initialize storagemanager on hosts we modifyMatthew Wild2010-12-181-0/+3
* util.stanza: Iterate on childtags instead of all childs.Kim Alvefur2010-12-171-1/+1
* util.pubsub: Add service:get_nodes()Matthew Wild2010-12-171-0/+4
* util.termcolours: Added setstyle(str), which works on Windows too.Waqas Hussain2010-12-151-0/+37
* util.serialization: Proper serialization of Infinity, -Infinity and NaN.Waqas Hussain2010-12-131-2/+8
* util.serialization: Implemented deserialize().Waqas Hussain2010-12-121-1/+12
* util.x509: "certverification" -> "x509".Waqas Hussain2010-12-121-2/+2
* core.s2smanager, mod_console, mod_saslauth, util.certverification: rename uti...Kim Alvefur2010-12-121-0/+0
* util.stanza: Change get_error() to return nil rather than '' for no textMatthew Wild2010-12-111-1/+1
* util.datamanager: Return an error string when pcall fails on a loaded list file.Waqas Hussain2010-12-101-1/+1
* util.datamanager: When failing to load a list file, and the file exists, log ...Waqas Hussain2010-12-101-2/+9
* util.ztact: Removed.Waqas Hussain2010-12-091-366/+0
* util.prosodyctl: Prep JIDs before checking whether they exist (thanks tja)Matthew Wild2010-12-071-3/+4
* util.xmppstream: Expose ns_separator and ns_patternMatthew Wild2010-12-071-0/+3
* mod_pubsub: Support item retractionFlorian Zeitz2010-12-051-0/+12
* mod_pubsub, util.pubsub: Support for unsubscribingFlorian Zeitz2010-12-051-1/+8
* util.xmppstream: Fix logger name.Waqas Hussain2010-12-031-1/+1
* util.timer: Activate higher timer precision.Waqas Hussain2010-12-021-2/+11