public
Description: A smallish DSL for writing IRC bots.
Homepage:
Clone URL: git://github.com/ichverstehe/isaac.git
tbuehlmann (author)
Wed Oct 21 16:07:17 -0700 2009
ichverstehe (committer)
Tue Nov 03 01:27:55 -0800 2009
commit  996ceb18e903c30a39b20b55e0ea47b083c9ffef
tree    f087502042bbfb1f47de7a5722157ab32cc7c692
parent  d60d7c08017c64bdbdc10527f2badb0910c67198
isaac / CHANGES
100644 38 lines (19 sloc) 0.717 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
= master / unreleasedd
 
  * Add action(), kick() and mode() [Danny Tatom]
 
= 0.2.5 / 2009-04-25
 
  * Comply to the RFC - lines end with \r\n, not just \n.
 
= 0.2.4 / 2009-04-01
 
  * Bug fixes.
 
= 0.2.3 / 2009-04-01
 
  * Pass regular expression groups to block parameters.
 
  * Internal refactoring of queue and tests.
 
= 0.2.2 / 2009-02-23
 
  * Irrelevant.
 
= 0.2.1 / 2009-02-23
 
  * config() has been renamed to configure().
 
  * part() and topic() commands added.
 
  * Comply to the RFC and wait for 001-004 messages until sending commands.
 
  * Respond to CTCP action with the content of configure {|c| c.version = "" }.
 
  * Improved documentation.
 
= 0.2.0 / 2009-02-23
 
  * This is a complete rewrite of Isaac.