X-Git-Url: http://scm.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=d5f9f50d7b015ee9c102c7e49ecdf62e4e419eed;hb=55483e59b83bd5c514303f0955be5e0dddcbc320;hp=9abc5acec061bddc23ebc573b7a9f444ef18a0b9;hpb=65f4d068c56ddb6e25d1f62b7ca6fd43741386b3;p=spider.git diff --git a/Changes b/Changes index 9abc5ace..d5f9f50d 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,30 @@ +22Apr20======================================================================= +22Apr20======================================================================= +1. Fix the module search path in update_sysop.pl +2. Add latest prefixes CTY-3007 +3. Fix unset/startup command. This will only work for users' start up scripts + things like user_default or startup must be edited or removed by hand. +21Apr20======================================================================= +1. Finally fix the "actually tranmit" any output (like from 'logout' files) + to users before disconnecting. This also means that disconnecting nodes + now receive the (totally redundant, but hey) PC39 reason for disconnection. +20Apr20======================================================================= +1. Speed up sh/log (including chat, rcmd, ann etc) that search the system + log files, by removing a completely redundant subsystem and also leveraging + the core operating system utility 'tac', if it's available. +19Apr20======================================================================= +1. The long haul that is the mojo branch has started up again. It's something + to do during this lockdown. +2. The problems and instabilities around running commands that worked in + forked processes, when used other than by normally logged in users (e.g. + in the local crontab), have been fixed. +3. If a /spider/local_data/logout file is present then its contents will be + sent to the user on logout. +4. Add the ability to sh/dx origin or ip (address). +5. Retire the use of the deprecated Mojo::IOLoop::ForkCall in favour of using + the supported equivalent in Mojolicious 7.26 and above. Which means you + will need to upgrade Mojo to at least the version. The current version is + 8.36 and is known to work. 10Sep19======================================================================= 1. Improve DXSql database filtering to exclude most via type reports.