Mon, 14 Mar 2011 15:17:32 +0000 Matthew Wild plugins.pubsub: Fix to use :childtags() for iterating through items in a pubsub notification (:matching_tags() was removed from Prosody) changeset | files
Wed, 09 Mar 2011 18:38:24 +0100 Kim Alvefur plugins.roster: Add roster push handling, roster item parsing, delete_contact() changeset | files
Mon, 07 Mar 2011 21:53:02 +0100 Kim Alvefur plugins.presence: Fix priority setting. (Thanks Florob) changeset | files
Tue, 22 Feb 2011 23:54:35 +0000 Matthew Wild Merge with Zash changeset | files
Tue, 01 Feb 2011 04:53:40 +0100 Kim Alvefur plugins.groupchat: Fix self reference when leaving rooms changeset | files
Tue, 22 Feb 2011 23:51:00 +0000 Matthew Wild plugins.smacks: XEP-0198 support changeset | files
Tue, 25 Jan 2011 19:33:15 +0100 Kim Alvefur plugins.groupchat: Fix prev commit. changeset | files
Wed, 19 Jan 2011 20:41:53 +0100 Kim Alvefur plugins.groupchat: Extra options. Route join presence through the room. Option to stamp from attr on outgoing stanzas (useful for components). changeset | files
Wed, 19 Jan 2011 20:37:12 +0100 Kim Alvefur plugins.groupchat: Trying to get subject to behave properly changeset | files
Thu, 13 Jan 2011 00:23:17 +0100 Kim Alvefur plugins.groupchat: Fix a missing `st.` and send join stanza regardless of return value from pre-join event. changeset | files
Tue, 11 Jan 2011 23:18:40 +0100 Kim Alvefur squishy: Add groupchat plugin changeset | files
Tue, 11 Jan 2011 23:14:30 +0100 Kim Alvefur plugins.groupchat: Adapt from Riddim changeset | files
Fri, 31 Dec 2010 03:40:34 +0000 Matthew Wild Merge with Zash changeset | files
Fri, 31 Dec 2010 02:17:39 +0100 Kim Alvefur plugins.disco: Load the presence plugin changeset | files
Fri, 31 Dec 2010 02:12:27 +0100 Kim Alvefur plugins.disco: Use the new presence plugin for caching and resending changeset | files
Fri, 31 Dec 2010 01:32:26 +0100 Kim Alvefur squishy: Add plugis.presence changeset | files
Fri, 31 Dec 2010 01:29:28 +0100 Kim Alvefur plugins.presence: Initial commit of plugin that caches the last outgoing presence, and handles rebroadcast changeset | files
Fri, 31 Dec 2010 01:10:57 +0100 Kim Alvefur plugins.disco,compression: Use xmlns_* variables changeset | files
Fri, 31 Dec 2010 00:30:37 +0100 Kim Alvefur plugins.disco: Fix missing xmlns variable. changeset | files
Mon, 29 Nov 2010 16:12:55 +0100 Kim Alvefur plugins.legacy: Try to login anyways, compat for servers not supporting XEP 78 properly. changeset | files
Thu, 30 Dec 2010 22:59:23 +0000 Matthew Wild verse: Make add_plugin only load a plugin once per stream changeset | files
Thu, 30 Dec 2010 20:19:47 +0000 Matthew Wild plugins.disco: Fix disco_local_services() to call callback with empty array in case of disco error changeset | files
Thu, 30 Dec 2010 20:18:47 +0000 Matthew Wild verse.client: Fix two cases where we called methods on the base stream object instead of the current one changeset | files
Wed, 15 Dec 2010 15:03:56 +0000 Matthew Wild Merge with Zash changeset | files
Wed, 15 Dec 2010 15:03:46 +0000 Kim Alvefur plugins.legacy: Try to login anyways, compat for servers not supporting XEP 78 properly. changeset | files
Wed, 15 Dec 2010 14:57:48 +0000 Matthew Wild plugins.pep: Update for new disco/caps code changeset | files
Wed, 15 Dec 2010 14:56:10 +0000 Matthew Wild plugins.disco: Automatically insert caps into outgoing presence, and re-send last global presence with new caps when features change changeset | files
Wed, 15 Dec 2010 14:52:37 +0000 Matthew Wild verse.client: Fire 'stanza-out' and {message,presence,iq}'-out' for outgoing stanzas changeset | files
Wed, 15 Dec 2010 14:50:10 +0000 Matthew Wild plugins.pubsub: Return true to indicate success loading changeset | files
Wed, 15 Dec 2010 14:49:46 +0000 Matthew Wild plugins.pep: Only add +notify feature if there weren't any handlers for it already changeset | files
Wed, 15 Dec 2010 14:48:55 +0000 Matthew Wild verse: Change to set conn:send in only one place, and fire new events 'outgoing' and 'outgoing-raw' changeset | files
Wed, 15 Dec 2010 11:57:23 +0000 Matthew Wild verse: Consider a plugin as failed to load only if it returns false changeset | files
Tue, 14 Dec 2010 16:04:29 +0000 Matthew Wild squishy, verse.client, verse.component, verse.bosh: Port to util.xmppstream instead of xmlhandlers which has been removed from Prosody. Also remove util.ztact from squishy for the same reason. changeset | files
Sun, 05 Dec 2010 01:06:29 +0000 Matthew Wild plugins.bind: Fix the bind-success event, now fires with data { jid = result_jid } (thanks Jon) changeset | files
Fri, 03 Dec 2010 04:11:18 +0000 Matthew Wild plugins.pubsub: Fire pubsub/event on incoming pubsub notifications changeset | files
Tue, 30 Nov 2010 13:23:24 +0000 Matthew Wild squishy: Add --prosody option to specify a path to a Prosody checkout to use when squishing changeset | files
Sat, 27 Nov 2010 18:48:41 +0000 Matthew Wild squishy: Add util.httpstream. Now also squishes bosh by default changeset | files
Sat, 20 Nov 2010 16:33:34 +0000 Matthew Wild Merge with Zash changeset | files
Sat, 20 Nov 2010 17:27:03 +0100 Kim Alvefur plugins.private, squishy: Allow setting the storage node, and not just child(s). And add to squishy. changeset | files
Tue, 16 Nov 2010 11:49:42 +0000 Matthew Wild plugins.pubsub, squishy: New pubsub plugin (basic) changeset | files
Thu, 11 Nov 2010 03:13:51 +0000 Matthew Wild squishy: Add legacy plugin changeset | files
Thu, 11 Nov 2010 03:12:53 +0000 Matthew Wild plugins.legacy: Support for legacy non-SASL authentication :( changeset | files
Tue, 09 Nov 2010 19:59:02 +0000 Matthew Wild doc/example_component.lua: Add code to echo stanzas changeset | files
Tue, 09 Nov 2010 19:57:52 +0000 Matthew Wild verse.component: Namespacing fixes changeset | files
Thu, 28 Oct 2010 19:37:22 +0100 Kim Alvefur plugins.private: Private XML storage support changeset | files
Mon, 11 Oct 2010 02:03:32 +0100 Matthew Wild Merge changeset | files
Mon, 11 Oct 2010 02:01:50 +0100 Matthew Wild squishy, plugins.ping, plugins.sasl: Remove xstanza references changeset | files
Mon, 11 Oct 2010 02:01:07 +0100 Matthew Wild plugins.disco: Fix traceback when disco#info isn't returned for a service in disco#items changeset | files
Tue, 21 Sep 2010 14:06:56 +0100 Matthew Wild plugins.adhoc: Remove some stray debugging changeset | files
Fri, 17 Sep 2010 16:42:50 +0100 Matthew Wild docs/example_jingle.lua: Update to use content.type instead of content.name for checking the kind of content we're receiving changeset | files
Fri, 17 Sep 2010 16:40:07 +0100 Matthew Wild plugins.jingle_ft: Change content 'name' field to 'type' to avoid confusion with the 'name' attribute of the <content> tag in Jingle changeset | files
Wed, 15 Sep 2010 16:52:18 +0100 Matthew Wild verse: Add verse.filter_log(levels, logger) to filter a logger for certain levels changeset | files
Wed, 15 Sep 2010 16:51:17 +0100 Matthew Wild verse: Fix set_logger() to set verse.log() correctly changeset | files
Wed, 15 Sep 2010 16:31:24 +0100 Matthew Wild plugins.jingle, plugins.jingle_s5b: API changes to allow not sending <reason> inside <content> when transfer succeeds changeset | files
Wed, 15 Sep 2010 16:17:40 +0100 Matthew Wild plugins.jingle_ft: Fix global access changeset | files
Tue, 14 Sep 2010 15:14:34 +0100 Matthew Wild squishy: Add verse.component changeset | files
Tue, 14 Sep 2010 15:03:55 +0100 Matthew Wild verse.client: Support for SRV record lookups changeset | files
Tue, 14 Sep 2010 15:03:20 +0100 Matthew Wild squishy: Re-organise and add net.dns, net.adns and util.ztact changeset | files
Tue, 14 Sep 2010 15:02:29 +0100 Matthew Wild verse: Fire disconnected event even if connection fails instantly changeset | files
Mon, 13 Sep 2010 15:44:22 +0100 Matthew Wild squishy: Use --internal-bit-module to squish with the pure-Lua bit library changeset | files
(0) -100 -60 +60 +100 +300 tip

mercurial