- Jan 21, 2018
-
-
nightfox authored
Version 1.17 beta 54: Added a new configuration option, rightJustifyAvatars, which can be used to specify whether to right-justify avatars. Valid values are true and false (false means left-justify).
-
- Jan 20, 2018
-
-
rswindell authored
(JSON.stringify creates \n-terminated lines).
-
rswindell authored
Added FidoNet support: - Imported user avatars or collections from FidoNet addresses are stored in data/fido/<nodeaddr>.*, where <nodeaddr> is the standard hex-encoded network and node numbers. No changes needed elsewhere.
-
rswindell authored
Currently only handles 3D and 4D addresses cause that's what SMB stores in msg headers (and all I need right now).
-
rswindell authored
-
rswindell authored
-
rswindell authored
not going to the event log (going nowhere, in fact).
-
rswindell authored
-
rswindell authored
not array[element] = undefined (thinking of an object)
-
rswindell authored
-
rswindell authored
exists).
-
rswindell authored
-
- Jan 19, 2018
-
-
rswindell authored
avatar within a .bin file (selected with the -offset argument). Added "-user" argument used to specify a user name or number to operate on. Added "-v" (increase verbosity) argument.
-
rswindell authored
-
rswindell authored
Added the MTV logo.
-
rswindell authored
-
rswindell authored
and other normally-invisible anamolies that show up when a graphic is viewed without color (e.g. converted to grey and black). It shouldn't be used on *all* ANSI artwork, most many convert to grey-scale much better after being "normalized".
-
rswindell authored
but reports what it would have done. Now calls "sbbslist.js install" and "avatars.js install" to get these new features in place (doesn't do anything if they've already been installed). Now recompiles any out of date Baja modules (don't need to use 'make').
-
rswindell authored
-
- Jan 18, 2018
-
-
echicken authored
settings for same. Removed instructions and settings for defunct/borked online galleries.
-
echicken authored
Graphic's default height means we'll only see the bottom 24 rows of longer drawrings.
-
echicken authored
(ANS, BIN, and ASC extensions are all well and good, but many artists used their group's initialism as a file extension. This made a huge chunk of my local archive inaccessible.)
-
rswindell authored
- have never posted - cannot post to networked-message areas - are QWKnet nodes - haven't logged in since the avatar was last exported
-
rswindell authored
during "install", so the local BBS's login screen capture will be included in their shared entry.
-
echicken authored
-
rswindell authored
- Binary - Binary with SAUCE These options save the current screen to a "BinaryText" (*.bin) file, optionally with a SAUCE record. If you want to screen-capture in SyncTERM, this is how you do it. It'd be cool if the PrintScrn key did this without any kind of popup/prompt, but that's a feature for another time (if at all).
-
rswindell authored
-
rswindell authored
-
rswindell authored
output.
-
- Jan 17, 2018
-
-
rswindell authored
Pablodraw backup files (e.g. QWK-ID.001.bin). Also, just use the filename (not the full path) when storing the export date in data/subs/<syncdata>.ini
-
rswindell authored
- No need to pass on command or put in modopts.ini (though you still can) Created a new "install" command to make the necessary changes to xtrn.cnf: - Remove old "SBL" door program config - Adds new SBBSLIST "door" interface (to the first xtrn program section) - Add SBLUPDAT timed event (automatically update your BBS entry) - Replaces SMB2SBL, SBL2SMB, and SBLMAINT timed events with calls to sbbslist.js
-
rswindell authored
Most of the time you just want to leave these set to 0.
-
rswindell authored
- No need to pass on command or put in modopts.ini (though you still can) Created a new "install" command to make the necessary changes to xtrn.cnf: - Creates AVATCHOO external program (if not already configured) - Creates AVAT-IN and AVAT-OUT timed events (if not already configured) - Updates modopts.ini to enable default new-user avatar and prompt during logon
-
rswindell authored
If passed just a filename (no path), assume the file is in the local library and try to import from there.
-
rswindell authored
* Don't set File.etx when reading .cnf files. strings are null-terminated in *.cnf files. * Don't open files shareable - they are not. This could explain .cnf file corruption when using this library. * read() and write(): - If passed just the .cnf filename, get the full path automatically If not passed a 'struct' argument, figure it out from the filename * Make the CNF object the last statement so that this library may be loaded into its own scope using: var cnflib = load({}, 'cnflib.js');
-
rswindell authored
-
rswindell authored
-
- Jan 16, 2018