X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=4161d2ac4a6d34e7b39e04abced9ec2ffcb4900f;hb=refs%2Fheads%2Fmojo;hp=6cf311084844bb4801b37a4b398aae23cfd5e308;hpb=a13f69ce9f26ea2b95be1e6de1f14f50ab7065d8;p=spider.git diff --git a/Changes b/Changes index 6cf31108..4161d2ac 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,38 @@ +20Apr24====================================================================== +1. Try to "fix" Spot deduping (again). This is probably Work In Progress... +2. A new(er) band.pl gratefully received from Andy G4PIQ. +13Apr24====================================================================== +1. Fix small issue with perl 5.20 (and possibly earlier) compilation. +27Mar24====================================================================== +1. Fix dupe PC[16]1 (spot) coming in "too fast" for dupe filter to work. + + Probably. +25Mar24====================================================================== +1. Make talk work. Note: this now works as the mojo branch originally + expected - which means that it may (and likely will) flood route talks + where the callsign that you want to talk to does not have a route to + both the callsign and any nodes that it may be connected to. +22Mar24====================================================================== +1. Change the processing of trailing callsigns slightly so that /1 /2 etc are + retained, but the /P /M /A /MM etc are removed. +20Mar24====================================================================== +1. Has it really been so long since the last update? +2. Since forever, mainly because filtering was done very early on in + DXSpider's development, clearing a filter needed a disconnect/reconnect + cycle from the user/node to activate. Now clearing or changing a filter is + immediately effective in the current session. + + Also things like: 'rej/spot user_default on vhf' will immediately apply + to all users that do not already have some other filter in place. Users + can override this by setting a filter. + + The Filter system will now show the actual token that a faulty command + dislikes. +3. Disable the "is there a route to callsign X3XXX" test in talk. This is a + legacy test that should not apply at the user level. The resulting PC93 is + flood routed unless there is a genuine direct route to that callsign. +25Mar23======================================================================= +1. Changed the default of X and Y (in item 2 below) to 27 and 20 respectively. 24Mar23======================================================================= 1. Restore perl regex version of is_ipaddr. This *should* allow windows updates to work again.