Module: ngircd.git
Branch: master
Commit: fc0b0261496d2251e9917da96d5741da771f4bc1
URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=fc0b0261…
Author: Alexander Barton <alex(a)barton.de>
Date: Sun Mar 27 20:34:44 2011 +0200
Add documentation for "RequireAuthPing" configuration option
---
doc/sample-ngircd.conf.tmpl | 5 +++++
man/ngircd.conf.5.tmpl | 5 +++++
2 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/doc/sample-ngircd.conf.tmpl b/doc/sample-ngircd.conf.tmpl
index e07b520..6e02048 100644
--- a/doc/sample-ngircd.conf.tmpl
+++ b/doc/sample-ngircd.conf.tmpl
@@ -154,6 +154,11 @@
# maximum nick name length!
;MaxNickLength = 9
+ # Let ngIRCd send an "authentication PING" when a new client connects,
+ # and register this client only after receiving the corresponding
+ # "PONG" reply.
+ ;RequireAuthPing = no
+
# Set this hostname for every client instead of the real one.
# Please note: don't use the percentage sign ("%"), it is reserved for
# future extensions!
diff --git a/man/ngircd.conf.5.tmpl b/man/ngircd.conf.5.tmpl
index e53cf3c..bcdad1f 100644
--- a/man/ngircd.conf.5.tmpl
+++ b/man/ngircd.conf.5.tmpl
@@ -251,6 +251,11 @@ 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
+\fBRequireAuthPing\fR
+Let ngIRCd send an "authentication PING" when a new client connects, and
+register this client only after receiving the corresponding "PONG" reply.
+Default: no.
+.TP
\fBCloakHost\fR
Set this hostname for every client instead of the real one. Default: empty,
don't change.
Module: ngircd.git
Branch: master
Commit: 680db6755bdd7904a5aaae8290e074cb008425b5
URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=680db675…
Author: Alexander Barton <alex(a)barton.de>
Date: Sun Mar 27 20:40:28 2011 +0200
Add documentation for "NoticeAuth" configuration option
---
doc/sample-ngircd.conf.tmpl | 5 +++++
man/ngircd.conf.5.tmpl | 5 +++++
2 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/doc/sample-ngircd.conf.tmpl b/doc/sample-ngircd.conf.tmpl
index e07b520..f9c9656 100644
--- a/doc/sample-ngircd.conf.tmpl
+++ b/doc/sample-ngircd.conf.tmpl
@@ -154,6 +154,11 @@
# maximum nick name length!
;MaxNickLength = 9
+ # Normally ngIRCd doesn't send any messages to a client until it is
+ # registered. Enable this option to let the daemon send "NOTICE AUTH"
+ # messages to clients while connecting.
+ ;NoticeAuth = no
+
# Set this hostname for every client instead of the real one.
# Please note: don't use the percentage sign ("%"), it is reserved for
# future extensions!
diff --git a/man/ngircd.conf.5.tmpl b/man/ngircd.conf.5.tmpl
index e53cf3c..5d6f0e0 100644
--- a/man/ngircd.conf.5.tmpl
+++ b/man/ngircd.conf.5.tmpl
@@ -251,6 +251,11 @@ 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
+\fBNoticeAuth\fR (boolean)
+Normally ngIRCd doesn't send any messages to a client until it is registered.
+Enable this option to let the daemon send "NOTICE AUTH" messages to clients
+while connecting. Default: no.
+.TP
\fBCloakHost\fR
Set this hostname for every client instead of the real one. Default: empty,
don't change.
Module: ngircd.git
Branch: master
Commit: 1b5d1064deb4a4e382be1132e2ef058a8dc415f6
URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=1b5d1064…
Author: Alexander Barton <alex(a)barton.de>
Date: Sun Mar 27 20:45:29 2011 +0200
ngircd.conf.5: Add variable type to "CloakHost" and "CloakUserToNick"
---
man/ngircd.conf.5.tmpl | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/man/ngircd.conf.5.tmpl b/man/ngircd.conf.5.tmpl
index e53cf3c..e94b495 100644
--- a/man/ngircd.conf.5.tmpl
+++ b/man/ngircd.conf.5.tmpl
@@ -251,7 +251,7 @@ 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
-\fBCloakHost\fR
+\fBCloakHost\fR (string)
Set this hostname for every client instead of the real one. Default: empty,
don't change.
.PP
@@ -261,7 +261,7 @@ don't change.
Don't use the percentage sign ("%"), it is reserved for future extensions!
.RE
.TP
-\fBCloakUserToNick\fR
+\fBCloakUserToNick\fR (boolean)
Set every clients' user name to their nick name and hide the one supplied
by the IRC client. Default: no.
.SH [OPERATOR]
Module: ngircd.git
Branch: master
Commit: 6cb90f399d21f0bdbf3744423c923402f3419b99
URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=6cb90f39…
Author: Alexander Barton <alex(a)barton.de>
Date: Fri Mar 25 11:14:04 2011 +0100
Update doc/GIT.txt
---
doc/GIT.txt | 13 +++++++++++--
1 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/doc/GIT.txt b/doc/GIT.txt
index c42696d..4375184 100644
--- a/doc/GIT.txt
+++ b/doc/GIT.txt
@@ -1,10 +1,18 @@
+
ngIRCd - Next Generation IRC Server
+ http://ngircd.barton.de/
+
+ (c)2001-2011 Alexander Barton and Contributors.
+ ngIRCd is free software and published under the
+ terms of the GNU General Public License.
-- GIT.txt --
+
The source code of ngIRCd is maintained using git, the stupid content
tracker.
+
I. Getting the source code
~~~~~~~~~~~~~~~~~~~~~~~~~~
To access the source tree anonymously, run:
@@ -20,7 +28,8 @@ git commands will be executed from within this directory in the future.
Please note: When checking out a fresh copy of ngIRCd using git, the
configure script doesn't exist; you have to run the autogen.sh shell script
(which is included in the source tree) to generate it. This requires you to
-have GNU automake and GNU autoconf installed on your system.
+have GNU automake and GNU autoconf installed on your system. Please see the
+file INSTALL for details!
To update the git tree:
@@ -28,6 +37,7 @@ To update the git tree:
This retrieves all changes and merges them into the current branch.
+
II. Contributing
~~~~~~~~~~~~~~~~
@@ -42,4 +52,3 @@ III. Write Access
~~~~~~~~~~~~~~~~~
If you want to contribute a couple of patches and write access to the git
repository would be handy, please contact Alex Barton, <alex(a)barton.de>.
-