This week of GSoC I've only been able to spend a limited amount of time
on the project.
Due to unforeseen problems I had to work elsewhere a few days.
This week I've started developing a prototype plugin api.

To allow current plugin api to remain in use at the same time I've
revived a branch of monkey I've been working on.
It separates the protocol implementation from the monkey core, allowing
multiple protocols to be used at the same time.
Since the protocol is in change of calling stage callbacks, it is an
important part of the plugin api and will need to be modified along with
the api.
I will run one protocol implementation with the old plugin api and
another with the new as a prototype.

To make this branch usable I spent some time merging changes from monkey
1.2 and fixed some issues with synchronization.

So a slow week, but the branch is uploaded on
[github](https://github.com/ksonny/monkey/tree/mk_boss).

-- 
Sonny Karlsson
_______________________________________________
Monkey mailing list
[email protected]
http://lists.monkey-project.com/listinfo/monkey

Reply via email to