X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=6d25e1a7bed45a412b63b8cca21e9a8c87cce7ac;hb=49d7cd28623df3c4accf72d48f74b4b00238a81a;hp=9a4307e4dcab4121d6249780725796ccdb05e9c3;hpb=766014807e2521cc60a219c6eda5b49d13ffc70f;p=spider.git diff --git a/Changes b/Changes index 9a4307e4..6d25e1a7 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,29 @@ +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. +3. Make sure that $mycall and $myalias are upper case (and moan about it if + they aren't. +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.