Module: ngircd.git
Branch: master
Commit: c0d13c47135adb32be36226b64367447330b3d43
URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=c0d13c47…
Author: Alexander Barton <alex(a)barton.de>
Date: Wed Mar 16 23:44:00 2011 +0100
ngircd.conf.5: document "ClientHost" and "ClientUserNick"
---
man/ngircd.conf.5.tmpl | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/man/ngircd.conf.5.tmpl b/man/ngircd.conf.5.tmpl
index c8bab5f..3282476 100644
--- a/man/ngircd.conf.5.tmpl
+++ b/man/ngircd.conf.5.tmpl
@@ -236,6 +236,14 @@ Default: 10.
Maximum length of an user nick name (Default: 9, as in RFC 2812). Please
note that all servers in an IRC network MUST use the same maximum nick name
length!
+.TP
+\fBClientHost\fR
+Set this hostname for every client instead of the real one. Default: empty,
+don't change.
+.TP
+\fBClientUserNick\fR
+Set every clients' user name to their nick name and hide the one supplied
+by the IRC client. Default: no.
.SH [OPERATOR]
.I [Operator]
sections are used to define IRC Operators. There may be more than one
Module: ngircd.git
Branch: master
Commit: fc55c945dbec745ff7b82652dd5f5b3b69096c82
URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=fc55c945…
Author: Alexander Barton <alex(a)barton.de>
Date: Fri Mar 18 10:45:16 2011 +0100
Don't use "the.net" in sample-ngircd.conf, use "example.net"
"the.net" is an existing domain of the Texas Higher Education Network ...
See RFC 2606.
---
doc/sample-ngircd.conf.tmpl | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/doc/sample-ngircd.conf.tmpl b/doc/sample-ngircd.conf.tmpl
index 8591759..fee3570 100644
--- a/doc/sample-ngircd.conf.tmpl
+++ b/doc/sample-ngircd.conf.tmpl
@@ -22,7 +22,7 @@
# Server name in the IRC network, must contain at least one dot
# (".") and be unique in the IRC network. Required!
- Name = irc.the.net
+ Name = irc.example.net
# Info text of the server. This will be shown by WHOIS and
# LINKS requests for example.
@@ -155,7 +155,7 @@
;MaxNickLength = 9
# Set this hostname for every client instead of the real one
- ;ClientHost = irc.the.net
+ ;ClientHost = irc.example.net
# Set every clients' user name to their nick name
;ClientUserNick = yes
@@ -202,11 +202,11 @@
# IRC name of the remote server, must match the "Name" variable in
# the [Global] section of the other server (when using ngIRCd).
- ;Name = irc2.the.net
+ ;Name = irc2.example.net
# Internet host name or IP address of the peer (only required when
# this server should establish the connection).
- ;Host = connect-to-host.the.net
+ ;Host = connect-to-host.example.net
# IP address to use as _source_ address for the connection. if
# unspecified, ngircd will let the operating system pick an address.
Module: ngircd.git
Branch: master
Commit: ff2a425ab899a782145186d4e9a829ea9950fb47
URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=ff2a425a…
Author: Florian Westphal <fw(a)strlen.de>
Date: Mon Feb 18 15:24:01 2008 +0100
Add support for up to 3 targets in WHOIS queries.
also allow up to one wildcard query from local hosts.
Follows ircd 2.10 implementation rather than RFC 2812.
At most 10 entries are returned per wildcard expansion.
WHOIS test cases by Dana Dahlstrom.
---
src/ngircd/irc-info.c | 245 ++++++++++++++++++++++++++++++---------------
src/testsuite/Makefile.am | 7 +-
2 files changed, 169 insertions(+), 83 deletions(-)
Diff: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commitdiff;h=ff2a…