goirc/client
Alex Bramley 5bb0c8278d Minimally invasive change to put logging behind a user-replaceable interface.
This could probably be done better, and there are probably awful caveats
and hidden gotchas with this approach. I REGRET NOTHING.
2013-09-27 22:19:40 +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 Minimally invasive change to put logging behind a user-replaceable interface. 2013-09-27 22:19:40 +01:00
connection_test.go Minimally invasive change to put logging behind a user-replaceable interface. 2013-09-27 22:19:40 +01:00
dispatch.go Minimally invasive change to put logging behind a user-replaceable interface. 2013-09-27 22:19:40 +01:00
dispatch_test.go Port sp0rkle's panic recovery back into goirc. 2013-03-10 13:30:00 +00:00
handlers.go Use constants for named messages. 2013-03-07 17:33:56 -08: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 Minimally invasive change to put logging behind a user-replaceable interface. 2013-09-27 22:19:40 +01:00
state_handlers.go Minimally invasive change to put logging behind a user-replaceable interface. 2013-09-27 22:19:40 +01:00