Age | Commit message (Expand) | Author |
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 |
2001-07-15 | Hilight fixes - mode lines shouldn't be hilighted accidentally anymore. | Timo Sirainen |
2001-06-28 | Nick changes were printed twice in queries. | Timo Sirainen |
2001-06-26 | use signal_add_last() to bind the "message xxx" signals when printing them, | Timo Sirainen |
2001-03-04 | added server_change_nick() function for servers.[ch]. Lots of fixes for | Timo Sirainen |
2001-02-20 | multi identical nick fixes | Timo Sirainen |
2001-02-18 | Support for multiple identical nicknames. | Timo Sirainen |
2001-01-28 | Emphasis are now expanded with own public/private messages. Added some | Timo Sirainen |
2001-01-28 | Ignoring updates. Added support for nickmatch cache. One ignore can't | Timo Sirainen |
2001-01-28 | nicklist_find() now finds only full nicks, nicklist_find_mask() finds | Timo Sirainen |
2001-01-21 | Highlighting updates. -word renamed to -full. Added new -word option | Timo Sirainen |
2001-01-16 | added channel parameter to quit/nick messages | Timo Sirainen |
2001-01-09 | Highlighting cleanups. Added /HILIGHT -priority option. | 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 |
2001-01-01 | don't do emphasis on nicks in channel (<nick1> _nick2_: hello won't underline) | Timo Sirainen |
2000-12-29 | If msg comes from unknown channel (like when you just closed some | Timo Sirainen |