ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/uk/org/iscream/cms/server/clientinterface/TCPClientListener.java
Revision 1.19 - (view) (annotate) - [select for diffs]
Sun Aug 1 10:40:48 2004 UTC (19 years, 9 months ago) by tdb
Branch: MAIN
CVS Tags: HEAD
Changes since 1.18: +3 -3 lines
Diff to previous 1.18
Catch a lot of old URL's and update them. Also remove a couple of old files
that aren't used.

Revision 1.18 - (view) (annotate) - [select for diffs]
Wed Feb 5 16:43:46 2003 UTC (21 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.17: +4 -4 lines
Diff to previous 1.17
Changed the server to use the external util package. Quite a minor change,
but does affect a lot of files.

Revision 1.17 - (view) (annotate) - [select for diffs]
Tue May 21 16:47:16 2002 UTC (21 years, 11 months ago) by tdb
Branch: MAIN
Changes since 1.16: +3 -2 lines
Diff to previous 1.16
Added URL to GPL headers.

Revision 1.16 - (view) (annotate) - [select for diffs]
Sat May 18 18:16:01 2002 UTC (21 years, 11 months ago) by tdb
Branch: MAIN
Changes since 1.15: +21 -2 lines
Diff to previous 1.15
i-scream is now licensed under the GPL. I've added the GPL headers to every
source file, and put a full copy of the license in the appropriate places.
I think I've covered everything. This is going to be a mad commit ;)

Revision 1.15 - (view) (annotate) - [select for diffs]
Thu Mar 21 13:01:21 2002 UTC (22 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.14: +28 -18 lines
Diff to previous 1.14
Made the ACL's dynamic where appropriate. This isn't perfect, the ACL will
only get reloaded after the next connection. This is because the check is
done in the main while loop, and will only get done before a new thread is
spawned to deal with a connection. It will have the desired effect though,
I hope :)

Revision 1.14 - (view) (annotate) - [select for diffs]
Wed Mar 20 12:56:37 2002 UTC (22 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.13: +20 -4 lines
Diff to previous 1.13
Added Access Control Lists to all parts of the server that listen for
either TCP or UDP connections.

Revision 1.13 - (view) (annotate) - [select for diffs]
Tue May 29 17:02:34 2001 UTC (22 years, 11 months ago) by tdb
Branch: MAIN
Branch point for: SERVER_PIRCBOT
Changes since 1.12: +7 -7 lines
Diff to previous 1.12
Major change in the java package naming. This has been held off for some time
now, but it really needed doing. The future packaging of all i-scream products
will be;

uk.org.iscream.<product>.<subpart>.*

In the case of the central monitoring system server this will be;

uk.org.iscream.cms.server.*

The whole server has been changed to follow this structure, and tested to a
smallish extent. Further changes in other parts of the CMS will follow.

Revision 1.12 - (view) (annotate) - [select for diffs]
Wed Mar 14 23:25:29 2001 UTC (23 years, 1 month ago) by tdb
Branch: MAIN
CVS Tags: PROJECT_COMPLETION
Changes since 1.11: +7 -7 lines
Diff to previous 1.11
The whole server package structure has been changed.
Old Package: uk.ac.ukc.iscream.*
New Package: uk.org.iscream.*

Revision 1.11 - (view) (annotate) - [select for diffs]
Tue Mar 13 18:37:08 2001 UTC (23 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.10: +21 -19 lines
Diff to previous 1.10
Now makes use of the ConfigurationProxy.

Revision 1.10 - (view) (annotate) - [select for diffs]
Tue Mar 13 02:19:44 2001 UTC (23 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.9: +5 -2 lines
Diff to previous 1.9
Given all the classes that extend Thread a name using Thread.setName(). It is
only representative as far as it will tell us which class the Thread is, but
this will go some way to aiding debugging. If time permitted, more effort could
be taken to name each thread according to what it was dealing with.

Revision 1.9 - (view) (annotate) - [select for diffs]
Wed Feb 21 19:11:28 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.8: +11 -5 lines
Diff to previous 1.8
Modification to the Queue system;
- interval of monitor is now configurable.
- attempt to identify each Queue better, although this is still hard.

Revision 1.8 - (view) (annotate) - [select for diffs]
Sat Jan 27 23:30:40 2001 UTC (23 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.7: +10 -9 lines
Diff to previous 1.7
All of these classes have been javadoc'd and commented.

Revision 1.7 - (view) (annotate) - [select for diffs]
Tue Jan 23 16:56:31 2001 UTC (23 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.6: +7 -7 lines
Diff to previous 1.6
Changed to support the new Protocol 1.1. This protocol supports selecting the
hosts a client wishes to monitor at connect time.

Revision 1.6 - (view) (annotate) - [select for diffs]
Mon Jan 22 02:57:38 2001 UTC (23 years, 3 months ago) by tdb
Branch: MAIN
CVS Tags: CLI_PROTOCOL_1_0
Changes since 1.5: +8 -8 lines
Diff to previous 1.5
All files changed to now incorporate a Queue. Makes the whole setup much tidier
and will enable levels of buffering.

Revision 1.5 - (view) (annotate) - [select for diffs]
Mon Jan 22 01:46:31 2001 UTC (23 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.4: +5 -5 lines
Diff to previous 1.4
New name for ClientListener.java

Revision 1.4 - (view) (annotate) - [select for diffs]
Mon Jan 22 01:39:03 2001 UTC (23 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.3: +5 -10 lines
Diff to previous 1.3
Now just starts the Controller thread, which will deal with it as it sees fit.

Revision 1.3 - (view) (annotate) - [select for diffs]
Thu Jan 18 23:08:42 2001 UTC (23 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.2: +4 -3 lines
Diff to previous 1.2
Changes to reflect move of Component, ComponentStartException, and the
ReferenceManager from util to componentmanager.

Revision 1.2 - (view) (annotate) - [select for diffs]
Wed Dec 13 12:57:38 2000 UTC (23 years, 4 months ago) by ajm
Branch: MAIN
Changes since 1.1: +158 -140 lines
Diff to previous 1.1
now componenterized
also supports new toString standard

Revision 1.1 - (view) (annotate) - [select for diffs]
Mon Dec 4 18:16:45 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Branch point for: SERVER_PACKAGEBUILD
Initial checkin of the Listener.

Convenience Links

Links to HEAD: (view) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a