From ec1d922d70060c58db9982dee893f718850d338f Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Tue, 1 Jun 2004 19:01:22 +0000 Subject: [PATCH] * netconf.c: widened some of the text entry fields * webcit.h: bumped up the internal version number to 5.20 --- webcit/ChangeLog | 5 ++++- webcit/README.txt | 2 +- webcit/messages.c | 6 ++++-- webcit/netconf.c | 12 ++++++------ webcit/webcit.h | 4 ++-- 5 files changed, 17 insertions(+), 12 deletions(-) diff --git a/webcit/ChangeLog b/webcit/ChangeLog index 2dffccba2..b05525710 100644 --- a/webcit/ChangeLog +++ b/webcit/ChangeLog @@ -1,4 +1,8 @@ $Log$ +Revision 510.10 2004/06/01 19:01:22 ajc +* netconf.c: widened some of the text entry fields +* webcit.h: bumped up the internal version number to 5.20 + Revision 510.9 2004/06/01 18:44:20 ajc * Return to the old command-line usage (-s for https, service is either http or https but not both) @@ -1842,4 +1846,3 @@ Sun Dec 6 19:50:55 EST 1998 Art Cancro 1998-12-03 Nathan Bryant * webserver.c: warning fix - diff --git a/webcit/README.txt b/webcit/README.txt index eeb70f5a6..4cf5ed2ee 100644 --- a/webcit/README.txt +++ b/webcit/README.txt @@ -1,5 +1,5 @@ WEBCIT for the Citadel/UX System - version 5.10 + version 5.20 Copyright (C) 1996-2004 by the authors. Portions written by: Art Cancro diff --git a/webcit/messages.c b/webcit/messages.c index fc02aa183..ec46c2fed 100644 --- a/webcit/messages.c +++ b/webcit/messages.c @@ -1524,7 +1524,7 @@ void display_enter(void) "
\n"); wprintf("\n" + "src=\"static/richtext_compressed.js\">\n" " \n"); /* + * Before we had the richedit widget, we did it this way... + * wprintf("
\n"); -*/ + */ /* Enumerate any attachments which are already in place... */ for (att = WC->first_attachment; att != NULL; att = att->next) { diff --git a/webcit/netconf.c b/webcit/netconf.c index 0131447cf..287a1a688 100644 --- a/webcit/netconf.c +++ b/webcit/netconf.c @@ -84,11 +84,11 @@ void display_add_node(void) wprintf("
\n"); wprintf("
\n"); wprintf(""); - wprintf("\n"); + wprintf("\n"); wprintf(""); - wprintf("\n"); + wprintf("\n"); wprintf(""); - wprintf("\n"); + wprintf("\n"); wprintf(""); wprintf("\n"); wprintf("
Node name
Shared secret
Host or IP
Port

"); @@ -130,11 +130,11 @@ void display_edit_node(void) wprintf("\n"); wprintf("
\n"); wprintf(""); - wprintf("\n", cnode); + wprintf("\n", cnode); wprintf(""); - wprintf("\n", csecret); + wprintf("\n", csecret); wprintf(""); - wprintf("\n", chost); + wprintf("\n", chost); wprintf(""); wprintf("\n", cport); wprintf("
Node name
Shared secret
Host or IP
Port

"); diff --git a/webcit/webcit.h b/webcit/webcit.h index 10aabfa44..e94d0efcf 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -33,10 +33,10 @@ #define SLEEPING 180 /* TCP connection timeout */ #define WEBCIT_TIMEOUT 900 /* WebCit session timeout */ #define PORT_NUM 2000 /* port number to listen on */ -#define SERVER "WebCit v5.10" /* who's in da house */ +#define SERVER "WebCit v5.20" /* who's in da house */ #define DEVELOPER_ID 0 #define CLIENT_ID 4 -#define CLIENT_VERSION 510 /* This version of WebCit */ +#define CLIENT_VERSION 520 /* This version of WebCit */ #define MINIMUM_CIT_VERSION 611 /* min required Citadel vers */ #define DEFAULT_HOST "localhost" /* Default Citadel server */ #define DEFAULT_PORT "504" -- 2.39.2