Hi, Last week I was working on adding cookie support to the lua environment. Cookies can be read and set from lua code. More details in the blog[1]. I also refactored most of the code to use more of lua c api features such as upvalues and userdata to make things more cleaner.
[1]blog post <http://diadara.github.io/blog/2014/07/01/gsoc-2014-lua-scripting-support-for-monkey/> Code:https://github.com/diadara/monkey_lua/commits
_______________________________________________ Monkey mailing list [email protected] http://lists.monkey-project.com/listinfo/monkey
