irker.git
2012-08-27 Eric S. RaymondCan now ship to a list of channels.
2012-08-27 Eric S. RaymondTime out comnnections when no PINGS are arriving.
2012-08-27 Eric S. RaymondRefactor.
2012-08-27 Eric S. RaymondGive up on a to-do item.
2012-08-27 Eric S. RaymondAdd UDP support and default to it.
2012-08-27 Eric S. RaymondAdd a name suffix argument so nicks won't be ambiguous.
2012-08-27 Eric S. Raymondpylint cleanup.
2012-08-27 Eric S. RaymondShut downn closed sockets - makes status detectabke...
2012-08-27 Eric S. RaymondUpdate to-do items.
2012-08-27 Eric S. RaymondComment fixes.
2012-08-27 Eric S. RaymondRefactor.
2012-08-27 Eric S. RaymondClean up sessions when their sockets timee out.
2012-08-26 Eric S. RaymondAllocate servers out of a pool.
2012-08-26 Eric S. RaymondA start on server pooling.
2012-08-26 Eric S. RaymondNote another to-do.
2012-08-26 Eric S. RaymondChange a string to match an IRC command.
2012-08-26 Eric S. RaymondMultichannel operation.
2012-08-26 Eric S. RaymondUse StreamRequestHandler.
2012-08-26 Eric S. RaymondChannel timeout appears to work.
2012-08-26 Eric S. RaymondThis version with the resuming connect neems to work.
2012-08-26 Eric S. RaymondCosmetic fix.
2012-08-26 Eric S. RaymondThis version works!
2012-08-26 Eric S. RaymondQuiet the library a bit.
2012-08-26 Eric S. RaymondBearPerson's brain dump about the CIA architecture.
2012-08-26 Eric S. RaymondTypo fix and a caveat.
2012-08-26 Eric S. RaymondImproved debugging.
2012-08-26 Eric S. RaymondPush more debugging down to the library.
2012-08-26 Eric S. RaymondPush some debugging down to the IRC object.
2012-08-26 Eric S. RaymondBasic debug code.
2012-08-26 Eric S. RaymondUgh. Debug code was buggy again.
2012-08-26 Eric S. RaymondDEbug the debug code :-)
2012-08-26 Eric S. RaymondUnmodified 0.6.4 version of irclib.py.
2012-08-26 Eric S. RaymondAdd debuglevel.
2012-08-26 Eric S. RaymondStill passes test.
2012-08-26 Eric S. RaymondThis version passes our one trivial test...
2012-08-26 Eric S. RaymondSimplify - I don't think we'll need fancy hooks.
2012-08-26 Eric S. RaymondMake event connections.
2012-08-25 Eric S. RaymondMore compact URL parsing.
2012-08-25 Eric S. RaymondMore steps towards actual IRC.
2012-08-25 Eric S. RaymondPreparing IRC setup.
2012-08-25 Eric S. RaymondCreate an appropriate exception type.
2012-08-25 Eric S. RaymondThinko fix.
2012-08-25 Eric S. RaymondHow to parse the channel spec.
2012-08-25 Eric S. RaymondThread implementation seems to work.
2012-08-25 Eric S. RaymondInitial creation of session object.
2012-08-25 Eric S. RaymondRun loop is working.
2012-08-25 Eric S. RaymondIgnore derived files and the IRC library.
2012-08-25 Eric S. RaymondProject start.