Age | Commit message (Expand) | Author |
2016-08-22 | fix nick->host == NULL crash | ailin-nemui |
2016-05-03 | Fix some ANSI C issues. | pisculichi |
2015-12-28 | keep track of address in text_dest for hilight purposes | ailin-nemui |
2015-09-24 | Applied patch from fs#275 to make /hilight -mask -line work properly | Jari Matilainen |
2015-09-22 | Add new setting to optionally modify behaviour of hilight_nick_matches | Jari Matilainen |
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-09-11 | source cleanup: remove trailing whitespaces | Michael Vetter |
2014-07-24 | fix rules for italics emphasis | Ailin Nemui |
2014-07-12 | Avoid using uninitalized values. | David Hill |
2014-07-08 | more strict rules for italic emphasis to avoid file name clashes | Ailin Nemui |
2014-07-07 | optionally render /foo/ as italics | Lukas Mai |
2014-06-30 | Change NO_ACT so it can be used in addition to other ignores | David Leadbeater |
2014-06-18 | Add NO_ACT level | Tom Feist |
2009-02-08 | Code Cleanup: | Alexander Færøy |
2009-02-08 | Code Cleanup: | Alexander Færøy |
2008-11-28 | Allow storing multiple "other" prefixes such as +q and +a. | Jilles Tjoelker |
2008-11-10 | recode.h include fixup. | Emanuele Giaquinta |
2008-11-09 | Move recoding of outgoing messages into irc send_message routine. Handlers for | Emanuele Giaquinta |
2008-11-09 | Move recoding of incoming quit messages to irc 'event quit' handler. | Emanuele Giaquinta |
2008-11-04 | Recode an incoming quit message once with a nick charset preference rather than | Emanuele Giaquinta |
2008-08-02 | Revert recode changes r4483 and r4715. | Emanuele Giaquinta |
2008-05-23 | Fix leaks. | Emanuele Giaquinta |
2008-02-16 | Move output recoding in irc_send_cmd_full. | Emanuele Giaquinta |
2007-06-16 | Fix comment. | Emanuele Giaquinta |
2007-06-06 | Add g_strdup forgotten in r4471. | Emanuele Giaquinta |
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-12 | fixed recoding of own messages. | Valentin Batz |
2005-10-10 | Make the compiler happy by replacing 'const char *' by 'char *'. | Valentin Batz |
2005-03-07 | Don't apply emphasis on _foo_^ if it's a nick (Bug 52) | Wouter Coekaerts |
2004-12-20 | Added <tag>/<target> support for recode. | Valentin Batz |
2004-10-06 | Fixed possible printing bug with quit messages when the message is printed in... | Valentin Batz |
2004-10-06 | Fix HILIGHT -actcolor -mask (Bug 131) | Wouter Coekaerts |
2004-09-15 | Fixed memleak in recode.c, fixed typo in special_vars.txt, fixed bug 105, fix... | Valentin Batz |
2004-01-20 | isupport patch by David Leadbeater | Timo Sirainen |
2003-10-11 | Changed some checks i_isspace() -> ' ' so that TAB isn't included in checks. | Timo Sirainen |
2002-12-04 | make printnicks global | Timo Sirainen |
2002-05-31 | "message own_public" should be printed with channel's visible_name, not | Timo Sirainen |
2002-05-16 | Better !channel support - window items now have "visual_name" and channels | Timo Sirainen |
2002-05-08 | /SET hilight_nick_matches - NO disables hilighting your own nick at | Timo Sirainen |
2002-04-25 | some nick change events didn't print the address parameter. | Timo Sirainen |
2002-04-12 | address parameter was missing from /FORMAT invite, nick_changed, kick and | Timo Sirainen |
2002-01-27 | toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in some | Timo Sirainen |
2001-12-20 | Added WINDOW_REC declaration to common.h, removed unneeded #include "servers.... | Timo Sirainen |
2001-11-20 | Added halfop support for nick modes. | Timo Sirainen |
2001-11-19 | Actually :) The /SET show_own_nick_change_once is still there, but it's OFF | Timo Sirainen |
2001-11-19 | /SET show_own_nickchange_once ON - show own nick changes only in active | Timo Sirainen |