diff --git a/src/odoors/TODO-v7.txt b/src/odoors/TODO-v7.txt index 07aa556f9f3d74aae351a1667b08e8b8bfea7216..29887add236b3f8d0e29a4713e03a87e0a637c4e 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.