src/sbbs3/atcodes.cpp chk_ar.cpp file.cpp js_bbs.cpp listfile.cpp main.
From
rswindell@1:103/705 to
CVS commit on Fri Jan 12 14:15:43 2018
src/sbbs3 atcodes.cpp 1.78 1.79 chk_ar.cpp 1.26 1.27 file.cpp 1.32 1.33 js_bbs.cpp 1.157 1.158 listfile.cpp 1.59 1.60 main.cpp 1.659 1.660 sbbs.h 1.463
1.464 str.cpp 1.76 1.77 text.h 1.30 1.31 text_defaults.c 1.38 1.39 viewfile.cpp
1.9 1.10
Update of /cvsroot/sbbs/src/sbbs3
In directory cvs:/tmp/cvs-serv9122
Modified Files:
atcodes.cpp chk_ar.cpp file.cpp js_bbs.cpp listfile.cpp
main.cpp sbbs.h str.cpp text.h text_defaults.c viewfile.cpp
Log Message:
New @-codes (for currently viewed file):
- FILE_AREA
- FILE_AREA_DESC
- FILE_LIB
- FILE_LIB_DESC
- FILE_LIB_NUM
- FILE_DIR
- FILE_DIR_DESC
- FILE_DIR_CODE
- FILE_DIR_NUM
- FILE_NAME
- FILE_DESC
- FILE_UPLOADER
- FILE_SIZE
- FILE_CREDITS
- FILE_TIME
- FILE_TIME_ULED
- FILE_TIME_DLED
- FILE_DATE
- FILE_DATE_ULED
- FILE_DAT_DLED
- FILE_TIMES_DLED
Fixed MSG_ATTR @-code (missing SPAM attribute)
New text.dat line: FileHdrDescSeparator, displayed between file detail display (name, date, uploader, etc.) and extended description, if there is one. This
is used to execute showfileavatar.js.
New JS 'bbs' object properties:
- file_name
- file_description
- file_dir_number
- file_attr
- file_date
- file_credits
- file_uploader
- file_update_date
- file_download_date
- file_download_count
Inspiried by Lon Seidman's now infamous (but likely common) Synchronet sysop blunder (removing a file rather than downloading it while demonstrating his BBS on his youtube channel:
- New text.dat line: RemoveFileQ <- using this rather than the vague:
AreYouSureQ, when prompting to remove a file
- The sysop command to remove files from the batch file flagging prompt has
been changed from 'D' (delete) to 'R' (remove).
- The 'D' command from the batch file flagging prompt may now be used for
immediate Download of any flagged file(s).
- When flagging files with '*', treat the same as '*.*'
--- SBBSecho 3.03-Win32
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)