X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=bfcad9227b1e479457c1e0df5abb1f26278a7a09;hb=1f377d13abe8a3b793d5aead71b700c4dc79619a;hp=6cf311084844bb4801b37a4b398aae23cfd5e308;hpb=a13f69ce9f26ea2b95be1e6de1f14f50ab7065d8;p=spider.git diff --git a/Changes b/Changes index 6cf31108..bfcad922 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,35 @@ +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.