[evol] allow splitting the API interface declaration over multiple files/directories, split MapMaker interface, and added cross-nodes storage during the interface life (as we can't use closures across files)
[fix] recreate the whole API interface tree, root included, to ensure no clash is possible during concurrent calls
[evol] select and record I18n locale in DSL Task (future use)
[fix] a task must have a name (and be unique, but this is not enforced yet)
[evol] BotnetTask DSL: now that we have one Task per task, close conversation thread as soon as the task is finished
[evol] Task DSL: rework to use the same Task objet for the same task (in order to have a proper count of tasks and be able to transport information easily through steps)
[fix] separate core api version from cyborg service api version
[fix] mistakes in API Interface: forgot to export node_name, and forgot :inspect is not available for nodes
[evol] server API tree reworked using a DSL (reply handling rework is WIP)
[fix] DSL: allow scheduled job to send back a reply
View revisions
Also available in: Atom