Rename "initial" state to "telopt_negotiation"
authorJeremy Stanley <fungi@yuggoth.org>
Sun, 8 Jul 2018 18:55:53 +0000 (18:55 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sun, 8 Jul 2018 18:55:53 +0000 (18:55 +0000)
commit682f8d35bd90ace4c569c92325ff292f3d102369
treee2540be3d0c37152a5935c2c55adfd8b6fdd5ed8
parent5bdb5adda551cee19ac8a105beabe88258b805a1
Rename "initial" state to "telopt_negotiation"

There was a rare race where if a client disconnected during the
initial Telnet option negotiation pause, an attempt to log an entry
about it would raise an exception because the "initial" state
placeholder in the default menu data was incorrectly-named. Fix
that, and rename the state to "telopt_negotiation" so it's less
confusing to debug if similar issues are discovered with this state
in the future.
mudpy/misc.py
share/menu.yaml