summaryrefslogtreecommitdiff
path: root/src/fe-common/irc
AgeCommit message (Expand)Author
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
2000-06-11Cleaned up some code.Timo Sirainen
2000-06-11Check ignores when printing net split messages.Timo Sirainen
2000-06-10Changed the behaviour of how to handle "send command" signal (text youTimo Sirainen
2000-06-10/WHOIS automatically sends a /WHOWAS query if nick wasn't in IRC.Timo Sirainen
2000-06-10If autocreate_query is ON, /MSG nick now creates the query.Timo Sirainen
2000-06-10/CHANNEL LIST displayed comma at the end of channel options. ugly.Timo Sirainen
2000-06-09You can specify the format of the /WALL text with /SET wall_format,Timo Sirainen
2000-06-040.7.90 released.Timo Sirainen
2000-06-04forgot this file..Timo Sirainen
2000-06-04/IRCNET command.Timo Sirainen
2000-06-04Updated /SERVER, /CHANNEL and /IGNORE in manual.Timo Sirainen
2000-06-04completion_msgtoyou() -> irc_nick_match()Timo Sirainen
2000-06-04Lots of DCC related fixes.Timo Sirainen
2000-06-01/server -add messed up everything when modifying existing servers.Timo Sirainen
2000-06-01Leaving from some channel didn't update status bar.Timo Sirainen
2000-06-01Manually asking /MOTD didn't work if we had skip_motd setting enabledTimo Sirainen
2000-06-01/ignore -asd tried to print "unignored" text with NULL argument.Timo Sirainen
2000-05-30when nick is quitting only from one channel, don't print the channel's name.Timo Sirainen
2000-05-29--with-modules=xxx builds now specified extra modules to irssi binary.Timo Sirainen
2000-05-27Netsplit messages are now printed with QUITS message level.Timo Sirainen
2000-05-25Didn't work, fixed.Timo Sirainen
2000-05-25Print nicks who quit IRC in netsplit message. See netsplit section inTimo Sirainen
2000-05-25irc/irc.c and fe-common/irc/irc-modules.c are generated by configureTimo Sirainen
2000-05-25"/ text" sends "text" to active channel.Timo Sirainen
2000-05-25Added bot plugin, it also has almost-functional botnet.Timo Sirainen
2000-05-25now other than long nicks in NAMES list were displayed wrong. changed backTimo Sirainen
2000-05-25NAMES list crashed with long nicks .. hope it doesn't crash now somewhereTimo Sirainen
2000-05-15Also print the "CTCP TIME received" to screen :)Timo Sirainen
2000-05-15bugfixTimo Sirainen
2000-05-15Lots of changes again. Biggest ones:Timo Sirainen