From: Eric S. Raymond Date: Wed, 10 Oct 2012 20:22:04 +0000 (-0400) Subject: Documentation updates. X-Git-Tag: 1.11~2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a1d6bb062bd69de70c204ae45182618ccf607960;p=irker.git Documentation updates. --- diff --git a/NEWS b/NEWS index 6871a28..e710a9a 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ irker history +1.11 @ + Code is now fully Unicode-safe. + 1.10 @ 2012-10-09 Expire disconnected connections if they aren't needed or can't reconnect. Eventlet support removed - didn't play well with the library mutex. diff --git a/hacking.txt b/hacking.txt index d91dcdf..c56f559 100644 --- a/hacking.txt +++ b/hacking.txt @@ -33,7 +33,7 @@ type switch. It can deduce the repo type by looking, so it should. == Release procedure == -1. Check for merge requests at gitorious +1. Check for merge requests at https://gitorious.org/irker 2. Do 'make pylint' to audit the code. diff --git a/irkerd.xml b/irkerd.xml index b24c39e..30108ed 100644 --- a/irkerd.xml +++ b/irkerd.xml @@ -101,11 +101,17 @@ your firewall. IRC has a message length limit of 510 bytes generate your privmsg attribute values with appropriate care. IRC ignores any text after an embedded newline. Be aware that -irkerd will turn payload strungs with +irkerd will turn payload strings with embedded newlines into multiple IRC sends to avoid having message data discarded. +SEE ALSO + +irkerhook1, + + + AUTHOR Eric S. Raymond esr@snark.thyrsus.com. See the project page at Note, however, that you cannot default the -repository argumment inside a Subversion post-commit hook. Instead, -the values must be the two arguments that Subversion passes to that -hook as arguments. Thus, a typical invocation in the post-commit -script will look like this: +repository argument inside a Subversion post-commit hook; this is +because of a limitation of Subversion, which is that getting the +current directory is not reliable inside these hooks. Instead, the +values must be the two arguments that Subversion passes to that hook +as arguments. Thus, a typical invocation in the post-commit script +will look like this: REPO=$1 @@ -357,6 +359,12 @@ terminate. +SEE ALSO + +irkerd8, + + + AUTHOR Eric S. Raymond esr@snark.thyrsus.com. See the project page at