plugins.smacks: Break less on sending of non-stanzas such as raw strings.
|
Kim Alvefur |
2013-02-09 |
plugins.receipts: XEP-0184 support.
|
Kim Alvefur |
2013-02-04 |
plugins.carbons: Update to Carbons v0.8
|
Kim Alvefur |
2012-12-22 |
util.vcard: Don't break on data outside of VCARD sections (thanks moo-min)
|
Kim Alvefur |
2012-12-17 |
plugins.vcard: Convert textual vCards to XEP-54 format
|
Kim Alvefur |
2012-10-11 |
plugins/sasl: Use ANONYMOUS authentication when no username provided
|
James Callahan |
2012-09-10 |
component: allow binding to non-host jids (thanks mva)
|
Kim Alvefur |
2012-08-31 |
plugins.vcard: Fix previous commit
|
Kim Alvefur |
2012-08-26 |
plugins.vcard: Update for never util.vcard
|
Kim Alvefur |
2012-08-26 |
util.vcard: Handle empty vcards
|
Kim Alvefur |
2012-08-26 |
util.vcard: Iterate on tags instead of items (thanks mva)
|
Kim Alvefur |
2012-08-09 |
plugins.adhoc: Collect a <note/>
|
Kim Alvefur |
2012-07-04 |
plugins.adhoc: Add explicit dependency on the disco plugin.
|
Kim Alvefur |
2012-07-04 |
util.vcard: Ignore undefined properties
|
Kim Alvefur |
2012-07-01 |
util.vcard: Completed separation of parsers and generators
|
Kim Alvefur |
2012-07-01 |
plugins.archive: Don't modify the query params table
|
Kim Alvefur |
2012-06-25 |
squishy, plugins.archive: Fetch RSM lib from prosody-modules and use.
|
Kim Alvefur |
2012-06-08 |
plugins.archive: Treat query params correctly
|
Kim Alvefur |
2012-06-08 |
plugins.sasl: Collect text message on SASL failure
|
Kim Alvefur |
2012-05-28 |
plugins.groupchat: Import util.jid here too.
|
Kim Alvefur |
2012-05-18 |
plugins.bind: Import util.jid to fix traceback
|
Matthew Wild |
2012-05-18 |
squishy: Update to fetch from a pre-timber revision of Prosody
|
Matthew Wild |
2012-05-17 |
util.vcard: Don't use module()
|
Kim Alvefur |
2012-05-13 |
plugins.archive: Parse the timestamp
|
Kim Alvefur |
2012-04-20 |
plugins.archive: Collect the archive id
|
Kim Alvefur |
2012-04-20 |
plugins.archive: Move namespaces to the top
|
Kim Alvefur |
2012-04-19 |
plugins.archive: Implement archiving preferences
|
Kim Alvefur |
2012-04-19 |
plugins.archive: Import util.stanza directly and use it
|
Kim Alvefur |
2012-04-19 |
plugins.archive: Add local verse
|
Kim Alvefur |
2012-04-19 |
plugins.archive: Add a header comment
|
Kim Alvefur |
2012-04-19 |
Merge with Zash
|
Matthew Wild |
2012-03-30 |
plugins.jingle_s5b: Add missing xmlns
|
Kim Alvefur |
2012-03-29 |
plugins.jingle_s5b: Add local verse
|
Kim Alvefur |
2012-03-29 |
doc/example_carbons.lua: Update to reflect timestamp change in carbons plugin.
|
Kim Alvefur |
2012-03-17 |
plugins.carbons: Get and parse timestamp from carbon into a number.
|
Kim Alvefur |
2012-03-17 |
plugins.carbons: Don't check carbons flag twice.
|
Kim Alvefur |
2012-03-17 |
plugins.jingle_ibb: new_ibb() doesn't need to be global
|
Kim Alvefur |
2012-03-05 |
plugins.pubsub: Add a local variable to save some table lookups
|
Kim Alvefur |
2012-03-05 |
client, component: `ret` was probably meant to be a local
|
Kim Alvefur |
2012-03-05 |
verse: Remove some, erm, debug logging
|
Matthew Wild |
2012-03-30 |
verse: Add :listen(host, port) to Verse objects ("connected" event is fired with new clients)
|
Matthew Wild |
2012-03-30 |
verse: Accept a file object as a log handler, and automatically call :write() on it with a formatted message
|
Matthew Wild |
2012-02-12 |
squishy: add util.datetime
|
Kim Alvefur |
2012-02-12 |
plugins.carbons: Fix wrong variable name
|
Kim Alvefur |
2012-02-01 |
plugins.roster: Make stanza error parts locals.
|
Kim Alvefur |
2012-01-27 |
plugins.archive: Add missing :up()
|
Kim Alvefur |
2012-01-16 |
plugins.carbons: Update to XEP v0.6. Check that messages are from your bare jid.
|
Kim Alvefur |
2012-01-10 |
plugins.archive: Experimental implementation of the Message Archive Management ProtoXEP
|
Kim Alvefur |
2012-01-06 |
plugins.pubsub: Implement unsubscribe.
|
Kim Alvefur |
2012-01-01 |
plugins.roster: Change variable name to what's used in XMPP-IM
|
Kim Alvefur |
2012-01-01 |
doc/example_pubsub.lua: Fix typo.
|
Kim Alvefur |
2011-12-23 |
doc/example_pep.lua: Reorder a bit to avoid re-sending presence multiple times when caps change.
|
Kim Alvefur |
2011-12-16 |
plugins.pep: Load disco, since PEP depends on it
|
Kim Alvefur |
2011-12-16 |
plugins.disco: Add set_ and add_identity()
|
Kim Alvefur |
2011-12-16 |
plugins.disco: A little cleanup and a bit of rewrite with a touch of premature optimization.
|
Kim Alvefur |
2011-12-16 |
plugins.pubsub: Fix to use correct method in backwards-compatibility code
|
Matthew Wild |
2011-12-11 |
plugins.pubsub: Fix typo
|
Kim Alvefur |
2011-12-10 |
plugins.pubsub: Fix missing <item/> when publishing.
|
Kim Alvefur |
2011-12-10 |
verse.bosh: Minor change to pass Verse stream to stream callbacks (though it isn't currently used by them)
|
Matthew Wild |
2011-12-07 |
verse.bosh: Fix to loop over every child tag (childtags() is now too namespace-aware for this purpose)
|
Matthew Wild |
2011-12-07 |
doc/example*.lua: Update to use new .init() method
|
Matthew Wild |
2011-12-05 |
Merge with Zash
|
Matthew Wild |
2011-12-05 |
verse: Add stream:info() for emitting info-level log message.
|
Kim Alvefur |
2011-12-05 |
verse: Add init(...) method to load connection modules (client, component, bosh, etc.)
|
Matthew Wild |
2011-12-05 |
plugins.groupchat: Fix missing 'end' in last commit
|
Matthew Wild |
2011-12-05 |
Merge with MattJ & mva
|
Kim Alvefur |
2011-12-03 |
plugins.pep: Use the new PubSub api.
|
Kim Alvefur |
2011-11-28 |
plugins.pubsub: Make the old functions wrap the new.
|
Kim Alvefur |
2011-11-28 |
verse.plugins.groupchat: Make last commit (7802a048) more concise
|
Matthew Wild |
2011-12-03 |
fixed sending of leave message
|
mva |
2011-12-02 |
added local verse var to all plugins
|
mva |
2011-12-02 |
plugins.pep: Use the new PubSub api.
|
Kim Alvefur |
2011-11-28 |
plugins.pubsub: Make the old functions wrap the new.
|
Kim Alvefur |
2011-11-28 |
verse: Remove silly logger line I just noticed at the end of the file
|
Matthew Wild |
2011-11-30 |
Merge with Zash
|
Matthew Wild |
2011-11-28 |
plugins.bind: get_child_text()
|
Kim Alvefur |
2011-11-24 |
plugins.vcard_update: get_child_text()
|
Kim Alvefur |
2011-11-24 |
doc/example_pep.lua: get_child_text()
|
Kim Alvefur |
2011-11-24 |
verse: Add default log handler for errors
|
Matthew Wild |
2011-11-27 |
verse: Format messages before passing them to custom log handler
|
Matthew Wild |
2011-11-27 |
verse: set_log_handler(): Allow nil to be passed for log_handler to disable logging (the default).
|
Matthew Wild |
2011-11-27 |
verse: Switch connection ids to be a simple incrementing integer
|
Matthew Wild |
2011-11-27 |
verse, squishy: Port to Prosody's util.logger. Adds new function, verse.set_log_handler(handler, levels).
|
Matthew Wild |
2011-11-27 |
verse: require('util.logger') (besides being correct, also fixes a silly bug when loading verse twice)
|
Matthew Wild |
2011-11-27 |
verse: verse.logger() -> verse.new_logger()
|
Matthew Wild |
2011-11-27 |
plugins.register: Add in-band registration plugin
|
Matthew Wild |
2011-11-27 |
verse: Connections use global Verse logger by default
|
Matthew Wild |
2011-11-27 |
squishy: Rewrite in an attempt to curb the unbounded growth of the plugin list
|
Matthew Wild |
2011-11-27 |
plugins.pep: Set item to the first tag instead of first child.
|
Kim Alvefur |
2011-11-24 |
plugins.groupchat: Use stanza:get_child_text()
|
Kim Alvefur |
2011-11-08 |
doc/example_pubsub.lua: Example plugins.pubsub usage
|
Kim Alvefur |
2011-11-06 |
plugins.vcard_update: Update for util.vcard changes.
|
Kim Alvefur |
2011-11-06 |
plugins.vcard: Use util.vcard
|
Kim Alvefur |
2011-11-06 |
util.vcard: Add util for converting vCard3 to/from XEP 54
|
Kim Alvefur |
2011-11-06 |
doc: Add Carbons example
|
Kim Alvefur |
2011-11-02 |
squishy: Add carbons plugin
|
Kim Alvefur |
2011-11-02 |
plugins.carbons: Add, implements Message Carbons (XEP 280)
|
Kim Alvefur |
2011-11-02 |
squishy: add vcard, vcard_update, jingle_ibb
|
Kim Alvefur |
2011-11-02 |
plugins.pubsub: New, OOP-ish, PubSub interface. Beware of stubs.
|
Kim Alvefur |
2011-10-12 |
plugins.pubsub: implement node creation
|
Kim Alvefur |
2011-10-11 |
plugins.jingle: Stop event propagation after returning errors
|
Kim Alvefur |
2011-10-01 |
plugins.jingle_ibb: In-Band Bytestreams, initial commit.
|
Kim Alvefur |
2011-09-30 |
plugins.version: Use get_child_text() and fix traceback on empty iq-result reply.
|
Kim Alvefur |
2011-09-22 |
plugins.roster: Check stream features for roster versioning support.
|
Kim Alvefur |
2011-09-08 |
plugins.pep: Reuse the pubsub plugin.
|
Kim Alvefur |
2011-09-08 |
plugins.groupchat: Improve room subject handling, add event
|
Kim Alvefur |
2011-09-08 |
squishy: Add a convenience function for plugins
|
Kim Alvefur |
2011-08-30 |
plugins.roster: Fix wrong name of reply variable
|
Kim Alvefur |
2011-08-28 |
plugins.disco: Increase hook priority. Fixes duplicated disco features.
|
Kim Alvefur |
2011-08-16 |
plugins.jingle: Logging fix
|
Kim Alvefur |
2011-08-14 |
plugins.roster: Roster versioning support.
|
Kim Alvefur |
2011-06-07 |
plugins.roster: Don't signal roster events if there was no such item
|
Kim Alvefur |
2011-05-24 |
squishy: Add the roster plugin
|
Kim Alvefur |
2011-04-19 |
plugins.groupchat: Bump topic change handling up a bit
|
Kim Alvefur |
2011-03-20 |
plugins.keepalive: Add (thanks chris)
|
Matthew Wild |
2011-03-18 |
verse: Expose net.server as verse.server
|
Matthew Wild |
2011-03-18 |
squishy: Add smacks and keepalive plugins
|
Matthew Wild |
2011-03-18 |
plugins.smacks: Scatter some logging and comments through the code for good measure
|
Matthew Wild |
2011-03-18 |
plugins.smacks: Fix event priority and handling to make the code actually... work
|
Matthew Wild |
2011-03-18 |
plugins.smacks: Remove some debugging code from resumption success handling, and fire a "resumed" event instead
|
Matthew Wild |
2011-03-18 |
plugins.smacks: Add 1s delay between reconnect attempts
|
Matthew Wild |
2011-03-18 |
verse.client: Reopen stream in response to 'connected' event
|
Matthew Wild |
2011-03-18 |
libs/adhoc.lib.lua: Update copy (ugh) from Prosody
|
Matthew Wild |
2011-03-18 |
plugins.*: Use verse.stanza() & co instead of require util.stanza
|
Kim Alvefur |
2011-03-17 |
plugins.vcard_update: Support for XEP-153 avatar hash in presence broadcasts
|
Kim Alvefur |
2011-03-17 |
plugins.vcard: Get and set vcard-temp info.
|
Kim Alvefur |
2011-03-16 |
Added uptime plugin, included also an entry for it into the squishy file.
|
Marco Cirillo |
2011-03-14 |
plugins.pubsub: Fix to use :childtags() for iterating through items in a pubsub notification (:matching_tags() was removed from Prosody)
|
Matthew Wild |
2011-03-14 |