summaryrefslogtreecommitdiff
path: root/src/fe-common/core/fe-queries.c
AgeCommit message (Expand)Author
2015-04-07Change all strcmp() to g_strcmp0() to handle nulls gracefullydequis
2014-10-26Receive 'self messages' in the right query windowdequis
2014-06-10Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp.David Hill
2007-06-16Use again MSGLEVEL_NICKS for printing a nick change in queries, broken inEmanuele Giaquinta
2007-06-16Revert r4549.Emanuele Giaquinta
2007-06-10Make -window option of /join and /query accept an optional numeric argumentEmanuele Giaquinta
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2004-08-20Recode patch by decadix/sennethTimo Sirainen
2002-12-28Added time, size and level setting types. Breaks some settings - I'll addTimo Sirainen
2002-10-14/UNQUERY and /WINDOW GOTO now ignores trailing whitespaceTimo Sirainen
2002-10-06/QUERY reverted back.Timo Sirainen
2002-09-19"/QUERY" no longer unqueries, but just complains about not getting enoughTimo Sirainen
2002-06-05Finally - /^msg nick never autocreates an empty window anymore. Added newTimo Sirainen
2002-05-10window_bind_add() the query->server_tag, not server->tag as server can beTimo Sirainen
2002-04-29make sure nick changes in query don't print warning if query->address isTimo Sirainen
2002-04-27add temporary window bind if connection is lost with dcc chat.Timo Sirainen
2002-04-25some nick change events didn't print the address parameter.Timo Sirainen
2002-04-17/QUERY existing_nick now switches to the window where it exists, instead ofTimo Sirainen
2002-03-13when autochanging query's nick to be correct case, don't print theTimo Sirainen
2002-03-10crashfixTimo Sirainen
2002-03-10/SET autoclose_query - now only last received private message affects whenTimo Sirainen
2002-02-04Use the server tag printing with queries now too.Timo Sirainen
2002-02-03Added target_type to send_message(), -channel and -nick parameters to /MSGTimo Sirainen
2001-12-20Added WINDOW_REC declaration to common.h, removed unneeded #include "servers....Timo Sirainen
2001-11-28/QUERY without a parameter but with options (eg. /alias query query -window)Timo Sirainen
2001-08-31Print the server tag in "query started" messages with query->server_tag, notTimo Sirainen
2001-08-23removed accidental 'i' :)Timo Sirainen
2001-08-23Added server tag to query_start format.Timo Sirainen
2001-07-29Added "Closed query with nick" message.Timo Sirainen
2001-07-26added destroy() function to WI_ITEM_REC. This fixes a potential crash whenTimo Sirainen
2001-06-10The automatic query rename wrote the "nick changed" messages to channelsTimo Sirainen
2001-03-08Command history: allow "next history" to jump back to last msg inTimo Sirainen
2001-03-03When /SET autoclose_windows is ON, don't destroy windows if they haveTimo Sirainen
2001-03-03I knew removing those checks from "channel created" and "query created"Timo Sirainen
2001-03-03/JOIN #channel and /QUERY nick won't anymore automatically moveTimo Sirainen
2001-03-03"channel created", "query created" .. don't abort adding window itemTimo Sirainen
2001-02-17Config file: ircnets -> chatnets, added type = "chat protocol" toTimo Sirainen
2001-01-09Highlighting cleanups. Added /HILIGHT -priority option.Timo Sirainen
2001-01-07In core/module-formats.h: IRCTXT_ -> TXT_Timo Sirainen
2001-01-06Removed window parameter from window_item_remove() andTimo 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-02window_[add|remove]_item -> window_item_[add|remove]Timo Sirainen
2000-12-02"window item remove" signal: destroy the channel/query record _last_Timo Sirainen
2000-11-17windows.h conflicted with microsoft's windows.h :) renamed windows.[ch] toTimo Sirainen
2000-11-17/SET autocreate_query_level DCCMSGS specifies now if DCC chats shouldTimo Sirainen
2000-10-28Cleaned up printtext.c, split part of it to formats.cTimo Sirainen
2000-10-02fixes .. still not perfectTimo Sirainen
2000-09-06/set autocreate_query -> /set autocreate_query_levelTimo Sirainen