You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sems/doc/dsm/dsm_todo.txt

18 lines
639 B

x run_invite_event per DSM script
o explicit condition ordering (explicit priority)
o checking of FSM consitency (e.g. target state names)
o better error reporting in script compilation (e.g. line number)
x better error handling (exceptions)
x 'not' operator on conditions
o 'or' operator
x provide session init function for modules
x embed python interpreter in module ?
-> py( ... python code ... ) condition and action
x correct en/decode DI args (e.g. arrays)
o replace DSMSession::map<string, string> var with map<string, AmArg>
var -> avar
x register scripts as app
x mod_mysql
o session creation from module