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
3352cafa
Commit
3352cafa
authored
11 years ago
by
Eric S. Raymond
Browse files
Options
Downloads
Patches
Plain Diff
Version bump for 2.0.
parent
28d886fe
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
+4
-3
4 additions, 3 deletions
NEWS
irkerd
+1
-1
1 addition, 1 deletion
irkerd
irkerhook.py
+1
-1
1 addition, 1 deletion
irkerhook.py
with
6 additions
and
5 deletions
NEWS
+
4
−
3
View file @
3352cafa
irker history
2.0 @
2.0 @ 2013-11-16
The dependency on irclib is gone.
An email delivery method, suitable for use on SourceForge.
irkerhook can now be used as a hg changegroup hook.
Prevent misbehavior
u
n UTF-8 in commit metadata.
The dependency on irclib is gone
.
Prevent misbehavior
o
n UTF-8 in commit metadata.
Fix a crash bug on invalid hostnames
.
1.20 @ 2013-05-17
Compatibility back to Python 2.4 (provided simplejson is present).
...
...
This diff is collapsed.
Click to expand it.
irkerd
+
1
−
1
View file @
3352cafa
...
...
@@ -43,7 +43,7 @@ CONNECTION_MAX = 200 # To avoid hitting a thread limit
# No user-serviceable parts below this line
version
=
"
1.20
"
# Bump this to 2.0 on the next release.
version
=
"
2.0
"
import
sys
,
getopt
,
urlparse
,
time
,
random
,
socket
,
signal
,
re
import
threading
,
Queue
,
SocketServer
,
select
...
...
This diff is collapsed.
Click to expand it.
irkerhook.py
+
1
−
1
View file @
3352cafa
...
...
@@ -37,7 +37,7 @@ default_channels = "irc://chat.freenode.net/#commits"
# No user-serviceable parts below this line:
#
version
=
"
1.
20
"
version
=
"
2
.
0
"
import
os
,
sys
,
commands
,
socket
,
urllib
,
subprocess
,
locale
,
datetime
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