Commit various fixes from skel (Daniel Piddock): CMS Server: - DiskMonitor was overflowing due to using an int variable for the inode count. Upped to a long. - Updated URL to iscream cms javadoc RRD graphing: - added uptime logging and graph creation - diskio - Cope with modern linux device paths (eg "ide/host0/bus0/target0/lun0/disc") by replacing / with hex - diskio - Cope with windows device paths (eg "0 C: D:") by replacing : and space with hex - disk - Cope with windows mount points (eg C:\) by replacing : and \ with hex - net - Cope with windows network "device names". Basically the whole network card as it appears in Device Manager, not "Local Area Connection" - Include total processes (for winhost) Also modified the PHP code to catch up. Patch slightly modified from that submitted, but only minor alterations. Thanks skel!
Catch a lot of old URL's and update them. Also remove a couple of old files that aren't used.
Moved location of CMS lib downloads.
Update j2se links to 1.4.2.
Tidy up of the client interface code - more commonly known as the "right hand side of the server". Right since the start the filter side of the server has been nice and tree like - every Filter sent data to another Filter. At the top of the tree there was a "special" Filter known as the RootFilter, which to the other Filters just looked like a normal Filter. This was nice, and simple, and expandable. The Client Interface on the other hand was messy. The root filter had some hacky wrapper threads which pulled from a queue and pushed to the relevant client interfaces (one for real time stuff, and the other for databases). There was no simple room for expandability - it was all hardwired to do just what was needed at the time. This commit changes that. A Client Interface now connects to another Client Interface, with a special one being found in the RootFilter (yes, maybe that needs a name change now :-). So we can chain client interfaces, and move other bits and bobs around in the server - for example, alerting no longer needs to be connected to the Client Interface, it can connect straight to the RootFilter (or, wherever the config tells it ;). Hopefully this sanitizes the underlying layout of the server a bit. As a final note, I dropped the DBInterface. This used to insert data in to a MySQL database. We've long since stopped using that, and it's fallen behind and is way out of date. For now, it's gone in to the attic.
configure scripts no longer need to get the jacorb.properties file.
Added linking of util package api's to javadocs.
Update javadoc building to link against the 1.4.1 jdk api's.
Changed the server to use the external util package. Quite a minor change, but does affect a lot of files.
Finally made some changes to the Makefile setup to finish what I started around 7 months ago :) The dependency stuff still isn't quite right, but it's getting there.
Merged in changes from the SERVER_PIRCBOT branch. The IRC__Alerter now uses pircbot (www.jibble.org/pircbot.php) for it's IRC connectivity. All the features from the old version have been moved across to the new one, with a few minor changes.
Update the MySQL driver from 2.0.4 to 2.0.11.
Fix for the following bug tracker on sourceforge: [ #483807 ] configure scripts The configure scripts specified where wget was expected to be. It now looks in different locations, falling back on just running "wget" (assuming it's in the path). This is better than it was before.
Forgot to change the old-style build setup at some point. Corrected links to downloads of JAR files. Fixed the IDL compiler sloppy names...
Doh, forgot to actually use the WGET variable :)
PWD on FreeBSD does actually have the current directory in it :) So, we'll use something different.
Updated the mySQL JDBC driver from 2.0.2 to 2.0.4.
Tidied up the configure script, and got round to make a subtle change to the Makefile's so they are a bit more "standard".
Changed to get and use the new xml parsing libraries.
New parsing library.
Added full paths for wget.
The old driver appeared a bit dodgy. I've gone back to the version before the current latest, and it seems to be acting ok. This should work on windows too, and any other machine - the dependence to Raptor has been removed.
Added getting of the mysql JAR file from the httpserver.
Under FreeBSD this script didn't work, this has fixed it.
MERGE: Merged the SERVER_PACKAGEBUILD branch back into the HEAD trunk.
file configure was initially added on branch SERVER_PACKAGEBUILD.
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.