From: Art Cancro Date: Tue, 18 Sep 2001 04:05:05 +0000 (+0000) Subject: * Added host/IP and port to node config (client side only) X-Git-Tag: v7.86~6777 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=3749b013995ad4e8919e54019cc709c97bcaf74e;p=citadel.git * Added host/IP and port to node config (client side only) --- diff --git a/citadel/ChangeLog b/citadel/ChangeLog index c14bea3b6..f83a5c558 100644 --- a/citadel/ChangeLog +++ b/citadel/ChangeLog @@ -1,4 +1,7 @@ $Log$ + Revision 580.44 2001/09/18 04:05:04 ajc + * Added host/IP and port to node config (client side only) + Revision 580.43 2001/09/17 23:55:45 ajc * Support for IGnet routing (not tested) @@ -2748,3 +2751,4 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant Fri Jul 10 1998 Art Cancro * Initial CVS import + diff --git a/citadel/messages/goodbye b/citadel/messages/goodbye index 5b36793b9..654807543 100644 --- a/citadel/messages/goodbye +++ b/citadel/messages/goodbye @@ -3,5 +3,5 @@ Thanks for calling ^humannode - please call again soon! - Also be sure to visit UNCENSORED! BBS at uncnsrd.mt-kisco.ny.us + Also be sure to visit UNCENSORED! BBS at uncensored.citadel.org diff --git a/citadel/public_clients b/citadel/public_clients index 504890c43..133e8eaeb 100644 --- a/citadel/public_clients +++ b/citadel/public_clients @@ -7,3 +7,6 @@ localhost 127.0.0.1 +db01 +web01 +web02 diff --git a/citadel/routines2.c b/citadel/routines2.c index df306feee..7d23e9bb6 100644 --- a/citadel/routines2.c +++ b/citadel/routines2.c @@ -1050,13 +1050,17 @@ void do_ignet_configuration(void) { do { printf("\n"); color(BRIGHT_WHITE); - printf("### "); - printf(" Node "); - printf(" Secret \n"); + printf( "### " + " Node " + " Secret " + " Host or IP " + "Port#\n"); color(DIM_WHITE); - printf("--- "); - printf("---------------- "); - printf("--------------------\n"); + printf( "--- " + "---------------- " + "---------------- " + "-------------------------------- " + "-----\n"); for (i=0; i