X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=840bcdc0f4a432658888aef6b5dd3014a0ff508f;hb=5094a0b55d903d344277adf9d26b5af8e37247d8;hp=4334369324d2c2c1a1b3245f62f29f387b456526;hpb=f208d56126fc1804fc3adb80a0e3ac7356e37d8d;p=spider.git diff --git a/Changes b/Changes index 43343693..840bcdc0 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,38 @@ +17Mar23======================================================================= +1. Try to nail down incoming PC92s that attempt to change the type of $myalias + or $mycall. +2. Do some housekeeping with the startup and finish debugging to make the + order of messaging more logical. Also disable some messaging caused by + other errors/circumstances causing various object handles disappearing. +10Mar23======================================================================= +1. I am aware that there are windows nodes out there on mojo (brave, impetuous + that you are) and wget is not an easy option to download badip files. So, + through the power of mojo I give you the new 'download' command. As it + stands at the moment, it will download a file from a webserver and place + it in /spider/local_data. If it downloads successfully, it will overwrite + any file with that name in /spider/local_data. Needless to say this is a + sysop only command. + +24 * * * * run_cmd('download http://www.dxspider.net/download/badip.torexit') +24 * * * * run_cmd('download http://www.dxspider.net/download/badip.torrelay') +24 * * * * run_cmd('download http://www.dxspider.net/download/badip.global') +25 * * * * run_cmd('load/badip') + + would be an obvious use. But it can also be used to download spot, USDB + and other data as well. If you do use it then you will still need to + do a spawn_cmd in crontab for the conversion programs, but that too is + going to change. +07Mar23======================================================================= +1. Fix odd (and old) regression dx command (line ending 59+++) '++' being the + culprit. +2. Allow multiple commands on one line when separated with the 2 character + string '\n' (sigh). +3. Move a few init things about on startup so that more parameters are + scriptable. +4. Put some debug comments before loading various caches (that might take a + longgggg time) and then tell people how long each cache load took. This + should reduce the worry that something is "wrong" when there is a delay + (such as searching for announces). 06Mar23======================================================================= 1. Fix filter error reporting, including incrementing concurrent error count if there are actually any detected parse errors.