irker history
+1.9 @
+ This is a stable release.
+ Proper mutex locks prevent an occasional thread crash on session timeout.
+ There's now systemd installation support for irkerd.
+
1.8 @ 2012-10-06
It's now possible to send to nick URLs.
- Cope gracefully if an IRC server dies or hands during the nick handshake.
+ Cope gracefully if an IRC server dies or hangs during the nick handshake.
1.7 @ 2012-10-05
This is a stable release.
dak180 (name withheld by request) wrote the OS X launchd plist.
+Wulf C. Krueger <philantrop@exherbo.org> wrote the systemd
+installation support.
+
Other people on the freenode #irker channel (Kingpin, fpcfan,
-shadowm) smoked out bugs in irkerd before they could seriously
+shadowm, Rick) smoked out bugs in irkerd before they could seriously
bug anybody.
Design and code by Eric S. Raymond <esr@thyrsus.com>. See the project
resource page at <http://www.catb.org/~esr/irker/>.
-Requires Python 2.6 and the irc client library at version >= 2.0.2: see
+Requires Python 2.6 or 2.5 with the simplejson library installed, and
+the irc client library at version >= 2.0.2: see
http://pypi.python.org/pypi/irc/
"""
# Distributed under BSD terms.
#
# This script contains git porcelain and porcelain byproducts.
-# Requires Python 2.6, or 2.4 with the 2.6 json library installed.
+# Requires Python 2.6, or 2.5 with the simplejson library installed.
#
# usage: irkerhook.py [-V] [-n] [--variable=value...] [commit_id...]
#
import os, sys, commands, socket, urllib, subprocess
from pipes import quote as shellquote
try:
- import simplejson as json # Faster, also makes us Python-2.4-compatible
+ import simplejson as json # Faster, also makes us Python-2.5-compatible
except ImportError:
import json
<varlistentry>
<term>tinyifier</term>
<listitem>
-<para>URL template pointing to a service for compressing URLs so they
-will take up less space in the notification line.</para>
+<para>URL template pointing to a service for compressing URLs so they
+will take up less space in the notification line. If the value of this
+variable is "None", no compression will be attempted.</para>
</listitem>
</varlistentry>
<varlistentry>