diff options
author | Jochen Eisinger <c0ffee@irssi.org> | 2008-11-02 12:13:36 +0000 |
---|---|---|
committer | c0ffee <c0ffee@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2008-11-02 12:13:36 +0000 |
commit | f8461d39bc5bfd3efe908924c09d661756e447a1 (patch) | |
tree | b401ca0b17d3eef63fbf9413bf63fdfd317c3b6f /NEWS | |
parent | 73b18f2672585d8d6427862afed6ba8f63629ef3 (diff) | |
download | irssi-f8461d39bc5bfd3efe908924c09d661756e447a1.zip |
introduce the type Irssi::Irc::Client and signals to communicate with proxy
clients to allow for scripting parts of the irssi-proxy.
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@4882 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -22,6 +22,8 @@ v0.8.13 in /sb status more accurate (higher). + fix data getting dropped when a lot is sent at a time (e.g. when attaching to irssi-proxy, bug #528). + + introduce the type Irssi::Irc::Client and signals to communicate with + proxy clients to allow for scripting parts of the irssi-proxy. - fix leak with $L expando. - fix possible crash with /script reset. - ignore exceptions take precedence over ignores in all cases. |