Skip to content
/ irccat Public

irccat like service built on top of https://gitlab.com/esr/irker

License

EPL-2.0, Unknown licenses found

Licenses found

EPL-2.0
LICENSE
Unknown
COPYING
Notifications You must be signed in to change notification settings

jkbzh/irccat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4d62d3d · Dec 1, 2023
Nov 29, 2023
Jan 27, 2023
Nov 27, 2022
Jan 25, 2022
Jun 21, 2023
Jan 26, 2022
Sep 20, 2021
Sep 20, 2021
Sep 20, 2021
Mar 15, 2022
Jan 16, 2023
Dec 1, 2023
Sep 20, 2021
May 30, 2014
Jun 15, 2015
Nov 29, 2023
Feb 12, 2017
Sep 20, 2021
Jun 21, 2023
Sep 20, 2021
Oct 1, 2012
Mar 9, 2016
Jun 29, 2020

Repository files navigation

	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