- Jan 12, 2018
-
-
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.
-
rswindell authored
list. This allows blank/empty comments to be included in the array easily shorten the number of comments (if there were some already).
-
rswindell authored
(e.g. when JSON.stringifying). Removed obj.fontname. We don't use it and it's just a copy of tinfos.
-
rswindell authored
least) - where it saves comments (Sauce "Notes") as a single \n-terminated comment (limited to 64 chars) rather than an array of 64-char comments. This doesn't completely fix the problem because PD still barfs when the total comment length is > 64 chars, but it helps. And we don't want line-feeds in our comments (e.g. avatar descriptions) anyway!
-
rswindell authored
records on .bin files. Will need a little tweaking for .ans files.
-
rswindell authored
-
rswindell authored
-
rswindell authored
to verify an avatar .bin file) - '.' matches any char except line-endings and 0x0D and 0x0A are valid attribute values in a bin file. Oops.
-
rswindell authored
Fix typo in import_netuser_list().
-
rswindell authored
background color is set and the next line (e.g. a blank line) causes a scroll (thus filling with the background attr).
-
rswindell authored
JavaScript doesn't support the \a (alert) escape char apparently.
-
rswindell authored
reuirements (e.g. no chars that'll cause problems, no blink attribute) before importing or exporting. Added "verify" command to verify .bin files meet the avatar requirements (e.g. "jsexec avatars verify -file=/path/to/some.bin")
-
rswindell authored
a JS Date() object.
-
deuce authored
Have utf8_ascii.js simply replace any returned character greater than 0x7f with a question mark in the replacement function.
-