configure, Makefile: Add configure script to set build-time variables
|
Matthew Wild |
Fri, 01 Jan 2016 15:40:51 +0000 |
Makefile, buildscripts/squish: Add Makefile and squish to the repo
|
Matthew Wild |
Thu, 31 Dec 2015 21:12:00 +0000 |
init: Log the error message that caused loading of a connection module to fail
|
Matthew Wild |
Sat, 05 Sep 2015 15:13:52 +0100 |
init: Restore loading of LuaSec (must be loaded before net.server) (thanks 桜)
|
Kim Alvefur |
Sun, 16 Nov 2014 19:33:18 +0100 |
squishy: Fetch from latest 0.9
|
Kim Alvefur |
Sun, 05 Oct 2014 14:39:11 +0200 |
squishy: Fix for fetching util.rsm
|
Kim Alvefur |
Sun, 05 Oct 2014 14:37:56 +0200 |
util.sasl.scram: Only indicate channel binding support when TLS is used
|
Kim Alvefur |
Sun, 05 Oct 2014 13:20:29 +0200 |
client: Deal with eg no-stream errors where no stanza is passed
|
Kim Alvefur |
Tue, 30 Sep 2014 12:18:28 +0200 |
util.sasl.scram: Slight optimization of HMAC
|
Kim Alvefur |
Tue, 30 Sep 2014 12:16:33 +0200 |
util.sasl.scram: Correctly verify that the server added its own nonce
|
Kim Alvefur |
Tue, 30 Sep 2014 11:59:52 +0200 |
verse: Import LuaSocket properly (especially for 5.2)
|
Kim Alvefur |
Tue, 23 Sep 2014 22:15:13 +0200 |
plugins.sasl: Store mechanisms with the correct name
|
Kim Alvefur |
Thu, 18 Sep 2014 22:00:58 +0200 |
util.sasl.scram: Fix typo
|
Kim Alvefur |
Thu, 18 Sep 2014 20:33:40 +0200 |
plugins.sasl: Alter mechanism loading and pass name of loaded mechanism. Fixes attempting SCRAM-PLUS when only SCRAM is offered
|
Kim Alvefur |
Thu, 18 Sep 2014 20:32:38 +0200 |
squishy: Add sasl mechs
|
Kim Alvefur |
Thu, 18 Sep 2014 19:17:10 +0200 |
SCRAM: Add channel binding support (SCRAM-SHA-1-PLUS)
|
Kim Alvefur |
Thu, 18 Sep 2014 19:03:15 +0200 |
Add SCRAM-SHA-1 implementation
|
Kim Alvefur |
Thu, 18 Sep 2014 19:02:13 +0200 |
Almost a SASL framework, supports negotiation and challenge-response, mechanism code split out into util/sasl/
|
Kim Alvefur |
Thu, 18 Sep 2014 18:59:34 +0200 |
plugins.archive: Update to MAM version 0.3
|
Kim Alvefur |
Mon, 08 Sep 2014 12:10:21 +0200 |
Merge with Zash
|
Matthew Wild |
Wed, 27 Aug 2014 10:34:58 +0100 |
verse.plugins.uptime: Explicitly cast uptime to a number
|
Kim Alvefur |
Wed, 04 Sep 2013 13:40:55 +0200 |
plugins.smacks: Improve logic for sending <r/>
|
Matthew Wild |
Wed, 27 Aug 2014 10:30:38 +0100 |
plugins.groupchat: Use verse.eventable (room objects were missing :unhook() )
|
Matthew Wild |
Wed, 27 Aug 2014 10:30:08 +0100 |
plugins.pubsub: Implement fetching of items
|
Kim Alvefur |
Sat, 06 Jul 2013 08:40:18 +0200 |
plugins.pubsub: Keep track of wrapped callbacks
|
Kim Alvefur |
Sat, 06 Jul 2013 08:38:31 +0200 |
plugins.pubsub: Implement node discovery
|
Kim Alvefur |
Sat, 06 Jul 2013 08:35:37 +0200 |
plugins.archive: Update for MAM 0.2
|
Kim Alvefur |
Sun, 30 Jun 2013 00:46:49 +0200 |
verse.client: Fix stream error error
|
Kim Alvefur |
Fri, 14 Jun 2013 23:25:54 +0200 |
plugins.register: Support submitting email when registering an account
|
Matthew Wild |
Sat, 08 Jun 2013 18:17:09 +0100 |
plugins.register: Fix event name (failure vs. failed)
|
Matthew Wild |
Sat, 08 Jun 2013 17:43:41 +0100 |
plugins.adhoc, plugins.jingle: Fix checking of type attribute (thanks Mark)
|
Matthew Wild |
Fri, 07 Jun 2013 14:36:41 +0100 |
plugins.adhoc: Add missing return in error case
|
Matthew Wild |
Tue, 28 May 2013 15:14:50 +0100 |
plugins.ping: Reply to pings
|
Kim Alvefur |
Sat, 11 May 2013 18:42:13 +0200 |
plugins.pubsub: If no jid given to unsubscribe with, default to what was subscribed to (if given) or the bound jid
|
Kim Alvefur |
Fri, 10 May 2013 12:19:57 +0200 |
plugins.pubsub: Collect the subscribed jid
|
Kim Alvefur |
Fri, 10 May 2013 12:13:36 +0200 |
verse.client: Fire stream error events, so they can be handled
|
Kim Alvefur |
Mon, 29 Apr 2013 10:58:40 +0200 |
util.dataforms: Add method for converting XML dataforms to tables
|
Kim Alvefur |
Fri, 15 Feb 2013 20:45:31 +0100 |
util.dataforms: Update from Prosody repo
|
Kim Alvefur |
Fri, 15 Feb 2013 20:40:56 +0100 |
plugins.pubsub: Implement retract, purge and delete operations
|
Kim Alvefur |
Sun, 10 Feb 2013 18:16:25 +0100 |
plugins.pubsub: Explicitly subscribe with our current full jid as default
|
Kim Alvefur |
Sun, 10 Feb 2013 18:14:31 +0100 |
verse: Fix disconnected event for unassociated connections
|
Kim Alvefur |
Sun, 10 Feb 2013 18:06:43 +0100 |
Backout 55e3fd7b9731
|
Kim Alvefur |
Sun, 10 Feb 2013 18:02:00 +0100 |
verse.client: Use a different flag to indicate that our outgoing stream is closed
|
Kim Alvefur |
Sun, 10 Feb 2013 04:52:17 +0100 |
verse: Err, I meant the stream, not the connection
|
Kim Alvefur |
Sun, 10 Feb 2013 04:29:20 +0100 |
verse: Really pass the connection to ondisconnect, not some unknown global
|
Kim Alvefur |
Sun, 10 Feb 2013 04:20:44 +0100 |
plugins.smacks: Start counting when sending <enable/>
|
Kim Alvefur |
Sun, 10 Feb 2013 03:41:45 +0100 |
verse: Only fire the disconnected event if the stream and the connection are still associated (fixes smacks issue)
|
Kim Alvefur |
Sun, 10 Feb 2013 03:29:04 +0100 |
plugins.smacks: Don't try to reconnect on gracefull stream closure
|
Kim Alvefur |
Sun, 10 Feb 2013 02:54:01 +0100 |
verse.client: Try to behave better when stream is closed gracefully
|
Kim Alvefur |
Sun, 10 Feb 2013 02:53:03 +0100 |
verse: Add missing 'reason' argument to stream:close()
|
Kim Alvefur |
Sun, 10 Feb 2013 02:50:02 +0100 |
plugins.smacks: Re-send unacked outgoing stanzas on resumption
|
Kim Alvefur |
Sun, 10 Feb 2013 01:54:30 +0100 |
plugins.smacks: Break less on sending of non-stanzas such as raw strings.
|
Kim Alvefur |
Sun, 10 Feb 2013 00:10:19 +0100 |
plugins.receipts: XEP-0184 support.
|
Kim Alvefur |
Mon, 04 Feb 2013 01:04:01 +0100 |
plugins.carbons: Update to Carbons v0.8
|
Kim Alvefur |
Sat, 22 Dec 2012 17:53:40 +0100 |
util.vcard: Don't break on data outside of VCARD sections (thanks moo-min)
|
Kim Alvefur |
Mon, 17 Dec 2012 12:47:25 +0100 |
plugins.vcard: Convert textual vCards to XEP-54 format
|
Kim Alvefur |
Thu, 11 Oct 2012 17:00:20 +0200 |
plugins/sasl: Use ANONYMOUS authentication when no username provided
|
James Callahan |
Mon, 10 Sep 2012 23:37:04 +1000 |
component: allow binding to non-host jids (thanks mva)
|
Kim Alvefur |
Fri, 31 Aug 2012 19:40:14 +0200 |
plugins.vcard: Fix previous commit
|
Kim Alvefur |
Mon, 27 Aug 2012 00:18:53 +0200 |
plugins.vcard: Update for never util.vcard
|
Kim Alvefur |
Mon, 27 Aug 2012 00:13:47 +0200 |
util.vcard: Handle empty vcards
|
Kim Alvefur |
Mon, 27 Aug 2012 00:04:30 +0200 |
util.vcard: Iterate on tags instead of items (thanks mva)
|
Kim Alvefur |
Thu, 09 Aug 2012 20:18:55 +0200 |
plugins.adhoc: Collect a <note/>
|
Kim Alvefur |
Wed, 04 Jul 2012 03:37:16 +0200 |
plugins.adhoc: Add explicit dependency on the disco plugin.
|
Kim Alvefur |
Wed, 04 Jul 2012 03:34:12 +0200 |
util.vcard: Ignore undefined properties
|
Kim Alvefur |
Sun, 01 Jul 2012 13:54:09 +0200 |
util.vcard: Completed separation of parsers and generators
|
Kim Alvefur |
Sun, 01 Jul 2012 12:38:54 +0200 |
plugins.archive: Don't modify the query params table
|
Kim Alvefur |
Mon, 25 Jun 2012 02:27:43 +0200 |
squishy, plugins.archive: Fetch RSM lib from prosody-modules and use.
|
Kim Alvefur |
Fri, 08 Jun 2012 21:39:01 +0200 |
plugins.archive: Treat query params correctly
|
Kim Alvefur |
Fri, 08 Jun 2012 06:44:20 +0200 |
plugins.sasl: Collect text message on SASL failure
|
Kim Alvefur |
Mon, 28 May 2012 17:32:38 +0200 |
plugins.groupchat: Import util.jid here too.
|
Kim Alvefur |
Fri, 18 May 2012 22:11:23 +0200 |
plugins.bind: Import util.jid to fix traceback
|
Matthew Wild |
Fri, 18 May 2012 20:39:30 +0100 |
squishy: Update to fetch from a pre-timber revision of Prosody
|
Matthew Wild |
Thu, 17 May 2012 19:41:41 +0100 |
util.vcard: Don't use module()
|
Kim Alvefur |
Sun, 13 May 2012 20:14:32 +0200 |
plugins.archive: Parse the timestamp
|
Kim Alvefur |
Fri, 20 Apr 2012 04:12:49 +0200 |
plugins.archive: Collect the archive id
|
Kim Alvefur |
Fri, 20 Apr 2012 04:10:18 +0200 |
plugins.archive: Move namespaces to the top
|
Kim Alvefur |
Fri, 20 Apr 2012 01:39:31 +0200 |
plugins.archive: Implement archiving preferences
|
Kim Alvefur |
Fri, 20 Apr 2012 01:36:13 +0200 |
plugins.archive: Import util.stanza directly and use it
|
Kim Alvefur |
Fri, 20 Apr 2012 00:33:46 +0200 |
plugins.archive: Add local verse
|
Kim Alvefur |
Fri, 20 Apr 2012 00:33:18 +0200 |
plugins.archive: Add a header comment
|
Kim Alvefur |
Fri, 20 Apr 2012 00:32:36 +0200 |
Merge with Zash
|
Matthew Wild |
Fri, 30 Mar 2012 03:58:20 +0100 |
plugins.jingle_s5b: Add missing xmlns
|
Kim Alvefur |
Fri, 30 Mar 2012 00:17:13 +0200 |
plugins.jingle_s5b: Add local verse
|
Kim Alvefur |
Fri, 30 Mar 2012 00:16:50 +0200 |
doc/example_carbons.lua: Update to reflect timestamp change in carbons plugin.
|
Kim Alvefur |
Sat, 17 Mar 2012 16:00:16 +0100 |
plugins.carbons: Get and parse timestamp from carbon into a number.
|
Kim Alvefur |
Sat, 17 Mar 2012 15:59:43 +0100 |
plugins.carbons: Don't check carbons flag twice.
|
Kim Alvefur |
Sat, 17 Mar 2012 15:44:16 +0100 |
plugins.jingle_ibb: new_ibb() doesn't need to be global
|
Kim Alvefur |
Mon, 05 Mar 2012 20:51:00 +0100 |
plugins.pubsub: Add a local variable to save some table lookups
|
Kim Alvefur |
Mon, 05 Mar 2012 20:18:54 +0100 |
client, component: `ret` was probably meant to be a local
|
Kim Alvefur |
Mon, 05 Mar 2012 20:13:33 +0100 |
verse: Remove some, erm, debug logging
|
Matthew Wild |
Fri, 30 Mar 2012 03:57:03 +0100 |
verse: Add :listen(host, port) to Verse objects ("connected" event is fired with new clients)
|
Matthew Wild |
Fri, 30 Mar 2012 03:09:59 +0100 |
verse: Accept a file object as a log handler, and automatically call :write() on it with a formatted message
|
Matthew Wild |
Sun, 12 Feb 2012 20:21:52 +0000 |
squishy: add util.datetime
|
Kim Alvefur |
Sun, 12 Feb 2012 02:27:56 +0100 |
plugins.carbons: Fix wrong variable name
|
Kim Alvefur |
Wed, 01 Feb 2012 22:40:30 +0100 |
plugins.roster: Make stanza error parts locals.
|
Kim Alvefur |
Fri, 27 Jan 2012 18:52:25 +0100 |
plugins.archive: Add missing :up()
|
Kim Alvefur |
Mon, 16 Jan 2012 22:58:50 +0100 |
plugins.carbons: Update to XEP v0.6. Check that messages are from your bare jid.
|
Kim Alvefur |
Tue, 10 Jan 2012 21:08:19 +0100 |
plugins.archive: Experimental implementation of the Message Archive Management ProtoXEP
|
Kim Alvefur |
Fri, 06 Jan 2012 16:54:10 +0100 |
plugins.pubsub: Implement unsubscribe.
|
Kim Alvefur |
Sun, 01 Jan 2012 22:48:11 +0100 |
plugins.roster: Change variable name to what's used in XMPP-IM
|
Kim Alvefur |
Sun, 01 Jan 2012 22:17:39 +0100 |
doc/example_pubsub.lua: Fix typo.
|
Kim Alvefur |
Fri, 23 Dec 2011 06:11:14 +0100 |
doc/example_pep.lua: Reorder a bit to avoid re-sending presence multiple times when caps change.
|
Kim Alvefur |
Fri, 16 Dec 2011 22:09:37 +0100 |
plugins.pep: Load disco, since PEP depends on it
|
Kim Alvefur |
Fri, 16 Dec 2011 22:04:03 +0100 |
plugins.disco: Add set_ and add_identity()
|
Kim Alvefur |
Fri, 16 Dec 2011 22:01:29 +0100 |
plugins.disco: A little cleanup and a bit of rewrite with a touch of premature optimization.
|
Kim Alvefur |
Fri, 16 Dec 2011 22:00:41 +0100 |
plugins.pubsub: Fix to use correct method in backwards-compatibility code
|
Matthew Wild |
Sun, 11 Dec 2011 02:26:55 +0000 |
plugins.pubsub: Fix typo
|
Kim Alvefur |
Sat, 10 Dec 2011 15:45:55 +0100 |
plugins.pubsub: Fix missing <item/> when publishing.
|
Kim Alvefur |
Sat, 10 Dec 2011 15:21:09 +0100 |
verse.bosh: Minor change to pass Verse stream to stream callbacks (though it isn't currently used by them)
|
Matthew Wild |
Wed, 07 Dec 2011 02:46:00 +0000 |
verse.bosh: Fix to loop over every child tag (childtags() is now too namespace-aware for this purpose)
|
Matthew Wild |
Wed, 07 Dec 2011 02:45:11 +0000 |
doc/example*.lua: Update to use new .init() method
|
Matthew Wild |
Mon, 05 Dec 2011 15:44:17 +0000 |
Merge with Zash
|
Matthew Wild |
Mon, 05 Dec 2011 15:39:05 +0000 |
verse: Add stream:info() for emitting info-level log message.
|
Kim Alvefur |
Mon, 05 Dec 2011 16:24:13 +0100 |
verse: Add init(...) method to load connection modules (client, component, bosh, etc.)
|
Matthew Wild |
Mon, 05 Dec 2011 15:38:18 +0000 |
plugins.groupchat: Fix missing 'end' in last commit
|
Matthew Wild |
Mon, 05 Dec 2011 15:36:53 +0000 |
Merge with MattJ & mva
|
Kim Alvefur |
Sat, 03 Dec 2011 19:46:47 +0100 |
plugins.pep: Use the new PubSub api.
|
Kim Alvefur |
Mon, 28 Nov 2011 17:16:04 +0100 |
plugins.pubsub: Make the old functions wrap the new.
|
Kim Alvefur |
Mon, 28 Nov 2011 17:15:41 +0100 |
verse.plugins.groupchat: Make last commit (7802a048) more concise
|
Matthew Wild |
Sat, 03 Dec 2011 16:27:36 +0000 |