summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2000-07-09updatedTimo Sirainen
2000-07-09Check that -lncurses is actually found - if not, try -lcurses.Timo Sirainen
2000-07-09Removed a warningTimo Sirainen
2000-07-09MODE checking didn't work right..Timo Sirainen
2000-07-09sys/types.h has to be included with sys/socket.h when checking socklen_tTimo Sirainen
2000-07-09Released 0.7.93Timo Sirainen
2000-07-09Getting ready for 0.7.93..Timo Sirainen
2000-07-09Don't add the highlighted window to activity list if it's the currentTimo Sirainen
2000-07-09Use MSGLEVEL_MSGS/CTCPS/ACTIONS | MSGSLVEL_DCCTimo Sirainen
2000-07-09We're fe-text module, not gui-textTimo Sirainen
2000-07-09small fix.Timo Sirainen
2000-07-09Create colorless.theme automatically with a perl script in autogen.shTimo Sirainen
2000-07-09-option tab-completion didn't work.Timo Sirainen
2000-07-09Don't check CTCP replies for autoignoring. /RELOAD printed someTimo Sirainen
2000-07-09You can change statusbar colors with /SET statusbar_xxx.Timo Sirainen
2000-07-09--enable-perl[=libdir] to configure - you can specify what directory toTimo Sirainen
2000-07-09Ctrl-Y undeletes the last ^U'd line.Timo Sirainen
2000-07-09Moved is_base_command() from command completion to command_have_sub()Timo Sirainen
2000-07-08Netsplit changes - all netsplit handling is now in netsplit/netjoinTimo Sirainen
2000-07-08Implemented /BIND [<key> [<action> [<data>]]] command.Timo Sirainen