Version bump for release.
[irker.git] / NEWS
1                         irker history 
2
3 2.9: 2014-06-01
4   If irkerd is running in background, log to /dev/syslog (facility daemon).
5   New -H option to set host listening address.
6   Add support for using CertFP to auth to the IRC server, and document it.
7
8 2.8: 2014-05-30
9   Various minor improvements to irk.
10   Cope better with branch names containing slashes.
11
12 2.7 @ 2014-03-15
13   Add support for ircs:// and SSL/TLS connections to IRC servers.
14   Add support for per-URL usernames and passwords.
15
16 2.6 @ 2014-02-04
17    Fix for an infinite loop on failing to connect to IRC
18
19 2.5 @ 2013-12-24
20    Bug fix - remove a deadlock we inherited from irclib.
21
22 2.4 @ 2013-12-03
23    Bug fix release - some users reported failure to connect with 2.3.
24    Also prevent a crash if Unicode shows up in the wrong place.
25
26 2.3 @ 2013-11-30
27   -i option enables immediate sending of one line in foreground.
28
29 2.2 @ 2013-11-29
30   Fixed Unicode processing - got busted in 2.0 when irclib was removed.
31   Show Python traceback on higher debug levels.
32
33 2.1 @ 2013-11-26
34   A performance improvement in the git repository hook.
35   Documentation polishing.
36
37 2.0 @ 2013-11-16
38   The dependency on irclib is gone.
39   An email delivery method, suitable for use on SourceForge.
40   irkerhook can now be used as a hg changegroup hook.
41   Prevent misbehavior on UTF-8 in commit metadata.
42   Fix a crash bug on invalid hostnames.
43
44 1.20 @ 2013-05-17
45   Compatibility back to Python 2.4 (provided simplejson is present).
46   Increased anti-flood delay to avoid trouble with freenode.
47
48 1.19 @ 2013-05-06
49   Fixed a minor bug in argument processing
50
51 1.18 @ 2013-04-16
52   Added -l option; irker can now be used as a channel monitor.
53   Added -n and -p option: the nick can be forced and authenticated.
54
55 1.17 @ 2013-02-03
56   Various minor fixes and bulletproofing.
57
58 1.16 @ 2013-01-24
59   Deal gracefully with non-ASCII author names and '|' in the command line.
60
61 1.15 @ 2012-12-08
62   Don't append an extra newline in the Subversion hook.
63
64 1.14 @ 2012-11-26
65   irclib 5.0 and urlparse compatibility fixes.
66
67 1.13 @ 2012-11-06
68   Fix for a very rare thread race found by AI0867.
69   Work around a midesign in the IRC library.
70
71 1.12 @ 2012-10-11
72   Emergency workaround for a Unicode-handling error buried deep in irclib.
73   The IRC library at version 3.2 or later is required for this version!
74   Only ship to freenode #commits by default.
75
76 1.11 @ 2012-10-10
77   Code is now fully Unicode-safe.
78   A 'cialike' option emulates the file-summary behavior on the old CIA service.
79
80 1.10 @ 2012-10-09
81   Expire disconnected connections if they aren't needed or can't reconnect.
82   Eventlet support removed - didn't play well with the library mutex.
83
84 1.9 @ 2012-10-08
85   Proper mutex locks prevent an occasional thread crash on session timeout.
86   There's now systemd installation support for irkerd.
87
88 1.8 @ 2012-10-06
89   It's now possible to send to nick URLs.
90   Cope gracefully if an IRC server dies or hangs during the nick handshake.
91
92 1.7 @ 2012-10-05
93   Optional metadata filtering with a user-specified command.
94   irkerd code is now armored against IRC library errors in the delivery threads.
95
96 1.6 @ 2012-10-04
97   In 1.5 trying to appease pylint broke the Mercurial hook.
98   Added credits for contributors in hacking.txt.
99   Fix the aging out of connections when we hit a resource limit.
100
101 1.5 @ 2012-10-03
102   Mercurial support.
103   Shorten nick negotiation by choosing a random nick base from a large range.
104   Make irkerd exit cleanly on control-C.
105
106 1.4 @ 2012-10-02
107   Graceful handling of server disconnects and kicks.
108   Distribution now inclues an installable irkerd plist for Mac OS/X.
109   The color variable is no longer boolean; may be miRC or ANSI.
110   The installation instructions for irkerhook.py have changed!
111
112 1.3 @ 2012-10-01
113   Support for an irker.conf file to set irkerhook variables under Subversion.
114   Color highlighting of notification fields can be enabled. 
115   irkerhook.py now has its own manual page.
116   Added channelmax variable for rate-limiting.
117   irkerd now uses green threads, with much lower overhead.
118   Fix a bug in handling of channel names with no prefix.
119
120 1.2 @ 2012-09-30
121   All segments of a message with embedded newlines are now transmitted.
122   Message reduction - irkerhook drops the filelist on excessively long ones.
123   Shell quote hardening in irkerhook.py and some anti-DoS logic.
124
125 1.1 @ 2012-09-28
126   Add a delay to avoid threads spinning on the empty-queue-check, eating CPU.
127   Fix a bug in reporting of multi-file commits.
128
129 1.0 @ 2012-09-27
130   First production version, somewhat rushed by the sudden death of cia.vc
131   on 24 September.
132
133
134
135
136
137
138
139
140
141
142
143
144