- Jan 12, 2018
-
-
rswindell authored
- This option instruts JSexec to *not* change the current working directory to the control (CTRL) directory - This is useful when using jsexec to deal with files and passing relative paths or wildcards on the command-line - Warning: scripts executed with this option may behave differently than the same script executed from SBBS where the current working directory is always the CTRL directory.
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
uploaded. This feature requires an updated v3.17 build.
-
rswindell authored
(name, date, uploader, etc.) and extended description, if there is one. This is used to execute showfileavatar.js. New text.dat line: RemoveFileQ <- using this rather than the vague: AreYouSureQ, when prompting to remove a file
-
rswindell authored
blunder (removing a file rather than downloading it while demonstrating his BBS on his youtube channel: - 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).
-
rswindell authored
- 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 '*.*'
-
echicken authored
Added a bit of text to main screen to explain what the avatar is used for.
-
rswindell authored
you're using v3.16 or v3.17 from before this morning, you'll still need to use the msghdr.asc approach to get avatar support.
-
rswindell authored
- Uses new Ctrl-A/ (conditional new-line) code - Executes showmsgavatar.js
-
rswindell authored
MsgHdrBodySeparator This is display between the msg header text.dat lines and the message body (previously, just hard-coded to a blank line). This enables us to now execute showmsgavatar.js much faster than loading msghdr.asc file, and using it to execute showmsghdr.js. So... if you're upgrading to this build, you can get rid of msghdr.asc and get a message viewing performance boost. The results should look the same (but the message header will display immediately, with no discernable delay).
-
rswindell authored
- When the Ctrl-A code is encountered, the terminal server will output a new-line sequence (CRLF), but only if the current column is not the first column. This is helpful for text.dat lines where you cannot make assumptions about the previously displayed text and you want to insure the cursor is at the beginning of a new-line without creating unnecessary blank lines in the output.
-
rswindell authored
check the protocol.log (e.g. DSZ.LOG) for successful transfer even when the protocol was so-configured in SCFG. Fixed. Additionally, while sendfile() would return a proper boolean result based on the errorlevel returned by the protocol driver process, the log and console output would report success and statistics adjusted as though the xfer was successful, regardless.
-
rswindell authored
attempted to be sent (e.g. there are file open failures for all files), then we won't call zmodem_get_zfin() - we never sent a ZINIT! Just return -1.
-
- Jan 11, 2018
-
-
echicken authored
-
echicken authored
Added save_bin method. Center the canvas inside the frame if it's smaller. Some changes to how positions of menu, etc. are determined. This is not great, but it'll do.
-
echicken authored
save the first valid sauce we encounter when loading the collection list and display it afterward.
-
rswindell authored
scope. :-( This fixes the download problem (on Windows at least) in avatar_chooser.js
-
echicken authored
-
echicken authored
with something a little more useful.
-
echicken authored
Allow upload of avatar, use avatar_lib import method after file received.
-
echicken authored
-
rswindell authored
(to enable avatar usage).
-
rswindell authored
Removed M (minute bank) from menu (key still works however).
-
rswindell authored
-
rswindell authored
default import/export sub-board (default to 'syncdata') export_freq (default: 7 days) The user avatars export frequency is now controlled and user avatars should not be exported unless they've been recently created or updated or the configured frequency has elapsed. There's currently no export frequency control for collections (ever time you export a .bin file, it'll be exported to the msg base)
-
rswindell authored
a length property (normally). Change the command-line usage: one command per invocation, but multiple files possible (e.g. with "export" and "verify" commands). You don't need the '-file' or '-users' arguments anymore.
-
echicken authored
doesn't exist, avatar_lib.read_localuser may return false instead of null. Just do a loose falsey test.
-
echicken authored
-
echicken authored
-
echicken authored
Turn node messages off Restore bbs.sys_status and console attr on exit
-
rswindell authored
-
echicken authored
Browse local (and qnet-imported) avatar collections and select one to use as your own. This is incomplete. Upcoming features: - Download your avatar - Upload an avatar - Edit your avatar
-
rswindell authored
-
rswindell authored
SBBS. I'm not sure why this works fine from JSexec without this change. Weird.
-
- Jan 10, 2018
-
-
rswindell authored
custom msghdr.asc and want to continue to use it (with avatars). Just add @exec:showmsgavatar@ (uppercase) below your custom header in msghdr.asc.
-
rswindell authored
Don't load asc2htmlterm.js unless the user is actually using htmlterm.
-
rswindell authored
(mainly for human consumption). Added remove, enable, and disable commands.
-
rswindell authored
- enable_localuser() - can be used to disable avatar and re-enable (without deleting it). - remove localuser() - to remove an avatar record completely. Modified methods: - draw() and show() now ignore disabled avatars.
-