goirc/client
Alex Bramley 6a54622df9 Make mockNetConn more likely to expose racy conditions.
Use buffered channels so that Close() returns without waiting.
Use an array of three channels rather than appending to a slice.
2011-11-11 10:48:58 +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 Test write(). Fix bug where return of Flush() was not checked. 2011-11-11 10:17:17 +00:00
connection_test.go Test write(). Fix bug where return of Flush() was not checked. 2011-11-11 10:17:17 +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 Make mockNetConn more likely to expose racy conditions. 2011-11-11 10:48:58 +00:00
state_handlers.go Make enabling/disabling state-tracking easier. Improve constructors. 2011-11-07 13:34:13 +00:00