summaryrefslogtreecommitdiff
path: root/src/fe-common/irc
AgeCommit message (Expand)Author
2015-12-09add missing file to Makefileailin-nemui
2015-11-09Use the PARAM_FLAG_STRIP_TRAILING_WS flag wherever possible.LemonBoy
2015-10-01Updated server removalisundil
2015-10-01Fix #45 Make it easy to delete default channels, servers and networksisundil
2015-09-29Make sure sasl settings are defined before printing them outJari Matilainen
2015-09-29Add sasl info to /network list output if availableJari Matilainen
2015-09-26Allow the user to set and modify the SASL parametersLemonBoy
2015-09-22sig_message_irc_op_public: fix nickmode lookup, use cleantarget insteaddequis
2015-09-22Revert "Network and IPv{4,6} related changes"ailin-nemui
2015-09-22Merge pull request #290 from LemonBoy/ipv6ailin-nemui
2015-09-22fe_channel_skip_prefix: fix return value (FALSE/NULL isn't valid)dequis
2015-09-22Fix #291, "/msg +#channel incorrectly shows up as Nick:@#channel"dequis
2015-09-21Initial work to make irssi respect the resolved ip orderLemonBoy
2015-09-21Use formats instead of g_warningLemonBoy
2015-09-18Add two missing #include "fe-irc-channels.h"dequis
2015-09-09Move the function prototypes in a separate headerLemonBoy
2015-09-02Introduce some more chantypes awarenessLemonBoy
2015-05-15Implement CHANTYPES supportLemonBoy
2015-04-17Merge pull request #235 from dequis/g_strcmp0Alexander Færøy
2015-04-14ssl: Add option to specify SSL cipher suite preference.Haw Loeung
2015-04-07Change all strcmp() to g_strcmp0() to handle nulls gracefullydequis
2015-01-17Do not let the ctcp action of an inital query go into the status window.KindOne
2014-12-06Merge pull request #161 from anadrome/patch-1Alexander Færøy
2014-10-26Receive 'self messages' in the right query windowdequis
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