More QWK stuff
This commit is contained in:
parent
a1e63b4f62
commit
38f419d2a2
|
@ -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);
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue