asfkl;j
This commit is contained in:
parent
9c51bfd0de
commit
f8ba97804e
|
@ -37,9 +37,11 @@ BUGS AND POSSIBLE ISSUES
|
||||||
FUTURE / IDEAS / WORK IN PROGRESS / NOTES
|
FUTURE / IDEAS / WORK IN PROGRESS / NOTES
|
||||||
=========================================
|
=========================================
|
||||||
|
|
||||||
|
- fix END in lightbar file lists so it doesn't suck.
|
||||||
- externalize qwk and file list compiler class. qwk for mystic/mis filelist
|
- externalize qwk and file list compiler class. qwk for mystic/mis filelist
|
||||||
for mystic/mutil. add compiler templates, file include, and new vs all
|
for mystic/mutil. add compiler templates, file include, and new vs all
|
||||||
generation for all.
|
generation for all.
|
||||||
|
- make embedded ANSI in file_id display correctly.
|
||||||
- abstract ansi browser to be used for ansi archive viewer and sysop file
|
- abstract ansi browser to be used for ansi archive viewer and sysop file
|
||||||
manager (as well as the ANSI gallery).
|
manager (as well as the ANSI gallery).
|
||||||
- when mutil is tossing a packet and auto creates an area figure out if there
|
- when mutil is tossing a packet and auto creates an area figure out if there
|
||||||
|
@ -342,3 +344,13 @@ mystic_bbs_mplexecute
|
||||||
mystic_bbs_mpltypes
|
mystic_bbs_mpltypes
|
||||||
mystic_bbs_mplcommon
|
mystic_bbs_mplcommon
|
||||||
mystic_bbs_mplcompile
|
mystic_bbs_mplcompile
|
||||||
|
|
||||||
|
=============================
|
||||||
|
|
||||||
|
DRAW MODE /D
|
||||||
|
|
||||||
|
ansieditor_draw
|
||||||
|
ansieditor
|
||||||
|
ansieditor_help
|
||||||
|
ansieditor_color
|
||||||
|
ansieditor_glyph
|
||||||
|
|
|
@ -3591,4 +3591,17 @@
|
||||||
! Mystic was changing the user's message base to the last base processed
|
! Mystic was changing the user's message base to the last base processed
|
||||||
when globally resetting the new message scan date.
|
when globally resetting the new message scan date.
|
||||||
|
|
||||||
|
! Fixed a bug that could cause a lockup in the FS editor when using the TAB
|
||||||
|
key.
|
||||||
|
|
||||||
|
+ The FTP server now accurately reports the file date during file listings.
|
||||||
|
|
||||||
|
+ The FTP server now accurately reports directories (filebases) based on the
|
||||||
|
actual time the file base was created in Mystic.
|
||||||
|
|
||||||
|
+ When editing the FTP directory name for a file base, / and \ characters
|
||||||
|
are now automatically converted to _ so it does not conflict with FTP. If
|
||||||
|
you have existing FTP names set for your file bases, you must open them in
|
||||||
|
the file base editor for their names to be automatically changed.
|
||||||
|
|
||||||
<ALPHA 37 RELEASED>
|
<ALPHA 37 RELEASED>
|
||||||
|
|
Loading…
Reference in New Issue