summaryrefslogtreecommitdiff
path: root/src/irc/core/irc-queries.c
AgeCommit message (Expand)Author
2017-01-03Merge branch 'master' into 'security'Nei
2016-12-19bail out if nick is NULL in irc_query_findailin-nemui
2016-12-15Process the nick changes in queries before the PRIVMSG is handled.LemonBoy
2015-05-15Implement CHANTYPES supportLemonBoy
2015-04-07Change all strcmp() to g_strcmp0() to handle nulls gracefullydequis
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2005-11-02Don't crash if receiving broken privmsg without source (which bitlbee can sen...Wouter Coekaerts
2004-01-20isupport patch by David LeadbeaterTimo Sirainen
2002-08-26Don't crash if someone msgs you without host address (eg. dircproxy). Fix byTimo Sirainen
2002-03-13If queried nick did a nick change, it might have crashed irssi.Timo Sirainen
2002-03-10Automatically change the nick to correct case in queries (eg. you didTimo Sirainen
2002-03-10If you had query with "X" but the nick really was "x", and after nick changeTimo Sirainen
2002-01-10Actions are now sent in "ctcp action" signal which is never ignored. "ctcpTimo Sirainen
2001-11-02Moved some stuff from irc to core. Added command_bind_proto() function toTimo Sirainen
2001-02-17Config file: ircnets -> chatnets, added type = "chat protocol" toTimo Sirainen
2001-01-01Some query changes. They should now work properly with /SAVEWINDOWSTimo Sirainen
2000-12-17Some minor query fixes. Nick changes are also detected by checking ifTimo Sirainen
2000-12-05Server events: switched order of data and server parameters. it's 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