Age | Commit message (Expand) | Author |
2008-03-09 | Use g_ascii_str{,n}casecmp for case insensitive comparison with | Emanuele Giaquinta |
2008-03-09 | Use g_ascii_str{,n}casecmp for case insensitive comparison with | Emanuele Giaquinta |
2008-02-20 | Show setter/time in +I lists, if sent by the server. | Jilles Tjoelker |
2008-02-16 | Move output recoding in irc_send_cmd_full. | Emanuele Giaquinta |
2008-01-21 | Remove .cvsignore files. | Emanuele Giaquinta |
2007-12-05 | Fix typo. | Emanuele Giaquinta |
2007-11-17 | Do not allow /ping by itself to ctcp ping a channel. | Jilles Tjoelker |
2007-11-03 | Fix mode display in whois with unreal (379 numeric). | Jilles Tjoelker |
2007-11-03 | Remove a space that messed up alignment in whois mode replies. | Jilles Tjoelker |
2007-11-02 | Fix RPL_WHOISHOST (378) code and strip off the "*@" from the hostname. | Jilles Tjoelker |
2007-11-02 | Add support for RPL_WHOISACTUALLY (338), both ratbox and ircu style. | Jilles Tjoelker |
2007-10-31 | Remove /notify -idle, it can only work with not-nice automated remote whois. | Jilles Tjoelker |
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-07-08 | Update channel forwarding code. | Jilles Tjoelker |
2007-07-07 | Fix 477 numeric broken by r4572 | Jilles Tjoelker |
2007-06-08 | Add support for the ACCEPT command, which is part of the | Jilles Tjoelker |
2007-06-05 | Put "account" before services login name (330 numeric, whois_extra). | Jilles Tjoelker |
2007-05-28 | - Display more numerics (such as cannot send to channel, | Jilles Tjoelker |
2007-05-25 | Pick up host changes on charybdis and ircu servers (396 numeric). | Jilles Tjoelker |
2007-05-20 | If we get a ERR_NOSUCHNICK for the nick "*", display | Jilles Tjoelker |
2007-05-20 | Fix recognition of realnames starting with spaces in /who replies. | 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 |
2006-09-22 | This patch fixes the problem that irssi keeps saying Netsplit over for joins ... | Wouter Coekaerts |
2006-05-18 | Fix whois_hide_safe_channel_id: only look at the beginning of a channel name,... | Wouter Coekaerts |
2005-11-19 | Using "/VER" in channel now doesn't directly ask CTCP VERSION from it. | Timo Sirainen |
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 |
2005-09-10 | with unknown (special) lines in whois, display the full content, not just the... | Wouter Coekaerts |
2005-09-10 | - rename "whois not found" to "whois try whowas", because that's what needs t... | Wouter Coekaerts |
2005-08-04 | Fixed recode for incoming messages, private messages didn't work properly. (B... | Valentin Batz |
2005-05-09 | Fixed a leak in fe-events-numeric.c, patch by Toby Peterson | Valentin Batz |
2005-04-25 | Fix displaying of ctcp userinfo and clientinfo (Bug 222) | Wouter Coekaerts |
2005-01-12 | Added IRCNET command again, as a deprecated alias for NETWORK | Wouter Coekaerts |
2004-12-20 | Added <tag>/<target> support for recode. | Valentin Batz |
2004-11-29 | Fixed printing of the recoded realname in whowas | Valentin Batz |
2004-10-16 | Added recode for the away-messages | Valentin Batz |
2004-10-10 | Added recode to whois_channels event | Valentin Batz |
2004-09-17 | Added event 317, 319, 313, 330, 377, 378, 379, 327, 326 to src/fe-common/irc/... | Valentin Batz |
2004-09-16 | Fixed /WHOWAS bug, where "event 312" was not printed right, Recent WHOIS chan... | Valentin Batz |
2004-09-16 | Added recoding of realname to who and whois replies | Valentin Batz |
2004-09-15 | Bugfix: http://bugs.irssi.org/?do=details&id=99 | Geert Hauwaerts |
2004-09-15 | Fixed memleak in recode.c, fixed typo in special_vars.txt, fixed bug 105, fix... | Valentin Batz |
2004-09-13 | Fix messages to @#channel showed *your* nickmode, not the one of the sender (... | Wouter Coekaerts |
2004-09-12 | Recent WHOIS changes broke nick's gone/oper flags. Patch by Valentin Batz | Timo Sirainen |