diff options
-rw-r--r-- | NEWS | 2 | ||||
-rwxr-xr-x | irkerd | 2 | ||||
-rwxr-xr-x | irkerhook.py | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ irker history -1.10 @ +1.10 @ 2012-10-09 Expire disconnected connections if they aren't needed or can't reconnect. Eventlet support removed - didn't play well with the library mutex. @@ -42,7 +42,7 @@ CONNECTION_MAX = 200 # To avoid hitting a thread limit # No user-serviceable parts below this line -version = "1.9" +version = "1.10" import sys, getopt, urlparse, time, random, socket import threading, Queue, SocketServer diff --git a/irkerhook.py b/irkerhook.py index 33167ea..0a87565 100755 --- a/irkerhook.py +++ b/irkerhook.py @@ -37,7 +37,7 @@ default_channels = "irc://chat.freenode.net/%(project)s,irc://chat.freenode.net/ # No user-serviceable parts below this line: # -version = "1.9" +version = "1.10" import os, sys, commands, socket, urllib, subprocess from pipes import quote as shellquote |