- Apr 19, 2020
-
-
nightfox authored
Version 1.32: Removed some code that's no longer used. Also, fixed an issue when changing to another sub-board with the traditional-style (non-lightbar) list where it was slow to list sub-boards. For the number of messages, it was checking all headers to ignore ones marked as deleted, etc., but that can be fairly slow.. Now it just uses total_msgs for the MessageBase object, which is a lot faster and still gives an idea of how many messages are there.
-
rswindell authored
socket-related error.
-
rswindell authored
descriptions in bind failure error messages in a cross-platform (i.e. WinSock-compatible) manner.
-
rswindell authored
-
rswindell authored
-
rswindell authored
Some no-pause/screen-clearing stuff in demo().
-
rswindell authored
-
rswindell authored
Support modopts.ini sections: [qnet-ftp] and [qnet-ftp:<hub-id>] to allow passive FTP (the default) to be disabled and over-ride the local FTP data-port and network interface (bind host).
-
rswindell authored
logoff for the server to recycle and changes to take effect.
-
rswindell authored
working hub appears to be 618:618/2 with a hostname of phoenix.bnbbbs.net
-
rswindell authored
reply-message was passed in (remsg), the subject copied from that header was not actually used in subsequent call to qnetmail(). Since we're passing the remsg down to inetmail(), that didn't seem to make a difference, but passing down the copied subject field to that function too for good measure. This bug broke QWKnet replies using the bbs.netmail() JS function call.
-
deuce authored
-
deuce authored
-
deuce authored
-
rswindell authored
status.
-
rswindell authored
different than node.misc). A couple of other cosmetic changes.
-
rswindell authored
text is not defined - reported by altere (thank you)
-
rswindell authored
theory at least) and "jsexec -C" could be used to execute this script. Maybe.
-
- Apr 18, 2020
-
-
deuce authored
We don't need a unicode -> cpchar with ext... We do need codepoint -> cpchar with and without ext.
-
rswindell authored
-
rswindell authored
-
rswindell authored
If an exception is thrown in init-fidonet.js, this exception (the error message part at least, no line number) will then get displayed. Pause the console before clearing the screen so the sysop can see the last mesages displayed to them without resorting to scrollback.
-
rswindell authored
- added "host" field (was not previously known) - fido address had key of "addr" instead of "fido"
-
echicken authored
-
echicken authored
-
echicken authored
-
echicken authored
Display a warning if an address in this zone is already configured
-
echicken authored
-
echicken authored
-
echicken authored
Need feedback on what information is useful to display in popup. Need to look up how long a zone number can be. Probably not 3. I'm sure there's an awesomely-written FTSC doc that can set me straight.
-
deuce authored
-
deuce authored
Broken when the inline parameter was added.
-
deuce authored
The Win32 getcliptext() implementation is apparently smoking crack though...
-
- Apr 17, 2020