Age | Commit message (Expand) | Author |
2018-06-05 | Added HIDDEN level to ignores | vague666 |
2015-09-22 | sig_message_irc_op_public: fix nickmode lookup, use cleantarget instead | dequis |
2015-09-22 | Fix #291, "/msg +#channel incorrectly shows up as Nick:@#channel" | dequis |
2015-09-18 | Add two missing #include "fe-irc-channels.h" | dequis |
2015-09-09 | Move the function prototypes in a separate header | LemonBoy |
2015-09-02 | Introduce some more chantypes awareness | LemonBoy |
2015-05-15 | Implement CHANTYPES support | LemonBoy |
2015-04-07 | Change all strcmp() to g_strcmp0() to handle nulls gracefully | dequis |
2015-01-17 | Do not let the ctcp action of an inital query go into the status window. | KindOne |
2014-10-26 | Receive 'self messages' in the right query window | dequis |
2014-09-11 | source cleanup: remove trailing whitespaces | Michael Vetter |
2014-06-30 | Add NO_ACT checks for actions and notices | David Leadbeater |
2008-11-16 | Do not call skip_target on a non irc server in irc 'own_public' | Emanuele Giaquinta |
2008-11-09 | Emit message irc own_{action,notice,wall} and message dcc own{,_action} with | Emanuele Giaquinta |
2008-11-09 | Move recoding of outgoing messages into irc send_message routine. Handlers for | Emanuele Giaquinta |
2008-11-09 | Revert part of r4041. It is not clear which bug it is supposed to fix, and the | Emanuele Giaquinta |
2008-08-02 | Revert recode changes r4483 and r4715. | Emanuele Giaquinta |
2008-02-16 | Move output recoding in irc_send_cmd_full. | Emanuele Giaquinta |
2007-10-22 | Handle 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-08 | Oops. Update address correctly now. | Wouter Coekaerts |
2007-05-08 | Update FSF address | Wouter Coekaerts |
2007-05-05 | Move input recoding in irc_server_event. | Emanuele Giaquinta |
2007-04-29 | Use dynamic storage for return value of channel_get_nickmode. | Emanuele Giaquinta |
2005-10-16 | fixed a bug in recode when target is NULL and really use the recoded string f... | Valentin Batz |
2005-10-15 | fixed recode for actions and added recode for numeric events | Valentin Batz |
2005-10-12 | fixed recoding of own messages. | Valentin Batz |
2005-10-10 | Make the compiler happy by replacing 'const char *' by 'char *'. | Valentin Batz |
2004-09-13 | Fix messages to @#channel showed *your* nickmode, not the one of the sender (... | Wouter Coekaerts |
2002-10-14 | Correct handling of /NOTICE @#channel, patch by dg | Timo Sirainen |
2002-02-13 | Separated ctcp command/data in "message irc ctcp" signal and format. Added | Timo Sirainen |
2001-12-03 | Show @#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-18 | Even if notice is from server, print it to given target, since it could be | Timo Sirainen |
2001-11-02 | Moved some stuff from irc to core. Added command_bind_proto() function to | Timo Sirainen |
2001-09-11 | Server notices shouldn't contain target field when printing it, it's always | Timo Sirainen |
2001-06-26 | use signal_add_last() to bind the "message xxx" signals when printing them, | Timo Sirainen |
2001-06-04 | Added support for bahamut @+#channel notices. Removed notice_public_ops | Timo Sirainen |
2001-03-16 | emphasis works with actions now | Timo Sirainen |
2001-02-06 | /ACTION didn't print the target when there was no query/channel where | Timo Sirainen |
2001-01-28 | Removed own_wall msg format, using now the same as @#channel messages. | Timo Sirainen |
2001-01-07 | In core/module-formats.h: IRCTXT_ -> TXT_ | Timo Sirainen |
2001-01-01 | added "message own_public" and "message own_private" events that are | Timo Sirainen |