New Version:
ioFTPD-v7.0.2.zip
Code:
v7.0.2 Release Notes:
1) Files in \System:
Changed : ioFTPD.[exe,pdb] - Version 7.0.2.0.
Changed : ioFTPD.ini - summary of changes by section...
[Themes] : Theme #4 should say Light-Min instead of Light-Max
*** Bug Fixes:
2) Fixed a bug in the EXEC module that improperly manipulated the input buffer
and would crash the server when the undocumented redirect commands such as
!vfs:add were used by scripts such as ioZS. Redirect commands allow EXEC
scripts to ask the server to perform operations. These command lines are
stripped from the output before it's sent to the user. For the record the
full list of redirect commands are: !putlog, !vfs:add, !vfs:chattr,
!change, !unlock, !newlines, !prefix, !buffer, and !detach.
3) Fixed a bug in InsertVirtualInfo that failed to allocate enough space
for the VirtualInfo array.
4) Fixed a bug in "site ioverify". The faked out user/group databases used
to verify accounts were being freed twice because of a bugfix in v7 that
started to properly cleaned up memory during shutdown.
5) Fixed a bug in %[IF] which would improperly evaluate to true if the
comparison string was a prefix of the input string.
6) Fixed a bug that would output an incorrect error message on non-english
systems. Lines would look like:
426 Connection closed: The system cannot find message text for message
number 0x%1 in the message file for %2.
7) Fixed a type in ioFTPD.ini where theme #4 was labeled Light-Max instead
of Light-Min. Start of new line should look like "4 = + 2 Light-Min ..."
8) Fixed a race condition in directory PreLoading during startup that may have
been causing the crashes.