X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=e6cab4615ccad0cf7cdfbb7a2e37a5da5c5f1686;hb=5b9ab81174d4a7734c92af52da6ddf89e980e321;hp=bb4f33df05f6b2599b41370daaaa361b636d35e0;hpb=f87323c2926605792ee02b84783d8f3d4dbd605f;p=spider.git diff --git a/Changes b/Changes index bb4f33df..e6cab461 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,28 @@ +12Oct02======================================================================= +1. attempt to improve the "check back for 5 minutes to see if this spot is +the same as a previous one but for the time spotted" dupe check. +2. improve the sh/vhftable and sh/hftable commands to allow you to enquire +by dxcc country (using the relevant prefixes or dxcc country numbers). +[note to translators, I have changed the help text and Messages tags for +stat*]. +07Oct02======================================================================= +1. fix problem with (invalid) callsigns starting with '0' (zero) eg 0f6ira. +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.