summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2000-08-13/DCC LIST: % done didn't work right with large files.Timo Sirainen
2000-08-13Updated /QUERY syntaxTimo Sirainen
2000-08-13Implemented Irssi::print_window(), added optional level parameter toTimo Sirainen
2000-08-12bugfixesTimo Sirainen
2000-08-12Query windows are now restored if they were saved with /SAVEWINDOWS.Timo Sirainen
2000-08-12removed log rotating stuff.Timo Sirainen
2000-08-12Don't trigger window activity if window is already visible in someTimo Sirainen
2000-08-12mkpath() - behaves like mkdir -p. Autologging now uses it to createTimo Sirainen
2000-08-12WJOIN -> /JOIN -windowTimo Sirainen
2000-08-12Don't trigger window activity when you send /MSG etc.Timo Sirainen
2000-08-12Added namespaces for perl scripts.Timo Sirainen
2000-08-11Entry line scrolling works better.Timo Sirainen
2000-08-11/LOG: Removed the -rotate option, it was pretty useless since addingTimo Sirainen
2000-08-11Autologging fixes: Don't log WHOIS replies by defaultTimo Sirainen
2000-08-11When destroying window, change to different window before destroyingTimo Sirainen
2000-08-11Use perl_destruct_level, not PL_perl_destruct_level so that we'reTimo Sirainen
2000-08-10Topic bar doesn't get erased anymore after resize.Timo Sirainen
2000-08-10/connect ircnet doesn't fail anymore if there's no ircnet servers inTimo Sirainen
2000-08-10Still some fixes for curseses without wresize() or resizeterm().Timo Sirainen
2000-08-10/channel add -bots: You can now use @ or + before the nick mask toTimo Sirainen
2000-08-10Windowing system fixes, doesn't crash anymore after window resizes.Timo Sirainen
2000-08-10Added support for dalnet's whois registered event.Timo Sirainen
2000-08-10Don't autoclose window after part/unquery if there was still someTimo Sirainen
2000-08-04When server is disconnected, change to use some other server in windowsTimo Sirainen
2000-08-01fixTimo Sirainen
2000-08-01/SAVEWINDOWS - saves the current layout of windows. It's automaticallyTimo Sirainen
2000-08-01/wjoin and /wquery commands stopped the "channel created" andTimo Sirainen
2000-07-31You can change the default line indentation with /SET indentTimo Sirainen
2000-07-31updatedTimo Sirainen
2000-07-31Moved lastmsgs variables from irc-server and channel structures toTimo Sirainen
2000-07-31Don't allow jumping to last line in history from first lineTimo Sirainen
2000-07-31Actions didn't trigger window activityTimo Sirainen
2000-07-31Check that we're not already joined the channel when receiving JOINTimo Sirainen
2000-07-31Added names_nick format.Timo Sirainen
2000-07-31Added output_format_get_text() function for querying text formats.Timo Sirainen
2000-07-31Don't draw the last character in entry line, this doesn't work rightTimo Sirainen
2000-07-31Theme fixes: /RELOAD reloads them, /SET current_theme changes the defaultTimo Sirainen
2000-07-31FixesTimo Sirainen
2000-07-31Never fallback to alternate_nick if nick is set in ircnet settings.Timo Sirainen
2000-07-31Never beep with texts with MSGLEVEL_NOHILIGHT level.Timo Sirainen
2000-07-30Mail check: the also file size changes as well as modify time changesTimo Sirainen
2000-07-30Moved the beep settings_add_xxx() calls from irc to core.Timo Sirainen
2000-07-30/SET beep_on_msg handling moved to printtext() where it catches all theTimo Sirainen
2000-07-30Moved some IRC specific server stuff to generic server stuff.Timo Sirainen
2000-07-30Bugfixes for non-irc server handling.Timo Sirainen
2000-07-29/OP, /DEOP, /VOICE and /DEVOICE without any parameters didn't work rightTimo Sirainen
2000-07-29Bugfixes for the windowing system.Timo Sirainen
2000-07-29send() - ignore EPIPE return value and just return "0 bytes sent". The brokenTimo Sirainen
2000-07-27/CHANNEL ADD -botcmd without -bots crashed irssi.Timo Sirainen
2000-07-27We want to ignore SIGPIPE *ALWAYS*, don't set it back to SIG_DFL.Timo Sirainen