Project

General

Profile

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

# Date Author Comment
c2894ceb 2011-03-03 03:03 Marc Dequènes

[fix] Cyborg: try to stop harder (without useless delay)

90197e7b 2011-03-01 03:15 Marc Dequènes

[evol] MapMaker API and internals rework §1, going forward to Dependency Injection using Needle

37b53292 2010-11-26 20:09 Marc Dequènes

[evol] catch all remaining reactor errors

db48611e 2010-11-26 20:01 Marc Dequènes

[fix] do not try to stop the bot by default

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

[layout] reorganization

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

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

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

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

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)

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

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)

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)

cec96847 2010-11-06 22:23 Marc Dequènes

[evol] use autoload to reduce explicit dependencies

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

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

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

d1e614b5 2010-08-14 11:57 Marc Dequènes

[cleanup] reorganize/split cyborg interface code

050eca43 2010-08-14 05:45 Marc Dequènes

[evol] first raw cyborg API exposure implementation for MapMaker (refs #31)

ecdabe95 2010-08-14 02:35 Marc Dequènes

[evol] uncomplete MapMaker bot implementation (global cyborg classes, use of EventMachine with UNIX socket backend, configuration adjustments, ...) (refs #31)

2f1c6b5b 2010-06-20 17:22 Marc Dequènes

[evol] configuration defaults and schema checking (closes 21)

e7315259 2010-04-04 18:33 Marc Dequènes

[licence] updated copyright years and added missing headers

44648f83 2010-04-04 16:39 Marc Dequènes

[cleanup] split 'lib/cyborghood/base.rb' and reorganized requires a bit

7cae0102 2009-03-07 21:58 Marc Dequènes

[evol] added gettext support using user prefered langage

d32ee48a 2009-02-23 23:51 Marc Dequènes

[evol] add missing licensing terms

d31869c4 2009-02-15 21:40 Marc Dequènes

[evol] split test file into libs