Stuffs
This commit is contained in:
parent
de55cd9a03
commit
2cdb407290
|
@ -3842,6 +3842,8 @@
|
|||
|
||||
+ MBBSUTIL has a new function -FUPLOAD. This goes through every file base
|
||||
and looks for new files. If a new file is found it will be added into
|
||||
Mystic's file base listing as a new file. FILE_ID.DIZ import does not
|
||||
work from FUPLOAD at this time. Instead "No Description" is set for the
|
||||
filename.
|
||||
Mystic's file base listing as a new file. FILE_ID.DIZ will be imported
|
||||
as well.
|
||||
|
||||
! Mystic will no longer shell to the console and get "stuck" when trying
|
||||
to execute an archive that has a blank command line in the configuration
|
||||
|
|
|
@ -94,6 +94,8 @@ FUTURE / IDEAS / WORK IN PROGRESS / NOTES
|
|||
- Ignore user inactivity flag per user
|
||||
- HOME and END keys added to lightbar file listings
|
||||
- Default protocol per user
|
||||
- ANSI message upload post processor option: Auto/Disabled/Ask
|
||||
- Prompt for disconect after UL or DL (and add option to filebase settings)
|
||||
|
||||
RANDOM DRUNKEN BRAINDUMP AKA DESIGN DETAILS
|
||||
===========================================
|
||||
|
@ -154,7 +156,8 @@ the entire class is "unused" until then?
|
|||
|
||||
-----------------------------------------------------------------------
|
||||
|
||||
CHANGE to support 50 line mode
|
||||
CHANGE to support up to 132x50 line mode (requires lots of console
|
||||
mode library updates and screensave/restore changes)
|
||||
|
||||
1. terminal "screen length" is no longer an option of lines but a
|
||||
selection:
|
||||
|
@ -187,6 +190,9 @@ ansiflst.50.an1 = ansiflist.50.an1.cfg
|
|||
|
||||
-----------------------------------------------------------------------
|
||||
|
||||
FILE rating system
|
||||
FILE rating / comments system
|
||||
|
||||
1. what type? 4 or 5 start or 0-100 rating system?
|
||||
2. records already updated to allow for either
|
||||
|
||||
-----------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue