X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=6cf311084844bb4801b37a4b398aae23cfd5e308;hb=a13f69ce9f26ea2b95be1e6de1f14f50ab7065d8;hp=ab9c9c445c237a0b3a3aadf667f4d2e52274863f;hpb=d0b21f21559a63d84086b549bb7570e2e16b75cd;p=spider.git diff --git a/Changes b/Changes index ab9c9c44..6cf31108 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,26 @@ +24Mar23======================================================================= +1. Restore perl regex version of is_ipaddr. This *should* allow windows + updates to work again. +2. Added cmd entry rate limiting. If a user sends X commmands in Y secs then + they are disconnected without notice. The defaults are X + ($DXCommandmode::maxcmdcount) = 16 and Y ($DXCommandmode::cmdinterval) = 9. + + These can be changed by the startup script. + + These default values are set generously deliberately to allow certain user + programs to get with the program and reduce the number of cmds that they + issue on connection down to something reasonable. For instance, I cannot + see why things like name, qth, lat/long/QRA (amongst several other sticky + user attributes that only need to be entered once) are sent on every login. + + These default values WILL reduce over time. +23Mar23======================================================================= +1. Fix DXCIDR brokenness introduced recently, speeded up DXCIDR::sort, allow + sh/badip 2a05:dfc7:402a::1 45.134.225.96 159.69.38.160 to test individual + IP address as well as show the default (of every badip). +2. Speed up and be more strict with input for is_ipaddr(). +22Mar23======================================================================= +1. Fix warning in DXUtil::difft. 21Mar23======================================================================= 1. Fix DXUtil is_ipaddr function which was accidentally included in previous commit.