goirc/client
Alex Bee 7711182a72 Use Connected() instead of .connected in String() 2014-06-14 15:50:52 +01:00
..
commands.go Split long messages at a configurable length. Fixes #29. 2013-03-17 01:21:09 +00:00
commands_test.go Split long messages at a configurable length. Fixes #29. 2013-03-17 01:21:09 +00:00
connection.go Use Connected() instead of .connected in String() 2014-06-14 15:50:52 +01:00
connection_test.go Use call checker instead of writing to shared var in tests (10->1). 2013-09-30 14:43:29 +01:00
dispatch.go Split handlers up into three groups. 2013-09-28 00:15:54 +01:00
dispatch_test.go Atomic incrementing of call count for dispatch test (1->0). 2013-09-30 14:49:32 +01:00
handlers.go Split handlers up into three groups. 2013-09-28 00:15:54 +01:00
handlers_test.go Remove Commands from core goirc. 2013-02-27 20:23:24 +00:00
line.go Add another Line method to make life easier. 2013-03-17 16:46:39 +00:00
line_test.go Add a version of iopred's Message() and Target() Line methods, and tests. 2013-03-10 15:55:16 +00:00
mocknetconn_test.go Use a single control chan to kill mockNetConn goroutines (77->54). 2013-09-30 13:25:24 +01:00
state_handlers.go Split handlers up into three groups. 2013-09-28 00:15:54 +01:00