summaryrefslogtreecommitdiff
path: root/src/irc/core/irc-commands.c
AgeCommit message (Expand)Author
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
2000-10-14/WHOIS in a query asks the queried nick's whois.Timo Sirainen
2000-10-13"/WHOIS *" requires -yes option to work.Timo Sirainen
2000-10-01/SILENCE updates, added /UNSILENCE command.Timo Sirainen
2000-09-30multiprotocol updates. SILC prints channel and private messages nowTimo Sirainen
2000-09-28multiprotocol fixes for /AWAY -allTimo Sirainen
2000-09-27Moved /DISCONNECT to core, other multiprotocol fixes.Timo Sirainen
2000-09-05/PART #channel1,#channel2 didn't workTimo Sirainen
2000-09-02Updates.Timo Sirainen
2000-08-30Object type checking fixesTimo Sirainen
2000-08-27updatesTimo Sirainen
2000-08-26Lots of moving stuff around - hopefully I didn't break too much :)Timo Sirainen
2000-08-19If nick argument isn't given to /OPER, your current nick will be used.Timo Sirainen
2000-08-15/MSG -servertag crashed irssi.Timo Sirainen
2000-08-14/SET wall_format updated, it sent only first word of the wall messageTimo Sirainen
2000-08-12WJOIN -> /JOIN -windowTimo Sirainen
2000-07-30Bugfixes for non-irc server handling.Timo Sirainen
2000-07-23Added syntaxes of all commands in comments, they're going to be used toTimo Sirainen
2000-07-16Cleaned up code.Timo Sirainen
2000-07-15A few checks to check that we really are dealing with IRC servers.Timo Sirainen