Give up on a to-do item.
authorEric S. Raymond <esr@thyrsus.com>
Mon, 27 Aug 2012 11:20:49 +0000 (07:20 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Mon, 27 Aug 2012 11:20:49 +0000 (07:20 -0400)
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.

irker.py

index 376a9566cd512d9b6804e30c9353c265b418f512..854380c3a96d2c6790d0fa40954c5b4c3a508238 100755 (executable)
--- 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