public
Rubygem
Description: irccat is like `cat`, but here, the STDOUT is an IRC channel.
Homepage: http://irccat.rubyforge.org/
Clone URL: git://github.com/webs/irccat.git
Click here to lend your support to: irccat and make a donation at www.pledgie.com !
webs (author)
Tue Apr 15 13:06:19 -0700 2008
commit  0d27bfcc23bf8570d49d8b879e1ea199a8470710
tree    5afb6c8c5aa173c3ec78b20d2dedcbcf601cf896
parent  01158cbd0502021eb1f1c309e4f4bed0738ef776
irccat / History.txt
100644 25 lines (19 sloc) 0.636 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
== 0.3 2008-??-??
 
* 4 major improvement
  * New binary: icat - cat for irccat
  * New binary: iecho - echo for irccat
  * New binary: irccat-config - configuration generator
  * Add support for NickServ protected logins and private channels [Thanks Michael D. Ivey]
  * Code cleanup
* 3 minor improvement
  * Small class: TcpClient
  * Added a trap for INT in the bot
  * The socket size is now a param
 
== 0.2 2008-02-17
 
* 3 major improvement
  * Github support in the http server
  * Now released as a gem (thanks dr nic and newgem :-))
  * Binary for launching irccats
 
== 0.1 2008-01-01
 
* 1 major improvement
  * Initial release