Age | Commit message (Expand) | Author |
2001-05-11 | /SET kick_first_on_kickban for /KICKBAN and /KNOCKOUT - patch by | Timo Sirainen |
2001-03-18 | /RAWQUOTE: like /QUOTE, but don't add line feed after the command, and don't | Timo Sirainen |
2001-03-16 | quit_message setting moved from irc to core | Timo Sirainen |
2001-03-15 | /NICK could have changed nick to some other nick than we specified | Timo Sirainen |
2001-03-04 | /NAMES: -ops -halfops -voices -normal options added. /NAMES without | Timo Sirainen |
2001-03-03 | /BANTYPE -> /SET ban_type. /BAN: -type option added to override default | Timo Sirainen |
2001-02-19 | Connection updates: moved /SERVER and /CONNECT to core from irc. | Timo Sirainen |
2001-02-17 | Config file: ircnets -> chatnets, added type = "chat protocol" to | Timo Sirainen |
2001-02-09 | /CONNECT, /SERVER: added -4 and -6 options for specifying if we should | Timo Sirainen |
2001-01-17 | /WHOIS without parameters in query does now same as /WII <queried nick> | Timo Sirainen |
2001-01-11 | cmd_param_error -> cmd_return_error | Timo Sirainen |
2001-01-04 | Added keyboard_entry_redirect() function to keyboard.[ch] which sends | Timo Sirainen |
2001-01-04 | /LIST: don't require -yes option if there's 1000 channels or less. | Timo Sirainen |
2001-01-01 | small extra checks to /whois redirect checking | Timo Sirainen |
2001-01-01 | Added/moved several "typedef struct _XXX XXX;" to common.h so that | Timo 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-07 | automatic /whowas in /whois crashed (after server <-> data change) | Timo Sirainen |
2000-12-05 | Server events: switched order of data and server parameters. it's now | Timo Sirainen |
2000-11-30 | /WAIT [-<server tag>] <milliseconds> - wait for <milliseconds> before | Timo Sirainen |
2000-11-26 | /SET part_message - default message with /PART | Timo Sirainen |
2000-11-26 | Added some magic to /SERVER - if there's no server to disconnect from | Timo Sirainen |
2000-11-16 | Added some comments about redirection problems. | Timo Sirainen |
2000-11-14 | /NICK was broken. | Timo Sirainen |
2000-11-08 | nick changes were buggy | Timo Sirainen |
2000-11-04 | Fixed 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-30 | multiprotocol updates. SILC prints channel and private messages now | Timo Sirainen |
2000-09-28 | multiprotocol fixes for /AWAY -all | Timo Sirainen |
2000-09-27 | Moved /DISCONNECT to core, other multiprotocol fixes. | Timo Sirainen |
2000-09-05 | /PART #channel1,#channel2 didn't work | Timo Sirainen |
2000-09-02 | Updates. | Timo Sirainen |
2000-08-30 | Object type checking fixes | Timo Sirainen |
2000-08-27 | updates | Timo Sirainen |
2000-08-26 | Lots of moving stuff around - hopefully I didn't break too much :) | Timo Sirainen |
2000-08-19 | If 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 message | Timo Sirainen |
2000-08-12 | WJOIN -> /JOIN -window | Timo Sirainen |
2000-07-30 | Bugfixes for non-irc server handling. | Timo Sirainen |
2000-07-23 | Added syntaxes of all commands in comments, they're going to be used to | Timo Sirainen |
2000-07-16 | Cleaned up code. | Timo Sirainen |
2000-07-15 | A few checks to check that we really are dealing with IRC servers. | Timo Sirainen |
2000-07-04 | Changed /TOPIC -d to be /TOPIC -delete instead, the automatic option | Timo Sirainen |
2000-07-02 | If you're pasting text to channel and some of it starts with /, Irssi | Timo Sirainen |
2000-06-28 | You can send message to different server with /MSG -<server tag> nick... | Timo Sirainen |
2000-06-28 | Automatic command completion and a few other fixes. | Timo Sirainen |