Software /
code /
verse
Graph
-
verse: Import LuaSocket properly (especially for 5.2)Tue, 23 Sep 2014 22:15:13 +0200, by Kim Alvefur
-
plugins.sasl: Store mechanisms with the correct nameThu, 18 Sep 2014 22:00:58 +0200, by Kim Alvefur
-
util.sasl.scram: Fix typoThu, 18 Sep 2014 20:33:40 +0200, by Kim Alvefur
-
plugins.sasl: Alter mechanism loading and pass name of loaded mechanism. Fixes attempting SCRAM-PLUS when only SCRAM is offeredThu, 18 Sep 2014 20:32:38 +0200, by Kim Alvefur
-
squishy: Add sasl mechsThu, 18 Sep 2014 19:17:10 +0200, by Kim Alvefur
-
SCRAM: Add channel binding support (SCRAM-SHA-1-PLUS)Thu, 18 Sep 2014 19:03:15 +0200, by Kim Alvefur
-
Add SCRAM-SHA-1 implementationThu, 18 Sep 2014 19:02:13 +0200, by Kim Alvefur
-
Almost a SASL framework, supports negotiation and challenge-response, mechanism code split out into util/sasl/Thu, 18 Sep 2014 18:59:34 +0200, by Kim Alvefur
-
plugins.archive: Update to MAM version 0.3Mon, 08 Sep 2014 12:10:21 +0200, by Kim Alvefur
-
Merge with ZashWed, 27 Aug 2014 10:34:58 +0100, by Matthew Wild
-
verse.plugins.uptime: Explicitly cast uptime to a numberWed, 04 Sep 2013 13:40:55 +0200, by Kim Alvefur
-
plugins.smacks: Improve logic for sending <r/>Wed, 27 Aug 2014 10:30:38 +0100, by Matthew Wild
-
plugins.groupchat: Use verse.eventable (room objects were missing :unhook() )Wed, 27 Aug 2014 10:30:08 +0100, by Matthew Wild
-
plugins.pubsub: Implement fetching of itemsSat, 06 Jul 2013 08:40:18 +0200, by Kim Alvefur
-
plugins.pubsub: Keep track of wrapped callbacksSat, 06 Jul 2013 08:38:31 +0200, by Kim Alvefur
-
plugins.pubsub: Implement node discoverySat, 06 Jul 2013 08:35:37 +0200, by Kim Alvefur
-
plugins.archive: Update for MAM 0.2Sun, 30 Jun 2013 00:46:49 +0200, by Kim Alvefur
-
verse.client: Fix stream error errorFri, 14 Jun 2013 23:25:54 +0200, by Kim Alvefur
-
plugins.register: Support submitting email when registering an accountSat, 08 Jun 2013 18:17:09 +0100, by Matthew Wild
-
plugins.register: Fix event name (failure vs. failed)Sat, 08 Jun 2013 17:43:41 +0100, by Matthew Wild
-
plugins.adhoc, plugins.jingle: Fix checking of type attribute (thanks Mark)Fri, 07 Jun 2013 14:36:41 +0100, by Matthew Wild
-
plugins.adhoc: Add missing return in error caseTue, 28 May 2013 15:14:50 +0100, by Matthew Wild
-
plugins.ping: Reply to pingsSat, 11 May 2013 18:42:13 +0200, by Kim Alvefur
-
plugins.pubsub: If no jid given to unsubscribe with, default to what was subscribed to (if given) or the bound jidFri, 10 May 2013 12:19:57 +0200, by Kim Alvefur
-
plugins.pubsub: Collect the subscribed jidFri, 10 May 2013 12:13:36 +0200, by Kim Alvefur
-
verse.client: Fire stream error events, so they can be handledMon, 29 Apr 2013 10:58:40 +0200, by Kim Alvefur
-
util.dataforms: Add method for converting XML dataforms to tablesFri, 15 Feb 2013 20:45:31 +0100, by Kim Alvefur
-
util.dataforms: Update from Prosody repoFri, 15 Feb 2013 20:40:56 +0100, by Kim Alvefur
-
plugins.pubsub: Implement retract, purge and delete operationsSun, 10 Feb 2013 18:16:25 +0100, by Kim Alvefur
-
plugins.pubsub: Explicitly subscribe with our current full jid as defaultSun, 10 Feb 2013 18:14:31 +0100, by Kim Alvefur
-
verse: Fix disconnected event for unassociated connectionsSun, 10 Feb 2013 18:06:43 +0100, by Kim Alvefur
-
Backout 55e3fd7b9731Sun, 10 Feb 2013 18:02:00 +0100, by Kim Alvefur
-
verse.client: Use a different flag to indicate that our outgoing stream is closedSun, 10 Feb 2013 04:52:17 +0100, by Kim Alvefur
-
verse: Err, I meant the stream, not the connectionSun, 10 Feb 2013 04:29:20 +0100, by Kim Alvefur
-
verse: Really pass the connection to ondisconnect, not some unknown globalSun, 10 Feb 2013 04:20:44 +0100, by Kim Alvefur
-
plugins.smacks: Start counting when sending <enable/>Sun, 10 Feb 2013 03:41:45 +0100, by Kim Alvefur
-
verse: Only fire the disconnected event if the stream and the connection are still associated (fixes smacks issue)Sun, 10 Feb 2013 03:29:04 +0100, by Kim Alvefur
-
plugins.smacks: Don't try to reconnect on gracefull stream closureSun, 10 Feb 2013 02:54:01 +0100, by Kim Alvefur
-
verse.client: Try to behave better when stream is closed gracefullySun, 10 Feb 2013 02:53:03 +0100, by Kim Alvefur
-
verse: Add missing 'reason' argument to stream:close()Sun, 10 Feb 2013 02:50:02 +0100, by Kim Alvefur
-
plugins.smacks: Re-send unacked outgoing stanzas on resumptionSun, 10 Feb 2013 01:54:30 +0100, by Kim Alvefur
-
plugins.smacks: Break less on sending of non-stanzas such as raw strings.Sun, 10 Feb 2013 00:10:19 +0100, by Kim Alvefur
-
plugins.receipts: XEP-0184 support.Mon, 04 Feb 2013 01:04:01 +0100, by Kim Alvefur
-
plugins.carbons: Update to Carbons v0.8Sat, 22 Dec 2012 17:53:40 +0100, by Kim Alvefur
-
util.vcard: Don't break on data outside of VCARD sections (thanks moo-min)Mon, 17 Dec 2012 12:47:25 +0100, by Kim Alvefur
-
plugins.vcard: Convert textual vCards to XEP-54 formatThu, 11 Oct 2012 17:00:20 +0200, by Kim Alvefur
-
plugins/sasl: Use ANONYMOUS authentication when no username providedMon, 10 Sep 2012 23:37:04 +1000, by James Callahan
-
component: allow binding to non-host jids (thanks mva)Fri, 31 Aug 2012 19:40:14 +0200, by Kim Alvefur
-
plugins.vcard: Fix previous commitMon, 27 Aug 2012 00:18:53 +0200, by Kim Alvefur
-
plugins.vcard: Update for never util.vcardMon, 27 Aug 2012 00:13:47 +0200, by Kim Alvefur
-
util.vcard: Handle empty vcardsMon, 27 Aug 2012 00:04:30 +0200, by Kim Alvefur
-
util.vcard: Iterate on tags instead of items (thanks mva)Thu, 09 Aug 2012 20:18:55 +0200, by Kim Alvefur
-
plugins.adhoc: Collect a <note/>Wed, 04 Jul 2012 03:37:16 +0200, by Kim Alvefur
-
plugins.adhoc: Add explicit dependency on the disco plugin.Wed, 04 Jul 2012 03:34:12 +0200, by Kim Alvefur
-
util.vcard: Ignore undefined propertiesSun, 01 Jul 2012 13:54:09 +0200, by Kim Alvefur
-
util.vcard: Completed separation of parsers and generatorsSun, 01 Jul 2012 12:38:54 +0200, by Kim Alvefur
-
plugins.archive: Don't modify the query params tableMon, 25 Jun 2012 02:27:43 +0200, by Kim Alvefur
-
squishy, plugins.archive: Fetch RSM lib from prosody-modules and use.Fri, 08 Jun 2012 21:39:01 +0200, by Kim Alvefur
-
plugins.archive: Treat query params correctlyFri, 08 Jun 2012 06:44:20 +0200, by Kim Alvefur
-
plugins.sasl: Collect text message on SASL failureMon, 28 May 2012 17:32:38 +0200, by Kim Alvefur
Scroll all the way down to load more.