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