X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=3cc041c20d53064e3a27b37e10c12079778c7e3e;hb=9b0b6e74e3463465f2cd6da576b366403a8d0d5e;hp=e9dd7d2fc337e4c56321aaaca1341c2e75715b34;hpb=3f58f5ebe86a749d9e1ab37f25b3e7c7255a1906;p=spider.git diff --git a/Changes b/Changes index e9dd7d2f..3cc041c2 100644 --- a/Changes +++ b/Changes @@ -1,9 +1,19 @@ +03Oct02======================================================================= +1. only sysop (priv=5+) can now send to distro SYSOP, ordinary users will have +their message routed to the $main::myalias callsign as a private message. 29Sep02======================================================================= 1. Added LRU caching to DXUsers and Prefix. 2. make Timer::handler only search its chain once a second seeing as that is the minimum granularity available. 3. add some separation between cfg file making, data generation and mrtg running. See /spider/cmd/mrtg.pl for some instructions... +4. Added data in and out to the MRTG stats, you need to do an indexmaker +to get them onto the index page, I have also added some colour to the +legend to make what is being displayed a bit more obvious. + +See http://gb7djk.dxcluster.org/mrtg/stats.html for an example of the +default screen. + 28Sep02======================================================================= 1. Put some transparent caching into Prefix.pm to see if this has a performance impact.