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
Scroll all the way down to load more.