- Oct 11, 2017
- 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
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
(blank) item. Replaces the previously unused WIN_EDITACT mode flag.
-
rswindell authored
-
rswindell authored
v3 to crash when used with the '-iD' option. Oops.
-
- Oct 04, 2017
-
-
rswindell authored
EchoList Key -> AreaFix Keys
-
- Oct 03, 2017
-
-
rswindell authored
-
- Sep 27, 2017
-
-
rswindell authored
Using this flag swaps the alias and real-names as passed in the first 2 fields of the RLogin authentication/negotiation (client-user-name and server-user-name).
-
- Sep 19, 2017
-
-
rswindell authored
that contains wildcards ("ALL") - prevents misconfiguration. Fileboxes are not for multiple-nodes (one node per in/outbox only).
-
- Aug 26, 2017
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
are now configurable via the following news keys in the [Mail] section of the sbbs.ini file: NewMailNotice ForwardNotice Using the newly updated string literal support to allow for Ctrl-A codes using C charater literal notation (\1) for control-A codes and standard C-escaping of carriage-return (\r), line-feed (\n), etc. Beginning and trailing space characters are also preserved (if specified) in the key values. The default strings are updated/different from what was previously hard-coded in mailsrvr.c. If you want the local timestamp (back) in the notice, change the '%.0s' in the default string to just '%s'.
-
rswindell authored
that have standard C mnemonics.
-
rswindell authored
- Use the string literal separator (colon) instead of equals if the string value begins or ends in space or contains control characters. iniGetString, etc. will preserve leading or trailing space characters in a string specified with a colon key:value separator and enclosed in double-quotes. iniGetString, etc. will decode C-escaped string values specified with a string literal (colon) key:value separator. New function: iniSetStringLiteral() used to specify that the value shall be stored in the .ini file using the colon key:value separator, enclosed in double-quotes, and any special charactors (e.g. quotes, backslashes, etc.) or control characters must be C-style escaped.
-
rswindell authored
ala Synchronet text.dat) by default and octal format only if C_UNESCAPE_OCTAL_SUPPORT is defined. \X## is no longer supported (must use the C-standard \x## Only 2 hex digits are now supported, longer streams of valid hex digits will not be parsed as a literal character (unlike the C standard)
-
- Aug 19, 2017
-
-
rswindell authored
the arguments are: MessageNumber, UserNameOrAlias The MessageNumber is the message number for the close to be polled. The UserNameOrAlias should be the currentl authenticated user and must match the pollster (sender) of the poll for the closure to succeed.
-
- Aug 17, 2017
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
or via echocfg) were not automatically slash-terminated. So if the user did not provide the trailing slash (or backslash on Windows), then the bundles and packets in an inbox could not be extracted/imported. Also, fixed the truncation of area descriptions in the badareas.lst file.
-
- Aug 15, 2017
-
-
rswindell authored
origin line prefixes (so it'll be more obvious to sysops when their tag/origin line is too long) and beautified the output a bit.
-
- Aug 14, 2017
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
Fix multi-choice poll import (from QWKnet) bug: MaxVotes was used for polls in (not "votes) in VOTING.DAT file. Oops.
-
rswindell authored
badip.msg wasn't be sent (display to) the IP-blocked user before disconnecting. This regression was introduced in rev 1.632 of this file when the temp IP-ban feature was implemented.
-
- Aug 10, 2017
-
-
rswindell authored
password string.
-
- Aug 09, 2017
-
-
rswindell authored
password is not prompted for, otherwise, the behavior is the same as before (the SY: prompt is displayed and the system password must be entered by the user).
-
rswindell authored
closure of the file. This appears to have just been a typo and the intended file pointer was text_js (text.js). This bug also meant that TOTAL_TEXT was not be defined in the generated text.js files.
-
rswindell authored
-