summaryrefslogtreecommitdiff
path: root/src/fe-common/core/fe-messages.c
AgeCommit message (Expand)Author
2005-10-12fixed recoding of own messages.Valentin Batz
2005-10-10Make the compiler happy by replacing 'const char *' by 'char *'.Valentin Batz
2005-03-07Don't apply emphasis on _foo_^ if it's a nick (Bug 52)Wouter Coekaerts
2004-12-20Added <tag>/<target> support for recode.Valentin Batz
2004-10-06Fixed possible printing bug with quit messages when the message is printed in...Valentin Batz
2004-10-06Fix HILIGHT -actcolor -mask (Bug 131)Wouter Coekaerts
2004-09-15Fixed memleak in recode.c, fixed typo in special_vars.txt, fixed bug 105, fix...Valentin Batz
2004-01-20isupport patch by David LeadbeaterTimo Sirainen
2003-10-11Changed some checks i_isspace() -> ' ' so that TAB isn't included in checks.Timo Sirainen
2002-12-04make printnicks globalTimo Sirainen
2002-05-31"message own_public" should be printed with channel's visible_name, notTimo Sirainen
2002-05-16Better !channel support - window items now have "visual_name" and channelsTimo Sirainen
2002-05-08/SET hilight_nick_matches - NO disables hilighting your own nick atTimo Sirainen
2002-04-25some nick change events didn't print the address parameter.Timo Sirainen
2002-04-12address parameter was missing from /FORMAT invite, nick_changed, kick andTimo Sirainen
2002-01-27toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in someTimo Sirainen
2001-12-20Added WINDOW_REC declaration to common.h, removed unneeded #include "servers....Timo Sirainen
2001-11-20Added halfop support for nick modes.Timo Sirainen
2001-11-19Actually :) The /SET show_own_nick_change_once is still there, but it's OFFTimo Sirainen
2001-11-19/SET show_own_nickchange_once ON - show own nick changes only in activeTimo Sirainen
2001-07-15Hilight fixes - mode lines shouldn't be hilighted accidentally anymore.Timo Sirainen
2001-06-28Nick changes were printed twice in queries.Timo Sirainen
2001-06-26use signal_add_last() to bind the "message xxx" signals when printing them,Timo Sirainen
2001-03-04added server_change_nick() function for servers.[ch]. Lots of fixes forTimo Sirainen
2001-02-20multi identical nick fixesTimo Sirainen
2001-02-18Support for multiple identical nicknames.Timo Sirainen
2001-01-28Emphasis are now expanded with own public/private messages. Added someTimo Sirainen
2001-01-28Ignoring updates. Added support for nickmatch cache. One ignore can'tTimo Sirainen
2001-01-28nicklist_find() now finds only full nicks, nicklist_find_mask() findsTimo Sirainen
2001-01-21Highlighting updates. -word renamed to -full. Added new -word optionTimo Sirainen
2001-01-16added channel parameter to quit/nick messagesTimo Sirainen
2001-01-09Highlighting cleanups. Added /HILIGHT -priority option.Timo Sirainen
2001-01-07In core/module-formats.h: IRCTXT_ -> TXT_Timo Sirainen
2001-01-01added "message own_public" and "message own_private" events that areTimo Sirainen
2001-01-01don't do emphasis on nicks in channel (<nick1> _nick2_: hello won't underline)Timo Sirainen
2000-12-29If msg comes from unknown channel (like when you just closed someTimo Sirainen
2000-12-28emphasis moved to fe-messages. added a few checks so that non-wordsTimo Sirainen
2000-12-19don't display ignored quit messages..Timo Sirainen
2000-12-18quit messages shouldn't crash :)Timo Sirainen
2000-12-17/SET prompt, /SET prompt_window - Specifies the text in prompt.Timo Sirainen
2000-12-17Improved nick_match_msg() - it shouldn't give wrong matches as easilyTimo Sirainen
2000-12-17Print quit messages from nick in query windows alsoTimo Sirainen
2000-12-03/SET show_nickmode_empty - when mode is empty, should we display " " or ""Timo Sirainen
2000-10-28Cleaned up printtext.c, split part of it to formats.cTimo Sirainen
2000-10-27If nick isn't found from channel (for whatever reason), print the nickTimo Sirainen
2000-10-15Some hilight+window activity related fixesTimo Sirainen
2000-10-14Moved nick/msg/channel completion to core with some cleanups.Timo Sirainen
2000-10-10Moved join, part, quit, kick, nick, invite and topic printing to core.Timo Sirainen
2000-10-02fixes .. still not perfectTimo Sirainen
2000-09-30multiprotocol updates. SILC prints channel and private messages nowTimo Sirainen