Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
042b11ea 2011-03-05 20:37 Marc Dequènes

[evol] Conversation: ensure Message is sent in one block in order to allow asynchronous replies on the same thread

66cff75f 2011-03-05 17:12 Marc Dequènes

[evol] ServerApiNode: added task ability

364e4a96 2011-03-04 02:03 Marc Dequènes

[licence] updated copyright years

ee2c32c3 2011-03-04 00:20 Marc Dequènes

[evol] Botnet/Interface: '/?' search now return a Hash in order to get the object name easily for further manipulations, updated Librarian accordingly

2c35cfa1 2011-03-04 00:13 Marc Dequènes

[fix] Botnet/Interface: removed silly String cast when searching nodes

7bfcd98b 2011-03-03 03:34 Marc Dequènes

[evol] Librarian API work §3

475571dd 2011-03-03 03:02 Marc Dequènes

[fix] Conversation: handle timer better when closing

a8442036 2011-03-03 01:20 Marc Dequènes

[evol] Protocol/Interface: don't check for existence before node call, it is already done in call and a loss of time

23c30bd5 2011-03-03 00:33 Marc Dequènes

[fix] method name mistake

ec7296ea 2011-02-27 01:32 Marc Dequènes

[fix] Interface: intercept several possible errors around interface definition

eab0c364 2011-02-27 00:48 Marc Dequènes

[evol] API: implemented hidden nodes and used it to create a '?' node used to search children based on their attributes

9dfb2047 2011-02-26 21:04 Marc Dequènes

[fix] Protocol: check node existence asynchronously for CALL

14dd8318 2011-02-26 20:38 Marc Dequènes

[evol] Protocol/DSL: implemented node existence check

4761cd13 2011-02-26 14:35 Marc Dequènes

[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)

429ebb9c 2010-11-29 22:16 Marc Dequènes

[evol] BotnetTask DSL: now that we have one Task per task, close conversation thread as soon as the task is finished

afdc8d97 2010-11-29 14:50 Marc Dequènes

[fix] mistakes in API Interface: forgot to export node_name, and forgot :inspect is not available for nodes

7466fc08 2010-11-29 00:49 Marc Dequènes

[evol] server API tree reworked using a DSL (reply handling rework is WIP)

d6ea2c18 2010-11-26 19:46 Marc Dequènes

[fix] missing config change leading to failure when generating server UNIX socket filename

d7ae0ab2 2010-11-26 19:44 Marc Dequènes

[layout] reorganization