summaryrefslogtreecommitdiff
path: root/src/fe-common/irc
AgeCommit message (Expand)Author
2014-10-25Update old bug URLsmjn
2014-09-11source cleanup: remove trailing whitespacesMichael Vetter
2014-07-06Split long IRC `ACTION' messagesSebastian Thorarensen
2014-06-30Add NO_ACT checks for DCC messagesDavid Leadbeater
2014-06-30Add NO_ACT checks for actions and noticesDavid Leadbeater
2014-06-27s/INCLUDES/AM_CPPFLAGS/gDave Reisner
2014-06-26Add some missing casts to silence compiler warningsDavid Leadbeater
2014-06-16Add -usermode to /NETWORK syntaxDavid Leadbeater
2014-06-10Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp.David Hill
2014-01-11Add -ssl_pass to /connect and /serverAlexander Færøy
2010-04-04Add missing includes to shut the compiler up.Alexander Færøy
2010-04-03deprecated glib strup/down fixes from exg.Alexander Færøy
2010-02-27Show new charybdis +q list in channel window (numerics 728 and 729).Jilles Tjoelker
2010-02-26Show "target changing too fast" messages in the channel/query window.Jilles Tjoelker
2009-09-06Show all nicks instead of just the first in an /accept * listing.Jilles Tjoelker
2009-07-29s/Splitted/Split/. Typo spotted by Gerfried Fuchs (Rhonda at IRCnet)Alexander Færøy
2009-05-15Fix out of bounds access in event_wallops().Jilles Tjoelker
2009-04-03Show numerics directed at channels in the channel window.Jilles Tjoelker
2009-02-08Code Cleanup:Alexander Færøy
2009-02-08Code Cleanup:Alexander Færøy
2008-12-01Factor the code to send an irc action into a function.Emanuele Giaquinta
2008-11-28Allow /ban, /unban, /kickban, /knockout if channel is not synced.Jilles Tjoelker
2008-11-16Do not call skip_target on a non irc server in irc 'own_public'Emanuele Giaquinta
2008-11-12Remove /wallchops, do not suggest other commands in /help wall.Jilles Tjoelker
2008-11-09Emit message irc own_{action,notice,wall} and message dcc own{,_action} withEmanuele Giaquinta
2008-11-09Move recoding of outgoing messages into irc send_message routine. Handlers forEmanuele Giaquinta
2008-11-09Move recoding of incoming quit messages to irc 'event quit' handler.Emanuele Giaquinta
2008-11-09Revert part of r4041. It is not clear which bug it is supposed to fix, and theEmanuele Giaquinta
2008-10-28Also display 407 numerics that are not "duplicate channel".Jilles Tjoelker
2008-08-02Revert recode changes r4483 and r4715.Emanuele Giaquinta
2008-05-19Remove some global variables used to store settings values, instead get theEmanuele Giaquinta
2008-05-14Remove theme format and signal doc for no more notify idle code.Emanuele Giaquinta
2008-05-12Update notify_list theme format for idle option removal.Emanuele Giaquinta
2008-03-09Use g_ascii_str{,n}casecmp for case insensitive comparison withEmanuele Giaquinta
2008-03-09Use g_ascii_str{,n}casecmp for case insensitive comparison withEmanuele Giaquinta
2008-02-20Show setter/time in +I lists, if sent by the server.Jilles Tjoelker
2008-02-16Move output recoding in irc_send_cmd_full.Emanuele Giaquinta
2008-01-21Remove .cvsignore files.Emanuele Giaquinta
2007-12-05Fix typo.Emanuele Giaquinta
2007-11-17Do not allow /ping by itself to ctcp ping a channel.Jilles Tjoelker
2007-11-03Fix mode display in whois with unreal (379 numeric).Jilles Tjoelker
2007-11-03Remove a space that messed up alignment in whois mode replies.Jilles Tjoelker
2007-11-02Fix RPL_WHOISHOST (378) code and strip off the "*@" from the hostname.Jilles Tjoelker
2007-11-02Add support for RPL_WHOISACTUALLY (338), both ratbox and ircu style.Jilles Tjoelker
2007-10-31Remove /notify -idle, it can only work with not-nice automated remote whois.Jilles Tjoelker
2007-10-22Handle 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-08Update channel forwarding code.Jilles Tjoelker
2007-07-07Fix 477 numeric broken by r4572Jilles Tjoelker
2007-06-08Add support for the ACCEPT command, which is part of theJilles Tjoelker