- Aug 13, 2020
- Aug 12, 2020
- Aug 04, 2020
-
-
rswindell authored
-
rswindell authored
with the changes to "parse messages from server better". This change caused the channel's nick array to be populated with a single string that contained all the Nick's in the channel, space-separated, which broke tab-completion of nicks and the total users in a channel displayed in the status line, as reported by Hakuchi.
-
- Aug 01, 2020
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
The patch I gave you hasnt applied correctly - I probably should have given you a unified diff. <sorry> Can you revert it, and put this text in the "case 'N'" stanza: this.__properties__.curr_attr=((this.__properties__.curr_attr)&0x8f)|LIGHTGRAY; So that stanza not only reverts HIGH and BLINK, it also sets the background and foreground colors back to BG_BLACK|LIGHTGRAY.
-
- Jul 27, 2020
-
-
rswindell authored
I patched funclib.js to support blink, by pressing "B" when the colorPicker is rendered.
-
rswindell authored
I have a fix for frame.js - I noticed an issue that \1n was not reseting back to normal (normal being black background). Eg: I had this: const frame = new Frame(1,1,console.screen_columns,console.screen_rows,BG_BLACK|LIGHTGRAY); frame.gotoxy(1,1); frame.putmsg(test); and if test was sending something like \1n\17\1kfoo\1nbar, "bar" would still have a white background with black text.
-
rswindell authored
-
- Jul 23, 2020
-
-
echicken authored
Strip leading trailing whitespace from channel/item link text. Removed some but not all of the ugly crap.
-
- Jul 22, 2020
-
-
echicken authored
Amended HTTPRequest.follow_redirects to be a number instead of boolean. var h = new HTTPRequest(); h.follow_redirects = 1; // We'll follow this many redirects
-
echicken authored
Location given in the response header, if present. Not enabled by default, so turn it on like so: var h = new HTTPRequest(); h.follow_redirects = true; Should probably add "too many redirects" protection, since this could turn into an eternal game of HTTP ping-pong.
-
- Jul 20, 2020
- Jul 18, 2020
-
-
rswindell authored
-
- Jun 29, 2020
- Jun 21, 2020
-
-
rswindell authored
last_few_callers_msg, allowing sysop (Codefenix) to include a Ctrl-A" code to nest a display file in the list header.
-
- Jun 08, 2020
-
-
rswindell authored
via NNTP.
-
rswindell authored
auto-detect UTF-8 body text and set the FTN charset header field accordingly.
-
rswindell authored
-
rswindell authored
considerably. This eliminates the need for the experimental -novotes option (always exclude votes from the message counts) and means that sbbs v3.18 or later is required to use this script now.
-
- Jun 07, 2020
-
-
rswindell authored
specify an access requirement string (ARS) which must be matched for font(s) to be loaded/activated. This allows a sysop to specify a subset of users that should have some/all fonts loaded based on whatever criteria they want (and is supported by ARS) - specific user numbers, security levels, flags, terminal attributes, etc.
-
- Jun 06, 2020
-
-
rswindell authored
-
- Jun 02, 2020
-
-
mcmlxxix authored
remove "load" parameter/property from Bot_Module class to avoid overriding load function in module scope. (pass load list to lib parameter instead)
-
- Jun 01, 2020
-
-
echicken authored
Only this many results from the datasources will be added to the suggestion tree. 0 means no limit.
-
- May 26, 2020
- May 24, 2020
- May 22, 2020
-
-
rswindell authored
- username (over-ride your QWKnet ID) - password (use a super long password) - address (specific hostname or IP address) - port (specify the TCP port number)
-
- May 21, 2020
-
-
rswindell authored
filtered list length as that resulted in weird plrompts like this: * Reading * Group Sub (?=Menu) (5033 of 19): Abbreviate the Kill-after-read attribute to "KR" instead of "Kill". Include the "Kill-after sent" net-attribute (abbreviate to "KS" or just 'k').
-
rswindell authored
effect on the sent command (instead of the logged command). Nothing ever sends an FTP command with 0xFF in it, so this should have no effect on anything. Added more details to the exception messages thrown from the cmd() method (include the command that we're trying to send).
-
- May 16, 2020