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
c6e4348a
Commit
c6e4348a
authored
11 years ago
by
Eric S. Raymond
Browse files
Options
Downloads
Patches
Plain Diff
Dcumentation update.
parent
7dbe5ba5
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NEWS
+3
-0
3 additions, 0 deletions
NEWS
install.txt
+21
-0
21 additions, 0 deletions
install.txt
with
24 additions
and
0 deletions
NEWS
+
3
−
0
View file @
c6e4348a
irker history
1.21 @
An email delivery method, suitable for use on SourceForge.
1.20 @ 2013-05-17
Compatibility back to Python 2.4 (provided simplejson is present).
Increased anti-flood delay to avoid trouble with freenode.
...
...
This diff is collapsed.
Click to expand it.
install.txt
+
21
−
0
View file @
c6e4348a
...
...
@@ -16,6 +16,17 @@ humans watching irkerd's output, are mere spam).
See the security.txt document for a detailed discussion of security
and DoS vulnerabilities related to irker.
== Prerequisites ==
You will need either
1. Python at version 2.6 or later, which has JSON built in
2. Python at version no older than 2.4, and a version of the
simplejson library installed that it can use. Some newer
versions of simplejson discard 2.4 compatibility; 2.0.9
is known to work.
== Installing irkerd ==
irker needs to run constantly, watching for TCP and UDP traffic on
...
...
@@ -30,6 +41,10 @@ it can be used to spam IRC channels while masking the source address.
You will need to have Jason Coombs's irc library where Python can see
it. See <http://pypi.python.org/pypi/irc/>; use version 3.4 or later.
Some irclib versions after 5.0 may produce problems if you try to ship
non-ASCII Unicode through them; this is not an irker bug, and should be
kicked upstrean to the irclib maintainer.
The file org.catb.irkerd.plist is a Mac OS/X plist that can be
installed to launch irkerd as a boot-time service on that system.
...
...
@@ -50,6 +65,12 @@ with this:
/path/to/irkerhook.py --refname=${refname} $(git rev-list ${oldhead}..${newhead} | tac)
SourceForge is a special case: see
https://github.com/AI0867/sf-git-irker-pipeline
for tools and instructions on how to work around its limitations.
== Testing ==
To verify that your repo produces well-formed JSON notifications,
...
...
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