Age | Commit message (Expand) | Author |
2015-04-07 | Change all strcmp() to g_strcmp0() to handle nulls gracefully | dequis |
2014-10-26 | Receive 'self messages' in the right query window | dequis |
2014-06-10 | Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp. | David Hill |
2007-06-16 | Use again MSGLEVEL_NICKS for printing a nick change in queries, broken in | Emanuele Giaquinta |
2007-06-16 | Revert r4549. | Emanuele Giaquinta |
2007-06-10 | Make -window option of /join and /query accept an optional numeric argument | Emanuele Giaquinta |
2007-05-08 | Oops. Update address correctly now. | Wouter Coekaerts |
2007-05-08 | Update FSF address | Wouter Coekaerts |
2004-08-20 | Recode patch by decadix/senneth | Timo Sirainen |
2002-12-28 | Added time, size and level setting types. Breaks some settings - I'll add | Timo Sirainen |
2002-10-14 | /UNQUERY and /WINDOW GOTO now ignores trailing whitespace | Timo Sirainen |
2002-10-06 | /QUERY reverted back. | Timo Sirainen |
2002-09-19 | "/QUERY" no longer unqueries, but just complains about not getting enough | Timo Sirainen |
2002-06-05 | Finally - /^msg nick never autocreates an empty window anymore. Added new | Timo Sirainen |
2002-05-10 | window_bind_add() the query->server_tag, not server->tag as server can be | Timo Sirainen |
2002-04-29 | make sure nick changes in query don't print warning if query->address is | Timo Sirainen |
2002-04-27 | add temporary window bind if connection is lost with dcc chat. | Timo Sirainen |
2002-04-25 | some 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 of | Timo Sirainen |
2002-03-13 | when autochanging query's nick to be correct case, don't print the | Timo Sirainen |
2002-03-10 | crashfix | Timo Sirainen |
2002-03-10 | /SET autoclose_query - now only last received private message affects when | Timo Sirainen |
2002-02-04 | Use the server tag printing with queries now too. | Timo Sirainen |
2002-02-03 | Added target_type to send_message(), -channel and -nick parameters to /MSG | Timo Sirainen |
2001-12-20 | Added 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-31 | Print the server tag in "query started" messages with query->server_tag, not | Timo Sirainen |
2001-08-23 | removed accidental 'i' :) | Timo Sirainen |
2001-08-23 | Added server tag to query_start format. | Timo Sirainen |
2001-07-29 | Added "Closed query with nick" message. | Timo Sirainen |
2001-07-26 | added destroy() function to WI_ITEM_REC. This fixes a potential crash when | Timo Sirainen |
2001-06-10 | The automatic query rename wrote the "nick changed" messages to channels | Timo Sirainen |
2001-03-08 | Command history: allow "next history" to jump back to last msg in | Timo Sirainen |
2001-03-03 | When /SET autoclose_windows is ON, don't destroy windows if they have | Timo Sirainen |
2001-03-03 | I knew removing those checks from "channel created" and "query created" | Timo Sirainen |
2001-03-03 | /JOIN #channel and /QUERY nick won't anymore automatically move | Timo Sirainen |
2001-03-03 | "channel created", "query created" .. don't abort adding window item | Timo Sirainen |
2001-02-17 | Config file: ircnets -> chatnets, added type = "chat protocol" to | Timo Sirainen |
2001-01-09 | Highlighting cleanups. Added /HILIGHT -priority option. | Timo Sirainen |
2001-01-07 | In core/module-formats.h: IRCTXT_ -> TXT_ | Timo Sirainen |
2001-01-06 | Removed window parameter from window_item_remove() and | Timo Sirainen |
2001-01-01 | Some query changes. They should now work properly with /SAVEWINDOWS | Timo Sirainen |
2000-12-17 | Some minor query fixes. Nick changes are also detected by checking if | Timo Sirainen |
2000-12-02 | window_[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-17 | windows.h conflicted with microsoft's windows.h :) renamed windows.[ch] to | Timo Sirainen |
2000-11-17 | /SET autocreate_query_level DCCMSGS specifies now if DCC chats should | Timo Sirainen |
2000-10-28 | Cleaned up printtext.c, split part of it to formats.c | Timo Sirainen |
2000-10-02 | fixes .. still not perfect | Timo Sirainen |
2000-09-06 | /set autocreate_query -> /set autocreate_query_level | Timo Sirainen |