Validating GMCP/MSDP protocol commands, first debugging run and fixes to make a few of the default inputfuncs work. Added INPUTDEBUG to the options dict, to echo input function errors directly.

This commit is contained in:
Griatch 2016-04-06 16:42:11 +02:00
parent 76dc51f885
commit 043be6dba4
6 changed files with 43 additions and 40 deletions

View file

@ -80,7 +80,9 @@ class Session(object):
self.cmd_last = self.conn_time
self.cmd_total = 0
self.protocol_flags = {"ENCODING": "utf-8", "SCREENREADER":False}
self.protocol_flags = {"ENCODING": "utf-8",
"SCREENREADER":False,
"INPUTDEBUG": False}
self.server_data = {}
# map of input data to session methods