irker.git
2014-06-01 Eric S. RaymondVersion bump for release. master 2.9
2014-06-01 Eric S. RaymondClean up after recent pylint changes.
2014-06-01 Eric S. RaymondNews update.
2014-06-01 Eric S. RaymondHost option, as contributed by wking.
2014-05-31 Eric S. RaymondAdd a missing import.
2014-05-31 Unit 193Add support for using CertFP to auth to the IRC server...
2014-05-31 Eric S. RaymondRemove an obsolete assumption and fix some markup.
2014-05-31 Eric S. RaymondBetter behavior in case stdout was closed when irkerd...
2014-05-31 W. Trevor Kingirkerd.xml: Cleanup syslog docs and shift 'os' import
2014-05-31 Eric S. RaymondUse syslog facility when irkerd is backgtrounded and...
2014-05-31 Eric S. RaymondFix a typoed member name.
2014-05-30 Eric S. RaymondVersion bump for 2.8 release. 2.8
2014-05-30 Eric S. RaymondAdd recent news.
2014-05-30 Eric S. RaymondCope better with hirerarchical branch names.
2014-05-30 Antoine Beaupréfix usage for --log-level
2014-05-30 Antoine Beaupréadd manpage for irk
2014-05-30 Beat Bolliirk: explicitly close the irkerd socket
2014-05-30 Beat Bolliirk: bail out early on connection errors
2014-05-30 Beat Bolliirk: explain why we think irkerd isn't running
2014-05-30 Beat Bolliirk: reuse the already connected socket
2014-05-30 Beat Bolliirk: remove extraneous imports
2014-04-18 Eric S. RaymondRemove unused header.
2014-03-15 Eric S. RaymondDate-stamp 2.7. 2.7
2014-03-15 Eric S. RaymondVersion bump for 2.7 release.
2014-03-15 Eric S. RaymondSuppress some spuriious pylint warnings.
2014-03-12 W. Trevor Kingirkerd: Fix 'self.socket' -> 'socket' typos in _wrap_socket
2014-03-12 W. Trevor Kingirkerd: Fix -i / --immediate handling, and add a messag...
2014-03-12 Eric S. RaymondFix somre confusion abot argument-passing.
2014-03-11 Eric S. RaymondAllow kwargs use.
2014-03-11 Eric S. RaymondDocumentation updates.
2014-03-11 W. Trevor Kingirkerd: Extract username and password from submitted...
2014-03-11 W. Trevor Kingirkerd: Initial SSL/TLS implementation
2014-03-11 W. Trevor Kingirkerd: Replace Exception.format_exc() with traceback...
2014-03-11 W. Trevor Kingirkerd: Add Python-3-compatible string handling
2014-03-11 W. Trevor Kingirkerd: Use self instead of LineBufferedStream in lines()
2014-03-11 W. Trevor Kingirkerd: Add Python-3-compatible import names
2014-03-11 W. Trevor Kingirkerd: Drop scheme replacement in Target.__init__
2014-03-11 W. Trevor Kingirkerd: Drop simplejson replacement
2014-03-11 W. Trevor Kingirkerd: Convert to Python 3's "except x as y" syntax
2014-03-11 W. Trevor Kingirkerd: Replace sys.stderr.write with LOG.error
2014-03-11 W. Trevor Kingirkerd: Replace a print statement with LOG.error
2014-03-11 W. Trevor Kingirkerd: Transition from getopt to argparse
2014-03-11 W. Trevor Kingirkerd: Replace 'password' global with local Connection...
2014-03-11 W. Trevor Kingirkerd: Replace 'logfile' global with local Irker.logfile
2014-03-11 W. Trevor Kingirkerd: Replace 'namestyle' global with local 'nick_tem...
2014-03-11 W. Trevor Kingirkerd: Replace 'fallback' global with local 'nick_need...
2014-03-11 W. Trevor Kingirkerd: Add kwargs handling to pass data to IRCServerCo...
2014-03-11 W. Trevor Kingirkerd: Add Target.__str__ for pretty-printing targets...
2014-03-11 W. Trevor Kingirkerd: Convert to Python's logging module
2014-03-11 W. Trevor Kingirkerd: Split imported modules onto their own lines
2014-03-11 W. Trevor Kingirkerd: Pull request-parsing out into Irker._parse_request
2014-03-11 W. Trevor Kingirkerd: Add InvalidRequest and use it to flatten Irker...
2014-03-11 W. Trevor Kingirkerd: Store less state in IRCServerConnection.connect()
2014-02-04 Eric S. RaymondVersion bump for 2.6. 2.6
2014-02-04 Alexander van... Add a check for expired connections that are still...
2014-02-04 Alexander van... Don't loop forever after failing to connect to IRC
2013-12-25 Eric S. RaymondAI0867 gets more credit.
2013-12-25 Eric S. RaymondDocumentation improvements.
2013-12-25 Eric S. RaymondVersion bump for 2.5 release. 2.5
2013-12-25 Alexander van... Fix a deadlock
2013-12-22 Eric S. RaymondMy typo fix was typoed. Clearly I need more sleep.
2013-12-22 Eric S. RaymondTypo fix.
2013-12-22 Eric S. RaymondDocumentation tweak.
2013-12-04 Eric S. RaymondStupid markup fix. 2.4
2013-12-04 Eric S. RaymondVersion bump for release 2.4.
2013-12-04 Laurent BachelierOnly convert to unicode when needed
2013-12-03 Eric S. RaymondSupply a missing parameter.
2013-12-02 Eric S. RaymondCleaner exit code.
2013-12-02 Eric S. RaymondWe don't want to return an error status in immediate...
2013-12-01 Antoine Beaupréfix crash after introduction of immediate mode
2013-12-01 Antoine Beaupréadd a more helpful hook example: in post-receive
2013-12-01 Eric S. RaymondAnother shipper metadata change.
2013-12-01 Eric S. RaymondVersion bump for 2.3 release. 2.3
2013-12-01 Eric S. RaymondReinstate a simpler irk that only works with irkerd...
2013-11-30 Eric S. RaymondClean up and document immediate mode.
2013-11-30 Eric S. RaymondImmediate mode work.
2013-11-30 Eric S. RaymondRemove unecessary elaboration.
2013-11-30 Eric S. RaymondAn until string is not the answer.
2013-11-30 Eric S. RaymondTurning off DEAF is mecessary for this technique...
2013-11-30 Eric S. RaymondI think this would work to terminate immediaate mode...
2013-11-30 Eric S. RaymondRefactoring step: don't uncomditionally spawn a thread...
2013-11-30 Eric S. RaymondNote a deficiency
2013-11-29 Eric S. RaymondHalf-working immediate mode.
2013-11-29 Eric S. RaymondNEWS typo fix.
2013-11-29 Eric S. RaymondVersion bump for 2.2 release. 2.2
2013-11-29 Eric S. RaymondFix up some shipper metadata.
2013-11-27 Eric S. RaymondRequired magic to kill the spawned instance.
2013-11-26 Laurent BachelierShow traceback on higher debug levels
2013-11-26 Laurent BachelierFix some documentation typos
2013-11-26 Eric S. RaymondAn attempt at making irk clean up after itself.
2013-11-26 Alexander van... Fix unicode processing
2013-11-26 Alexander van... Remove some irclib cruft
2013-11-26 Eric S. RaymondVersion bump for release 2.1. 2.1
2013-11-26 Eric S. RaymondUndo some damage from an overambitious patch.
2013-11-26 Eric S. RaymondMore documentation polishing.
2013-11-26 Eric S. Raymondweechat doesn't do ANSI color, only mIRC.
2013-11-26 Eric S. RaymondNews update.
2013-11-26 Eric S. RaymondExplain why relaying through this is a good idea!
2013-11-26 Eric S. RaymondDocumentation polishing.
2013-11-26 Eric S. RaymondCosmetic fix to Makefile.
next