]> code.citadel.org Git - citadel.git/commitdiff
* Bumped the internal version number to 6.19
authorArt Cancro <ajc@citadel.org>
Wed, 15 Jun 2005 01:50:29 +0000 (01:50 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 15 Jun 2005 01:50:29 +0000 (01:50 +0000)
webcit/ChangeLog
webcit/README.txt
webcit/roomops.c
webcit/summary.c
webcit/webcit.h

index e6eddc6147f1d1b7a5ec5d8410158c087bc54797..a766f322fee35d0d9dbc9f8f01378a9a9e63a8f5 100644 (file)
@@ -1,4 +1,7 @@
 $Log$
 $Log$
+Revision 611.15  2005/06/15 01:50:29  ajc
+* Bumped the internal version number to 6.19
+
 Revision 611.14  2005/06/14 14:47:48  ajc
 * Moved the <td> and </td> in the room icon out of roomops.c and
   into static/roombanner.html, since every room will have an icon now.
 Revision 611.14  2005/06/14 14:47:48  ajc
 * Moved the <td> and </td> in the room icon out of roomops.c and
   into static/roombanner.html, since every room will have an icon now.
@@ -2594,4 +2597,3 @@ Sun Dec  6 19:50:55 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
 
 1998-12-03 Nathan Bryant <bryant@cs.usm.maine.edu>
        * webserver.c: warning fix
 
 1998-12-03 Nathan Bryant <bryant@cs.usm.maine.edu>
        * webserver.c: warning fix
-
index 88bfa6a093d99fb52f83f861b3ff8414b9a79649..9c319b1075e8c1cbc4f91caac6a62dd2207097d0 100644 (file)
@@ -1,13 +1,14 @@
                         WEBCIT for the Citadel System
                         WEBCIT for the Citadel System
-                               version 6.10
+                               version 6.19
  
  
-   Copyright (C) 1996-2004 by the authors.  Portions written by:
+   Copyright (C) 1996-2005 by the authors.  Portions written by:
        Art Cancro
        Nathan Bryant
        Nick Grossman
        Andru Luvisi
         Kevin Roth
        Dave Lindquist
        Art Cancro
        Nathan Bryant
        Nick Grossman
        Andru Luvisi
         Kevin Roth
        Dave Lindquist
+       Martin Mouritzen
  
 This program is free software released under the terms of the GNU General
 Public License.  Please read COPYING.txt for more licensing information.
  
 This program is free software released under the terms of the GNU General
 Public License.  Please read COPYING.txt for more licensing information.
index c8216f7a907fa0ad14da152974dc83a44a41fd26..11629e87cbc0e672caffc563eebb680acf3a6f8c 100644 (file)
@@ -276,38 +276,37 @@ void embed_room_graphic(void) {
        else if (WC->wc_view == VIEW_ADDRESSBOOK) {
                wprintf("<img height=48 width=48 src=\""
                        "static/savecontact_48x.gif"
        else if (WC->wc_view == VIEW_ADDRESSBOOK) {
                wprintf("<img height=48 width=48 src=\""
                        "static/savecontact_48x.gif"
-                       "\">\n"
+                       "\">"
                );
        }
        else if (WC->wc_view == VIEW_CALENDAR) {
                wprintf("<img height=48 width=48 src=\""
                        "static/calarea_48x.gif"
                );
        }
        else if (WC->wc_view == VIEW_CALENDAR) {
                wprintf("<img height=48 width=48 src=\""
                        "static/calarea_48x.gif"
-                       "\">\n"
+                       "\">"
                );
        }
        else if (WC->wc_view == VIEW_TASKS) {
                wprintf("<img height=48 width=48 src=\""
                        "static/taskmanag_48x.gif"
                );
        }
        else if (WC->wc_view == VIEW_TASKS) {
                wprintf("<img height=48 width=48 src=\""
                        "static/taskmanag_48x.gif"
-                       "\">\n"
+                       "\">"
                );
        }
        else if (WC->wc_view == VIEW_NOTES) {
                wprintf("<img height=48 width=48 src=\""
                        "static/storenotes_48x.gif"
                );
        }
        else if (WC->wc_view == VIEW_NOTES) {
                wprintf("<img height=48 width=48 src=\""
                        "static/storenotes_48x.gif"
-                       "\">\n"
+                       "\">"
                );
                );
-               wprintf("'static/storenotes_16x.gif'");
        }
        else if (WC->wc_view == VIEW_MAILBOX) {
                wprintf("<img height=48 width=48 src=\""
                        "static/privatemess_48x.gif"
        }
        else if (WC->wc_view == VIEW_MAILBOX) {
                wprintf("<img height=48 width=48 src=\""
                        "static/privatemess_48x.gif"
-                       "\">\n"
+                       "\">"
                );
        }
        else {
                wprintf("<img height=48 width=48 src=\""
                        "static/chatrooms_48x.gif"
                );
        }
        else {
                wprintf("<img height=48 width=48 src=\""
                        "static/chatrooms_48x.gif"
-                       "\">\n"
+                       "\">"
                );
        }
 
                );
        }
 
index 19ff3a0a48133df0708a00506ba134cd15c44cb1..7dcb4fc79e39b92e14afbf77d5640e9ee8a8d49b 100644 (file)
@@ -212,6 +212,8 @@ void server_info_section(void) {
        escputs(serv_info.serv_humannode);
        wprintf(", running ");
        escputs(serv_info.serv_software);
        escputs(serv_info.serv_humannode);
        wprintf(", running ");
        escputs(serv_info.serv_software);
+       wprintf(" with ");
+       escputs(SERVER);
        wprintf(", and located in ");
        escputs(serv_info.serv_bbs_city);
        wprintf(".<br />\nYour system administrator is ");
        wprintf(", and located in ");
        escputs(serv_info.serv_bbs_city);
        wprintf(".<br />\nYour system administrator is ");
index cbd546e40a9fe8fff5dacdfc6687bba9828182a8..6300e23fe5d69305ba0ed33f28e119a759ccdbbe 100644 (file)
 #define SLEEPING               180             /* TCP connection timeout */
 #define WEBCIT_TIMEOUT         900             /* WebCit session timeout */
 #define PORT_NUM               2000            /* port number to listen on */
 #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 v6.11"  /* who's in da house */
+#define SERVER                 "WebCit v6.19"  /* who's in da house */
 #define DEVELOPER_ID           0
 #define CLIENT_ID              4
 #define DEVELOPER_ID           0
 #define CLIENT_ID              4
-#define CLIENT_VERSION         611             /* This version of WebCit */
+#define CLIENT_VERSION         619             /* This version of WebCit */
 #define MINIMUM_CIT_VERSION    640             /* min required Citadel vers */
 #define DEFAULT_HOST           "localhost"     /* Default Citadel server */
 #define DEFAULT_PORT           "504"
 #define MINIMUM_CIT_VERSION    640             /* min required Citadel vers */
 #define DEFAULT_HOST           "localhost"     /* Default Citadel server */
 #define DEFAULT_PORT           "504"