plugins.bind: Fix the bind-success event, now fires with data { jid = result_jid } (thanks Jon)
|
Matthew Wild |
2010-12-05 |
plugins.pubsub: Fire pubsub/event on incoming pubsub notifications
|
Matthew Wild |
2010-12-03 |
squishy: Add --prosody option to specify a path to a Prosody checkout to use when squishing
|
Matthew Wild |
2010-11-30 |
squishy: Add util.httpstream. Now also squishes bosh by default
|
Matthew Wild |
2010-11-27 |
Merge with Zash
|
Matthew Wild |
2010-11-20 |
plugins.private, squishy: Allow setting the storage node, and not just child(s). And add to squishy.
|
Kim Alvefur |
2010-11-20 |
plugins.pubsub, squishy: New pubsub plugin (basic)
|
Matthew Wild |
2010-11-16 |
squishy: Add legacy plugin
|
Matthew Wild |
2010-11-11 |
plugins.legacy: Support for legacy non-SASL authentication :(
|
Matthew Wild |
2010-11-11 |
doc/example_component.lua: Add code to echo stanzas
|
Matthew Wild |
2010-11-09 |
verse.component: Namespacing fixes
|
Matthew Wild |
2010-11-09 |
plugins.private: Private XML storage support
|
Kim Alvefur |
2010-10-28 |
Merge
|
Matthew Wild |
2010-10-11 |
squishy, plugins.ping, plugins.sasl: Remove xstanza references
|
Matthew Wild |
2010-10-11 |
plugins.disco: Fix traceback when disco#info isn't returned for a service in disco#items
|
Matthew Wild |
2010-10-11 |
plugins.adhoc: Remove some stray debugging
|
Matthew Wild |
2010-09-21 |
docs/example_jingle.lua: Update to use content.type instead of content.name for checking the kind of content we're receiving
|
Matthew Wild |
2010-09-17 |
plugins.jingle_ft: Change content 'name' field to 'type' to avoid confusion with the 'name' attribute of the <content> tag in Jingle
|
Matthew Wild |
2010-09-17 |
verse: Add verse.filter_log(levels, logger) to filter a logger for certain levels
|
Matthew Wild |
2010-09-15 |
verse: Fix set_logger() to set verse.log() correctly
|
Matthew Wild |
2010-09-15 |
plugins.jingle, plugins.jingle_s5b: API changes to allow not sending <reason> inside <content> when transfer succeeds
|
Matthew Wild |
2010-09-15 |
plugins.jingle_ft: Fix global access
|
Matthew Wild |
2010-09-15 |
squishy: Add verse.component
|
Matthew Wild |
2010-09-14 |
verse.client: Support for SRV record lookups
|
Matthew Wild |
2010-09-14 |
squishy: Re-organise and add net.dns, net.adns and util.ztact
|
Matthew Wild |
2010-09-14 |
verse: Fire disconnected event even if connection fails instantly
|
Matthew Wild |
2010-09-14 |
squishy: Use --internal-bit-module to squish with the pure-Lua bit library
|
Matthew Wild |
2010-09-13 |
libs/bit.lua: Add pure-Lua bit library
|
Matthew Wild |
2010-09-13 |
verse: Log error and return when trying to close a closed connection
|
Matthew Wild |
2010-09-13 |
squishy: Add util.hashes [libs/hashes.lua]
|
Matthew Wild |
2010-09-13 |