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