summaryrefslogtreecommitdiff
path: root/src/core/channels.c
AgeCommit message (Expand)Author
2016-01-24Duplicate the code paths for autocommands.LemonBoy
2016-01-14Change when the autocmds are sent.LemonBoy
2015-04-07Change all strcmp() to g_strcmp0() to handle nulls gracefullydequis
2014-06-10Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp.David Hill
2009-02-08Code Cleanup:Alexander Færøy
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2005-02-06Fixed memory leaks when destroying a channel, when loading nonexisten scripts...Valentin Batz
2004-01-20isupport patch by David LeadbeaterTimo Sirainen
2002-12-01no, /connect -! shouldn't send the /ircnet -autosendcmd, channel's botcmdTimo Sirainen
2002-12-01/CONNECT -! shouldn't send autosendcmds when joining channels.Timo Sirainen
2002-05-28when destroying channel, it really should be removed also fromTimo Sirainen
2002-05-17!channel fixes.Timo Sirainen
2002-05-16Better !channel support - window items now have "visual_name" and channelsTimo Sirainen
2002-03-31Don't set channel->server = NULL when disconnecting, so scripts can stillTimo Sirainen
2002-02-15fixed module_uniq_destroy() callsTimo Sirainen
2002-02-07Set objects ->type = 0 when freeing to make sure we notice immediately ifTimo Sirainen
2002-01-24Fixed a small memory leak when connected to same network twice.Timo Sirainen
2001-11-19Don't break if /CHANNEL ADD -bots list has bots separated with more thanTimo Sirainen
2001-11-19/CONNECT -! doesn't autojoin to channels.Timo Sirainen
2001-11-19-botcmd isn't now sent to channels when /UPGRADEing.Timo Sirainen
2001-10-22Checking that autojoined channels weren't already joined in same chatnet hadTimo Sirainen
2001-10-21Don't autojoin channels that have already been joined in some other serverTimo Sirainen
2001-07-26added destroy() function to WI_ITEM_REC. This fixes a potential crash whenTimo Sirainen
2001-05-11CHANNEL_REC->get_join_data() - Returns the information needed to callTimo Sirainen
2001-03-17%F = blinking on/off. several fixes to make blinking work better. someTimo Sirainen
2001-02-17Config file: ircnets -> chatnets, added type = "chat protocol" toTimo Sirainen
2001-01-28nicklist_find() now finds only full nicks, nicklist_find_mask() findsTimo Sirainen
2000-12-17removed useless chat_type checksTimo Sirainen
2000-11-17Remember who set the topic and when, display the info when using /TOPIC.Timo Sirainen
2000-10-14match_nick_flags() didn't check that the nick actually began with a flag.Timo Sirainen
2000-10-14[irc_]channels_setup_[de]init() calls were in wrong places.Timo Sirainen
2000-09-30multiprotocol updates. SILC prints channel and private messages nowTimo Sirainen
2000-09-02Updates.Timo Sirainen
2000-09-01Added chat protocol register. Changed all chat_type fields to use it.Timo Sirainen
2000-08-26Lots of moving stuff around - hopefully I didn't break too much :)Timo Sirainen