From e3853affc0c4322ab33b6dc108cd4706c96c4f14 Mon Sep 17 00:00:00 2001 From: mysticbbs Date: Fri, 2 Mar 2012 22:51:42 -0500 Subject: [PATCH] A11 cleanup commit --- mystic/109to110.pas | 1 + mystic/bbs_user.pas | 2 +- mystic/mutil.cfg | 16 +++++++++++++++- mystic/todo.pas | 1 + 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/mystic/109to110.pas b/mystic/109to110.pas index 718fa2c..cdfb47c 100644 --- a/mystic/109to110.pas +++ b/mystic/109to110.pas @@ -1336,4 +1336,5 @@ Begin TextAttr := 12; WriteLn; WriteLn ('COMPLETE!'); + TextAttr := 7; End. diff --git a/mystic/bbs_user.pas b/mystic/bbs_user.pas index 3f33410..937dd66 100644 --- a/mystic/bbs_user.pas +++ b/mystic/bbs_user.pas @@ -371,7 +371,7 @@ Procedure TBBSUser.DetectGraphics; Var Loop : Byte; Begin - If Not Session.Lang.okANSI Then Begin + If Session.Lang.Flags AND ThmAllowANSI = 0 Then Begin Session.io.Graphics := 0; Exit; End; diff --git a/mystic/mutil.cfg b/mystic/mutil.cfg index f71f088..e2ab18d 100644 --- a/mystic/mutil.cfg +++ b/mystic/mutil.cfg @@ -15,6 +15,7 @@ ; Current abilities: ; ; - Import FIDONET.NA into Message bases +; - Mass upload files to all file bases (with FILE_ID.DIZ import) ; ; ========================================================================== ; ========================================================================== @@ -42,7 +43,7 @@ ; filename to import -filename = fidonet.na + filename = fidonet.na ; convert tags to lower case for message base filename @@ -92,6 +93,19 @@ filename = fidonet.na [MassUpload] + ; this function searches all configured file directories for new + ; files and will upload them into the BBS. It will attempt to + ; import FILE_ID.DIZ using the configured archivers if the option + ; is enabled. + + ; Name to save has the uploader + uploader_name = Mystic BBS + + ; Import FILE_ID.DIZ? 1=yes + import_fileid = 1 + + ; No description string used when no FILE_ID.DIZ is imported. + no_description = No Description diff --git a/mystic/todo.pas b/mystic/todo.pas index 5b64379..0969a00 100644 --- a/mystic/todo.pas +++ b/mystic/todo.pas @@ -99,6 +99,7 @@ FUTURE / IDEAS / WORK IN PROGRESS / NOTES - ANSI listbox is terribly inefficient with its output. - So much cool stuff to do with the new themes - LastOn revamp make sure its not global and new stuff is populated +- ANSI online help that can execute menu commands/restore screen RANDOM DRUNKEN BRAINDUMP AKA DESIGN DETAILS ===========================================