From c8f8d393a923fffadb43b0b358c6cb179ba99a94 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Wed, 8 Feb 2006 20:54:38 +0000 Subject: [PATCH] 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) --- src/odoors/TODO-v7.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/odoors/TODO-v7.txt b/src/odoors/TODO-v7.txt index 07aa556f9f..29887add23 100644 --- a/src/odoors/TODO-v7.txt +++ b/src/odoors/TODO-v7.txt @@ -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 screen stuff. - 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. -- GitLab