ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/uk/org/iscream/cms/server/filter/Makefile
Revision 1.21 - (view) (annotate) - [select for diffs]
Mon Feb 24 20:18:49 2003 UTC (21 years, 2 months ago) by tdb
Branch: MAIN
CVS Tags: HEAD
Changes since 1.20: +3 -3 lines
Diff to previous 1.20
Fairly major commit. This will break the current version of ihost, but this
had to be done really to give Pete something to test the new ihost against.

The main change here is removal of the TCP Heartbeat functionality from the
filter. This meant the following features stopped working :-
  - Heartbeat testing
  - Configuration checking
  - Service checks

The heartbeat testing, specifically the monitor, now looks at the presence
of UDP packets instead. Before it just looked for the presence of a TCP
heartbeat packet, so the change their is fairly negligible. Of course this
means heartbeat testing now relies on the UDP working... but I don't see
this as a problem.

Configuration checking has been repositioned in to the filtermanager. This
is a backwards compatible change - the filtermanager should still perform
as it should for older hosts. But now there's an extra command to check the
configuration is up-to-date, with a similar format to the old TCP protocol
in the filter. (although we may optimise this soon)

The service checks are broken. This isn't a major issue for us as they were
pretty useless in the first place. The concept is good, but the checks are
just far too primitive. I expect at some point I'll work on a seperate
component that just monitors services, which will replace this function.

Further changes in the server include removal of the key checking code,
as this relied on a bolt on to the TCP heartbeat protocol to ship the
key. This got more akward than originally planned, so I'm happy to drop the
idea. In the long term we hope to replace this with a public key systems
for signing and even encryption.

Finally, general tidy up to remove other bits of code that check for
TCP heartbeat packets when they don't need to any more.

Revision 1.20 - (view) (annotate) - [select for diffs]
Fri Mar 22 10:43:06 2002 UTC (22 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19
Split the CORBA side of the filter in two. The Filter interface still does
the receiving of data, just like it used to. This can optionally be turned
off in the configuration if required. The new interface, FilterInfo, is
used to provide information (host and ports) to other parts of the server
about the Filter - namely the FilterManager. This split has been done so
that the data receiving part of the Filter can be turned off, without
breaking the FilterManager.

Revision 1.19 - (view) (annotate) - [select for diffs]
Thu Mar 21 17:44:51 2002 UTC (22 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.18: +3 -2 lines
Diff to previous 1.18
Initial work on host authentication for the server. Until I can get ihost
doing it's side of the host authentication I can't really test any further.
It seems to work, as in it filters data which isn't authenticated when told
to do so in the config :)

Revision 1.18 - (view) (annotate) - [select for diffs]
Tue May 29 17:02:35 2001 UTC (22 years, 11 months ago) by tdb
Branch: MAIN
Branch point for: SERVER_PIRCBOT
Changes since 1.17: +3 -3 lines
Diff to previous 1.17
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.17 - (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.16: +3 -3 lines
Diff to previous 1.16
The whole server package structure has been changed.
Old Package: uk.ac.ukc.iscream.*
New Package: uk.org.iscream.*

Revision 1.16 - (view) (annotate) - [select for diffs]
Wed Mar 7 23:19:13 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15
Made an abstract skeleton class for the service checks. They all do very similar
things, so it seemed worth putting all the behaviour in one place. This also has
another advantage, namely that service checks are now much quicker to produce,
and that in the future the checks could even be moved to a general checker that
reads from the configuration.

Revision 1.15 - (view) (annotate) - [select for diffs]
Sun Feb 11 18:04:22 2001 UTC (23 years, 2 months ago) by ajm
Branch: MAIN
Changes since 1.14: +4 -2 lines
Diff to previous 1.14
now compiles the service check classes

Revision 1.14 - (view) (annotate) - [select for diffs]
Wed Dec 13 18:34:28 2000 UTC (23 years, 4 months ago) by tdb
Branch: MAIN
Changes since 1.13: +12 -24 lines
Diff to previous 1.13
MERGE: Merged the SERVER_PACKAGEBUILD branch back into the HEAD trunk.

Revision 1.13.2.4 - (view) (annotate) - [select for diffs]
Tue Dec 12 02:46:03 2000 UTC (23 years, 4 months ago) by tdb
Branch: SERVER_PACKAGEBUILD
Changes since 1.13.2.3: +7 -4 lines
Diff to previous 1.13.2.3 , to branch point 1.13 , to next main 1.21
Done some more tidying on all the Makefiles. This should have solve the current
dependency problem that seemed to be occuring with the java source files. The
only dependency that's now not quite in place is the IDL stuff. This should be
easily fixable.

Revision 1.13.2.3 - (view) (annotate) - [select for diffs]
Tue Dec 12 01:54:09 2000 UTC (23 years, 4 months ago) by tdb
Branch: SERVER_PACKAGEBUILD
Changes since 1.13.2.2: +6 -5 lines
Diff to previous 1.13.2.2 , to branch point 1.13
Attempted to improve the dependencies, and tidied up the code Makefiles a bit
better. Getting there... slowly.

Revision 1.13.2.2 - (view) (annotate) - [select for diffs]
Mon Dec 11 23:48:02 2000 UTC (23 years, 4 months ago) by tdb
Branch: SERVER_PACKAGEBUILD
Changes since 1.13.2.1: +4 -22 lines
Diff to previous 1.13.2.1 , to branch point 1.13
All Makefiles in the made code now make use of includes. This has dramatically
reduced the size and complexity of each file.
Future improvements centre around checking of dependencies better.

Revision 1.13.2.1 - (view) (annotate) - [select for diffs]
Mon Dec 11 20:29:26 2000 UTC (23 years, 4 months ago) by tdb
Branch: SERVER_PACKAGEBUILD
Changes since 1.13: +5 -3 lines
Diff to previous 1.13
Changed the Makefile to place compiled class files in a seperate directory
further down the directory structure. Also supplied the following switches to
the javac compiler.

-g:none
-O

The first make sure no debugging information is supplied, and the second makes
the compiler optimise the code.

Revision 1.13 - (view) (annotate) - [select for diffs]
Wed Dec 6 22:57:45 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Branch point for: SERVER_PACKAGEBUILD
Changes since 1.12: +12 -4 lines
Diff to previous 1.12
Added the new Plugin Manager bits.

Revision 1.12 - (view) (annotate) - [select for diffs]
Wed Dec 6 18:33:57 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.11: +2 -4 lines
Diff to previous 1.11
Tried to standardise the format of the Makefiles.

Revision 1.11 - (view) (annotate) - [select for diffs]
Wed Nov 29 23:41:20 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.10: +15 -56 lines
Diff to previous 1.10
Makefile for filter, modified with new package structure in mind.

Revision 1.10 - (view) (annotate) - [select for diffs]
Mon Nov 27 00:39:58 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.9: +3 -2 lines
Diff to previous 1.9
Added all the new gubbins.

Revision 1.9 - (view) (annotate) - [select for diffs]
Thu Nov 23 01:43:24 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.8: +2 -3 lines
Diff to previous 1.8
Changes to reflect goings on with files... :)

Revision 1.8 - (view) (annotate) - [select for diffs]
Wed Nov 22 09:30:30 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.7: +3 -1 lines
Diff to previous 1.7
Added the new parts to the Filter.

Revision 1.7 - (view) (annotate) - [select for diffs]
Tue Nov 21 23:37:30 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.6: +4 -3 lines
Diff to previous 1.6
Added FilterManagerServant to the compile list.

Revision 1.6 - (view) (annotate) - [select for diffs]
Tue Nov 21 21:05:39 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.5: +5 -4 lines
Diff to previous 1.5
Made changes to reflect remain of Filter and FilterManager, and addition of the
new files.

Revision 1.5 - (view) (annotate) - [select for diffs]
Mon Nov 20 22:05:35 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.4: +3 -2 lines
Diff to previous 1.4
Added the Filter to the Makefile. Still todo, seperate the "make run" into two
seperate sections so that the Filter or the FilterManager can be run.

Revision 1.4 - (view) (annotate) - [select for diffs]
Thu Nov 16 14:47:16 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.3: +3 -1 lines
Diff to previous 1.3
Added CVS features to the Makefile.

Revision 1.3 - (view) (annotate) - [select for diffs]
Tue Nov 14 02:38:29 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.2: +18 -8 lines
Diff to previous 1.2
Included compiling the IDL file in the Makefile.

Revision 1.2 - (view) (annotate) - [select for diffs]
Tue Nov 14 01:53:56 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.1: +4 -9 lines
Diff to previous 1.1
Found a tidier way to build any .class from from it's corresponding .java file.

Revision 1.1 - (view) (annotate) - [select for diffs]
Tue Nov 14 01:40:49 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Initial Makefile for the Filter. Will obviously need to be expanded as the
Filter section grows.

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