Software /
code /
verse
Log
init.lua @ 329:2787e038bea2
description | author | age |
---|---|---|
verse: Err, I meant the stream, not the connection | Kim Alvefur | 2013-02-10 |
verse: Really pass the connection to ondisconnect, not some unknown global | Kim Alvefur | 2013-02-10 |
verse: Only fire the disconnected event if the stream and the connection are still associated (fixes smacks issue) | Kim Alvefur | 2013-02-10 |
verse: Add missing 'reason' argument to stream:close() | Kim Alvefur | 2013-02-10 |
verse: Remove some, erm, debug logging | Matthew Wild | 2012-03-30 |
verse: Add :listen(host, port) to Verse objects ("connected" event is fired with new clients) | Matthew Wild | 2012-03-30 |
verse: Accept a file object as a log handler, and automatically call :write() on it with a formatted message | Matthew Wild | 2012-02-12 |