Skip to content
This repository has been archived by the owner on Dec 30, 2018. It is now read-only.

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikh committed Jan 6, 2010
1 parent 28a3cf5 commit 031016d
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions ChangeLog
@@ -1,5 +1,30 @@
2010-01-06 Dominik Honnef <dominikho@gmx.net>

* lib/weechat/irc/identifier.rb (Weechat::IRC::Identifier):
replaces Host and represents a weechat host
* lib/weechat/irc/host.rb (Weechat::IRC::Host): Host now really is
an IRC host
* lib/weechat/irc/ctcp.rb (Weechat::IRC::CTCP): added parser for
CTCPs
* lib/weechat/irc/message.rb (Weechat::IRC::Message): added parser
for IRC messages

* lib/weechat/irc/*: moved irc specific classes into own subdirectory

2010-01-03 Dominik Honnef <dominikho@gmx.net>

* lib/weechat.rb (Weechat.included): automatically include script
skeleton and helpers

* lib/weechat/server.rb (Weechat::IRC::Server.find): convert name
property to string

* lib/weechat/channel.rb (Weechat::IRC::Channel#find): returns a
channel instead of a buffer

* lib/weechat/buffer.rb (Weechat::Buffer#find): removed duplicated
Buffer#find method

* lib/weechat/bar.rb: added support for bars and bar items
* lib/weechat.rb: added support for bars and bar items

Expand Down

0 comments on commit 031016d

Please sign in to comment.