Tue Nov 2 17:41:33 EET 1999 - Fixed SIGSEGV while exiting irssi with IDEA module loaded Tue Nov 30 21:29:21 EET 1999 - Made it compile and work with irssi-0.7.20 (slight API change) - Released as 0.1.1 Mon Apr 24 11:26:23 EEST 2000 - 1-liner to compile with 0.7.28-3 (API change again) - Released as 0.1.2 Mon Apr 23 15:34:19 EEST 2001 - Rewrote plugin.c to work with 0.7.98.3 - Added idea_autocrypt so that typing /idea for every line isn't necessary - Made the tarball native debian - Released as 0.1.3 Fri Apr 27 18:07:34 EEST 2001 - Rewrote the /command handling to be more like rest of the irssi. NOTE: this swaps the order of 'target' and 'key' - Don't make versioned library, added -avoid-version. - debian/rules: look for irssi sources in ../irssi-text-0.7.98.3/ by default. - debian/rules: don't build static library Tue May 1 15:48:52 EEST 2001 - Fixed several memory leaks in both irc_crypt library and irssi plugin - Removed misc.c and used GLIB functions instead, also replaced strsep() with g_strsplit() - Several cleanups everywhere, also reindented code everywhere I touched :) - Removed IRC dependency - should work with all chat protocols now - Reverted the order of target and key in /KEY ADD - Ignore the nick which comes inside the crypted packet, it can be used to fake the sender which isn't very good idea. Fri Mar 15 23:17:14 EET 2002 - /idea command shouldn't crash when used in empty window - Fixed to use irssi 0.8's target_type parameter in send_message()