X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=NEWS;h=15ca4613a06289f3536960794ad129695068972c;hb=7a6b16e860acbe63de5f579aed1ff3f193cd793d;hp=746cb35cb33b3a2abf0f73c61e99719ceed7d5df;hpb=80152144fa1ae3b8a6477a6d6fc6361a18cab30b;p=irker.git diff --git a/NEWS b/NEWS index 746cb35..15ca461 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,52 @@ irker history -1.6 @ 2013-01-24 +2.7 @ 2014-03-15 + Add support for ircs:// and SSL/TLS connections to IRC servers. + Add support for per-URL usernames and passwords. + +2.6 @ 2014-02-04 + Fix for an infinite loop on failing to connect to IRC + +2.5 @ 2013-12-24 + Bug fix - remove a deadlock we inherited from irclib. + +2.4 @ 2013-12-03 + Bug fix release - some users reported failure to connect with 2.3. + Also prevent a crash if Unicode shows up in the wrong place. + +2.3 @ 2013-11-30 + -i option enables immediate sending of one line in foreground. + +2.2 @ 2013-11-29 + Fixed Unicode processing - got busted in 2.0 when irclib was removed. + Show Python traceback on higher debug levels. + +2.1 @ 2013-11-26 + A performance improvement in the git repository hook. + Documentation polishing. + +2.0 @ 2013-11-16 + The dependency on irclib is gone. + An email delivery method, suitable for use on SourceForge. + irkerhook can now be used as a hg changegroup hook. + Prevent misbehavior on UTF-8 in commit metadata. + Fix a crash bug on invalid hostnames. + +1.20 @ 2013-05-17 + Compatibility back to Python 2.4 (provided simplejson is present). + Increased anti-flood delay to avoid trouble with freenode. + +1.19 @ 2013-05-06 + Fixed a minor bug in argument processing + +1.18 @ 2013-04-16 + Added -l option; irker can now be used as a channel monitor. + Added -n and -p option: the nick can be forced and authenticated. + +1.17 @ 2013-02-03 + Various minor fixes and bulletproofing. + +1.16 @ 2013-01-24 Deal gracefully with non-ASCII author names and '|' in the command line. 1.15 @ 2012-12-08