Software /
code /
verse
Graph
-
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
-
verse: Multiple changes to allow controlling logging for both verse and streams2010-01-06, by Matthew Wild
-
verse.plugins.bind: Fix incorrect variable name causing traceback on unsuccessful bind2010-01-04, by Matthew Wild
-
verse: Add verse.add_task(delay, callback) to add timer functions using util.timer2010-01-03, by Matthew Wild
-
plugins.bind: Requested JID^Wresource should be in <jid/>^W<resource/> tag (thanks Maranda :) )2009-12-22, by Matthew Wild
-
plugins.bind: Requested JID should be in <jid/> tag (thanks Maranda :) )2009-12-22, by Matthew Wild
-
verse.client: Automatically load sasl and bind plugins2009-12-21, by Matthew Wild
-
verse.client: Don't hook the stanza event every time a stanza comes in :)2009-12-21, by Matthew Wild
-
plugins.ping: Define xmlns_ping namespace2009-12-20, by Matthew Wild
-
squishy: Add ping plugin2009-12-20, by Matthew Wild
-
plugins.ping: Return true on module load to indicate load success2009-12-20, by Matthew Wild
-
plugins.version: Return true on module load to indicate load success2009-12-20, by Matthew Wild
-
plugins.ping: Add ping plugin to XMPP ping a JID2009-12-20, by Matthew Wild
-
squish: Add version plugin2009-12-09, by Matthew Wild
-
Revert module names throughout to their Prosody equivalents2009-12-09, by Matthew Wild
-
verse.plugins.version: Fix for handling of version requests2009-12-09, by Matthew Wild
-
Add 'version' plugin to handle and generate version requests2009-12-09, by Matthew Wild
-
Rename verse2 -> verse2009-12-09, by Matthew Wild
-
verse.client: Add verse.reply() as shortcut for util.stanza.reply()2009-12-09, by Matthew Wild
-
squishy: Add util.uuid dependency2009-12-04, by Matthew Wild
-
verse: Have verse.new() accept a prototype table on which to base the connection2009-12-04, by Matthew Wild
-
verse.client: Extend verse object with message/iq/presence/stanza methods from util.stanza2009-12-04, by Matthew Wild
-
verse.client: Fixes for new xmlhandlers namespace seperator2009-12-01, by Matthew Wild
-
verse: Update for new server connection API2009-12-01, by Matthew Wild
-
squishy: Update to fetch new server_select.lua from Prosody2009-12-01, by Matthew Wild
-
squishy: Add util.timer2009-11-30, by Matthew Wild
-
verse: Include LuaRocks packages if we can2009-11-30, by Matthew Wild
-
verse: Fix stream:hook() to pass additional parameters to the underlying hook(), so we don't strip priority2009-11-30, by Matthew Wild
-
util.xstanza: Fix and rename error_from_stanza() -> get_error()2009-11-30, by Matthew Wild
-
squish: Add plugins2009-11-29, by Matthew Wild
-
verse.client: Add stream:close()2009-11-28, by Matthew Wild
-
verse.client: Add stream:reopen()2009-11-28, by Matthew Wild
-
verse.client: Fire events on stream features, errors, etc. and on non-stream tags such as SASL and TLS2009-11-28, by Matthew Wild
-
plugins.bind: Add plugin2009-11-28, by Matthew Wild
-
plugins.sasl: Add plugin2009-11-28, by Matthew Wild
-
squishy: Add util.xstanza2009-11-28, by Matthew Wild
-
util.xstanza: New library to extend util.stanza with XMPP-specific helpers2009-11-28, by Matthew Wild
-
util.logger: Friendlier string.format to automatically tostring() arguments2009-11-28, by Matthew Wild
-
Log debug message when firing an event2009-11-28, by Matthew Wild
-
verse: Support for loading plugins2009-11-28, by Matthew Wild
-
Remove some XMPP client-specific requires from init.lua2009-08-04, by Matthew Wild
-
Break client-specific code into verse.client module2009-08-04, by Matthew Wild
-
Beginning of new verse2009-08-03, by Matthew Wild
Scroll all the way down to load more.