summaryrefslogtreecommitdiff
path: root/src/fe-common/irc/fe-irc-messages.c
AgeCommit message (Expand)Author
2018-06-05Added HIDDEN level to ignoresvague666
2015-09-22sig_message_irc_op_public: fix nickmode lookup, use cleantarget insteaddequis
2015-09-22Fix #291, "/msg +#channel incorrectly shows up as Nick:@#channel"dequis
2015-09-18Add two missing #include "fe-irc-channels.h"dequis
2015-09-09Move the function prototypes in a separate headerLemonBoy
2015-09-02Introduce some more chantypes awarenessLemonBoy
2015-05-15Implement CHANTYPES supportLemonBoy
2015-04-07Change all strcmp() to g_strcmp0() to handle nulls gracefullydequis
2015-01-17Do not let the ctcp action of an inital query go into the status window.KindOne
2014-10-26Receive 'self messages' in the right query windowdequis
2014-09-11source cleanup: remove trailing whitespacesMichael Vetter
2014-06-30Add NO_ACT checks for actions and noticesDavid Leadbeater
2008-11-16Do not call skip_target on a non irc server in irc 'own_public'Emanuele Giaquinta
2008-11-09Emit message irc own_{action,notice,wall} and message dcc own{,_action} withEmanuele Giaquinta
2008-11-09Move recoding of outgoing messages into irc send_message routine. Handlers forEmanuele Giaquinta
2008-11-09Revert part of r4041. It is not clear which bug it is supposed to fix, and theEmanuele Giaquinta
2008-08-02Revert recode changes r4483 and r4715.Emanuele Giaquinta
2008-02-16Move output recoding in irc_send_cmd_full.Emanuele Giaquinta
2007-10-22Handle server == NULL case in skip_target, fix regression with irssi-icb.Emanuele Giaquinta
2007-08-03- Make notices to +#channel (and all other STATUSMSG=)Jilles Tjoelker
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-16fixed a bug in recode when target is NULL and really use the recoded string f...Valentin Batz
2005-10-15fixed recode for actions and added recode for numeric eventsValentin Batz
2005-10-12fixed recoding of own messages.Valentin Batz
2005-10-10Make the compiler happy by replacing 'const char *' by 'char *'.Valentin Batz
2004-09-13Fix messages to @#channel showed *your* nickmode, not the one of the sender (...Wouter Coekaerts
2002-10-14Correct handling of /NOTICE @#channel, patch by dgTimo Sirainen
2002-02-13Separated ctcp command/data in "message irc ctcp" signal and format. AddedTimo Sirainen
2001-12-03Show @#channel notices as regular notices again. Don't hilight it or @#channe...Timo Sirainen
2001-11-19"message irc notice" - when figuring out if it's server notice or not,Timo Sirainen
2001-11-18Even if notice is from server, print it to given target, since it could beTimo Sirainen
2001-11-02Moved some stuff from irc to core. Added command_bind_proto() function toTimo Sirainen
2001-09-11Server notices shouldn't contain target field when printing it, it's alwaysTimo Sirainen
2001-06-26use signal_add_last() to bind the "message xxx" signals when printing them,Timo Sirainen
2001-06-04Added support for bahamut @+#channel notices. Removed notice_public_opsTimo Sirainen
2001-03-16emphasis works with actions nowTimo Sirainen
2001-02-06/ACTION didn't print the target when there was no query/channel whereTimo Sirainen
2001-01-28Removed own_wall msg format, using now the same as @#channel messages.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