Commit Graph

290 Commits

Author SHA1 Message Date
Chris Rhodes eb578bf70c Merge branch 'master' of https://github.com/iopred/goirc 2013-02-15 19:07:19 -08:00
Chris Rhodes 86c1156380 Pong Ping, What's the difference? 2013-02-15 18:44:00 -08:00
Chris Rhodes 674c2f852e Pong Ping, What's the difference? 2013-02-15 18:44:00 -08:00
Chris Rhodes 7e62cfb077 Merge branch 'master' into constants 2013-02-15 18:28:39 -08:00
Chris Rhodes 165f7ebc51 Merge branch 'master' into constants 2013-02-15 18:28:39 -08:00
Chris Rhodes aae660cb9c Fix tests due to more talky init. 2013-02-15 18:26:20 -08:00
Chris Rhodes bd43f3769b Fix tests due to more talky init. 2013-02-15 18:26:20 -08:00
Chris Rhodes 8741b21707 Use consistant constants constantly. 2013-02-15 18:03:13 -08:00
Chris Rhodes 6868c8a0b7 Use consistant constants constantly. 2013-02-15 18:03:13 -08:00
Chris Rhodes 70a2700cbd Use the internal event handling for initial pass/user/nick messages.
Added constants for internal events.
gofmt'ed all files and updated client.go/documentation.
2013-02-15 17:24:54 -08:00
Chris Rhodes dffd6b1cb1 Use the internal event handling for initial pass/user/nick messages.
Added constants for internal events.
gofmt'ed all files and updated client.go/documentation.
2013-02-15 17:24:54 -08:00
Alex Bramley 91c71da2dd Re-work Handlers for IRC events; add Commands. 2013-02-16 00:17:31 +00:00
Alex Bramley a674267128 Re-work Handlers for IRC events; add Commands. 2013-02-16 00:17:31 +00:00
Alex Bramley c9ba668094 Remove embedded logger from client package. 2013-02-16 00:15:23 +00:00
Alex Bramley a038856094 Remove embedded logger from client package. 2013-02-16 00:15:23 +00:00
Alex Bramley 5bcf130805 Remove embedded logger from state tracker. Hmmmm. 2013-01-23 22:33:01 +00:00
Alex Bramley ca46884c72 Remove embedded logger from state tracker. Hmmmm. 2013-01-23 22:33:01 +00:00
Alex Bee fdcbc5f3d8 Merge pull request #17 from StalkR/chanmodes
state: parse +r/+Z channel modes
2013-01-11 13:55:12 -08:00
Alex Bee f4b53dfb24 Merge pull request #17 from StalkR/chanmodes
state: parse +r/+Z channel modes
2013-01-11 13:55:12 -08:00
StalkR 7bb9cad546 state: parse +r/+Z channel modes 2013-01-10 22:22:19 +01:00
StalkR 68005e1845 state: parse +r/+Z channel modes 2013-01-10 22:22:19 +01:00
Alex Bramley 831bf7a733 Allow renicking to be customised. (Closes #14) 2013-01-06 21:01:55 +00:00
Alex Bramley b39e4717af Allow renicking to be customised. (Closes #14) 2013-01-06 21:01:55 +00:00
Alex Bee f8a786f9c7 Merge pull request #16 from StalkR/bot
state: nick: support for Bot mode (+B)
2013-01-06 11:21:14 -08:00
Alex Bee a4028ee669 Merge pull request #16 from StalkR/bot
state: nick: support for Bot mode (+B)
2013-01-06 11:21:14 -08:00
Alex Bee 8e59a38c75 Merge pull request #15 from StalkR/chans
state: channel: add Nicks() and NicksStr() accessors for nicks on channe...
2013-01-06 11:15:06 -08:00
Alex Bee e487b72e3c Merge pull request #15 from StalkR/chans
state: channel: add Nicks() and NicksStr() accessors for nicks on channe...
2013-01-06 11:15:06 -08:00
StalkR 52d1762ee9 state: nick: add Channels/ChannelsStr accessors to get channels a nick is on 2013-01-06 20:13:06 +01:00
StalkR 2cc4e94acb state: nick: add Channels/ChannelsStr accessors to get channels a nick is on 2013-01-06 20:13:06 +01:00
StalkR 68a75df0e7 state: nick: support for Bot mode (+B) 2013-01-06 19:52:11 +01:00
StalkR 4962b26ca9 state: nick: support for Bot mode (+B) 2013-01-06 19:52:11 +01:00
StalkR 458b46335a state: channel: add Nicks() and NicksStr() accessors for nicks on channel 2013-01-06 19:29:53 +01:00
StalkR eb92a84e96 state: channel: add Nicks() and NicksStr() accessors for nicks on channel 2013-01-06 19:29:53 +01:00
Alex Bramley bfb42529a0 Fix due to logging api change change. 2012-09-25 23:42:37 +01:00
Alex Bramley aa021c7cac Fix due to logging api change change. 2012-09-25 23:42:37 +01:00
Alex Bramley c2df325afb Merge branch 'master' into go1 2012-09-25 22:39:20 +01:00
Alex Bramley c7809b90e4 Merge branch 'master' into go1 2012-09-25 22:39:20 +01:00
Alex Bramley 13855ff77b Fix due to logging api change. 2012-09-25 22:39:02 +01:00
Alex Bramley f82321a22f Merge pull request #13 from cgtdk/patch-1
Pull two commits from cgtdk fixing embarassing errors in my README ;-)
2012-07-26 15:59:57 -07:00
Alex Bramley 64899b4919 Merge pull request #13 from cgtdk/patch-1
Pull two commits from cgtdk fixing embarassing errors in my README ;-)
2012-07-26 15:59:57 -07:00
Christoffer G. Thomsen d1ff35c156 Fixed another typo 2012-07-25 19:42:00 +03:00
Christoffer G. Thomsen 8adfd40223 Fixed another typo 2012-07-25 19:42:00 +03:00
Christoffer G. Thomsen 0014f6d14a Inserted missing " 2012-07-25 19:36:47 +03:00
Christoffer G. Thomsen f13e1ec7fe Inserted missing " 2012-07-25 19:36:47 +03:00
Alex Bramley c85f891c6b Bah, dsymonds moved gomock again. 2012-06-26 11:20:57 +01:00
Alex Bramley b98fabe44e Fix go1 time changes up. 2012-06-06 17:12:07 +01:00
Alex Bramley 9c67c42fa1 Merge branch 'release'
Conflicts:
	client/connection.go
	client/connection_test.go
2012-06-06 16:25:07 +01:00
Alex Bramley e3ba7b6b96 Fix up README. 2012-06-06 15:22:06 +01:00
Alex Bramley dbdc470c5c Fix os.EINVAL -> os.ErrInvalid change. 2012-05-14 22:51:01 +01:00
Alex Bramley cb5001bb27 Rate limit testing was not testing properly. Needed abs() and some fixes for time changes. 2012-02-04 23:34:09 +00:00