More QWK stuff

This commit is contained in:
mysticbbs 2013-09-06 00:57:40 -04:00
parent a1e63b4f62
commit 38f419d2a2
3 changed files with 4 additions and 2 deletions

View File

@ -55,7 +55,7 @@ Begin
// in QWK class if we do this. // in QWK class if we do this.
DirClean (TempPath, ''); 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); ExecuteArchive (TempPath, TempPath + QwkNet.PacketID + '.qwk', QwkNet.ArcType, '*', 2);
QWK.ImportPacket(True); QWK.ImportPacket(True);

View File

@ -42,7 +42,7 @@ BUGS AND POSSIBLE ISSUES
FUTURE / IDEAS / WORK IN PROGRESS / NOTES 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 - remove console class code from mutil since its in bbs_database
^ same with keyboard ^ same with keyboard
- think through the Local flag for all QWK networking situations - think through the Local flag for all QWK networking situations

View File

@ -3641,4 +3641,6 @@
+ Mystic's QWK system no longer forces all upper case user names and + Mystic's QWK system no longer forces all upper case user names and
subjects. subjects.
ADD NEW QWK MCI CODE AND GE toggle
<ALPHA 37 RELEASED> <ALPHA 37 RELEASED>