summaryrefslogtreecommitdiff
path: root/src/fe-common/irc/fe-whois.c
AgeCommit message (Collapse)Author
2015-04-07Change all strcmp() to g_strcmp0() to handle nulls gracefullydequis
Just a string replacement (but i did check every one of them) sed -i 's/strcmp(/g_strcmp0(/g' **/*.c
2014-10-25Update old bug URLsmjn
At some point in the past few years, Flyspray changed its URL scheme from id=nnn to task_id=nnn, which broke some old comments in the source. Update those comments to URLs that still work.
2014-09-11source cleanup: remove trailing whitespacesMichael Vetter
2014-06-26Add some missing casts to silence compiler warningsDavid Leadbeater
2008-08-02Revert recode changes r4483 and r4715.Emanuele Giaquinta
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@4867 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-11-03Fix mode display in whois with unreal (379 numeric).Jilles Tjoelker
Bug #479 git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4637 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-11-02Fix RPL_WHOISHOST (378) code and strip off the "*@" from the hostname.Jilles Tjoelker
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4635 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-11-02Add support for RPL_WHOISACTUALLY (338), both ratbox and ircu style.Jilles Tjoelker
Note that the ratbox style only shows ip, this appears as hostname: <ip> which is slightly different from the other real host numerics. Bug #428 git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4634 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-05-05Move input recoding in irc_server_event.Emanuele Giaquinta
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4483 dbcabf3a-b0e7-0310-adc4-f8d773084564
2006-05-18Fix whois_hide_safe_channel_id: only look at the beginning of a channel ↵Wouter Coekaerts
name, not in the middle git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4268 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-09-10with unknown (special) lines in whois, display the full content, not just ↵Wouter Coekaerts
the first parameter (this may include "real content" as well as the description of what that field means) git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3989 dbcabf3a-b0e7-0310-adc4-f8d773084564
2004-12-20Added <tag>/<target> support for recode.Valentin Batz
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3692 dbcabf3a-b0e7-0310-adc4-f8d773084564
2004-11-29Fixed printing of the recoded realname in whowasValentin Batz
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3686 dbcabf3a-b0e7-0310-adc4-f8d773084564
2004-10-16Added recode for the away-messagesValentin Batz
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3321 dbcabf3a-b0e7-0310-adc4-f8d773084564
2004-10-10Added recode to whois_channels eventValentin Batz
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3317 dbcabf3a-b0e7-0310-adc4-f8d773084564
2004-09-17Added event 317, 319, 313, 330, 377, 378, 379, 327, 326 to ↵Valentin Batz
src/fe-common/irc/fe-whois.c, fixes the printing of /whois -yes * (Bug 123) git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3303 dbcabf3a-b0e7-0310-adc4-f8d773084564
2004-09-16Fixed /WHOWAS bug, where "event 312" was not printed right, Recent WHOIS ↵Valentin Batz
changes broke it. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3301 dbcabf3a-b0e7-0310-adc4-f8d773084564
2004-09-16Added recoding of realname to who and whois repliesValentin Batz
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3300 dbcabf3a-b0e7-0310-adc4-f8d773084564
2004-09-15Bugfix: http://bugs.irssi.org/?do=details&id=99Geert Hauwaerts
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3298 dbcabf3a-b0e7-0310-adc4-f8d773084564
2004-09-12Recent WHOIS changes broke nick's gone/oper flags. Patch by Valentin BatzTimo Sirainen
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3290 dbcabf3a-b0e7-0310-adc4-f8d773084564
2004-07-11Fixed handling WHOIS printing once and for all. Everything unknown betweenTimo Sirainen
"beginning of whois" and "end of whois" events is now printed as whois_special. Removed whois_registered and whois_help, they're printed with whois_special as well. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3263 dbcabf3a-b0e7-0310-adc4-f8d773084564