Commit Graph

  • 425557e8bd Create a simple mock that implements net.Conn. Alex Bramley 2011-08-21 13:38:12 +0100
  • 045679dd42 Split Connect() into two pieces for testing purposes. Alex Bramley 2011-08-21 13:23:42 +0100
  • a95da1cb2c Enforce upper-case CTCP commands. Alex Bramley 2011-08-21 13:22:26 +0100
  • b32e8d050f Gofix for r59. Alex Bramley 2011-08-03 08:04:01 +0100
  • cd53356ca6 Merge branch 'master' into release Alex Bramley 2011-08-03 08:03:20 +0100
  • 1a4ce96e00 Gofix for r59. Alex Bramley 2011-08-03 08:03:08 +0100
  • 634377c04a Merge branch 'master' into release Alex Bramley 2011-08-03 07:42:28 +0100
  • 5cdd25810e update client for release.r59 raylu 2011-08-01 17:33:48 -0700
  • 2efe298c75 Make IRCHandler the function type, make NewHandler the factory. Alex Bramley 2011-07-30 19:41:50 +0100
  • 43a2bf08f1 Make IRCHandler the function type, make NewHandler the factory. Alex Bramley 2011-07-30 19:41:50 +0100
  • 1d82af0080 Impolite to break the 'IRC event provides Conn, Line' contract. Alex Bramley 2011-07-30 19:34:55 +0100
  • 9c94b0b3e0 Impolite to break the 'IRC event provides Conn, Line' contract. Alex Bramley 2011-07-30 19:34:55 +0100
  • bb703cc945 Fix SerialDispatcher test. Alex Bramley 2011-07-29 23:11:05 +0100
  • 1849d886d4 Revert "Merge branch 'master' into release" Alex Bramley 2011-07-29 23:14:21 +0100
  • 2528d13314 Merge branch 'master' into release Alex Bramley 2011-07-29 23:11:14 +0100
  • 4994263773 Fix SerialDispatcher test. Alex Bramley 2011-07-29 23:11:05 +0100
  • 2f31ca5dcf Oh, god damnit. Should at least *try* to build things to make sure they work. Alex Bramley 2011-07-28 18:01:46 +0100
  • f0a9246c7a Oh, god damnit. Should at least *try* to build things to make sure they work. Alex Bramley 2011-07-28 18:01:46 +0100
  • d6ac053b62 Add a function to make a copy of a *Line (bar the Time field). Alex Bramley 2011-07-28 17:56:14 +0100
  • 364c6da7ae Add a function to make a copy of a *Line (bar the Time field). Alex Bramley 2011-07-28 17:56:14 +0100
  • 47d4587ca3 Revert "Weekly commits shouldn't be on release branch" Alex Bramley 2011-07-28 12:14:51 +0100
  • 8fed417dce Oh wait event isn't local. Alex Bramley 2011-07-28 00:41:47 +0100
  • dc89882bf9 Makefile for event. Alex Bramley 2011-07-28 00:35:19 +0100
  • 303d3724e2 Break out unboxing code; pass conn/line objects for other events. Alex Bramley 2011-07-28 00:24:07 +0100
  • 8e6de2f3c7 Add an overridable Dispatcher to Conn, and use that to dispatch events. Alex Bramley 2011-07-27 21:35:45 +0100
  • 900afb5c48 Put nil checking in correct place. Alex Bramley 2011-07-27 21:15:09 +0100
  • 33a5bff35b Move line parsing done in dispatchEvent into ParseLine(). Alex Bramley 2011-07-27 21:10:37 +0100
  • 5e814babc7 Move to using the new event registry internally. Alex Bramley 2011-07-27 21:10:01 +0100
  • a2b53e6fc3 Rename registry -> event for gb purposes. Alex Bramley 2011-07-27 21:00:23 +0100
  • 5843974562 Make struct registry conform to EventRegistry. Alex Bramley 2011-07-27 20:59:58 +0100
  • 3e82bf33c3 unit tests, sort of. Alex Bramley 2011-07-27 17:49:55 +0100
  • cce112465f Make Handler an interface type; make dispatcher private; correctly unbox ev. Alex Bramley 2011-07-27 17:49:34 +0100
  • 2c10e19f58 More abstracted event registry. Alex Bramley 2011-07-27 16:54:49 +0100
  • 934ee04fcf Weekly commits shouldn't be on release branch Alex Bramley 2011-07-26 20:25:14 +0100
  • d2cfe6eb6f Tidy up old-style slice syntax, and use string methods for CTCP parsing. Alex Bramley 2011-07-25 23:02:57 +0100
  • 65ae4394fc Update for weekly of 2011-07-16; changes to string.Split(). Alex Bramley 2011-07-25 22:27:52 +0100
  • ddd913547c Add field in Conn to allow external state to be propagated to event handlers. Alex Bramley 2011-07-25 22:27:09 +0100
  • b13e7bfb0b remove trailing whitespace raylu 2011-07-21 23:16:17 -0700
  • d139fab231 unconditionally wait 30 seconds before reconnecting raylu 2011-07-21 23:15:52 -0700
  • d961c92dd1 Merge remote-tracking branch 'fluffle/master' raylu 2011-07-21 23:04:49 -0700
  • 830dbcbb7f Update the docs slightly. Alex Bramley 2011-07-22 01:26:41 +0100
  • c3715be829 Use second constant in SetTimeout(). Alex Bramley 2011-07-22 01:20:25 +0100
  • 07d5c0676e Fix compile error when NewNick() is called before initialise(). Alex Bramley 2011-07-22 01:20:07 +0100
  • 6634869fe6 Use connected bool properly to ensure shutdown() can't be called twice. Alex Bramley 2011-07-22 01:17:35 +0100
  • 291132cab5 Refactor recv() since we needed to rewrite send(). Alex Bramley 2011-07-22 01:11:15 +0100
  • 0200b741dc Fix for issues/6 (2/2): Move to using control channels and select. Alex Bramley 2011-07-22 01:08:42 +0100
  • eb51558009 Fix for issues/6 (1/2): Don't close channels when disconnected. Alex Bramley 2011-07-21 23:03:11 +0100
  • a5a4f989ac Update SSL connectivity to use tls.Dial now it supports a config arg. Alex Bramley 2011-07-21 22:00:45 +0100
  • 9748f9c47e Oops, timeouts are int64 nanoseconds. Alex Bramley 2011-07-21 21:59:01 +0100
  • 4bdc993639 add justin.tv stream announce raylu 2011-07-20 03:25:58 -0700
  • 5027646478 gofix run Alex Bramley 2011-07-18 09:14:58 +0100
  • 83b482f8ce Make socket timeouts a configurable thingy. Alex Bramley 2011-07-17 13:48:12 +0100
  • a19bce5998 Make a timeout so that Conn.Err closes when the connection is lost raylu 2011-01-28 21:03:45 -0500
  • 557b178798 NFI where i was up to, store state. ircd-devel Alex Bramley 2011-07-17 13:14:25 +0100
  • e8e1400168 goconfig no longer destroys conf when writing raylu 2011-07-10 19:20:10 -0700
  • ae1b600a2e update for latest release; rewrite send raylu 2011-07-10 01:17:12 -0700
  • de6783169e Update goconfig submodule raylu 2011-05-17 23:39:36 -0700
  • 9d43e88080 Add a minimal configuration example with port raylu 2011-05-17 23:28:06 -0700
  • f6a130d82d gofix's formatting pointed out this space raylu 2011-05-16 22:18:55 -0500
  • 114b31f3c7 Update to r57.1 raylu 2011-05-16 22:13:18 -0500
  • 4abd88f40b Add recovery in handlePrivmsg raylu 2011-04-27 04:37:55 -0400
  • f89b33a593 Remove debugging print raylu 2011-04-20 01:41:17 -0400
  • 5b5b918445 Handle ideographic spaces (U+3000) in !tr raylu 2011-04-20 01:37:00 -0400
  • abdcdf56e8 Fix (lack of) access requirement for !ops raylu 2011-04-11 16:25:07 -0400
  • 3fd23e765a Handle youtube links only after consider commands raylu 2011-04-10 21:37:14 -0400
  • eddff91b7a Handle leading spaces in topics raylu 2011-04-10 21:25:35 -0400
  • 8878b7c1d1 Make the makefile make raylu 2011-04-10 20:46:47 -0400
  • affc372b94 Properly ignore self for !ops raylu 2011-04-10 03:45:23 -0400
  • 83fc245eec Add !ops command to highlight all ops raylu 2011-04-10 03:32:32 -0400
  • d38619843f Make it so one command builds everything raylu 2011-04-09 00:52:28 -0400
  • a537d1a9f6 Fix example owner raylu 2011-04-09 00:52:10 -0400
  • 8b2e766fe8 Use gomake instead of make raylu 2011-04-09 00:37:37 -0400
  • 9bff4888e1 Use utf8.Slice instead raylu 2011-04-07 22:52:23 -0400
  • d4f868377e Fix Google transliteration duplication silliness raylu 2011-04-07 19:46:20 -0400
  • 9e203ff027 Handle http://youtu.be/ links raylu 2011-04-07 03:47:07 -0400
  • c7fce11e01 identd support raylu 2011-03-09 23:47:07 -0600
  • 420f9ed131 Use select to block the main thread raylu 2011-03-09 19:48:57 -0600
  • 186519214f Add github link to CTCP VERSION reply raylu 2011-03-09 16:05:19 -0600
  • d07e0b9dc2 This makes the bot reconnect on connection errors. Hopefully. raylu 2011-02-24 17:34:36 -0500
  • 762ba1e599 Type inference proves too costly for ragel-based config... Alex Bramley 2011-02-22 21:26:48 +0000
  • 99d1d42a0a Parse <sup> as ^ in calc raylu 2011-02-10 13:50:16 -0500
  • fb694f1546 Add ignore information to accesslist raylu 2011-02-04 17:26:08 -0500
  • 7007e6eb9f Add ignores raylu 2011-02-04 17:20:29 -0500
  • 2565548813 Don't Sprintf in say if no arguments raylu 2011-02-02 16:36:53 -0500
  • 56309794bd Fix error reporting in cmd-google.go:calc raylu 2011-02-02 00:04:45 -0500
  • 7dc6308895 Make a timeout so that Conn.Err closes when the connection is lost raylu 2011-01-28 21:03:45 -0500
  • 1de390cd3d Update README.md and goconfig's README.mkd raylu 2011-01-24 17:32:58 -0500
  • 4746832995 Use new forked goconfig as a submodule raylu 2011-01-24 17:27:13 -0500
  • 7c949c8be7 changed install instructions to reflect the new directory name for the IRC libraries--'client' instead of 'irc' Justin Vermillion 2011-01-23 19:58:26 -0800
  • c3240316b7 Merge branch 'fluffle' raylu 2011-01-13 15:53:00 -0500
  • 2a3ff18d73 Properly fix formatting. Bleh bleh bleh. Alex Bramley 2010-12-20 22:14:22 +0000
  • ed3ccb524e Fix handleJoin for new goirc layout raylu 2010-12-20 15:05:28 -0600
  • 04886d6f3c Merge branch 'fluffle' raylu 2010-12-20 14:50:22 -0600
  • 1d587cd3fc Helps if you add the damn element to the struct... Alex Bramley 2010-12-19 15:22:40 +0000
  • 0d4322e854 Update rbot for the new goirc layout raylu 2010-12-18 18:45:02 -0800
  • 3a86d53dde Merge commit '623247c' raylu 2010-12-18 18:11:20 -0800
  • d9267067cd Merge commit 'bedbfc2' raylu 2010-12-18 17:36:01 -0800
  • 137fe94b50 Make calc request UTF-8 data (instead of ISO-8859-1) raylu 2010-12-09 04:05:41 -0500
  • 84960c314e Document roman in README.md raylu 2010-12-09 03:22:24 -0500
  • f99a2c6bb8 Make sure we're using SVN ragel; add default Link constructor. Alex Bramley 2010-12-01 22:57:50 +0000