Software /
code /
verse
Graph
-
Merge with Zash2010-11-20, by Matthew Wild
-
plugins.private, squishy: Allow setting the storage node, and not just child(s). And add to squishy.2010-11-20, by Kim Alvefur
-
plugins.pubsub, squishy: New pubsub plugin (basic)2010-11-16, by Matthew Wild
-
squishy: Add legacy plugin2010-11-11, by Matthew Wild
-
plugins.legacy: Support for legacy non-SASL authentication :(2010-11-11, by Matthew Wild
-
doc/example_component.lua: Add code to echo stanzas2010-11-09, by Matthew Wild
-
verse.component: Namespacing fixes2010-11-09, by Matthew Wild
-
plugins.private: Private XML storage support2010-10-28, by Kim Alvefur
-
Merge2010-10-11, by Matthew Wild
-
squishy, plugins.ping, plugins.sasl: Remove xstanza references2010-10-11, by Matthew Wild
-
plugins.disco: Fix traceback when disco#info isn't returned for a service in disco#items2010-10-11, by Matthew Wild
-
plugins.adhoc: Remove some stray debugging2010-09-21, by Matthew Wild
-
verse: Add verse.filter_log(levels, logger) to filter a logger for certain levels2010-09-15, by Matthew Wild
-
verse: Fix set_logger() to set verse.log() correctly2010-09-15, by Matthew Wild
-
plugins.jingle_ft: Fix global access2010-09-15, by Matthew Wild
-
squishy: Add verse.component2010-09-14, by Matthew Wild
-
verse.client: Support for SRV record lookups2010-09-14, by Matthew Wild
-
squishy: Re-organise and add net.dns, net.adns and util.ztact2010-09-14, by Matthew Wild
-
verse: Fire disconnected event even if connection fails instantly2010-09-14, by Matthew Wild
-
squishy: Use --internal-bit-module to squish with the pure-Lua bit library2010-09-13, by Matthew Wild
-
libs/bit.lua: Add pure-Lua bit library2010-09-13, by Matthew Wild
-
verse: Log error and return when trying to close a closed connection2010-09-13, by Matthew Wild
-
squishy: Add util.hashes [libs/hashes.lua]2010-09-13, by Matthew Wild
-
libs/encodings.lua: Use mime.b64 for base64.encode2010-09-13, by Matthew Wild
-
libs.hashes: Pure-Lua util.hashes replacement (depends on util.sha1)2010-09-13, by Matthew Wild
-
doc/example_pep.lua: Example script to use the PEP plugin2010-09-13, by Matthew Wild
-
libs.logger: Use io.write instead of print2010-09-13, by Matthew Wild
-
verse: verse.loop() and new verse.step() use the new error handler to, er, handle errors.2010-09-13, by Matthew Wild
-
verse: Log error when connection fails instantly2010-09-12, by Matthew Wild
-
util.dataforms, squishy: Add util.dataforms library2010-09-09, by Matthew Wild
-
plugins.adhoc: Support for querying for and executing commands2010-09-09, by Matthew Wild
-
plugins.disco: Further fixes to storing and retrieving to/from the disco cache2010-09-09, by Matthew Wild
-
plugins.disco: Store node of disco items2010-09-09, by Matthew Wild
-
plugins.disco: Fixes for storing/retrieving items from the disco cache.2010-09-09, by Matthew Wild
-
plugins.jingle: Add 'terminated' event2010-09-09, by Matthew Wild
-
doc/example_adhoc.lua: Example of using ad-hoc commands2010-08-26, by Matthew Wild
-
verse.plugins.adhoc: XEP-0050 Ad-hoc commands plugin2010-08-26, by Matthew Wild
-
verse.plugins.disco: Add stream:add_disco_item()2010-08-26, by Matthew Wild
-
verse.plugins.pep: New plugin to add an API for sending and catching PEP events2010-08-25, by Matthew Wild
-
verse.plugins.disco: Add stream:remove_disco_feature()2010-08-25, by Matthew Wild
-
verse.plugins.disco: Remove warning about base64 issue, bug located and fixed2010-08-25, by Matthew Wild
-
util.sha1: Truncate to a single return result when returning the binary form of the hash2010-08-25, by Matthew Wild
-
doc/example_jingle.lua, doc/example_jingle_send.lua: Example scripts to receive and send files using Jingle2010-08-24, by Matthew Wild
-
verse.plugins.disco: Auto-disco local services on connect, and delay 'ready' event until done2010-08-24, by Matthew Wild
-
doc/example.lua: Don't add sasl plugin, since it is enabled by default2010-08-24, by Matthew Wild
-
libs/encodings.lua: Throw error when calling unimplemented function2010-08-21, by Matthew Wild
-
squishy: Add proxy65, jingle, jingle_ft, jingle_s5b, disco plugins2010-08-21, by Matthew Wild
-
util.sha1: Obey second parameter which decides whether to return the result in ASCII hex encoding2010-08-21, by Matthew Wild
-
verse.plugins.version: Return true when handling a version request2010-08-21, by Matthew Wild
-
verse.plugins.proxy65: Add proxies discovered by disco plugin to proxy65.available_streamhosts2010-08-21, by Matthew Wild
-
verse.plugins.jingle_ft: Jingle File Transfer application profile2010-08-21, by Matthew Wild
-
verse.plugins.jingle_s5b: Jingle SOCKS5 Bytestreams transport2010-08-21, by Matthew Wild
-
verse.plugins.jingle: XEP-0166 Jingle plugin2010-08-21, by Matthew Wild
-
verse: Add verse.eventable() to give a passed object :event() and :hook()/:unhook() methods and return it again2010-08-21, by Matthew Wild
-
verse: Return true from connect() on success, add stream:close()2010-08-21, by Matthew Wild
-
verse: Return false rather than nil from connect() on error, for consistency2010-08-21, by Matthew Wild
-
verse: Add stream:set_loglevels()2010-08-09, by Matthew Wild
-
squishy: Build in BOSH and HTTP by default, --no-bosh to disable2010-08-08, by Matthew Wild
-
doc/example_bosh.lua: Put url into variable2010-08-08, by Matthew Wild
-
squishy: Add --with-bosh option to squish with verse.bosh and necessarylibraries2010-08-06, by Matthew Wild
-
verse.bosh: Update to use net.http instead of verse.plugins.http2010-08-06, by Matthew Wild
-
Add doc/example_bosh.lua2010-08-06, by Matthew Wild
-
verse.bosh: Use verse.new_bosh(logger, url) to make a BOSH connection2010-08-06, by Matthew Wild
-
example_component.lua: Fix password2010-08-03, by Matthew Wild
-
docs/example_component.lua: Example for connecting to the server as a component2010-08-03, by Matthew Wild
-
verse.component: XEP-0114 support \o/2010-08-03, by Matthew Wild
-
verse.client: Add stream_id property2010-08-03, by Matthew Wild
-
plugins.roster: Unfinished roster plugin2010-07-02, by Matthew Wild
-
Bounce service-unavailable on unhandled iq stanzas (thanks Kev, Florob and anyone else who poked me)2010-06-21, by Matthew Wild
-
verse.plugins.blocking, squishy: New plugin for XEP-0191: Simple Communications Blocking2010-06-14, by Matthew Wild
-
plugins.compression: Add newline at end of file (helps old versions of squish for one thing)2010-06-04, by Matthew Wild
-
doc/example.lua: Update to use 'ready' event2010-05-30, by Matthew Wild
-
verse.plugins.compression: Remove some redundant debug logging2010-05-30, by Matthew Wild
-
verse.plugins.session: Convert from spaces to tabs2010-05-30, by Matthew Wild
-
verse.plugins.compression: Support for stream compression (requires brimworks lua-zlib)2010-05-28, by Matthew Wild
-
verse.client: Add stream:reset(), keep self.data static between resets2010-05-28, by Matthew Wild
-
LICENSE: Add license (MIT/X11)2010-05-28, by Matthew Wild
-
plugins.session: Convert from Windows line endings2010-05-21, by Matthew Wild
-
verse.plugins.tls: self -> stream2010-05-11, by Matthew Wild
-
verse.plugins.tls: Return true to indicate success loading plugin2010-05-11, by Matthew Wild
-
verse.plugins.tls: Set secure flag, hide some warnings2010-05-11, by Matthew Wild
-
verse: Load LuaSec if possible2010-05-11, by Matthew Wild
-
verse.plugins.tls: Fail gracefully when LuaSec not loaded2010-05-11, by Matthew Wild
-
verse.client: Load TLS along with other core plugins2010-05-11, by Matthew Wild
-
verse.plugins.tls: Support for TLS encryption! (thanks Azelphur for the final push)2010-05-11, by Matthew Wild
-
verse: Fire "status" event for connection status changes (notably SSL handshake complete)2010-05-11, by Matthew Wild
-
verse: Remove some useless comments2010-05-11, by Matthew Wild
-
doc/example.lua: Example XMPP client script2010-05-07, by Matthew Wild
-
util.sha1, squishy: Add sha1 lib needed for proxy65 (and soon XEP-0114)2010-05-06, by Matthew Wild
-
verse.plugins.proxy65: XEP-0065 plugin for file transfer through a proxy2010-05-06, by Matthew Wild
-
verse: Add "drained" event to signal when send buffer is empty (new server.lua feature)2010-05-06, by Matthew Wild
-
verse: Take advantage of server.lua's new onconnect callback for a more robust "connected" event2010-05-06, by Matthew Wild
-
verse: Add stream:unhook(event_name, handler)2010-05-06, by Matthew Wild
-
verse.client: Add verse.error_reply() helper2010-05-06, by Matthew Wild
-
plugins.version: Detect errors based on type attribute, rather than presence of query element2010-04-29, by Matthew Wild
-
Add support for 3921 session negotiation (makes ejabberd happy), thanks Chris!2010-04-02, by Matthew Wild
-
verse.client: Add missing version to stream header (thanks Bill Clark)2010-02-17, by Matthew Wild
-
verse.client: Update stream_callbacks format for new xmlhandlers API (thanks to Bill Clark for the patch)2010-02-17, by Matthew Wild
-
verse.client, squishy: Rename "xmlhandlers" to "core.xmlhandlers" in line with Prosody's structure2010-01-25, by Matthew Wild
-
verse.client: Fire disconnected event when the disconnect is initiated by the client too2010-01-06, by Matthew Wild
-
verse: Add verse.quit() to exit the event loop2010-01-06, by Matthew Wild
Scroll all the way down to load more.