Index: ChangeLog
===================================================================
RCS file: /cvsroot/undernet-ircu/ircu2.10/ChangeLog,v
retrieving revision 1.290.2.124.2.11
diff -b -u -d -r1.290.2.124.2.11 ChangeLog
--- ChangeLog	9 Oct 2002 08:14:45 -0000	1.290.2.124.2.11
+++ ChangeLog	9 Oct 2002 22:57:50 -0000
@@ -1,8 +1,29 @@
+2002-10-09  Reed Loden  <reed@reedloden.com>
+
+	* ChangeLog: Add splidge's real name.
+
+	* INSTALL: Updated the "howto" for CVS.
+
+	* INSTALL_FR: Updated the "howto" for CVS. (NOTE: Somebody needs
+	to correct the part about the password as there isn't a password
+	right now... I don't know French so I couldn't correct that.)
+
+	* doc/Authors: Correct my e-mail address. ;)
+
+	* doc/readme.cvs: Updated the "howto" for CVS.
+
+	* ircd/ircd_relay.c: X is latest GNUWorld core now (YEA!) so it 
+	announces itself +s.
+
+	* ircd/s_err.c: Added network to text and edited 001 a bit.
+
+	* ircd/s_user.c: Send network with 001.
+
 2002-10-10  Perry Lorier <isomer@undernet.org>
 
 	* ircd/ircd_relay.c: X doesn't announce +s yet, we can't enable this
 
-2002-10-09  splidge@quakenet.org
+2002-10-09  David Mansell  <splidge@quakenet.org>
 
 	* ircd/m_stats.c: unsigned char index into array bug
 
Index: INSTALL
===================================================================
RCS file: /cvsroot/undernet-ircu/ircu2.10/INSTALL,v
retrieving revision 1.3.2.3
diff -b -u -d -r1.3.2.3 INSTALL
--- INSTALL	14 Sep 2002 20:44:31 -0000	1.3.2.3
+++ INSTALL	9 Oct 2002 22:57:50 -0000
@@ -43,13 +43,13 @@
 upgrades a lot less painful and lets you get the latest package.
 
 The first thing you need to do is login to the cvs server:
-# cvs -d :pserver:anoncvs@coder-com.undernet.org:/home/coder-com/cvs login
+# cvs -d :pserver:anonymous@cvs.undernet.org:/cvsroot/undernet-ircu login
 
 (we recommend that you cut and paste the above line to use it :)
-When it prompts you for a password enter "anoncvs".
+When it prompts you for a password hit enter since there isn't one.
 
 To check out the the last stable version of ircu, use:
-# cvs -d :pserver:anoncvs@coder-com.undernet.org:/home/coder-com/cvs checkout -P ircu2.10
+# cvs -d :pserver:anonymous@cvs.undernet.org:/cvsroot/undernet-ircu co -P ircu2.10
 
 To update your source tree to the latest version, run "cvs update -dP" from within the
 ircu2.10 directory. For more information, see http://coder-com.undernet.org.
Index: INSTALL_FR
===================================================================
RCS file: /cvsroot/undernet-ircu/ircu2.10/INSTALL_FR,v
retrieving revision 1.4
diff -b -u -d -r1.4 INSTALL_FR
--- INSTALL_FR	19 Jul 2001 00:15:36 -0000	1.4
+++ INSTALL_FR	9 Oct 2002 22:57:50 -0000
@@ -25,7 +25,7 @@
 
 Avec la commande que voici:
 
-cvs -d :pserver:anoncvs@coder-com.undernet.org:/home/coder-com/cvs login
+cvs -d :pserver:anonymous@cvs.undernet.org:/cvsroot/undernet-ircu login
 
 (Nous recommandons que vous coupez et collez la ligne ci-dessus pour
 l'utiliser :). Quand il insiste pour un mot de passe écriver
@@ -53,12 +53,11 @@
 
 Pour vérifier la version, tapez:
 
-cvs -d :pserver:anoncvs@coder-com.undernet.org:/home/coder-com/cvs checkout
-   -P irc2.10
+cvs -d :pserver:anonymous@cvs.undernet.org:/cvsroot/undernet-ircu co -P ircu2.10
 
 Les deux lignes ci-dessus ne devraient pas avoir une entrée entre
 eux. Si vous voulez utiliser un autre version, placez le flag "-r"
-approprié après le "checkout".  Ceci créera un répertoire irc2.10, et
+approprié après le "co".  Ceci créera un répertoire ircu2.10, et
 mettra tous les fichiers dedans.
 
 Pour avoir la dernière version, tapez "cvs update -dP".
Index: doc/Authors
===================================================================
RCS file: /cvsroot/undernet-ircu/ircu2.10/doc/Authors,v
retrieving revision 1.4.2.3
diff -b -u -d -r1.4.2.3 Authors
--- doc/Authors	4 Aug 2002 00:11:06 -0000	1.4.2.3
+++ doc/Authors	9 Oct 2002 22:57:50 -0000
@@ -211,5 +211,5 @@
 mbuna <mbuna@bugged.org>
 beware <steendijk@tomaatnet.nl>
 n3tguy <netguy@spidernet.net>
-R33D33R <reed@redmagnet.com>
+R33D33R <reed@reedloden.com>
 Math <math@rootservices.net>
Index: doc/readme.cvs
===================================================================
RCS file: /cvsroot/undernet-ircu/ircu2.10/doc/readme.cvs,v
retrieving revision 1.1
diff -b -u -d -r1.1 readme.cvs
--- doc/readme.cvs	18 Mar 2000 07:21:17 -0000	1.1
+++ doc/readme.cvs	9 Oct 2002 22:57:50 -0000
@@ -1,4 +1,3 @@
-
 Notes on checking out from the Undernet CVS archive and maintenance.
 
 General Strategy:
@@ -15,7 +14,7 @@
 You check out a tagged release by specifying the -r tag option to cvs.
 This is the command to check out the most recent tagged version of
 ircu2.10.07:
-cvs -d :pserver:anoncvs@coder-com.undernet.org:/home/coder-com/cvs co -r u2_10_07_pl6 -P ircu2.10
+cvs -d :pserver:anonymous@cvs.undernet.org:/cvsroot/undernet-ircu co -r u2_10_07_pl6 -P ircu2.10
 
 Developers doing maintenance and bug fixes should only check out the
 current tagged patchlevel for the affected version. Once the fix has
@@ -27,7 +26,7 @@
 
 If you have any questions on how to check out tagged versions check out
 the coder-com web page http://coder-com.undernet.org/cvs.html or the cvs
-manual page. If you're really stumped feel free to ask on coder-com.
+manual page. If you're really stumped feel free to ask on #coder-com.
 
 We will put out new tarballs for every tagged release which will be
 available on the coder-com web page.
@@ -58,25 +57,25 @@
 maintainer.
 
 Where to get CVS:
-http://www.loria.fr/~molli/cvs-index.html
+http://www.cvshome.org
 
 Checking out:
 First you need to login to cvs: 
-cvs -d :pserver:anoncvs@coder-com.undernet.org:/home/coder-com/cvs login
+cvs -d :pserver:anonymous@cvs.undernet.org:/cvsroot/undernet-ircu login
 
-It will prompt you for a password. The password is "anoncvs". 
+It will prompt you for a password. There is no password so hit enter. 
 
 To check out the recommended patchlevel for ircu2.10.07 use: 
-cvs -d :pserver:anoncvs@coder-com.undernet.org:/home/coder-com/cvs co -r u2_10_07_pl6 -P ircu2.10
+cvs -d :pserver:anonymous@cvs.undernet.org:/cvsroot/undernet-ircu co -r u2_10_07_pl6 -P ircu2.10
 
 For the ircu2.10.10 beta archive use: 
-cvs -d :pserver:anoncvs@coder-com.undernet.org:/home/coder-com/cvs co -r u2_10_10_beta06 -P ircu2.10
+cvs -d :pserver:anonymous@cvs.undernet.org:/cvsroot/undernet-ircu co -r u2_10_10_beta06 -P ircu2.10
 
 To check out the current development archive use: 
-cvs -d :pserver:anoncvs@coder-com.undernet.org:/home/coder-com/cvs co -P ircu2.10
+cvs -d :pserver:anonymous@cvs.undernet.org:/cvsroot/undernet-ircu co -P ircu2.10
 
 For the ircu3 pipedream archive use: 
-cvs -d :pserver:anoncvs@coder-com.undernet.org:/home/coder-com/cvs co -P ircu3
+cvs -d :pserver:anonymous@cvs.undernet.org:/cvsroot/undernet-ircu co -P ircu3
 
 When you want to update your source tree later to the latest version, use 
 cvs update -P
Index: ircd/ircd_relay.c
===================================================================
RCS file: /cvsroot/undernet-ircu/ircu2.10/ircd/ircd_relay.c,v
retrieving revision 1.8.2.1.2.4
diff -b -u -d -r1.8.2.1.2.4 ircd_relay.c
--- ircd/ircd_relay.c	9 Oct 2002 08:43:51 -0000	1.8.2.1.2.4
+++ ircd/ircd_relay.c	9 Oct 2002 22:57:53 -0000
@@ -159,12 +159,8 @@
   assert(0 != text);
   assert(0 != server);
 
-  if ((acptr = FindServer(server + 1)) == NULL 
-#if 0
-/* X doesn't say it's a service yet! */
-      || !IsService(acptr)
-#endif
-      ) {
+  if ((acptr = FindServer(server + 1)) == NULL ||
+      !IsService(acptr)) {
     send_reply(sptr, ERR_NOSUCHNICK, name);
     return;
   }
Index: ircd/s_err.c
===================================================================
RCS file: /cvsroot/undernet-ircu/ircu2.10/ircd/s_err.c,v
retrieving revision 1.30.2.6.2.1
diff -b -u -d -r1.30.2.6.2.1 s_err.c
--- ircd/s_err.c	6 Oct 2002 09:53:47 -0000	1.30.2.6.2.1
+++ ircd/s_err.c	9 Oct 2002 22:57:59 -0000
@@ -30,7 +30,7 @@
 /* 000 */
   { 0 },
 /* 001 */
-  { RPL_WELCOME, ":Welcome to the Internet Relay Network%s%s, %s", "001" },
+  { RPL_WELCOME, ":Welcome to the %s IRC Network%s%s, %s", "001" },
 /* 002 */
   { RPL_YOURHOST, ":Your host is %s, running version %s", "002" },
 /* 003 */
Index: ircd/s_user.c
===================================================================
RCS file: /cvsroot/undernet-ircu/ircu2.10/ircd/s_user.c,v
retrieving revision 1.52.2.12.2.2
diff -b -u -d -r1.52.2.12.2.2 s_user.c
--- ircd/s_user.c	6 Oct 2002 20:03:26 -0000	1.52.2.12.2.2
+++ ircd/s_user.c	9 Oct 2002 22:58:05 -0000
@@ -574,9 +574,11 @@
     send_reply(
 	sptr, 
 	RPL_WELCOME, 
+	feature_str(FEAT_NETWORK),
 	feature_str(FEAT_PROVIDER) ? " via " : "",
 	feature_str(FEAT_PROVIDER) ? feature_str(FEAT_PROVIDER) : "",
 	nick);
+
     /*
      * This is a duplicate of the NOTICE but see below...
      */
