From f7d593295bc07df095fdf0035273fd149935ee1d Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 31 Aug 2012 12:37:39 -0400 Subject: [PATCH] Caveats for sysadmins. --- irker.xml | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/irker.xml b/irker.xml index 6aee9b9..21b4d1e 100644 --- a/irker.xml +++ b/irker.xml @@ -40,14 +40,20 @@ the message test. Examples: {"to":"irc://chat.freenode.net/git-ciabot", "privmsg":"Hello, world!"} -{"to":["irc://chat.freenode.net/git-ciabot","irc://chat.freenode.net/gpsd"],"privmsg":"Multichannel test"} +{"to":["irc://chat.freenode.net/#git-ciabot","irc://chat.freenode.net/#gpsd"],"privmsg":"Multichannel test"} {"to":"irc://chat.hypothetical.net:6668/git-ciabot", "privmsg":"Hello, world!"} - + -The host part of the URL may have a port-number suffix separated by a +If the channel part of the URL does not have one of the prefix characters +#, &, or +, a # +will be prepended to it before shipping. + +The host part of the URL may have a port-number suffix separated by a colon, as shown in the third example; otherwise irker sends messages to the the default 6667 IRC port of each server. + + OPTIONS @@ -80,14 +86,14 @@ terminate. by avoiding TCP connection setup time; the cost is that delivery is not reliable in the face of packet loss. -No attempt at a content-based spam-filtering facility has been -made, since IRC servers have to do that anyway. An -irker instance with a publicly-accessible -request socket could complicate spam-blocking by making it easy for -spammers to submit while hiding their IP addresses; the better way to -deploy, then, is on places like project-hosting sites where the -irker socket can be visible from commit-hook -code but not exposed to the outside world. +An irker instance with a +publicly-accessible request socket could complicate blocking of IRC +spam by making it easy for spammers to submit while hiding their IP +addresses; the better way to deploy, then, is on places like +project-hosting sites where the irker +socket can be visible from commit-hook code but not exposed to the +outside world. Priming your firewall with blocklists of IP addresses +known to spew spam is always a good idea. AUTHOR -- 2.26.2