Log

init.lua @ 192:d20feb8034f5

description author age
verse: Make add_plugin only load a plugin once per stream Matthew Wild 2010-12-30
verse: Change to set conn:send in only one place, and fire new events 'outgoing' and 'outgoing-raw' Matthew Wild 2010-12-15
verse: Consider a plugin as failed to load only if it returns false Matthew Wild 2010-12-15
verse: Add verse.filter_log(levels, logger) to filter a logger for certain levels Matthew Wild 2010-09-15
verse: Fix set_logger() to set verse.log() correctly Matthew Wild 2010-09-15
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