summaryrefslogtreecommitdiff
path: root/src/fe-common/core/fe-messages.c
AgeCommit message (Expand)Author
2018-06-05Added HIDDEN level to ignoresvague666
2016-08-22fix nick->host == NULL crashailin-nemui
2016-05-03Fix some ANSI C issues.pisculichi
2015-12-28keep track of address in text_dest for hilight purposesailin-nemui
2015-09-24Applied patch from fs#275 to make /hilight -mask -line work properlyJari Matilainen
2015-09-22Add new setting to optionally modify behaviour of hilight_nick_matchesJari Matilainen
2015-04-07Change all strcmp() to g_strcmp0() to handle nulls gracefullydequis
2014-10-26Receive 'self messages' in the right query windowdequis
2014-09-11source cleanup: remove trailing whitespacesMichael Vetter
2014-07-24fix rules for italics emphasisAilin Nemui
2014-07-12Avoid using uninitalized values.David Hill
2014-07-08more strict rules for italic emphasis to avoid file name clashesAilin Nemui
2014-07-07optionally render /foo/ as italicsLukas Mai
2014-06-30Change NO_ACT so it can be used in addition to other ignoresDavid Leadbeater
2014-06-18Add NO_ACT levelTom Feist
2009-02-08Code Cleanup:Alexander Færøy
2009-02-08Code Cleanup:Alexander Færøy
2008-11-28Allow storing multiple "other" prefixes such as +q and +a.Jilles Tjoelker
2008-11-10recode.h include fixup.Emanuele Giaquinta
2008-11-09Move recoding of outgoing messages into irc send_message routine. Handlers forEmanuele Giaquinta
2008-11-09Move recoding of incoming quit messages to irc 'event quit' handler.Emanuele Giaquinta
2008-11-04Recode an incoming quit message once with a nick charset preference rather thanEmanuele Giaquinta
2008-08-02Revert recode changes r4483 and r4715.Emanuele Giaquinta
2008-05-23Fix leaks.Emanuele Giaquinta
2008-02-16Move output recoding in irc_send_cmd_full.Emanuele Giaquinta
2007-06-16Fix comment.Emanuele Giaquinta
2007-06-06Add g_strdup forgotten in r4471.Emanuele Giaquinta
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2007-05-05Move input recoding in irc_server_event.Emanuele Giaquinta
2007-04-29Use dynamic storage for return value of channel_get_nickmode.Emanuele Giaquinta
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