summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-07-22/HELP wasn't working.Timo Sirainen
2000-07-22Autologging: if we're already logging the item somewhere else, make sureTimo Sirainen
2000-07-21/RELOAD still didn't work right.Timo Sirainen
2000-07-21Don't save autologs.Timo Sirainen
2000-07-21You can now change the texts /FORMAT prints itself.Timo Sirainen
2000-07-21/SET completion_disable_auto -> completion_autoTimo Sirainen
2000-07-21Set perl destruct level to 1 when destroying the perl interpreter withTimo Sirainen
2000-07-20WHOIS bugfix: Don't display the signon time if it isn't known..Timo Sirainen
2000-07-20Added information about mirc colors by fuchs.Timo Sirainen
2000-07-20The channel key given in /JOIN should override the one given in setup.Timo Sirainen
2000-07-19Removed notices from default highlight levelTimo Sirainen
2000-07-19Irssi::is_channel() didn't work because irc.h wasn't included andTimo Sirainen
2000-07-19"/notify -list " (happened easily when using tab completion) didn't workTimo Sirainen
2000-07-18bugfixTimo 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-18/LASTLOG ignored LINE_CMD_COLOR0 commands.Timo Sirainen
2000-07-17Autocompletion is disabled by defaultTimo Sirainen
2000-07-17use const char *Timo Sirainen
2000-07-16reuse_unused_windows is always ON when autoclose_windows is OFF.Timo Sirainen
2000-07-16bugfixTimo Sirainen
2000-07-16typofixTimo Sirainen
2000-07-16Removed silc from chat modules - it shouldn't be there yet :)Timo Sirainen
2000-07-16Cleaned up code.Timo Sirainen
2000-07-16Was left out from the sendbuffer commit..Timo Sirainen
2000-07-16Implemented network transmit buffer. If all data couldn't be sentTimo Sirainen
2000-07-16colorless.theme generator didn't work always right - "$1%K-" -> "$1-",Timo Sirainen
2000-07-16Don't ever add \0\0 to text queue - this might break things. Use \0 +Timo Sirainen
2000-07-16/RELOAD broke keyboard bindingsTimo Sirainen
2000-07-16Ctrl-L calls now irssi_redraw() instead of the curses' default..Timo Sirainen
2000-07-16When redrawing screen, refresh the screen after clear() so that cursesTimo Sirainen
2000-07-16Use status window by default.Timo Sirainen
2000-07-16Print the text with the "default" color (whatever is set with xterm -fg) -Timo Sirainen
2000-07-16If --prefix is used, add the default perl library directory to sameTimo Sirainen
2000-07-15Don't print the -!- DCCMSGS level.Timo Sirainen
2000-07-15/SERVER <ircnet> used always port 6667 when connecting.Timo Sirainen
2000-07-15-list option to /NOTIFY wasn't specified in command options.Timo Sirainen
2000-07-15Small bugfix with resizing window.Timo Sirainen
2000-07-15A few checks to check that we really are dealing with IRC servers.Timo Sirainen
2000-07-15module_find_id() and module_find_id_str() didn't work right if theTimo 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-11Ctrl-K also puts the deleted text to cutbuffer which can be recoveredTimo Sirainen
2000-07-11Another /IGNORE -replies fixTimo Sirainen
2000-07-11KEY_LL = end keyTimo Sirainen
2000-07-11Ctrl-Y fixed when there was no text to undelete. Added CTRL() macro forTimo Sirainen
2000-07-10/IGNORE -replies fixesTimo Sirainen
2000-07-10Enabled lots of GCC warnings, fixed those that were easy to fix.Timo Sirainen
2000-07-09intl libs weren't added to program's libraries.Timo Sirainen