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
Search Repo:
Click here to lend your support to: irccat and make a donation at www.pledgie.com !
irccat / History.txt
100644 24 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
== 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