irssi/src/irc
Timo Sirainen d6abc84ab5 Connection tag variable wasn't deinitialized, so when destroying a DCC
record it might have stopped a wrong timeout/io func (or probably not,
because new source func was allocated soon after, and it'd have the same tag
which would just be free'd twice).


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2324 dbcabf3a-b0e7-0310-adc4-f8d773084564
2002-01-20 02:18:37 +00:00
..
bot Netsplit saved the NICK_REC, but didn't save the dynamically allocated strings 2001-12-10 23:32:46 +00:00
core Don't try to set alternate_nick to any default value, it's not very useful 2002-01-12 12:03:00 +00:00
dcc Connection tag variable wasn't deinitialized, so when destroying a DCC 2002-01-20 02:18:37 +00:00
flood Moved $(GLIB_CFLAGS) after -I includes, to make sure our own .h files get before possibly identically named headers in the glib's include directory. 2001-11-05 14:48:03 +00:00
notifylist Fixed a memory leak and a crash when notifylist_check_join() was called with NULL realname. 2001-12-03 19:51:00 +00:00
proxy Better support for actions and CTCPs. 2001-12-15 13:10:51 +00:00
.cvsignore irc/irc.c and fe-common/irc/irc-modules.c are generated by configure 2000-05-25 12:58:59 +00:00
Makefile.am Updated Irssi proxy to work with latest version, thanks to fuchs :) 2000-09-29 23:59:51 +00:00