X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=fa47aee0dc1e919fa88c2fd56aa1e36783aae570;hb=61a666ccf108505f0cec2e5c682fde019fc3a051;hp=706e354c22b87b006460482a5b4ea98d8d2760a1;hpb=681ed7b3c6d79228a68054489058b619f62974bf;p=spider.git diff --git a/Changes b/Changes index 706e354c..fa47aee0 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,35 @@ -07Jun22======================================================================= +01Dec22======================================================================= +1. Re-add some debugging to see which incoming PC protcol sentences are + being dumped because of any bad content (words or calls) if debugging + option 'nologchan' is set. +2. Any line entered by a user is checked for badwords *before* being sent to + the command processing system. +3. All debugging for badwords has the word 'badword' in it. So that one can + do a 'grepdbg -2 badword' and one should see who said it and all of what + they said. +23Nov22======================================================================= +1. The BadWord system has been rewritten. This change is pretty radical and + needs to be used with care as a word that is entered will be reduced to the + minimum sized string needed to match that word. + + This is effective a sysop command changeable version of the file badw_regex + but in a much more sysop friendly form. The (un)set/badword ... + commands now update the /spider/local_data/badword.new file in real time + without having to mess about with editing files and running load/badword. + load/badword still works, but you should now never need it. +19Nov22======================================================================= +1. "Fix" Badword detection in spots and announces etc. + NOTE: setting $DXCommandmode::maxbadcount to 0 (default 3) will disable + autologout on swearing. But any (detected) swearing will be logged. + User generated swearing will not be propagated, not will incoming + protocol. +2. Fix is_ipaddr so that it accepts more (most?) valid IPV6 addresses that + actual real IP addresses that might appear as endpoints. +3. Add CTY-3237 prefixes. +06Jun22======================================================================= +1. Fix show/wcy so that it works even if no wcy broadcasts have been received + this month. +01Jun22======================================================================= 1. Fix show/(v)hfstats commands. 2. Add CTY-3221 Prefixes. 07Feb22=======================================================================