This commit is contained in:
mysticbbs 2013-08-31 00:40:28 -04:00
parent 9c51bfd0de
commit f8ba97804e
2 changed files with 25 additions and 0 deletions

View File

@ -37,9 +37,11 @@ BUGS AND POSSIBLE ISSUES
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
for mystic/mutil. add compiler templates, file include, and new vs 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
manager (as well as the ANSI gallery).
- 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_mplcommon
mystic_bbs_mplcompile
=============================
DRAW MODE /D
ansieditor_draw
ansieditor
ansieditor_help
ansieditor_color
ansieditor_glyph

View File

@ -3591,4 +3591,17 @@
! Mystic was changing the user's message base to the last base processed
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>