Project

General

Profile

Download (14.4 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
d9694ad7 2010-11-26 04:12 Marc Dequènes

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

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)

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

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

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

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)

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

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

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

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

[evol] fix silly mistakes/typos

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

[evol] add client support to BotNet

bc642412 2010-11-06 21:51 Marc Dequènes

[evol] moved EM loop in Cyborg, simplified and enhanced bot interface, and made Conversation common for any connection type

19ada0c0 2010-11-05 23:02 Marc Dequènes

[fix] a few silly mistakes for the conversation

7e9520c0 2010-11-05 00:33 Marc Dequènes

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

69a12fdb 2010-11-05 00:23 Marc Dequènes

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

3d653143 2010-11-04 23:22 Marc Dequènes

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

fccfdfb9 2010-11-04 23:04 Marc Dequènes

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

688a21d7 2010-11-01 21:32 Marc Dequènes

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

e26c015f 2010-11-01 18:42 Marc Dequènes

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

cdd6154d 2010-11-01 01:15 Marc Dequènes

[evol] conversation protocol complete rework + work on action protocol §1 (refs #30)

cc684758 2010-08-16 03:08 Marc Dequènes

[evol] Cyborg server interface: terminate connection after too much protocol errors

b7f7d214 2010-08-16 02:46 Marc Dequènes

[evol] MapMaker / Cyborg server interface: cleanup, reorg, ...