No description
  • Python 96.1%
  • Makefile 3.9%
Find a file
Daniel Baumann dab21848cb
Releasing fastforward version 2.24+dfsg-2~ffwd13+u1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2026-06-09 16:41:31 +02:00
debian Releasing fastforward version 2.24+dfsg-2~ffwd13+u1. 2026-06-09 16:41:31 +02:00
.gitignore Adding upstream version 2.24+dfsg. 2026-05-13 07:22:03 +02:00
control Adding upstream version 2.24+dfsg. 2026-05-13 07:22:03 +02:00
COPYING Adding upstream version 2.24+dfsg. 2026-05-13 07:22:03 +02:00
filter-example.py Adding upstream version 2.24+dfsg. 2026-05-13 07:22:03 +02:00
filter-test.py Adding upstream version 2.24+dfsg. 2026-05-13 07:22:03 +02:00
hacking.adoc Adding upstream version 2.24+dfsg. 2026-05-13 07:22:03 +02:00
install.adoc Adding upstream version 2.24+dfsg. 2026-05-13 07:22:03 +02:00
irk Adding upstream version 2.24+dfsg. 2026-05-13 07:22:03 +02:00
irk.xml Adding upstream version 2.24+dfsg. 2026-05-13 07:22:03 +02:00
irkerd Adding upstream version 2.24+dfsg. 2026-05-13 07:22:03 +02:00
irkerd.service Adding upstream version 2.24+dfsg. 2026-05-13 07:22:03 +02:00
irkerd.xml Adding upstream version 2.24+dfsg. 2026-05-13 07:22:03 +02:00
irkerhook.py Adding upstream version 2.24+dfsg. 2026-05-13 07:22:03 +02:00
irkerhook.xml Adding upstream version 2.24+dfsg. 2026-05-13 07:22:03 +02:00
LICENSE Adding upstream version 2.24+dfsg. 2026-05-13 07:22:03 +02:00
Makefile Adding upstream version 2.24+dfsg. 2026-05-13 07:22:03 +02:00
NEWS Adding upstream version 2.24+dfsg. 2026-05-13 07:22:03 +02:00
org.catb.irkerd.plist Adding upstream version 2.24+dfsg. 2026-05-13 07:22:03 +02:00
README Adding upstream version 2.24+dfsg. 2026-05-13 07:22:03 +02:00
requirements.txt Adding upstream version 2.24+dfsg. 2026-05-13 07:22:03 +02:00
security.adoc Adding upstream version 2.24+dfsg. 2026-05-13 07:22:03 +02:00

	irker - submission tools for IRC notifications

irkerd is a specialized IRC client that runs as a daemon, allowing 
other programs to ship IRC notifications by sending JSON objects to a 
listening socket. 

It is meant to be used by hook scripts in version-control
repositories, allowing them to send commit notifications to project
IRC channels.  A hook script, irkerhook.py, supporting git, hg, and
Subversion is included in the distribution; see the install.adoc file
for installation instructions.

The advantage of using this daemon over individual scripted sends 
is that it can maintain connection state for multiple channels,
avoiding obnoxious join/leave spam.

The file install.adoc describes how to install the software safely, so
it can't be used as a spam conduit.

Please read the files security.adoc and hacking.adoc before modifying
this code.

						Eric S. Raymond
						September 2012