Age | Commit message (Expand) | Author |
2002-03-10 | /KNOCKOUT code was a bit stupid, and the timeout checking wasn't very | Timo Sirainen |
2002-01-28 | Don't change the "wanted nick" when receiving NICK event from server, unless | Timo Sirainen |
2001-11-30 | Removed settings_add_bool(.., "join_auto_chans_on_invite", ..) here, it's | Timo Sirainen |
2001-11-29 | /WALLCHOPS are now printed to screen. Receiving notices for @#channel | Timo Sirainen |
2001-11-29 | /QUOTE and /RAWQUOTE shouldn't work until connect() to server is finished. | Timo Sirainen |
2001-11-19 | Removed whois_coming-flag which was used to figure out if 301 event | Timo Sirainen |
2001-11-18 | If you did quickly /WHOIS existing_nick, /WHOIS not_existing_nick, irssi | Timo 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-12 | Redirection fixes - added count parameter. | Timo Sirainen |
2001-11-11 | Redirection fixes. | Timo Sirainen |
2001-11-11 | /WHOIS unknown_nick printed the "there was no such nickname" message | Timo Sirainen |
2001-11-11 | Moved rewritten server redirection code from core to irc. This new code | Timo Sirainen |
2001-11-04 | Looks like I went and broke /PART accidentally.. | Timo Sirainen |
2001-11-04 | Stupid 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-02 | Moved some stuff from irc to core. Added command_bind_proto() function to | Timo Sirainen |
2001-08-14 | Some internal changes how /SERVER command works. Added /SERVER PURGE | Timo Sirainen |
2001-06-27 | /NICK: don't bother trying to change the nick to the one you already have | Timo Sirainen |
2001-06-26 | Don't send unaway to server if we're not away. | Timo Sirainen |
2001-05-14 | new /KICKBAN code crashed | Timo Sirainen |
2001-05-11 | CHANNEL_REC->get_join_data() - Returns the information needed to call | Timo Sirainen |
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 |