Alex Bramley
|
b0e0be0fe3
|
Check all nicks against current channel contents for 353 handler.
|
2011-09-12 23:21:15 +01:00 |
Alex Bramley
|
8ae5fe3b75
|
Another minor indexing bug :-/
|
2011-09-09 23:04:12 +01:00 |
Alex Bramley
|
d15d1074f5
|
Fix bug found by MODE handler test.
|
2011-09-09 22:33:08 +01:00 |
Alex Bramley
|
788c69aaa8
|
Fix same logic bug in KICK handler.
|
2011-08-30 23:08:10 +01:00 |
Alex Bramley
|
d74fd18d3d
|
Fixed logic bug, but it's a bit ugly :-/
|
2011-08-24 14:39:27 +01:00 |
Alex Bramley
|
b32e8d050f
|
Gofix for r59.
|
2011-08-03 08:04:01 +01:00 |
Alex Bramley
|
2efe298c75
|
Make IRCHandler the function type, make NewHandler the factory.
|
2011-07-30 19:42:10 +01:00 |
Alex Bramley
|
1849d886d4
|
Revert "Merge branch 'master' into release"
This reverts commit 2528d13314 , reversing
changes made to f0a9246c7a .
|
2011-07-29 23:14:21 +01:00 |
Alex Bramley
|
47d4587ca3
|
Revert "Weekly commits shouldn't be on release branch"
This reverts commit 934ee04fcf .
|
2011-07-28 12:14:51 +01:00 |
Alex Bramley
|
8fed417dce
|
Oh wait event isn't local.
|
2011-07-28 00:41:47 +01:00 |
Alex Bramley
|
303d3724e2
|
Break out unboxing code; pass conn/line objects for other events.
|
2011-07-28 00:24:07 +01:00 |
Alex Bramley
|
8e6de2f3c7
|
Add an overridable Dispatcher to Conn, and use that to dispatch events.
|
2011-07-27 21:40:56 +01:00 |
Alex Bramley
|
33a5bff35b
|
Move line parsing done in dispatchEvent into ParseLine().
|
2011-07-27 21:10:37 +01:00 |
Alex Bramley
|
5e814babc7
|
Move to using the new event registry internally.
|
2011-07-27 21:10:01 +01:00 |
Alex Bramley
|
934ee04fcf
|
Weekly commits shouldn't be on release branch
|
2011-07-26 20:25:14 +01:00 |
Alex Bramley
|
d2cfe6eb6f
|
Tidy up old-style slice syntax, and use string methods for CTCP parsing.
|
2011-07-25 23:02:57 +01:00 |
Alex Bramley
|
65ae4394fc
|
Update for weekly of 2011-07-16; changes to string.Split().
|
2011-07-25 22:27:52 +01:00 |
Alex Bramley
|
6634869fe6
|
Use connected bool properly to ensure shutdown() can't be called twice.
|
2011-07-22 01:17:35 +01:00 |
Alex Bramley
|
08b7d63c27
|
Refactor to remove line.Text and use line.Args[-1] instead.
|
2010-11-23 22:07:21 +00:00 |
Alex Bramley
|
bedbfc2899
|
Move irc/ to client/ and set up for goinstall.
|
2010-11-21 19:53:14 +00:00 |