summaryrefslogtreecommitdiff
path: root/src/irc/core/irc-commands.c
AgeCommit message (Expand)Author
2008-11-28Allow /ban, /unban, /kickban, /knockout if channel is not synced.Jilles Tjoelker
2008-11-16Do not check in irc cmd_away that the active item server is an ircEmanuele Giaquinta
2008-11-12Remove /wallchops, do not suggest other commands in /help wall.Jilles Tjoelker
2008-11-12Export server_send_away and use it in irc-servers-reconnect.c:sig_connectedEmanuele Giaquinta
2008-11-08Recode a WALL message also when sending a notice to @#channel.Emanuele Giaquinta
2008-08-30Fix display of ratbox-style operspy whois (/whois !nick).Jilles Tjoelker
2008-08-02Revert recode changes r4483 and r4715.Emanuele Giaquinta
2008-02-16Move output recoding in irc_send_cmd_full.Emanuele Giaquinta
2008-01-21Remove undocumented /RAWQUOTE command.Emanuele Giaquinta
2007-11-17Do not allow /ping by itself to ctcp ping a channel.Jilles Tjoelker
2007-06-08Add support for the ACCEPT command, which is part of theJilles Tjoelker
2007-06-08Various updates/enhancements/fixes to the help files.Jilles Tjoelker
2007-06-06Don't add the same mask to the knockout list multiple times.Jilles Tjoelker
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2006-01-30Only send QUOTE immediately when server didn't yet sent the 001 eventValentin Batz
2006-01-26changed /QUOTE to be sent immediately, since the queueing was changed, it's n...Valentin Batz
2005-09-10- rename "whois not found" to "whois try whowas", because that's what needs t...Wouter Coekaerts
2005-06-24Fix server->last_nick leak by Toby (Bug 267)Wouter Coekaerts
2004-12-20Added <tag>/<target> support for recode.Valentin Batz
2004-09-18Fixed /KNOCK support.Geert Hauwaerts
2004-09-12Fix /WHOIS -yes (Bug 67)Wouter Coekaerts
2004-09-12Recent WHOIS changes broke nick's gone/oper flags. Patch by Valentin BatzTimo Sirainen
2004-08-20Recode patch by decadix/sennethTimo Sirainen
2004-07-11Fixed handling WHOIS printing once and for all. Everything unknown betweenTimo Sirainen
2004-03-23/WHOIS -<server tag> is supported now.Timo Sirainen
2004-01-20isupport patch by David LeadbeaterTimo Sirainen
2003-12-10/SET auto_whowas OFF allows now disabling automatic /whowas when /whoisTimo Sirainen
2002-12-28Added time, size and level setting types. Breaks some settings - I'll addTimo Sirainen
2002-05-16Better !channel support - window items now have "visual_name" and channelsTimo Sirainen
2002-03-10/KNOCKOUT code was a bit stupid, and the timeout checking wasn't veryTimo Sirainen
2002-01-28Don't change the "wanted nick" when receiving NICK event from server, unlessTimo Sirainen
2001-11-30Removed settings_add_bool(.., "join_auto_chans_on_invite", ..) here, it'sTimo Sirainen
2001-11-29/WALLCHOPS are now printed to screen. Receiving notices for @#channelTimo Sirainen
2001-11-29/QUOTE and /RAWQUOTE shouldn't work until connect() to server is finished.Timo Sirainen
2001-11-19Removed whois_coming-flag which was used to figure out if 301 eventTimo Sirainen
2001-11-18If you did quickly /WHOIS existing_nick, /WHOIS not_existing_nick, irssiTimo Sirainen
2001-11-15/QUOTE and /RAWQUOTE should work as soon as the socket is connected.Timo Sirainen
2001-11-15/WHOIS nick_who_was_in_irc showed only the first and last lines of /WHOWAS.Timo Sirainen
2001-11-12Redirection fixes - added count parameter.Timo Sirainen
2001-11-11Redirection fixes.Timo Sirainen
2001-11-11/WHOIS unknown_nick printed the "there was no such nickname" messageTimo Sirainen
2001-11-11Moved rewritten server redirection code from core to irc. This new codeTimo Sirainen
2001-11-04Looks like I went and broke /PART accidentally..Timo Sirainen
2001-11-04Stupid me, remembered wrong how PARAM_FLAG_OPTCHAN worked. This broke /CTCP,Timo Sirainen
2001-11-03* works now as active channel with /NOTICE, /CTCP and /NCTCP.Timo Sirainen
2001-11-02Moved some stuff from irc to core. Added command_bind_proto() function toTimo Sirainen
2001-08-14Some internal changes how /SERVER command works. Added /SERVER PURGETimo Sirainen
2001-06-27/NICK: don't bother trying to change the nick to the one you already haveTimo Sirainen
2001-06-26Don't send unaway to server if we're not away.Timo Sirainen