From: Eric S. Raymond Date: Tue, 4 Sep 2012 03:18:28 +0000 (-0400) Subject: Port 6659 has been applied for in the IANA registry. X-Git-Tag: 1.0~52 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1b4e26d810f6060b1843ed6f1cff244d6fdaf9c2;p=irker.git Port 6659 has been applied for in the IANA registry. --- diff --git a/irker b/irker index 74ecde9..47f4ed2 100755 --- a/irker +++ b/irker @@ -22,7 +22,7 @@ http://sourceforge.net/projects/python-irclib # These things might need tuning HOST = "localhost" -PORT = 4747 # Overridden by -p option +PORT = 6659 # Overridden by -p option NAMESTYLE = "irker%03d" # IRC nick template - must contain '%d' XMIT_TTL = (3 * 60 * 60) # Time to live, seconds from last transmit diff --git a/irker.xml b/irker.xml index 21b4d1e..1128805 100644 --- a/irker.xml +++ b/irker.xml @@ -32,7 +32,7 @@ channels. The use case in mind when it was designed was broadcasting notifications from commit hooks in version-control systems. irker is a socket server that listens -on for UDP or TCP packets on a port (normally 4747) for textual +on for UDP or TCP packets on a port (normally 6659) for textual request lines containing JSON objects and terminated by a newline. Each JSON object must have exactly two members: "to" specifying a destination or destination list, and "privmsg" specifying