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

Add note regarding telnet IAC.

parent e78bf41f
No related branches found
No related tags found
No related merge requests found
......@@ -3,4 +3,6 @@ Features/Changes which will break the API and so must go into v7
- Do not pack the od_control structure in memory. This is plain silly.
- Do not use the BOOL type in od_control or in any of the public functions.
Using it causes problems with stuff that defines a BOOL as a different
size. For example, xpdev uses int as a BOOL whereas OpenDoors uses a char
size. For example, xpdev uses int as a BOOL whereas OpenDoors uses a char.
- Support telnet IAC escaping, add an item to the od_control struct to
keep track of the current status of IAC escapes.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment