diff --git a/mystic/qwkpoll.pas b/mystic/qwkpoll.pas index 991ba7d..1e8965f 100644 --- a/mystic/qwkpoll.pas +++ b/mystic/qwkpoll.pas @@ -55,7 +55,7 @@ Begin // in QWK class if we do this. DirClean (TempPath, ''); - FTP.GetFile (TempPath, QwkNet.PacketID + '.qwk'); + FTP.GetFile (QwkNet.UsePassive, TempPath + QwkNet.PacketID + '.qwk'); ExecuteArchive (TempPath, TempPath + QwkNet.PacketID + '.qwk', QwkNet.ArcType, '*', 2); QWK.ImportPacket(True); diff --git a/mystic/todo.pas b/mystic/todo.pas index e041112..c7d3e57 100644 --- a/mystic/todo.pas +++ b/mystic/todo.pas @@ -42,7 +42,7 @@ BUGS AND POSSIBLE ISSUES FUTURE / IDEAS / WORK IN PROGRESS / NOTES ========================================= - +- in file listing jump to files by typing the file number - remove console class code from mutil since its in bbs_database ^ same with keyboard - think through the Local flag for all QWK networking situations diff --git a/mystic/whatsnew.txt b/mystic/whatsnew.txt index 2d16d99..0afb8e9 100644 --- a/mystic/whatsnew.txt +++ b/mystic/whatsnew.txt @@ -3641,4 +3641,6 @@ + Mystic's QWK system no longer forces all upper case user names and subjects. + ADD NEW QWK MCI CODE AND GE toggle +