summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2000-06-27"print text stripped" signal wasn't resent with MSGLEVEL_HILIGHT level.Timo Sirainen
2000-06-27Closing active window that had window items could crash.Timo Sirainen
2000-06-25Created signal_get_uniq_id() macro. Added some documentation aboutTimo Sirainen
2000-06-25Subcommand and command parameter completion works now also if you useTimo 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-25Settings completion works with /TOGGLE also, it completes only booleanTimo Sirainen
2000-06-25completing files in root directory put extra / character at the startTimo Sirainen
2000-06-25File name completion crashed if you tried to complete file in directoryTimo Sirainen
2000-06-20/command -option fixesTimo Sirainen
2000-06-20/topic's cmd_get_params() had wrong parameter count..Timo Sirainen
2000-06-20cmd_get_params() calls had wrong parameter counts.Timo Sirainen
2000-06-20When scrollback buffer got full and you hadn't done /LAST or /AWAY,Timo Sirainen
2000-06-18Display /ALIAS list sorted.Timo Sirainen
2000-06-18Don't use cmd_get_params() to split the two hosts, it's a lot easier toTimo Sirainen
2000-06-18File completion updates:Timo Sirainen
2000-06-18Added g_dirname() so ig_free() won't complain when free()ing it.Timo Sirainen
2000-06-18Changed option handling in /commands. Irssi will now complain aboutTimo Sirainen
2000-06-17Added file name completion for commands /CAT, /RUN, /SAVE, /REHASH andTimo 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-17Completion list is now sorted.Timo Sirainen
2000-06-17Don't add same /command more than once to completion list.Timo Sirainen
2000-06-17Forgot to add this.Timo 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-15/LAST -away checks only lines that came after last time you went away.Timo Sirainen
2000-06-15You can specify command(s) to be sent automatically to server afterTimo Sirainen
2000-06-15bugfixTimo Sirainen
2000-06-15If join to !channel wasn't successfull (banned, etc.), Irssi didn't removeTimo Sirainen
2000-06-15"window changed" signal handler didn't check if the old or new windowTimo Sirainen
2000-06-15Whops, last "fix" broke timestamp's time.Timo Sirainen
2000-06-14Don't waste time calculating timestamp differeces if theTimo Sirainen
2000-06-14Remove line cache from memory after 10 minutes of inactivity.Timo 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-14Ctrl-W deletes word in left - patch fromTimo 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-14Read new server specific settings when reconnecting to new server.Timo Sirainen
2000-06-14/SET mail_counter on|off. Also, it doesn't anymore read through the fileTimo Sirainen
2000-06-14tab-completion in the middle of line left the cursor in wrong place.Timo Sirainen
2000-06-14"window changed" signal now gives the old window as it's second argument.Timo Sirainen
2000-06-14Logging wrote to message to file twice.Timo Sirainen
2000-06-14If name tag contains '_', it shouldn't be quoted.Timo Sirainen
2000-06-12Max. mode parameter count was taken from wrong place.Timo Sirainen
2000-06-12Changed the default flood detection values.Timo Sirainen
2000-06-12Flood detection fixesTimo Sirainen
2000-06-12Channel messages were printed wrong because of previous cleanup :)Timo Sirainen