add changes to web client from Rene
authorg0vgs <g0vgs>
Mon, 6 Jan 2003 18:10:50 +0000 (18:10 +0000)
committerg0vgs <g0vgs>
Mon, 6 Jan 2003 18:10:50 +0000 (18:10 +0000)
Changes
spider-web/StreamListener.class
spider-web/beam.class
spider-web/dxannounce.class
spider-web/idleTime.class
spider-web/makefile [new file with mode: 0644]
spider-web/setDate.class
spider-web/spiderclient.class
spider-web/spiderframe.class
spider-web/spiderframe.java

diff --git a/Changes b/Changes
index b4405806e312c54f1c7c4010fc684f7c6506cca5..3fa291e09bedab932b4c9142e87284538e5f5322 100644 (file)
--- a/Changes
+++ b/Changes
@@ -4,6 +4,8 @@ Please note that there is a change to the spider.cgi file this time so that
 the client show 'Connected to Node_Call' instead of the hostname.  You will
 need to update your cgi file when you update the changes.  Please make sure
 that you back up your old files first! (g0vgs)
+2. yet more changes to the java client from Rene :-)  Also added a makefile
+and a Changes file for the client in the spider-web directory.
 05Jan03=======================================================================
 1. fix some irritating messages caused by protocol loops in sh/c
 2. update copyright
index 272484b627757487da293ed0b92f682613f826a0..b286c34a52f70369cfe0becd70155d966e6d0b0f 100644 (file)
Binary files a/spider-web/StreamListener.class and b/spider-web/StreamListener.class differ
index 7b475e47ec78b8b323b5212a785cf493c3cccf16..92e70582fb2956ef6838e2a96bc8843377d909e4 100644 (file)
Binary files a/spider-web/beam.class and b/spider-web/beam.class differ
index 6e9ab84714874b519ffcc0cc059d977a90490ba1..881eaa46fff2cdba18ad990175b910eb13493b54 100644 (file)
Binary files a/spider-web/dxannounce.class and b/spider-web/dxannounce.class differ
index c15111e2902791a72d7e8e6f0bbe18b6c9d589a1..f3ab9ec20c355bd28f91d553f8b260ca66fc5839 100644 (file)
Binary files a/spider-web/idleTime.class and b/spider-web/idleTime.class differ
diff --git a/spider-web/makefile b/spider-web/makefile
new file mode 100644 (file)
index 0000000..8bd55e3
--- /dev/null
@@ -0,0 +1,7 @@
+all:   compile
+
+
+compile:
+       rm *.class
+       /usr/lib/java/bin/javac spiderclient.java
+
index c15643801d80a35fb962cf135ea50a9f82c43490..e01352e98c95d1070cfb71f9192b07d4320ddc65 100644 (file)
Binary files a/spider-web/setDate.class and b/spider-web/setDate.class differ
index d2ad6457a061810a75f4dc0e9c9707cf8441ead5..d2da6b8f7e3e66994ad860b3b5bce1b34230977e 100644 (file)
Binary files a/spider-web/spiderclient.class and b/spider-web/spiderclient.class differ
index dd34ecd6c3194bceb8b76c3d73f80f93abed5328..7c355cdea6de73a8a165a3423f9920cba52639c6 100644 (file)
Binary files a/spider-web/spiderframe.class and b/spider-web/spiderframe.class differ
index 83e865f47f6231897a747cd33912d0678ff5e88b..90e76acc0de9c15a32408fa141edd93fa00c6b19 100755 (executable)
@@ -409,10 +409,10 @@ menubar.add(mailbox);
                                parent.dodisconnect();
                        } else if (arg.equals("About")) {
                                InfoDialog id = new InfoDialog(this, "About", 
-                               "JAVA Spider Webclient 0.6b\nPA4AB\n" +
-                               "pa4ab@pa4ab.net \n" +
-                               "April 2001\n" +
-                               "Based on source of the CLX Client from dl6dbh" );
+                               "JAVA Spider Webclient 1.0\n\nModified by PA4AB, M0AZM and OZ1LQH\n" +
+                               "\n" +
+                               "January 2002\n" +
+                               "Based on source of the CLX Client from DL6DBH" );
                                
                         id.resize(500,300);
                                id.show();