- Oct 18, 2017
-
-
rswindell authored
("Exiting") log message: packets sent, packets imported, bundles sent, and bundles unpacked. Signoff log messages is always logged when in "Debug" log level. Stat groups that are all zeroes are not logged in the "signoff" message. The inbound, secure_inbound, and outbound directories are now "full pathed", meaning relative paths become absolute paths, forward-slashes become backslashes (on Windows), etc. This makes the command-line generated and using these paths less likely to be incompatible with archive unpackers. The configured inbound/outbound paths are now logged in "Debug" log level mode. The optional "outgoing_sem" (used by binkit or tickit.js) is now touched under more circumstances (e.g. outbound bundle created without exporting any new mail). No longer log the "writing" bad areas file debug output. Area Manager changes: - Bug-fix: %PASSWORD was setting the wrong key in the [node] section of the sbbsecho.ini file (areafix_pwd -> AreafixPwd). - Enhancement: %PKTPWD command may now be used to change the ndoe's packet password. This change takes effect immediately, so additional packets in the same session or bundle would need to use the new password. This can be changes to take effect the next time SBBSecho is invoked instead, if desired. - Aliases for AreaMgr commands for commonly supported synonymous commands: %PWD -> %PASSWORD %COMPRESS -> %COMPRESSION %PAUSE -> %PASSIVE %RESUME -> %ACTIVE
-
rswindell authored
found in the input file.
-
- Oct 16, 2017
- Oct 13, 2017
- Oct 12, 2017
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
Introduced closeuserdat().
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
Lower likelihood that ftp_remove() will log a false error.
-
rswindell authored
-
rswindell authored
-
rswindell authored
Added Cut and Paste-Insert support to stdio version of UIFC.
-
rswindell authored
and when pasted, all the child subs/dirs/xtrns will be pasted with it. If however, you cut a group/lib/section and then exit SCFG, you'll lose all the children subs/dir/xtrns that were on the "clipboard" along with the parent. Copy - F5, Ctrl-C, Ctrl-Insert Cut - Shift-Del, Ctrl-X Paste Over - F6, Ctrl-V Paste Insert - Shift-Insert
-
rswindell authored
-
rswindell authored
-
rswindell authored
applicable.
-
- Oct 11, 2017
-
-
rswindell authored
(Feb-16-2014).
-
rswindell authored
try this option.
-
rswindell authored
first, then a case-insensitive search. This paves the way for multiple sections with the same name, differing only in case (e.g. [ZIP] and [zip]).
-
rswindell authored
or more directories has an invalid library number, then it won't be written and the previously stored "total_dirs" value would be wrong (and cause the loss of text file sections which follow directories in file.cnf).
-
rswindell authored
try this option.
-
rswindell authored
i.e. for new scfg/echocfg -k (keyboard only) option.
-
rswindell authored
accepted (e.g. "EPSV 2"). For now at least, accept any arguments after EPSV (and treat them all the same).
-
rswindell authored
different from Ctrl-V or F6 which is "Paste Over" (overwriting selected item)
-
- Oct 10, 2017
-
-
rswindell authored
If a linked-node's inbox is the same absolute path as the inbound or secure-inbound directories, clear the inbox (don't use it). If a linked-node's outbox is the same absolute path as the outbound directory, clear the outbox (don't use it).
-
rswindell authored
Added Paste Item over extra/blank item support. Fixed some typos.
-
rswindell authored
-
rswindell authored
-
rswindell authored
Added Cut (Ctrl-X) support. Fixed bug whereby Paste Item was available when nothing had been copied. Stil ToDo: allow paste into extra/blank item.
-
rswindell authored
- returns index with MSK_CUT in upper nibble - Cut is initiated with Ctrl-X or Shif-Delete - Same as Get/Copy (F6/Ctrl-V) except the source item is removed * Ctrl-Insert is now supported for Copy (in addition to Ctrl-C and F5) * Shift-Insert is now supported for Paste (in addition to Ctrl-V and F6) * Fixed a couple of potential NULL savbuf dereferences (one sighted when using mouse).
-
rswindell authored
Shift-Delete, and Ctrl-Delete to be used for cut and paste operations (not Ctrl-Delete).
-
rswindell authored
-