Skip to content
Snippets Groups Projects
Commit c8f8d393 authored by deuce's avatar deuce
Browse files

Add a note that Win32 will need something like *nix stdio mode when BBSs do

SSH.  Passing a socket isn't very likely to be helpfull, and a local socket
pair seems like a kludge (That will, of course, be supported for "old-style"
32-bit doors)
parent 03f46960
No related branches found
No related tags found
No related merge requests found
...@@ -16,3 +16,8 @@ Features/Changes which will break the API and so must go into v7 ...@@ -16,3 +16,8 @@ Features/Changes which will break the API and so must go into v7
- Change to 24-line default. This means fixing the personalities, and the - Change to 24-line default. This means fixing the personalities, and the
screen stuff. screen stuff.
- Autodetect if passed handle is a socket (Like I did for MyCroft doors) - Autodetect if passed handle is a socket (Like I did for MyCroft doors)
- We need some non-socket way of dealing with I/O for Win32. Something that
operates along the lines of stdio on *nix. When BBSs commonly start doing
SSH, is the door supposed to do SSH also? A local socket would work, but it
seems like the Wrong Thing. The main reason stdio is out is that there's no
standard way of passing hangup info etc.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment