- 24 Apr, 2021 1 commit
-
-
Rob Swindell authored
-
- 17 Apr, 2021 2 commits
-
-
Rob Swindell authored
-
Rob Swindell authored
More use of the "conditional newline" (^A?) code rather than hard-coded CRLFCRLFs.
-
- 04 Apr, 2021 1 commit
-
-
Rob Swindell authored
This won't impact Synchronet as it has a separate signal handling thread, but we still need to behave properly for processes that don't. I'm also saying that ENOMEM does not indicate a disconnection, though it may be better to pretend it was disconnected...
-
- 06 Mar, 2021 1 commit
-
-
Rob Swindell authored
-
- 10 Dec, 2020 1 commit
-
-
Rob Swindell authored
User number is not always relevant (e.g. could be #0) when sending netmail, so don't show that. And the CRLF at in the Forwarded string appears extraneous.
-
- 18 Nov, 2020 1 commit
-
-
Rob Swindell authored
-
- 14 Nov, 2020 2 commits
-
-
Rob Swindell authored
As pointed out by mlong.
-
Rob Swindell authored
As reported by mlong
-
- 25 Oct, 2020 1 commit
-
-
Rob Swindell authored
-
- 15 Oct, 2020 1 commit
-
-
Rob Swindell authored
Use the new BDATEFMT @-code.
-
- 03 Oct, 2020 1 commit
-
-
Rob Swindell authored
-
- 17 Sep, 2020 1 commit
-
-
Rob Swindell authored
- JS system.operator_available property (read/writeable) - SYSAVAIL @-code which expands to LiSysopAvailable or LiSysopNotAvailable (use the new SYSAVAIL @-code in the chat menu to show availabilty to chat) - ;avail sysop command (in str_cmds.js) to toggle sysop availability - Changed LiSysopIs text.dat string to be a format string (include %s) and the trailing \r\n, so that it can be used in str_cmds.js or anywhere else to report sysop availability to chat, or can be set to blank string to display nothing (this would not work previously).
-
- 07 Sep, 2020 1 commit
-
-
Rob Swindell authored
-
- 04 Sep, 2020 2 commits
-
-
Rob Swindell authored
-
Rob Swindell authored
I stole one of these patterns from 'git-size'.
-
- 04 Aug, 2020 1 commit
-
-
rswindell authored
for the (newly-added) TerminalMouse string. Also added MouseTerminalQ string.
-
- 01 Aug, 2020 1 commit
-
-
rswindell authored
-
- 11 May, 2020 1 commit
-
-
rswindell authored
-
- 09 May, 2020 1 commit
-
-
rswindell authored
-
- 08 May, 2020 1 commit
-
-
rswindell authored
Put the example text in parens for IceColorTerminalQ.
-
- 24 Apr, 2020 1 commit
-
-
rswindell authored
now accept multiple comma-separated addresses. Include the problematic NetMail address in the InvalidNetMailAddr string.
-
- 23 Apr, 2020 1 commit
-
-
rswindell authored
itself now).
-
- 31 Mar, 2020 1 commit
-
-
rswindell authored
Fix XtrnProgLstUnderline for textgen.c compatibility.
-
- 22 Mar, 2020 1 commit
-
-
rswindell authored
of external program names to be displayed: 32 chars in multicolumn mode 40 chars in singlecolumn mode
-
- 11 Oct, 2019 1 commit
-
-
rswindell authored
the address part (using %.0s).
-
- 31 Aug, 2019 1 commit
-
-
rswindell authored
-
- 20 Aug, 2019 3 commits
- 17 Aug, 2019 1 commit
-
-
rswindell authored
-
- 08 Aug, 2019 1 commit
-
-
rswindell authored
the cause of lines of search results scrolling off the screen before an auto-pause [Hit a key] prompt, would be displayed. Reported by Alterego.
-
- 03 Aug, 2019 1 commit
-
-
rswindell authored
The following message list formats were changed to no longer artificially limit the length of displayed message subjects. If you have a wide terminal (> 80 cols), show more of the message subject. This is done by using the newly-supported bprintf(P_TRUNCATE,...) feature, so no printf-format magic needed here.
-
- 11 Jul, 2019 1 commit
-
-
rswindell authored
clear-screen (CLS) in logon.cpp. Use of the new ELLIPSIS @-code.
-
- 10 Jul, 2019 2 commits
- 08 Jul, 2019 1 commit
-
-
rswindell authored
Disable the "Swap DEL/BBS key" question, by default (if the user sends DEL, do the swap). Beautify the backspace key prompt/report thing (add/remove blanks lines mostly).
-
- 07 Jul, 2019 1 commit
-
-
rswindell authored
This moved the MsgCarbonCopyList item down.
-
- 09 May, 2019 1 commit
-
-
rswindell authored
New text.dat strings: - PetTerminalDetected (renamed from PetTermDetected) - PetTerminalQ - TerminalAutoDetect - TerminalColumns - TerminalRows - TerminalMonochrome - TerminalColor - TerminalIceColor - IceColorTerminalQ This also moved the MsgCarbonCopyList definition to the end of the file for now.
-
- 04 May, 2019 1 commit
-
-
rswindell authored
-