summaryrefslogtreecommitdiff
path: root/src/irc/core/irc-commands.c
AgeCommit message (Expand)Author
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
2001-05-14new /KICKBAN code crashedTimo Sirainen
2001-05-11CHANNEL_REC->get_join_data() - Returns the information needed to callTimo Sirainen
2001-05-11/SET kick_first_on_kickban for /KICKBAN and /KNOCKOUT - patch byTimo Sirainen
2001-03-18/RAWQUOTE: like /QUOTE, but don't add line feed after the command, and don'tTimo Sirainen
2001-03-16quit_message setting moved from irc to coreTimo Sirainen
2001-03-15/NICK could have changed nick to some other nick than we specifiedTimo Sirainen
2001-03-04/NAMES: -ops -halfops -voices -normal options added. /NAMES withoutTimo Sirainen
2001-03-03/BANTYPE -> /SET ban_type. /BAN: -type option added to override defaultTimo Sirainen
2001-02-19Connection updates: moved /SERVER and /CONNECT to core from irc.Timo Sirainen
2001-02-17Config file: ircnets -> chatnets, added type = "chat protocol" toTimo Sirainen
2001-02-09/CONNECT, /SERVER: added -4 and -6 options for specifying if we shouldTimo Sirainen
2001-01-17/WHOIS without parameters in query does now same as /WII <queried nick>Timo Sirainen
2001-01-11cmd_param_error -> cmd_return_errorTimo Sirainen
2001-01-04Added keyboard_entry_redirect() function to keyboard.[ch] which sendsTimo Sirainen
2001-01-04/LIST: don't require -yes option if there's 1000 channels or less.Timo Sirainen
2001-01-01small extra checks to /whois redirect checkingTimo Sirainen
2001-01-01Added/moved several "typedef struct _XXX XXX;" to common.h so thatTimo Sirainen
2000-12-17/SET prompt, /SET prompt_window - Specifies the text in prompt.Timo Sirainen
2000-12-17/kickban and /knockout now accepts multiple nicks separated with commas.Timo Sirainen
2000-12-07automatic /whowas in /whois crashed (after server <-> data change)Timo Sirainen
2000-12-05Server events: switched order of data and server parameters. it's nowTimo Sirainen
2000-11-30/WAIT [-<server tag>] <milliseconds> - wait for <milliseconds> beforeTimo Sirainen
2000-11-26/SET part_message - default message with /PARTTimo Sirainen
2000-11-26Added some magic to /SERVER - if there's no server to disconnect fromTimo Sirainen
2000-11-16Added some comments about redirection problems.Timo Sirainen
2000-11-14/NICK was broken.Timo Sirainen
2000-11-08nick changes were buggyTimo Sirainen
2000-11-04Fixed lag checking when nick was just being changed.Timo Sirainen
2000-10-14"/whois x x" - if x isn't found irssi now prints "there's no such nick x"Timo Sirainen