Log

init.lua @ 239:65a0d3fcbbad

description author age
verse: Switch connection ids to be a simple incrementing integer Matthew Wild Sun, 27 Nov 2011 22:48:02 +0000
verse, squishy: Port to Prosody's util.logger. Adds new function, verse.set_log_handler(handler, levels). Matthew Wild Sun, 27 Nov 2011 22:45:26 +0000
verse: require('util.logger') (besides being correct, also fixes a silly bug when loading verse twice) Matthew Wild Sun, 27 Nov 2011 22:07:59 +0000
verse: verse.logger() -> verse.new_logger() Matthew Wild Sun, 27 Nov 2011 22:01:59 +0000
verse: Connections use global Verse logger by default Matthew Wild Sun, 27 Nov 2011 21:41:44 +0000
verse: Expose net.server as verse.server Matthew Wild Fri, 18 Mar 2011 21:50:06 +0000
verse: Make add_plugin only load a plugin once per stream Matthew Wild Thu, 30 Dec 2010 22:59:23 +0000
verse: Change to set conn:send in only one place, and fire new events 'outgoing' and 'outgoing-raw' Matthew Wild Wed, 15 Dec 2010 14:48:55 +0000
verse: Consider a plugin as failed to load only if it returns false Matthew Wild Wed, 15 Dec 2010 11:57:23 +0000
verse: Add verse.filter_log(levels, logger) to filter a logger for certain levels Matthew Wild Wed, 15 Sep 2010 16:52:18 +0100
verse: Fix set_logger() to set verse.log() correctly Matthew Wild Wed, 15 Sep 2010 16:51:17 +0100
verse: Fire disconnected event even if connection fails instantly Matthew Wild Tue, 14 Sep 2010 15:02:29 +0100
verse: Log error and return when trying to close a closed connection Matthew Wild Mon, 13 Sep 2010 14:49:30 +0100
verse: verse.loop() and new verse.step() use the new error handler to, er, handle errors. Matthew Wild Mon, 13 Sep 2010 14:08:41 +0100
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 Mon, 13 Sep 2010 14:07:41 +0100
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