From: Eric S. Raymond Date: Mon, 27 Aug 2012 11:20:49 +0000 (-0400) Subject: Give up on a to-do item. X-Git-Tag: 1.0~98 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=00310777a3bb5498fb7cdafae212a8426d9a828f;p=irker.git Give up on a to-do item. Don't try to round-robin as in http://code.google.com/p/cia-vc/source/browse/trunk/cia/LibCIA/IRC/Network.py The reason for this decision is that freenode, the most important case, says its list of authoritative hosts is not stable and clients should connect through chat.freenode.org. --- diff --git a/irker.py b/irker.py index 376a956..854380c 100755 --- a/irker.py +++ b/irker.py @@ -12,7 +12,6 @@ join/leave traffic. Requires Python 2.6. TO-DO: Is there any way to cope if servers drop connections? -TO-DO: Round-robin as in http://code.google.com/p/cia-vc/source/browse/trunk/cia/LibCIA/IRC/Network.py TO-DO: Register the port? """ # These things might need tuning