Project

General

Profile

Revision:

Revisions

# Date Author Comment
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

c712f2db 2010-11-26 14:36 Marc Dequènes

[evol] connect_peer: made most of the code generic to all backends

0299bce8 2010-11-26 14:27 Marc Dequènes

[evol] connect_peer: do not open multiple connections to the same peer while one is being attempted already

379a5cfb 2010-11-26 14:26 Marc Dequènes

[fix] ConversationThread: register communication when communication is validated, not when peer info are received

eea1abf0 2010-11-26 13:43 Marc Dequènes

[evol] ConversationThread: added convenience method for notification

a03d9df7 2010-11-26 13:41 Marc Dequènes

[fix] remove traces of old Botnet DSL

cb79cd54 2010-11-26 13:16 Marc Dequènes

[evol] Botnet Conversation: removed old idle check mecanism while preserving notification

d9694ad7 2010-11-26 04:12 Marc Dequènes

[evol] Botnet Conversation: created a new idle threads check (old method is pending for removal)

848944dc 2010-11-26 02:24 Marc Dequènes

[evol] Task-based client DSL §6 (added botnet 'ask' subtask)

947e1d12 2010-11-26 01:18 Marc Dequènes

[fix] Task-based client DSL: use :task instead of :thread from old DSL for task notification shortcut name

f6fd4b56 2010-11-24 10:27 Marc Dequènes

[evol] Task-based client DSL §5 (allow running subtasks in callbacks, implement 'meet' command, and fixed a race btw)

4d9f2962 2010-11-24 02:52 Marc Dequènes

[evol] Task-based client DSL §4 (many fixes, helper, bot stop condition, more logging)

7619e2d8 2010-11-24 00:53 Marc Dequènes

[evol] Task-based client DSL §3 (pass errors and results to next step)

612572f9 2010-11-23 13:29 Marc Dequènes

[evol] Task-based client DSL §2 (Subtask and logger)

7bc7e62a 2010-11-23 00:11 Marc Dequènes

[evol] added preliminary work on new Task-based client DSL

6686bb54 2010-11-19 00:08 Marc Dequènes

[fix] DSL: correct mistake for outgoing notifications

5a8ebc1c 2010-11-19 00:07 Marc Dequènes

[evol] DSL: partial implementation for wait_notification with callback (unfinished, but kept as example)

67e8f239 2010-11-16 10:15 Marc Dequènes

[evol] client DSL: reorganized notification code and move 'acts' (currently sending notifies) in the _start_dsl call

fd4ccbdd 2010-11-16 03:24 Marc Dequènes

[evol] preliminary work for Conversation synchronization in DSL (action callbacks had to be moved from Protocol to ConversationThread to be able to check idle with the new locks, needed to process notifications without falling idle)

06f77931 2010-11-16 00:15 Marc Dequènes

[evol] reworked notification system a bit (global registration)

f8eacaad 2010-11-15 22:30 Marc Dequènes

[evol] MapMakerClient->TestClient, test with two conversations, and ideas for the future

c2b04ad9 2010-11-15 22:03 Marc Dequènes

[fix] corrected silly mistakes in Botnet DSL

083d3024 2010-11-15 21:48 Marc Dequènes

[fix] don't crash if config or default config is empty

e321ca6f 2010-11-15 02:20 Marc Dequènes

[evol] created a DSL for client-side calls (several conditions (calls only at the moment) can be joined together in order to exploit parallel tasks via asynchronous calls)

be27f17e 2010-11-15 00:09 Marc Dequènes

[evol] improve a bit how interface errors are transmitted

f8c25bdc 2010-11-15 00:08 Marc Dequènes

[evol] added convenience method to CALL directly from a thread

476368e8 2010-11-13 13:48 Marc Dequènes

[fix] adapted Interface to recent changes, pass bot object, and correct api_methods() calculation

5fa75a2f 2010-11-12 21:12 Marc Dequènes

[fix] mapmaker: correct 'Zone' class exported by mistake

706c6cbd 2010-11-12 20:40 Marc Dequènes

[fix] correct argument passing for send/receive_request_call

ef7c04ac 2010-11-12 19:57 Marc Dequènes

[evol] mapmaker_client can now exit when all is done (not too early, without race conditions)

8f6f45f7 2010-11-12 19:49 Marc Dequènes

[evol] move notification from Protocol to Conversation

20fb09a1 2010-11-12 19:44 Marc Dequènes

[fix] ensure pending threads are removed from the list when destroyed

c501ebc2 2010-11-12 19:42 Marc Dequènes

[fix] ensure pending threads/conversations are uniquely registered

7d493229 2010-11-12 19:40 Marc Dequènes

[evol] add system/user notif to bot level and detecte when a conversation is idle, to close it after used in connect_peer() with block

2cfb7e86 2010-11-12 19:11 Marc Dequènes

[evol] added a user event queue for NOTIFY EVENT received

8c18bc9a 2010-11-12 18:58 Marc Dequènes

[evol] internal notification when thread is idle allowed to mark thread closing pending

4afb2001 2010-11-12 18:33 Marc Dequènes

[evol] preliminary work for NOTIFY: closed thread are handled but close too early in most situations yet (need request/reply tracking)

21a7eaf9 2010-11-10 01:20 Marc Dequènes

[evol] conversation/bot protocol rework §8 (refs #30): preliminary client-side protocol handling

3cd21861 2010-11-10 01:18 Marc Dequènes

[fix] correct action_id generation (a reply should use the same id as the corresponding request)

2311048c 2010-11-10 01:15 Marc Dequènes

[fix] interface: accept no data as empty list of arguments

2316294b 2010-11-10 01:13 Marc Dequènes

[fix] interface: pattern check was broken

f292535b 2010-11-09 21:46 Marc Dequènes

[fix] ensure ask_to_stop() waits gracefully for conversations to finish while stop() just stopp at once

3152d6bd 2010-11-09 21:44 Marc Dequènes

[evol] partially implement receiving QUIT actions

45333094 2010-11-08 03:33 Marc Dequènes

[fix/evol] conversation/bot protocol rework §8 (refs #30)

35e0fb89 2010-11-08 00:21 Marc Dequènes

[fix] BotNet: handle UNIX Socket connect failure (EM.connect fails at once, not via the handler)

e75cca5b 2010-11-08 00:09 Marc Dequènes

[fix] workaround config loaded too late (i need to find a better way to select code in the included modules)

748bfcf3 2010-11-07 22:37 Marc Dequènes

[evol] fix silly mistakes/typos

5e97edd9 2010-11-07 22:19 Marc Dequènes

[evol] add a basic test client for MapMaker

d57fd602 2010-11-07 22:08 Marc Dequènes

[evol] add client support to BotNet

(151-200/402) Per page: 25, 50, 100

Also available in: Atom