Committer : klmitch
CVSROOT : /cvsroot/undernet-ircu
Module : ircu2.10
Branch tags: u2_10_11_07
Commit time: 2004-09-11 19:37:41 UTC
Modified files:
Tag: u2_10_11_07
ChangeLog acconfig.h config.h.in ircd/ircd_relay.c ircd/m_away.c
ircd/m_clearmode.c ircd/m_kill.c ircd/m_notice.c ircd/m_opmode.c
ircd/m_ping.c ircd/m_pong.c ircd/m_privmsg.c ircd/m_quit.c
ircd/m_topic.c ircd/m_version.c ircd/s_err.c ircd/s_user.c
ircd/test/ircd_chattr.0.dat tools/Makefile.crypt tools/crypter
tools/Bounce/Bounce.cpp tools/Bounce/Bounce.h
Log message:
Author: Reed Loden <[EMAIL PROTECTED]> (by way of Kev <[EMAIL PROTECTED]>)
Log message:
Bunch of comment fixes and a couple minor logic changes...
---------------------- diff included ----------------------
Index: ircu2.10/ChangeLog
diff -u ircu2.10/ChangeLog:1.290.2.130.2.21 ircu2.10/ChangeLog:1.290.2.130.2.22
--- ircu2.10/ChangeLog:1.290.2.130.2.21 Sat Sep 11 10:36:18 2004
+++ ircu2.10/ChangeLog Sat Sep 11 12:37:28 2004
@@ -1,5 +1,51 @@
2004-09-11 Kevin L Mitchell <[EMAIL PROTECTED]>
+ * tools/Bounce/Bounce.h: drop file location
+
+ * tools/Bounce/Bounce.cpp: drop file location
+
+ * tools/crypter: drop file location; do some minor fixup; does
+ anyone actually use this script?
+
+ * tools/Makefile.crypt: drop file location
+
+ * ircd/test/ircd_chattr.0.dat (IsChannelPrefix): drop + from
+ channel prefix list
+
+ * ircd/s_user.c (hide_hostmask): use the already calculated hidden
+ host
+
+ * ircd/s_err.c: use the already calculated hidden host
+
+ * ircd/m_version.c (mo_version): fix up a comment
+
+ * ircd/m_topic.c (ms_topic): fix up a couple of comments
+
+ * ircd/m_quit.c: drop the "template" moniker
+
+ * ircd/m_privmsg.c: drop the "template" moniker
+
+ * ircd/m_pong.c: drop the "template" moniker
+
+ * ircd/m_ping.c: drop the "template" moniker
+
+ * ircd/m_opmode.c: update file location
+
+ * ircd/m_notice.c: drop the "template" moniker
+
+ * ircd/m_kill.c: drop the "template" moniker
+
+ * ircd/m_clearmode.c: update file location
+
+ * ircd/m_away.c: drop the "template" moniker
+
+ * ircd/ircd_relay.c (relay_directed_message): X does say it's a
+ service, now...
+
+ * config.h.in: drop file location
+
+ * acconfig.h: drop file location
+
* ircd/m_whois.c (do_whois): rename FEAT_HIS_LOCAL_CHAN_WHOIS to
satisfy reed :P
Index: ircu2.10/acconfig.h
diff -u ircu2.10/acconfig.h:1.2 ircu2.10/acconfig.h:1.2.18.1
--- ircu2.10/acconfig.h:1.2 Wed Jun 6 17:29:46 2001
+++ ircu2.10/acconfig.h Sat Sep 11 12:37:29 2004
@@ -1,7 +1,7 @@
#ifndef INCLUDED_config_h
#define INCLUDED_config_h
/*
- * IRC - Internet Relay Chat, include/config.h
+ * IRC - Internet Relay Chat
* Copyright (C) 2000 Kevin L. Mitchell <[EMAIL PROTECTED]>
*
* This program is free software; you can redistribute it and/or modify
@@ -18,7 +18,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
- * $Id: acconfig.h,v 1.2 2001/06/07 00:29:46 kev Exp $
+ * $Id: acconfig.h,v 1.2.18.1 2004/09/11 19:37:29 klmitch Exp $
*/
@TOP@
Index: ircu2.10/config.h.in
diff -u ircu2.10/config.h.in:1.2.2.2.2.1 ircu2.10/config.h.in:1.2.2.2.2.2
--- ircu2.10/config.h.in:1.2.2.2.2.1 Fri Mar 19 15:17:24 2004
+++ ircu2.10/config.h.in Sat Sep 11 12:37:29 2004
@@ -2,7 +2,7 @@
#ifndef INCLUDED_config_h
#define INCLUDED_config_h
/*
- * IRC - Internet Relay Chat, include/config.h
+ * IRC - Internet Relay Chat
* Copyright (C) 2000 Kevin L. Mitchell <[EMAIL PROTECTED]>
*
* This program is free software; you can redistribute it and/or modify
@@ -19,7 +19,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
- * $Id: config.h.in,v 1.2.2.2.2.1 2004/03/19 23:17:24 isomer Exp $
+ * $Id: config.h.in,v 1.2.2.2.2.2 2004/09/11 19:37:29 klmitch Exp $
*/
/* Define if you have the setrlimit function */
Index: ircu2.10/ircd/ircd_relay.c
diff -u ircu2.10/ircd/ircd_relay.c:1.8.2.2.10.1 ircu2.10/ircd/ircd_relay.c:1.8.2.2.10.2
--- ircu2.10/ircd/ircd_relay.c:1.8.2.2.10.1 Sat Sep 11 09:05:39 2004
+++ ircu2.10/ircd/ircd_relay.c Sat Sep 11 12:37:30 2004
@@ -20,7 +20,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
- * $Id: ircd_relay.c,v 1.8.2.2.10.1 2004/09/11 16:05:39 klmitch Exp $
+ * $Id: ircd_relay.c,v 1.8.2.2.10.2 2004/09/11 19:37:30 klmitch Exp $
*/
#include "config.h"
@@ -159,12 +159,7 @@
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: ircu2.10/ircd/m_away.c
diff -u ircu2.10/ircd/m_away.c:1.8.2.2 ircu2.10/ircd/m_away.c:1.8.2.2.8.1
--- ircu2.10/ircd/m_away.c:1.8.2.2 Sat Dec 14 17:02:40 2002
+++ ircu2.10/ircd/m_away.c Sat Sep 11 12:37:30 2004
@@ -20,7 +20,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
- * $Id: m_away.c,v 1.8.2.2 2002/12/15 01:02:40 isomer Exp $
+ * $Id: m_away.c,v 1.8.2.2.8.1 2004/09/11 19:37:30 klmitch Exp $
*/
/*
@@ -142,7 +142,7 @@
/*
- * m_away - generic message handler template
+ * m_away - generic message handler
* - Added 14 Dec 1988 by jto.
*
* parv[0] = sender prefix
@@ -172,7 +172,7 @@
}
/*
- * ms_away - server message handler template
+ * ms_away - server message handler
* - Added 14 Dec 1988 by jto.
*
* parv[0] = sender prefix
Index: ircu2.10/ircd/m_clearmode.c
diff -u ircu2.10/ircd/m_clearmode.c:1.19.2.5 ircu2.10/ircd/m_clearmode.c:1.19.2.5.4.1
--- ircu2.10/ircd/m_clearmode.c:1.19.2.5 Sat Nov 1 02:19:10 2003
+++ ircu2.10/ircd/m_clearmode.c Sat Sep 11 12:37:30 2004
@@ -1,5 +1,5 @@
/*
- * IRC - Internet Relay Chat, ircd/m_tmpl.c
+ * IRC - Internet Relay Chat, ircd/m_clearmode.c
* Copyright (C) 1990 Jarkko Oikarinen and
* University of Oulu, Computing Center
* Copyright (C) 2000 Kevin L. Mitchell <[EMAIL PROTECTED]>
@@ -21,7 +21,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
- * $Id: m_clearmode.c,v 1.19.2.5 2003/11/01 10:19:10 isomer Exp $
+ * $Id: m_clearmode.c,v 1.19.2.5.4.1 2004/09/11 19:37:30 klmitch Exp $
*/
/*
Index: ircu2.10/ircd/m_kill.c
diff -u ircu2.10/ircd/m_kill.c:1.18.2.10 ircu2.10/ircd/m_kill.c:1.18.2.10.8.1
--- ircu2.10/ircd/m_kill.c:1.18.2.10 Sat Dec 14 17:02:41 2002
+++ ircu2.10/ircd/m_kill.c Sat Sep 11 12:37:30 2004
@@ -20,7 +20,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
- * $Id: m_kill.c,v 1.18.2.10 2002/12/15 01:02:41 isomer Exp $
+ * $Id: m_kill.c,v 1.18.2.10.8.1 2004/09/11 19:37:30 klmitch Exp $
*/
/*
@@ -162,7 +162,7 @@
}
/*
- * ms_kill - server message handler template
+ * ms_kill - server message handler
*
* NOTE: IsServer(cptr) == true;
*
@@ -227,7 +227,7 @@
}
/*
- * mo_kill - oper message handler template
+ * mo_kill - oper message handler
*
* NOTE: IsPrivileged(sptr), IsAnOper(sptr) == true
* IsServer(cptr), IsServer(sptr) == false
Index: ircu2.10/ircd/m_notice.c
diff -u ircu2.10/ircd/m_notice.c:1.7.2.1 ircu2.10/ircd/m_notice.c:1.7.2.1.8.1
--- ircu2.10/ircd/m_notice.c:1.7.2.1 Sat Dec 14 17:02:41 2002
+++ ircu2.10/ircd/m_notice.c Sat Sep 11 12:37:30 2004
@@ -20,7 +20,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
- * $Id: m_notice.c,v 1.7.2.1 2002/12/15 01:02:41 isomer Exp $
+ * $Id: m_notice.c,v 1.7.2.1.8.1 2004/09/11 19:37:30 klmitch Exp $
*/
/*
@@ -148,7 +148,7 @@
}
/*
- * ms_notice - server message handler template
+ * ms_notice - server message handler
*/
int ms_notice(struct Client* cptr, struct Client* sptr, int parc, char* parv[])
{
Index: ircu2.10/ircd/m_opmode.c
diff -u ircu2.10/ircd/m_opmode.c:1.10.2.3 ircu2.10/ircd/m_opmode.c:1.10.2.3.4.1
--- ircu2.10/ircd/m_opmode.c:1.10.2.3 Sat Nov 1 02:19:12 2003
+++ ircu2.10/ircd/m_opmode.c Sat Sep 11 12:37:30 2004
@@ -1,5 +1,5 @@
/*
- * IRC - Internet Relay Chat, ircd/m_tmpl.c
+ * IRC - Internet Relay Chat, ircd/m_opmode.c
* Copyright (C) 1990 Jarkko Oikarinen and
* University of Oulu, Computing Center
* Copyright (C) 2000 Kevin L. Mitchell <[EMAIL PROTECTED]>
@@ -21,7 +21,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
- * $Id: m_opmode.c,v 1.10.2.3 2003/11/01 10:19:12 isomer Exp $
+ * $Id: m_opmode.c,v 1.10.2.3.4.1 2004/09/11 19:37:30 klmitch Exp $
*/
/*
Index: ircu2.10/ircd/m_ping.c
diff -u ircu2.10/ircd/m_ping.c:1.6.2.2 ircu2.10/ircd/m_ping.c:1.6.2.2.16.1
--- ircu2.10/ircd/m_ping.c:1.6.2.2 Fri Jun 7 08:56:37 2002
+++ ircu2.10/ircd/m_ping.c Sat Sep 11 12:37:30 2004
@@ -20,7 +20,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
- * $Id: m_ping.c,v 1.6.2.2 2002/06/07 15:56:37 vampire Exp $
+ * $Id: m_ping.c,v 1.6.2.2.16.1 2004/09/11 19:37:30 klmitch Exp $
*/
/*
@@ -168,7 +168,7 @@
}
/*
- * mo_ping - generic message handler
+ * mo_ping - oper message handler
*
* parv[0] = sender prefix
* parv[1] = origin
@@ -221,7 +221,7 @@
*/
/*
- * ms_ping - server message handler template
+ * ms_ping - server message handler
*/
int ms_ping(struct Client* cptr, struct Client* sptr, int parc, char* parv[])
{
Index: ircu2.10/ircd/m_pong.c
diff -u ircu2.10/ircd/m_pong.c:1.12.2.2 ircu2.10/ircd/m_pong.c:1.12.2.2.8.1
--- ircu2.10/ircd/m_pong.c:1.12.2.2 Sat Dec 14 17:02:41 2002
+++ ircu2.10/ircd/m_pong.c Sat Sep 11 12:37:30 2004
@@ -20,7 +20,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
- * $Id: m_pong.c,v 1.12.2.2 2002/12/15 01:02:41 isomer Exp $
+ * $Id: m_pong.c,v 1.12.2.2.8.1 2004/09/11 19:37:30 klmitch Exp $
*/
/*
@@ -98,7 +98,7 @@
#include <stdlib.h>
/*
- * ms_pong - server message handler template
+ * ms_pong - server message handler
*
* parv[0] = sender prefix
* parv[1] = origin
Index: ircu2.10/ircd/m_privmsg.c
diff -u ircu2.10/ircd/m_privmsg.c:1.7.2.1 ircu2.10/ircd/m_privmsg.c:1.7.2.1.8.1
--- ircu2.10/ircd/m_privmsg.c:1.7.2.1 Sat Dec 14 17:02:41 2002
+++ ircu2.10/ircd/m_privmsg.c Sat Sep 11 12:37:30 2004
@@ -20,7 +20,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
- * $Id: m_privmsg.c,v 1.7.2.1 2002/12/15 01:02:41 isomer Exp $
+ * $Id: m_privmsg.c,v 1.7.2.1.8.1 2004/09/11 19:37:30 klmitch Exp $
*/
/*
@@ -145,7 +145,7 @@
}
/*
- * ms_privmsg - server message handler template
+ * ms_privmsg - server message handler
*/
int ms_privmsg(struct Client* cptr, struct Client* sptr, int parc, char* parv[])
{
Index: ircu2.10/ircd/m_quit.c
diff -u ircu2.10/ircd/m_quit.c:1.9.2.4 ircu2.10/ircd/m_quit.c:1.9.2.4.16.1
--- ircu2.10/ircd/m_quit.c:1.9.2.4 Sat Feb 9 10:04:37 2002
+++ ircu2.10/ircd/m_quit.c Sat Sep 11 12:37:30 2004
@@ -20,7 +20,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
- * $Id: m_quit.c,v 1.9.2.4 2002/02/09 18:04:37 kev Exp $
+ * $Id: m_quit.c,v 1.9.2.4.16.1 2004/09/11 19:37:30 klmitch Exp $
*/
/*
@@ -119,7 +119,7 @@
/*
- * ms_quit - server message handler template
+ * ms_quit - server message handler
*
* parv[0] = sender prefix
* parv[parc - 1] = comment
Index: ircu2.10/ircd/m_topic.c
diff -u ircu2.10/ircd/m_topic.c:1.9.2.2 ircu2.10/ircd/m_topic.c:1.9.2.2.8.1
--- ircu2.10/ircd/m_topic.c:1.9.2.2 Sat Dec 14 17:02:42 2002
+++ ircu2.10/ircd/m_topic.c Sat Sep 11 12:37:30 2004
@@ -20,7 +20,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
- * $Id: m_topic.c,v 1.9.2.2 2002/12/15 01:02:42 isomer Exp $
+ * $Id: m_topic.c,v 1.9.2.2.8.1 2004/09/11 19:37:30 klmitch Exp $
*/
/*
@@ -98,7 +98,7 @@
struct Channel *chptr,char *topic)
{
int newtopic;
- /* if +n and not @'d, return an error and ignore the topic */
+ /* if +t and not @'d, return an error and ignore the topic */
if ((chptr->mode.mode & MODE_TOPICLIMIT) != 0 && !is_chan_op(sptr, chptr))
{
send_reply(sptr, ERR_CHANOPRIVSNEEDED, chptr->chname);
@@ -113,7 +113,7 @@
ircd_strncpy(chptr->topic, topic, TOPICLEN);
ircd_strncpy(chptr->topic_nick, cli_name(sptr), NICKLEN);
chptr->topic_time = CurrentTime;
- /* Fixed in 2.10.11: Don't propergate local topics */
+ /* Fixed in 2.10.11: Don't propagate local topics */
if (!IsLocalChannel(chptr->chname))
sendcmdto_serv_butone(sptr, CMD_TOPIC, cptr, "%H :%s", chptr,
chptr->topic);
@@ -180,7 +180,7 @@
}
/*
- * ms_topic - generic message handler
+ * ms_topic - server message handler
*
* parv[0] = sender prefix
* parv[1] = channel
Index: ircu2.10/ircd/m_version.c
diff -u ircu2.10/ircd/m_version.c:1.12.2.4 ircu2.10/ircd/m_version.c:1.12.2.4.8.1
--- ircu2.10/ircd/m_version.c:1.12.2.4 Sat Dec 14 17:02:42 2002
+++ ircu2.10/ircd/m_version.c Sat Sep 11 12:37:30 2004
@@ -20,7 +20,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
- * $Id: m_version.c,v 1.12.2.4 2002/12/15 01:02:42 isomer Exp $
+ * $Id: m_version.c,v 1.12.2.4.8.1 2004/09/11 19:37:30 klmitch Exp $
*/
/*
@@ -121,7 +121,7 @@
}
/*
- * mo_version - generic message handler
+ * mo_version - oper message handler
*
* parv[0] = sender prefix
* parv[1] = servername
Index: ircu2.10/ircd/s_err.c
diff -u ircu2.10/ircd/s_err.c:1.30.2.10 ircu2.10/ircd/s_err.c:1.30.2.10.2.1
--- ircu2.10/ircd/s_err.c:1.30.2.10 Sat Jan 10 16:23:32 2004
+++ ircu2.10/ircd/s_err.c Sat Sep 11 12:37:30 2004
@@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
- * $Id: s_err.c,v 1.30.2.10 2004/01/11 00:23:32 isomer Exp $
+ * $Id: s_err.c,v 1.30.2.10.2.1 2004/09/11 19:37:30 klmitch Exp $
*/
#include "config.h"
@@ -824,7 +824,7 @@
/* 395 */
{ 0 },
/* 396 */
- { RPL_HOSTHIDDEN, "%s.%s :is now your hidden host", "396" },
+ { RPL_HOSTHIDDEN, "%s :is now your hidden host", "396" },
/* 397 */
{ 0 },
/* 398 */
Index: ircu2.10/ircd/s_user.c
diff -u ircu2.10/ircd/s_user.c:1.52.2.17.2.1 ircu2.10/ircd/s_user.c:1.52.2.17.2.2
--- ircu2.10/ircd/s_user.c:1.52.2.17.2.1 Thu May 13 22:48:13 2004
+++ ircu2.10/ircd/s_user.c Sat Sep 11 12:37:30 2004
@@ -20,7 +20,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
- * $Id: s_user.c,v 1.52.2.17.2.1 2004/05/14 05:48:13 klmitch Exp $
+ * $Id: s_user.c,v 1.52.2.17.2.2 2004/09/11 19:37:30 klmitch Exp $
*/
#include "config.h"
@@ -1081,8 +1081,7 @@
/* ok, the client is now fully hidden, so let them know -- hikari */
if (MyConnect(cptr))
- send_reply(cptr, RPL_HOSTHIDDEN, cli_user(cptr)->account,
- feature_str(FEAT_HIDDEN_HOST));
+ send_reply(cptr, RPL_HOSTHIDDEN, cli_user(cptr)->host);
/*
* Go through all channels the client was on, rejoin him
Index: ircu2.10/ircd/test/ircd_chattr.0.dat
diff -u ircu2.10/ircd/test/ircd_chattr.0.dat:1.1
ircu2.10/ircd/test/ircd_chattr.0.dat:1.1.62.1
--- ircu2.10/ircd/test/ircd_chattr.0.dat:1.1 Fri Mar 17 21:20:30 2000
+++ ircu2.10/ircd/test/ircd_chattr.0.dat Sat Sep 11 12:37:31 2004
@@ -7,7 +7,7 @@
IsCntrl:
\0\1\2\3\4\5\6\a\b\t\n\v\f\r\e\f\10\11\12\13\14\15\16\17\18\19\1a\1b\1c\1d\1e\1f
IsChannelChar:
\0\1\2\3\4\5\6\b\t\n\v\f\r\e\f\10\11\12\13\14\15\16\17\18\19\1a\1b\1c\1d\1e\1f!"#$%&'()*+-./0123456789:;<=>[EMAIL
PROTECTED]|}~\7f\80\81\82\83\84\85\86\87\88\89\8a\8b\8c\8d\8e\8f\90\91\92\93\94\95\96\97\98\99\9a\9b\9c\9d\9e\9f\a1\a2\a3\a4\a5\a6\a7\a8\a9\aa\ab\ac\ad\ae\af\b0\b1\b2\b3\b4\b5\b6\b7\b8\b9\ba\bb\bc\bd\be\bf\c0\c1\c2\c3\c4\c5\c6\c7\c8\c9\ca\cb\cc\cd\ce\cf\d0\d1\d2\d3\d4\d5\d6\d7\d8\d9\da\db\dc\dd\de\df\e0\e1\e2\e3\e4\e5\e6\e7\e8\e9\ea\eb\ec\ed\ee\ef\f0\f1\f2\f3\f4\f5\f6\f7\f8\f9\fa\fb\fc\fd\fe\ff
IsChannelLower:
\c0\c1\c2\c3\c4\c5\c6\c7\c8\c9\ca\cb\cc\cd\ce\cf\d0\d1\d2\d3\d4\d5\d6\d8\d9\da\db\dc\dd\de
-IsChannelPrefix: #&+
+IsChannelPrefix: #&
IsNickChar:
-0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~
IsUserChar:
'-.0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~\c0\c1\c2\c3\c4\c5\c6\c7\c8\c9\ca\cb\cc\cd\ce\cf\d0\d1\d2\d3\d4\d5\d6\d8\d9\da\db\dc\dd\de\e0\e1\e2\e3\e4\e5\e6\e7\e8\e9\ea\eb\ec\ed\ee\ef\f0\f1\f2\f3\f4\f5\f6\f8\f9\fa\fb\fc\fd\fe
IsHostChar:
-.0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_abcdefghijklmnopqrstuvwxyz{|}~
Index: ircu2.10/tools/Bounce/Bounce.cpp
diff -u ircu2.10/tools/Bounce/Bounce.cpp:1.2 ircu2.10/tools/Bounce/Bounce.cpp:1.2.20.1
--- ircu2.10/tools/Bounce/Bounce.cpp:1.2 Wed Apr 12 22:53:48 2000
+++ ircu2.10/tools/Bounce/Bounce.cpp Sat Sep 11 12:37:31 2004
@@ -1,5 +1,5 @@
/*
- * IRC - Internet Relay Chat, tools/Bouncer/Bouncer.cpp
+ * IRC - Internet Relay Chat
* Copyright (C) 1990 Jarkko Oikarinen and
* University of Oulu, Computing Center
*
@@ -27,7 +27,7 @@
* Each listening port can bounce to a different host/port defined in the
* config file. --Gte
*
- * $Id: Bounce.cpp,v 1.2 2000/04/13 05:53:48 gte Exp $
+ * $Id: Bounce.cpp,v 1.2.20.1 2004/09/11 19:37:31 klmitch Exp $
*
*/
Index: ircu2.10/tools/Bounce/Bounce.h
diff -u ircu2.10/tools/Bounce/Bounce.h:1.2 ircu2.10/tools/Bounce/Bounce.h:1.2.20.1
--- ircu2.10/tools/Bounce/Bounce.h:1.2 Wed Apr 12 22:53:48 2000
+++ ircu2.10/tools/Bounce/Bounce.h Sat Sep 11 12:37:31 2004
@@ -1,5 +1,5 @@
/*
- * IRC - Internet Relay Chat, tools/Bouncer/Bouncer.h
+ * IRC - Internet Relay Chat
* Copyright (C) 1990 Jarkko Oikarinen and
* University of Oulu, Computing Center
*
@@ -20,7 +20,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
- * $Id: Bounce.h,v 1.2 2000/04/13 05:53:48 gte Exp $
+ * $Id: Bounce.h,v 1.2.20.1 2004/09/11 19:37:31 klmitch Exp $
*
*/
Index: ircu2.10/tools/Makefile.crypt
diff -u ircu2.10/tools/Makefile.crypt:1.1 ircu2.10/tools/Makefile.crypt:1.1.20.1
--- ircu2.10/tools/Makefile.crypt:1.1 Fri Apr 7 07:53:35 2000
+++ ircu2.10/tools/Makefile.crypt Sat Sep 11 12:37:31 2004
@@ -1,5 +1,5 @@
#************************************************************************
-#* IRC - Internet Relay Chat, ircd/crypt/Makefile
+#* IRC - Internet Relay Chat
#* Copyright (C) 1991 Darren Reed
#*
#* This program is free software; you can redistribute it and/or modify
Index: ircu2.10/tools/crypter
diff -u ircu2.10/tools/crypter:1.1 ircu2.10/tools/crypter:1.1.20.1
--- ircu2.10/tools/crypter:1.1 Fri Apr 7 07:53:35 2000
+++ ircu2.10/tools/crypter Sat Sep 11 12:37:31 2004
@@ -1,6 +1,6 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
#************************************************************************
-#* IRC - Internet Relay Chat, ircd/crypt/crypter
+#* IRC - Internet Relay Chat
#* Copyright (C) 1991 Sean Batt
#*
#* This program is free software; you can redistribute it and/or modify
@@ -33,7 +33,7 @@
@saltset = ('a' .. 'z', 'A' .. 'Z', '0' .. '9', '.', '/');
umask(0077);
-open ($ircdout, ">/tmp/ircd.conf.tmp") || die "open $!";
+open ($ircdout, ">$tmpfile") || die "open $!";
while ($text = <>) {
#if its not an "O" line we can ignore it
@@ -48,5 +48,6 @@
close ($ircdin);
print "/bin/cp ",$tmpfile," ",$ircdconf,"\n";
(fork()==0) ? exec("/bin/cp", $tmpfile, $ircdconf) : wait;
+print "",$ircdconf," has been crypted successfully!\n";
#unlink($tmpfile);
----------------------- End of diff -----------------------