verse: Log error when connection fails instantly
|
Matthew Wild |
Sun, 12 Sep 2010 17:49:01 +0100 |
verse: Add verse.eventable() to give a passed object :event() and :hook()/:unhook() methods and return it again
|
Matthew Wild |
Sat, 21 Aug 2010 14:38:16 +0100 |
verse: Return true from connect() on success, add stream:close()
|
Matthew Wild |
Sat, 21 Aug 2010 14:36:21 +0100 |
verse: Return false rather than nil from connect() on error, for consistency
|
Matthew Wild |
Sat, 21 Aug 2010 14:35:51 +0100 |
verse: Add stream:set_loglevels()
|
Matthew Wild |
Mon, 09 Aug 2010 13:57:08 +0100 |
verse: Load LuaSec if possible
|
Matthew Wild |
Tue, 11 May 2010 23:09:37 +0100 |
verse: Fire "status" event for connection status changes (notably SSL handshake complete)
|
Matthew Wild |
Tue, 11 May 2010 22:40:13 +0100 |
verse: Remove some useless comments
|
Matthew Wild |
Tue, 11 May 2010 22:09:44 +0100 |
verse: Add "drained" event to signal when send buffer is empty (new server.lua feature)
|
Matthew Wild |
Thu, 06 May 2010 10:28:13 +0100 |
verse: Take advantage of server.lua's new onconnect callback for a more robust "connected" event
|
Matthew Wild |
Thu, 06 May 2010 10:27:11 +0100 |
verse: Add stream:unhook(event_name, handler)
|
Matthew Wild |
Thu, 06 May 2010 10:26:16 +0100 |
verse: Add verse.quit() to exit the event loop
|
Matthew Wild |
Wed, 06 Jan 2010 17:42:57 +0000 |
verse: Multiple changes to allow controlling logging for both verse and streams
|
Matthew Wild |
Wed, 06 Jan 2010 17:42:37 +0000 |
verse: Add verse.add_task(delay, callback) to add timer functions using util.timer
|
Matthew Wild |
Sun, 03 Jan 2010 18:01:54 +0000 |
Revert module names throughout to their Prosody equivalents
|
Matthew Wild |
Wed, 09 Dec 2009 20:58:04 +0000 |
verse: Have verse.new() accept a prototype table on which to base the connection
|
Matthew Wild |
Fri, 04 Dec 2009 03:28:40 +0000 |
verse: Update for new server connection API
|
Matthew Wild |
Tue, 01 Dec 2009 04:14:52 +0000 |
verse: Include LuaRocks packages if we can
|
Matthew Wild |
Mon, 30 Nov 2009 15:54:33 +0000 |
verse: Fix stream:hook() to pass additional parameters to the underlying hook(), so we don't strip priority
|
Matthew Wild |
Mon, 30 Nov 2009 15:53:44 +0000 |
Log debug message when firing an event
|
Matthew Wild |
Sat, 28 Nov 2009 22:22:51 +0000 |
verse: Support for loading plugins
|
Matthew Wild |
Sat, 28 Nov 2009 22:22:31 +0000 |
Remove some XMPP client-specific requires from init.lua
|
Matthew Wild |
Tue, 04 Aug 2009 18:32:25 +0100 |
Break client-specific code into verse.client module
|
Matthew Wild |
Tue, 04 Aug 2009 18:25:56 +0100 |
Beginning of new verse
|
Matthew Wild |
Tue, 04 Aug 2009 00:10:45 +0100 |