- Mar 14, 2016
-
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
Eric S. Raymond authored
Use abbreviated hash for short format Use git log's '%h' to get the abbreviated hash for the commit. Fixes issue #7 See merge request !6
-
Neil authored
-
Neil authored
-
- Mar 11, 2016
-
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
- Mar 10, 2016
-
-
Eric S. Raymond authored
-
- Mar 09, 2016
-
-
Eric S. Raymond authored
-
D0han authored
-
Eric S. Raymond authored
-
Eric S. Raymond authored
Don't hang when confronted with urls which require authentication When faced with an url that requires authentication, irkerhook currently blows up rather messily, because urllib.urlopen attempts to prompt the user for a password, which unsurprisingly fails, leading to the hook failing completely with an EOFError . This changes irkerhook.py to use urllib2 here, so this failure can be detected more easily and the a more sensible answer can be returned. The debian package currently uses the more heavy-handed "0004-webview.patch" to solve the same problem - http://anonscm.debian.org/viewvc/python-apps/packages/irker/trunk/debian/patches/0004-webview.patch?revision=12689&view=markup See merge request !5
-
- Mar 08, 2016
-
-
Neil authored
-
- Feb 18, 2016
-
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
Eric S. Raymond authored
Reverts some 2to3 botches.
-
- Jan 27, 2016
-
-
Eric S. Raymond authored
-
- Jan 12, 2016
-
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
Eric S. Raymond authored
corrected typo in -i option description s/sedond/second/ See merge request !4
-
Eric S. Raymond authored
Fix confusing / incorrect instruction in install.txt install.txt suggests to use options -d 1 or 2 to control logging output, when in fact irkerd uses the syslog levels. Changed to say -d info / debug, so we don't get an error when doing as the install instructions suggest. See merge request !3
-
Eric S. Raymond authored
Use getaddrinfo to connect to IRC This allows irkerd to connect to e.g. IPv6-enabled IRC servers. See merge request !2
-
- Dec 04, 2015
-
-
mitzip authored
-
- Nov 25, 2015
-
-
Giles Malet authored
It suggests to use options -d 1 or 2 to control logging output, when in fact irkerd uses the syslog levels. Changed to say -d info / debug, so we don't get an error when doing as the install instructions suggest.
-
- Nov 22, 2015
-
-
Eric S. Raymond authored
-
- Nov 21, 2015
-
-
Willem Mulder authored
This allows irkerd to connect to e.g. IPv6-enabled IRC servers.
-
- Oct 17, 2015
-
-
Eric S. Raymond authored
-
- Jul 03, 2015
-
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
- Jun 15, 2015
-
-
Eric S. Raymond authored
-
- Jun 14, 2015
-
-
Eric S. Raymond authored
-
Eric S. Raymond authored
Fix logdev checking on Debian Jessie Irker expects only one of (`/dev/log`, `/var/run/syslog`, `/var/run/log`) to exist, however on Debian Jessie, we’ve got `/var/run/log` (which is a directory), too. See merge request !1
-
Michal Rus authored
Irker expects only one of ('/dev/log', '/var/run/syslog', '/var/run/log') to exist, however on Debian Jessie, we’ve got /var/run/log (which is a directory), too.
-
Eric S. Raymond authored
-
Unit 193 authored
-
- Apr 08, 2015
-
-
Eric S. Raymond authored
-