Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
irker
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iDB
irker
Commits
9d3ac3bb
Commit
9d3ac3bb
authored
12 years ago
by
Eric S. Raymond
Browse files
Options
Downloads
Patches
Plain Diff
Version bump for release.
parent
56608c9e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
NEWS
+2
-1
2 additions, 1 deletion
NEWS
irkerd
+1
-1
1 addition, 1 deletion
irkerd
irkerhook.py
+1
-1
1 addition, 1 deletion
irkerhook.py
with
4 additions
and
3 deletions
NEWS
+
2
−
1
View file @
9d3ac3bb
irker history
irker history
1.12 @
1.12 @ 2012-10-11
Emergency workaround for a Unicode-handling error buried deep in irclib.
The IRC library at version 3.2 or later is required for this version!
The IRC library at version 3.2 or later is required for this version!
Only ship to freenode #commits by default.
Only ship to freenode #commits by default.
...
...
This diff is collapsed.
Click to expand it.
irkerd
+
1
−
1
View file @
9d3ac3bb
...
@@ -42,7 +42,7 @@ CONNECTION_MAX = 200 # To avoid hitting a thread limit
...
@@ -42,7 +42,7 @@ CONNECTION_MAX = 200 # To avoid hitting a thread limit
# No user-serviceable parts below this line
# No user-serviceable parts below this line
version
=
"
1.1
1
"
version
=
"
1.1
2
"
import
sys
,
getopt
,
urlparse
,
time
,
random
,
socket
,
signal
import
sys
,
getopt
,
urlparse
,
time
,
random
,
socket
,
signal
import
threading
,
Queue
,
SocketServer
import
threading
,
Queue
,
SocketServer
...
...
This diff is collapsed.
Click to expand it.
irkerhook.py
+
1
−
1
View file @
9d3ac3bb
...
@@ -37,7 +37,7 @@ default_channels = "irc://chat.freenode.net/#commits"
...
@@ -37,7 +37,7 @@ default_channels = "irc://chat.freenode.net/#commits"
# No user-serviceable parts below this line:
# No user-serviceable parts below this line:
#
#
version
=
"
1.1
1
"
version
=
"
1.1
2
"
import
os
,
sys
,
commands
,
socket
,
urllib
,
subprocess
,
locale
import
os
,
sys
,
commands
,
socket
,
urllib
,
subprocess
,
locale
from
pipes
import
quote
as
shellquote
from
pipes
import
quote
as
shellquote
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment