diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 14:27:58 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 14:27:58 +0000 |
commit | 3aecc6d0a8d757d6159dfa5083f1b254296c5b43 (patch) | |
tree | 3a305eb312ed47a1ac8967170ea1d45bb3c208be /README | |
parent | Initial commit. (diff) | |
download | irker-3aecc6d0a8d757d6159dfa5083f1b254296c5b43.tar.xz irker-3aecc6d0a8d757d6159dfa5083f1b254296c5b43.zip |
Adding upstream version 2.23+dfsg.upstream/2.23+dfsgupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -0,0 +1,24 @@ + 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 |