verse: Fire disconnected event even if connection fails instantly
|
Matthew Wild |
2010-09-14 |
verse: Log error and return when trying to close a closed connection
|
Matthew Wild |
2010-09-13 |
verse: verse.loop() and new verse.step() use the new error handler to, er, handle errors.
|
Matthew Wild |
2010-09-13 |
verse: Add verse.log() to log a message using the default logger. Also add verse.set_error_handler() to, er, set an error handler.
|
Matthew Wild |
2010-09-13 |
verse: Log error when connection fails instantly
|
Matthew Wild |
2010-09-12 |
verse: Add verse.eventable() to give a passed object :event() and :hook()/:unhook() methods and return it again
|
Matthew Wild |
2010-08-21 |
verse: Return true from connect() on success, add stream:close()
|
Matthew Wild |
2010-08-21 |
verse: Return false rather than nil from connect() on error, for consistency
|
Matthew Wild |
2010-08-21 |
verse: Add stream:set_loglevels()
|
Matthew Wild |
2010-08-09 |
verse: Load LuaSec if possible
|
Matthew Wild |
2010-05-11 |
verse: Fire "status" event for connection status changes (notably SSL handshake complete)
|
Matthew Wild |
2010-05-11 |
verse: Remove some useless comments
|
Matthew Wild |
2010-05-11 |
verse: Add "drained" event to signal when send buffer is empty (new server.lua feature)
|
Matthew Wild |
2010-05-06 |
verse: Take advantage of server.lua's new onconnect callback for a more robust "connected" event
|
Matthew Wild |
2010-05-06 |
verse: Add stream:unhook(event_name, handler)
|
Matthew Wild |
2010-05-06 |
verse: Add verse.quit() to exit the event loop
|
Matthew Wild |
2010-01-06 |
verse: Multiple changes to allow controlling logging for both verse and streams
|
Matthew Wild |
2010-01-06 |
verse: Add verse.add_task(delay, callback) to add timer functions using util.timer
|
Matthew Wild |
2010-01-03 |
Revert module names throughout to their Prosody equivalents
|
Matthew Wild |
2009-12-09 |
verse: Have verse.new() accept a prototype table on which to base the connection
|
Matthew Wild |
2009-12-04 |
verse: Update for new server connection API
|
Matthew Wild |
2009-12-01 |
verse: Include LuaRocks packages if we can
|
Matthew Wild |
2009-11-30 |
verse: Fix stream:hook() to pass additional parameters to the underlying hook(), so we don't strip priority
|
Matthew Wild |
2009-11-30 |
Log debug message when firing an event
|
Matthew Wild |
2009-11-28 |
verse: Support for loading plugins
|
Matthew Wild |
2009-11-28 |
Remove some XMPP client-specific requires from init.lua
|
Matthew Wild |
2009-08-04 |
Break client-specific code into verse.client module
|
Matthew Wild |
2009-08-04 |
Beginning of new verse
|
Matthew Wild |
2009-08-03 |