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 |
fixed sending of leave message
|
mva |
Fri, 02 Dec 2011 11:27:38 +0600 |
added local verse var to all plugins
|
mva |
Fri, 02 Dec 2011 11:02:02 +0600 |
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: Remove silly logger line I just noticed at the end of the file
|
Matthew Wild |
Wed, 30 Nov 2011 18:01:53 +0000 |
Merge with Zash
|
Matthew Wild |
Mon, 28 Nov 2011 15:00:48 +0000 |
plugins.bind: get_child_text()
|
Kim Alvefur |
Thu, 24 Nov 2011 07:10:26 +0100 |
plugins.vcard_update: get_child_text()
|
Kim Alvefur |
Thu, 24 Nov 2011 07:10:26 +0100 |
doc/example_pep.lua: get_child_text()
|
Kim Alvefur |
Thu, 24 Nov 2011 07:02:27 +0100 |
verse: Add default log handler for errors
|
Matthew Wild |
Sun, 27 Nov 2011 23:00:15 +0000 |
verse: Format messages before passing them to custom log handler
|
Matthew Wild |
Sun, 27 Nov 2011 22:59:59 +0000 |
verse: set_log_handler(): Allow nil to be passed for log_handler to disable logging (the default).
|
Matthew Wild |
Sun, 27 Nov 2011 22:50:21 +0000 |
verse: Switch connection ids to be a simple incrementing integer
|
Matthew Wild |
Sun, 27 Nov 2011 22:48:02 +0000 |
verse, squishy: Port to Prosody's util.logger. Adds new function, verse.set_log_handler(handler, levels).
|
Matthew Wild |
Sun, 27 Nov 2011 22:45:26 +0000 |
verse: require('util.logger') (besides being correct, also fixes a silly bug when loading verse twice)
|
Matthew Wild |
Sun, 27 Nov 2011 22:07:59 +0000 |
verse: verse.logger() -> verse.new_logger()
|
Matthew Wild |
Sun, 27 Nov 2011 22:01:59 +0000 |
plugins.register: Add in-band registration plugin
|
Matthew Wild |
Sun, 27 Nov 2011 21:56:21 +0000 |
verse: Connections use global Verse logger by default
|
Matthew Wild |
Sun, 27 Nov 2011 21:41:44 +0000 |
squishy: Rewrite in an attempt to curb the unbounded growth of the plugin list
|
Matthew Wild |
Sun, 27 Nov 2011 21:40:42 +0000 |
plugins.pep: Set item to the first tag instead of first child.
|
Kim Alvefur |
Thu, 24 Nov 2011 06:23:43 +0100 |
plugins.groupchat: Use stanza:get_child_text()
|
Kim Alvefur |
Tue, 08 Nov 2011 10:10:50 +0100 |
doc/example_pubsub.lua: Example plugins.pubsub usage
|
Kim Alvefur |
Sun, 06 Nov 2011 21:09:07 +0100 |
plugins.vcard_update: Update for util.vcard changes.
|
Kim Alvefur |
Sun, 06 Nov 2011 20:38:15 +0100 |
plugins.vcard: Use util.vcard
|
Kim Alvefur |
Sun, 06 Nov 2011 20:04:19 +0100 |
util.vcard: Add util for converting vCard3 to/from XEP 54
|
Kim Alvefur |
Sun, 06 Nov 2011 20:03:20 +0100 |
doc: Add Carbons example
|
Kim Alvefur |
Wed, 02 Nov 2011 01:18:53 +0100 |
squishy: Add carbons plugin
|
Kim Alvefur |
Wed, 02 Nov 2011 01:18:16 +0100 |
plugins.carbons: Add, implements Message Carbons (XEP 280)
|
Kim Alvefur |
Wed, 02 Nov 2011 01:17:54 +0100 |
squishy: add vcard, vcard_update, jingle_ibb
|
Kim Alvefur |
Wed, 02 Nov 2011 01:11:35 +0100 |
plugins.pubsub: New, OOP-ish, PubSub interface. Beware of stubs.
|
Kim Alvefur |
Wed, 12 Oct 2011 18:11:07 +0200 |
plugins.pubsub: implement node creation
|
Kim Alvefur |
Tue, 11 Oct 2011 13:26:11 +0200 |
plugins.jingle: Stop event propagation after returning errors
|
Kim Alvefur |
Sun, 02 Oct 2011 00:30:12 +0200 |
plugins.jingle_ibb: In-Band Bytestreams, initial commit.
|
Kim Alvefur |
Fri, 30 Sep 2011 05:17:06 +0200 |
plugins.version: Use get_child_text() and fix traceback on empty iq-result reply.
|
Kim Alvefur |
Thu, 22 Sep 2011 19:52:06 +0200 |
plugins.roster: Check stream features for roster versioning support.
|
Kim Alvefur |
Thu, 08 Sep 2011 18:04:49 +0200 |
plugins.pep: Reuse the pubsub plugin.
|
Kim Alvefur |
Thu, 08 Sep 2011 18:03:07 +0200 |
plugins.groupchat: Improve room subject handling, add event
|
Kim Alvefur |
Thu, 08 Sep 2011 17:51:11 +0200 |
squishy: Add a convenience function for plugins
|
Kim Alvefur |
Tue, 30 Aug 2011 19:26:53 +0200 |
plugins.roster: Fix wrong name of reply variable
|
Kim Alvefur |
Sun, 28 Aug 2011 23:34:59 +0200 |
plugins.disco: Increase hook priority. Fixes duplicated disco features.
|
Kim Alvefur |
Tue, 16 Aug 2011 02:32:36 +0200 |
plugins.jingle: Logging fix
|
Kim Alvefur |
Sun, 14 Aug 2011 21:45:21 +0200 |
plugins.roster: Roster versioning support.
|
Kim Alvefur |
Tue, 07 Jun 2011 20:29:54 +0200 |
plugins.roster: Don't signal roster events if there was no such item
|
Kim Alvefur |
Tue, 24 May 2011 20:22:02 +0200 |
squishy: Add the roster plugin
|
Kim Alvefur |
Wed, 20 Apr 2011 01:32:25 +0200 |
plugins.groupchat: Bump topic change handling up a bit
|
Kim Alvefur |
Sun, 20 Mar 2011 19:00:26 +0100 |