summaryrefslogtreecommitdiff
path: root/src/session.ml
AgeCommit message (Collapse)Author
2016-12-30Fix missing quotes around values in Session.string_of_opDaniil Baturin
2016-12-28Add a function to convert config operations to commands.Daniil Baturin
2016-12-25Add value retrieval functions to the session module.Daniil Baturin
2016-12-15T212: use a directory (normally $program_dir/validators) for external ↵Daniil Baturin
validators. What's bad is that right now way too many things are aware of the nature of external validators, and the validators dir (formerly validators hashtable) is passed around a lot. We'll need to think it through.
2015-09-23Add delete function to session.Daniil Baturin
2015-09-23Factor out common session data into a world type.Daniil Baturin
2015-09-23Add session module stub.Daniil Baturin