Updates for 0.7.20

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@88 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 1999-11-27 21:15:30 +00:00 committed by cras
commit eb4a9f1c2a
2 changed files with 31 additions and 2 deletions

28
NEWS
View file

@ -1,3 +1,31 @@
v0.7.20 1999-11-27 Timo Sirainen <cras@irccrew.org> [unstable]
+ Polish and finnish translations started
+ SQL plugin which doesn't do much, currently supports MySQL only.
Meant to be used by other plugins.
+ Botnet to bot plugin - it should already be possible to create a
big bot network with this (each bot having multiple clients +
uplink). The functionality is limited only to BCAST message for
now which sends a message to all bots. Read docs/botnet.txt for my
plans for it :)
- If plugins failed in initialization (plugin_init()), irssi could
crash.
- Server settings (nick, realname, etc.) were saved to different
place in configuration file than where they were read from..
So, saving them didn't really work.
- Plugin autoloading didn't work
- When trying to show channel's window from panel and you weren't
using helvetica font (itext's internal default), irssi crashed..
- Irssi crashed if you didn't have menubar enabled and didn't
compile with gnome.
- When invalid theme was found from global directory, irssi
complained about it every time. Now the fixed theme is saved to
~/.irssi/ directory and used thereafter.
- Deleting ircnets didn't work right
v0.7.19 1999-11-20 Timo Sirainen <cras@irccrew.org> [unstable]
* Text formats changed - they should be compatible with epic/bx now.