projects
/
irker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e6b73b
)
Version bump for 1.18 release.
1.18
author
Eric S. Raymond
<esr@thyrsus.com>
Wed, 17 Apr 2013 00:57:05 +0000
(20:57 -0400)
committer
Eric S. Raymond
<esr@thyrsus.com>
Wed, 17 Apr 2013 00:57:05 +0000
(20:57 -0400)
irkerd
patch
|
blob
|
history
irkerhook.py
patch
|
blob
|
history
diff --git
a/irkerd
b/irkerd
index ca0d61704b77c347266f49cbfe2e324dd8fe0803..2b2a9dffd63634f094bdeb3dc73078de6b933c0f 100755
(executable)
--- a/
irkerd
+++ b/
irkerd
@@
-44,7
+44,7
@@
CONNECTION_MAX = 200 # To avoid hitting a thread limit
# No user-serviceable parts below this line
-version = "1.1
7
"
+version = "1.1
8
"
import sys, getopt, urlparse, time, random, socket, signal, re
import threading, Queue, SocketServer
diff --git
a/irkerhook.py
b/irkerhook.py
index 63ce932a2306db2e1ea1fc26280880ded4df8f19..972a6ab74466a50a2bd42faa8a3731df02967ac3 100755
(executable)
--- a/
irkerhook.py
+++ b/
irkerhook.py
@@
-37,7
+37,7
@@
default_channels = "irc://chat.freenode.net/#commits"
# No user-serviceable parts below this line:
#
-version = "1.1
7
"
+version = "1.1
8
"
import os, sys, commands, socket, urllib, subprocess, locale, datetime
from pipes import quote as shellquote