Version bump for release.
[irker.git] / irkerd
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. RaymondHost option, as contributed by wking.
2014-05-31 Unit 193Add support for using CertFP to auth to the IRC server...
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 Antoine Beaupréfix usage for --log-level
2014-03-15 Eric S. RaymondVersion bump for 2.7 release.
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 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 GesselAdd a check for expired connections that are still...
2014-02-04 Alexander van GesselDon't loop forever after failing to connect to IRC
2013-12-25 Eric S. RaymondVersion bump for 2.5 release. 2.5
2013-12-25 Alexander van GesselFix a deadlock
2013-12-04 Eric S. RaymondVersion bump for release 2.4.
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 Eric S. RaymondVersion bump for 2.3 release. 2.3
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. RaymondVersion bump for 2.2 release. 2.2
2013-11-26 Laurent BachelierShow traceback on higher debug levels
2013-11-26 Alexander van GesselFix unicode processing
2013-11-26 Alexander van GesselRemove some irclib cruft
2013-11-26 Eric S. RaymondVersion bump for release 2.1. 2.1
2013-11-16 Eric S. RaymondVersion bump for 2.0. 2.0
2013-11-16 Eric S. RaymondSlightly more elegant fix, no need for new connectfail...
2013-11-16 Eric S. RaymondMeatball-surgery fix for invalid-name bug.
2013-10-22 Eric S. RaymondAdd a todo note.
2013-10-22 Eric S. RaymondRemove an irclib remnant.
2013-10-20 Eric S. RaymondMore debug consolidation.
2013-10-20 Eric S. RaymondMore uniform logging.
2013-10-20 Eric S. RaymondFix the spin loop not to be O(n**2).
2013-10-20 Eric S. RaymondSmoke test passes.
2013-10-20 Eric S. RaymondRemove unnecessary mutex lock.
2013-10-20 Eric S. RaymondEliminate the dependency on irclib.
2013-10-20 Eric S. RaymondRepairing the secret-chanel patch. Smoke test works.
2013-10-18 Eric S. RaymondMerge commit 'refs/merge-requests/22' of git://gitoriou...
2013-10-18 Ben KellyAdd support for keyed channels. Supports both channel...
2013-05-17 Eric S. RaymondShut up, pylint!
2013-05-17 Eric S. RaymondVersion bumpp for 1.20 release. 1.20
2013-05-15 Alexander van GesselIncrease anti-flood-delay from 0.5 to 1 second.
2013-05-05 Eric S. RaymondVersion bump for 1.9 release. 1.19
2013-04-24 William OrrWrote irkerd usage
2013-04-24 William Orrirkerd -V shouldn't take an argument
2013-04-17 Eric S. RaymondVersion bump for 1.18 release. 1.18
2013-04-16 Laurent BachelierDo not write to logfile if None
2013-04-16 Laurent BachelierPython 2.5 compatibility
2013-04-16 Eric S. RaymondDocument new options properly.
2013-04-16 Eric S. RaymondAppend mode is required if we're loogging to disk.
2013-04-16 Eric S. RaymondPrevent actually sending an empty privmsg.
2013-04-16 Eric S. RaymondAdded -p option.
2013-04-16 Eric S. RaymondAdded option to force nick.
2013-04-16 Eric S. RaymondTypo fixes.
2013-04-16 Eric S. RaymondAdded - option; irker ca now be used as a channel monitor.
2013-02-03 Eric S. RaymondVersion bump for 1.17 release. 1.17
2013-02-03 Alexander van GesselEnsure connections we consider dead are actually closed
2013-02-03 Alexander van GesselTruncate messages that are longer than 512 bytes and...
2013-01-25 Eric S. RaymondVersin bump for release 1.16. 1.16
2012-12-09 Eric S. RaymondPrepare 1.15 release, with a minor bugfix in the Subver... 1.15
2012-11-26 Eric S. RaymondVersion bump for 1.14 release.
2012-11-26 Eric S. RaymondWhitespace fix. Code is pylint clean and working.
2012-11-26 Eric S. RaymondAnother hand-merged bugfix by AI0867.
next