Log

init.lua @ 479:2bb12fb6fcbd

description author age
Add 'shutdown' event for a self-initiated disconnect Matthew Wild Fri, 17 Mar 2023 09:23:15 +0000
Fix whitespace Matthew Wild Thu, 16 Mar 2023 16:47:59 +0000
Update to new tls_builder() API in net.server upstream Matthew Wild Thu, 16 Mar 2023 16:40:57 +0000
Use util.format for logging Matthew Wild Thu, 16 Mar 2023 11:46:16 +0000
client: Send whitespace keeplives Kim Alvefur Sun, 06 Jun 2021 16:43:36 +0200
verse: Ensure verse.quit() only quits the loop once Matthew Wild Mon, 17 Sep 2018 13:19:54 +0100
verse: Remove use of deprecated module() function Kim Alvefur Sun, 20 May 2018 01:16:22 +0200
verse: trim trailing whitespace Kim Alvefur Tue, 18 Apr 2017 16:46:26 +0200
Merge with Zash Matthew Wild Tue, 12 Jan 2016 13:14:36 +0000
verse: Pass on error from trying to require verse connection module Kim Alvefur Sun, 17 May 2015 15:00:30 +0200
verse: Enable TCP keepalives Kim Alvefur Tue, 05 May 2015 01:08:20 +0200
init: Log the error message that caused loading of a connection module to fail Matthew Wild Sat, 05 Sep 2015 15:13:52 +0100
init: Restore loading of LuaSec (must be loaded before net.server) (thanks 桜) Kim Alvefur Sun, 16 Nov 2014 19:33:18 +0100
verse: Import LuaSocket properly (especially for 5.2) Kim Alvefur Tue, 23 Sep 2014 22:15:13 +0200
verse: Fix disconnected event for unassociated connections Kim Alvefur Sun, 10 Feb 2013 18:06:43 +0100
Backout 55e3fd7b9731 Kim Alvefur Sun, 10 Feb 2013 18:02:00 +0100
verse: Err, I meant the stream, not the connection Kim Alvefur Sun, 10 Feb 2013 04:29:20 +0100
verse: Really pass the connection to ondisconnect, not some unknown global Kim Alvefur Sun, 10 Feb 2013 04:20:44 +0100
verse: Only fire the disconnected event if the stream and the connection are still associated (fixes smacks issue) Kim Alvefur Sun, 10 Feb 2013 03:29:04 +0100
verse: Add missing 'reason' argument to stream:close() Kim Alvefur Sun, 10 Feb 2013 02:50:02 +0100
verse: Remove some, erm, debug logging Matthew Wild Fri, 30 Mar 2012 03:57:03 +0100
verse: Add :listen(host, port) to Verse objects ("connected" event is fired with new clients) Matthew Wild Fri, 30 Mar 2012 03:09:59 +0100
verse: Accept a file object as a log handler, and automatically call :write() on it with a formatted message Matthew Wild Sun, 12 Feb 2012 20:21:52 +0000
Merge with Zash Matthew Wild Mon, 05 Dec 2011 15:39:05 +0000
verse: Add stream:info() for emitting info-level log message. Kim Alvefur Mon, 05 Dec 2011 16:24:13 +0100
verse: Add init(...) method to load connection modules (client, component, bosh, etc.) Matthew Wild Mon, 05 Dec 2011 15:38:18 +0000
verse: Remove silly logger line I just noticed at the end of the file Matthew Wild Wed, 30 Nov 2011 18:01:53 +0000
verse: Add default log handler for errors Matthew Wild Sun, 27 Nov 2011 23:00:15 +0000
verse: Format messages before passing them to custom log handler Matthew Wild Sun, 27 Nov 2011 22:59:59 +0000
verse: set_log_handler(): Allow nil to be passed for log_handler to disable logging (the default). Matthew Wild Sun, 27 Nov 2011 22:50:21 +0000