summaryrefslogtreecommitdiff
path: root/src/fe-common/irc
AgeCommit message (Expand)Author
2000-07-21/SET completion_disable_auto -> completion_autoTimo Sirainen
2000-07-20WHOIS bugfix: Don't display the signon time if it isn't known..Timo Sirainen
2000-07-19"/notify -list " (happened easily when using tab completion) didn't workTimo Sirainen
2000-07-18When using status window and query windows, /whois to some queried nickTimo Sirainen
2000-07-18/NOTIFY -list displays now "-idle" before the actual idle time..Timo Sirainen
2000-07-18Tab-msgcompletion didn't work right after you had used /msg -ircnet nickTimo Sirainen
2000-07-17Autocompletion is disabled by defaultTimo Sirainen
2000-07-15-list option to /NOTIFY wasn't specified in command options.Timo Sirainen
2000-07-15A few checks to check that we really are dealing with IRC servers.Timo Sirainen
2000-07-15Fixed DCC stuff. Added DCCMSGS level for DCC chat messages.Timo Sirainen
2000-07-11/IGNORE didn't show if it had -replies flagTimo Sirainen
2000-07-10Enabled lots of GCC warnings, fixed those that were easy to fix.Timo Sirainen
2000-07-09MODE checking didn't work right..Timo Sirainen
2000-07-09Use MSGLEVEL_MSGS/CTCPS/ACTIONS | MSGSLVEL_DCCTimo Sirainen
2000-07-08Netsplit changes - all netsplit handling is now in netsplit/netjoinTimo Sirainen
2000-07-04If message was for you (your nick at start of line), print it withTimo Sirainen
2000-07-02When netsplit is over, irssi prints "Netsplit over, joins: (nicks)" andTimo Sirainen
2000-07-02Don't check highlighting if the message was meant for you (your nick atTimo Sirainen
2000-07-01Fixed crash.Timo Sirainen
2000-06-30Removed some warning messages.Timo Sirainen
2000-06-30If joined channel had some low-ascii (color codes), they were displayedTimo Sirainen
2000-06-30/MSG completion fixes. /HELP command completion works. Some other fixes.Timo Sirainen
2000-06-30Lots of /HILIGHT changes. You can use color names with -color. WindowTimo Sirainen
2000-06-28/SET window_close_on_part -> /SET autoclose_windowsTimo Sirainen
2000-06-28/HILIGHT changed. -nick option now tells to hilight only the nick, notTimo Sirainen
2000-06-28You can send message to different server with /MSG -<server tag> nick...Timo Sirainen
2000-06-28Automatic command completion and a few other fixes.Timo Sirainen
2000-06-28You can complete #channels, Irssi uses only the joined channels andTimo Sirainen
2000-06-25Using \n with /SET expand_escapes ON didn't work right.Timo Sirainen
2000-06-25WHOIS and "no such nick" messages are displayed in nick's query windowTimo Sirainen
2000-06-20cmd_get_params() calls had wrong parameter counts.Timo Sirainen
2000-06-18Changed option handling in /commands. Irssi will now complain aboutTimo Sirainen
2000-06-17"command complete" -> "complete command" so that it won't conflict withTimo Sirainen
2000-06-17File name completion for /DCC SENDTimo Sirainen
2000-06-17Added /SET reuse_unused_windows setting, default is OFFTimo Sirainen
2000-06-17Rewrite Tab-completion to work with signals - now it should be easy toTimo Sirainen
2000-06-15You can specify command(s) to be sent automatically to server afterTimo Sirainen
2000-06-15bugfixTimo Sirainen
2000-06-15"window changed" signal handler didn't check if the old or new windowTimo Sirainen
2000-06-14Don't show "End of WHOWAS" if none of the nicks were found.Timo Sirainen
2000-06-14Renamed /SET query_auto_close to autoclose_query.Timo Sirainen
2000-06-14Tab-completion works now with /commands and /set variables, patch byTimo Sirainen
2000-06-14In netsplit quit messages, display @ in front of operators' nicks.Timo Sirainen
2000-06-14Fixed some flood detection, ignoring and autoignoring bugs.Timo Sirainen
2000-06-14"window changed" signal now gives the old window as it's second argument.Timo Sirainen
2000-06-12Channel messages were printed wrong because of previous cleanup :)Timo Sirainen
2000-06-12CTCP msgs/replies stops the "event privmsg" or "event notice" signals nowTimo Sirainen
2000-06-11/EVAL will now expand \n and \t to newline and tab.Timo Sirainen
2000-06-11Print "starting query with <nick>" when query is created.Timo Sirainen
2000-06-11If you're not allowed to connect to server (K-lined, no I-line), IrssiTimo Sirainen