Commit Graph

125 Commits

Author SHA1 Message Date
raylu 7dc6308895 Make a timeout so that Conn.Err closes when the connection is lost 2011-01-28 21:03:45 -05:00
raylu 1de390cd3d Update README.md and goconfig's README.mkd 2011-01-24 17:32:58 -05:00
raylu 4746832995 Use new forked goconfig as a submodule 2011-01-24 17:27:13 -05:00
Justin Vermillion 7c949c8be7 changed install instructions to reflect the new directory name for the IRC libraries--'client' instead of 'irc' 2011-01-24 03:14:40 -05:00
raylu c3240316b7 Merge branch 'fluffle' 2011-01-13 15:53:00 -05:00
Alex Bramley 2a3ff18d73 Properly fix formatting. Bleh bleh bleh. 2010-12-20 22:14:22 +00:00
raylu ed3ccb524e Fix handleJoin for new goirc layout 2010-12-20 15:05:28 -06:00
raylu 04886d6f3c Merge branch 'fluffle' 2010-12-20 14:50:22 -06:00
Alex Bramley 1d587cd3fc Helps if you add the damn element to the struct... 2010-12-19 15:22:40 +00:00
raylu 0d4322e854 Update rbot for the new goirc layout 2010-12-18 18:45:02 -08:00
raylu 3a86d53dde Merge commit '623247c'
Conflicts:
	README.md
2010-12-18 18:11:20 -08:00
raylu d9267067cd Merge commit 'bedbfc2'
Conflicts:
	client.go
2010-12-18 17:36:01 -08:00
raylu 137fe94b50 Make calc request UTF-8 data (instead of ISO-8859-1) 2010-12-09 04:05:41 -05:00
raylu 84960c314e Document roman in README.md 2010-12-09 03:22:24 -05:00
Alex Bramley bea2395160 Make timestamp format twiddleable; cosmetic re-arrangement of *Conn struct. 2010-11-23 22:18:08 +00:00
Graham Lyon 623247c995 Generalise timestamp code and default to using time.LocalTime 2010-11-23 22:08:25 +00:00
Alex Bramley 08b7d63c27 Refactor to remove line.Text and use line.Args[-1] instead. 2010-11-23 22:07:21 +00:00
Graham Lyon 8ad6e67467 Added timestamps to irc.Line and debug output 2010-11-23 20:22:35 +00:00
Alex Bramley 83e1f9ca74 Update README for release. 2010-11-21 19:59:57 +00:00
Alex Bramley bedbfc2899 Move irc/ to client/ and set up for goinstall. 2010-11-21 19:53:14 +00:00
raylu 6818e00df6 Fix the "admin commands" list in the readme 2010-11-08 22:27:33 -05:00
raylu ce090c674b nick 2010-11-05 19:28:32 -04:00
raylu e7f0113a5b Pattern matching in accesslist 2010-11-05 19:23:21 -04:00
raylu 652867410a Update rbot.go to be compatible with the giant merge 2010-11-04 13:12:23 -04:00
raylu ff21e678d4 Merge branch 'fluffle'
Conflicts:
	README.md
	client.go
	irc/commands.go
	irc/connection.go
	irc/handlers.go
2010-11-04 12:57:53 -04:00
Alex Bramley 00d25810b5 De-duplicate mode parsing and move to nickchan.go. 2010-11-04 01:22:49 +00:00
raylu 7734a9ad4a part 2010-11-03 21:15:27 -04:00
raylu 3fa45f510a Minor cleanup 2010-11-03 20:58:39 -04:00
raylu 62e450dd8a Keep track of bans by nick and allow unban on nicks 2010-11-03 20:58:06 -04:00
Alex Bramley e611672b06 Reorganise handlers into separate methods rather than anonymous functions. 2010-11-04 00:54:26 +00:00
Alex Bramley c419ef1ead Run gofmt over everything, for great justice. 2010-11-04 00:25:46 +00:00
Alex Bramley 6bb5558c46 Bugfix -- there could be other integer modes than +l. 2010-11-04 00:06:27 +00:00
Alex Bramley ff61bc9ea1 Update README with slight changes. 2010-11-04 00:02:26 +00:00
Alex Bramley 419dba1e75 Update example client with changes. 2010-11-03 23:53:14 +00:00
Alex Bramley 961e38d7bf Handle ircu's non-conformist attitude to JOIN/PART formatting(h/t raylu again). 2010-11-03 23:51:36 +00:00
Alex Bramley 7935d2e939 Use append() instead of doing it manually. 2010-11-03 23:50:43 +00:00
Alex Bramley 38eb150850 Somewhat better SSL handling. It'll improve moar if my patches get looked at. 2010-11-03 23:49:28 +00:00
Alex Bramley a9d47d1a25 Sneakier handling of variadic optional args for commands. 2010-11-03 23:48:28 +00:00
Alex Bramley f829eeab9b Merge in some other niceties from raylu. 2010-11-03 23:46:58 +00:00
raylu 9723754282 Added listaccess command 2010-11-03 17:17:46 -04:00
Alex Bramley 04db2e2c8d Revert "Use default root CAs for SSL connections, h/t raylu."
This reverts commit 7515f11470.

This doesn't use the "default" CAs, it explicitly turns off CA verification.
Probably not the best of ideas. Patch to enable optional verification coming.

Conflicts:

	irc/connection.go
2010-11-03 20:42:39 +00:00
Alex Bramley 34b3299d41 Bring in Ray Lu's Debug patches. 2010-11-02 21:47:05 +00:00
raylu 8ce6c4e32e Handle the reverse case of servers screwing up : 2010-11-01 23:48:43 -04:00
Raymond Lu c185010e08 Really handle servers that don't use : properly 2010-10-31 15:47:02 -04:00
raylu f7e3c71249 Allow users with h to kick and kb themselves 2010-10-29 17:15:33 -04:00
raylu 585963cd2e Add romanization target language option 2010-10-29 15:26:45 -04:00
raylu 14ebeac6ee Add support for servers that don't use : properly 2010-10-29 14:06:18 -04:00
raylu 8765d3f178 Add romanization command 2010-10-28 15:02:09 -04:00
raylu f855d74bb4 Get rid of stupid UnquoteChar usage 2010-10-28 13:11:12 -04:00
Raymond Lu 35351e93bb Handle http://youtube.com without www and allow links that don't start lines 2010-10-27 21:02:28 -04:00