goirc/client
Alex Bramley 0d4e83ea7f Fix length bug in mockNetChan.
Using the length of the provided buffer is dangerous after the first buffered
read from it, as it'll be the length of the buffer size...
2011-11-11 08:34:55 +00:00
..
commands.go Epic final commit for nick/chan/logging/testing refactor. 2011-11-06 04:56:46 +00:00
commands_test.go Epic final commit for nick/chan/logging/testing refactor. 2011-11-06 04:56:46 +00:00
connection.go Make enabling/disabling state-tracking easier. Improve constructors. 2011-11-07 13:34:13 +00:00
connection_test.go Test send(). 2011-11-11 07:59:16 +00:00
handlers.go Use a static map of event handlers for internal handlers too. 2011-11-07 13:44:03 +00:00
handlers_test.go Use mock dispatcher for testing event triggering. 2011-11-07 14:53:07 +00:00
line.go Epic final commit for nick/chan/logging/testing refactor. 2011-11-06 04:56:46 +00:00
mocknetconn_test.go Fix length bug in mockNetChan. 2011-11-11 08:34:55 +00:00
state_handlers.go Make enabling/disabling state-tracking easier. Improve constructors. 2011-11-07 13:34:13 +00:00