summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-11-18Reply to PINGs ourself if destination was proxy's address, our own nick orTimo Sirainen
2001-11-18Sometimes when changing from split window to another, irssi crashed/messedTimo Sirainen
2001-11-18When destroying data used from server in "server disconnected" signal, setTimo Sirainen
2001-11-17If line was split from multiple spaces, irssi printed the spaces in theTimo Sirainen
2001-11-17Irssi didn't always remove the statusbar item from screen when it shouldTimo Sirainen
2001-11-17added +q channel mode to HAS_MODE_ARG_ALWAYS() list.Timo Sirainen
2001-11-17329 event reply for MODE #channel shouldn't go to "chanquery abort", butTimo Sirainen
2001-11-17"error loading script" -> "error in script" because it can be printed at anyTimo Sirainen
2001-11-17Didn't I already commit these? .. added format_get_text(),Timo Sirainen
2001-11-17Forgot to update this for server_redirect_register()Timo Sirainen
2001-11-17added ui/Formats.xs to EXTRA_DISTTimo Sirainen
2001-11-17Added support for "optional events" in redirection. They're checked rightTimo Sirainen
2001-11-16Allow replies to redirections come in a bit different order than expected -Timo Sirainen
2001-11-16Fixed a few memory leaksTimo Sirainen
2001-11-16added assert to window_item_add().Timo Sirainen
2001-11-16Added Irssi::version() for returning the IRSSI_VERSION_DATE, fixed get_irssi_...Timo Sirainen
2001-11-16Added "your not chanop" failure to I-mode as well.Timo Sirainen
2001-11-16If the last query fails we should make the channel synced.Timo Sirainen
2001-11-16ISON and USERHOST redirections were registered wrong.Timo Sirainen
2001-11-16"setup reread" signal now sends the config file as parameter. AddedTimo Sirainen
2001-11-16Removed /SET term_scroll_fast - looks like il/dl commands work fine withTimo Sirainen
2001-11-15When printing notify joins/leaves, don't print them with hilight color afterTimo Sirainen
2001-11-15textbuffer_insert() didn't work properly when trying to add empty string.Timo Sirainen
2001-11-15The default color for line should be ATTR_RESET, not 0 (black).Timo Sirainen
2001-11-15/WINDOW DOWN and /WINDOW UP now cycle to highest/lowest window.Timo Sirainen
2001-11-15Changed the escaping system - theme_format_expand_data()'sTimo Sirainen
2001-11-15When overriding default statusbars, don't forget theTimo Sirainen
2001-11-15Right-aligned statusbar items weren't positioned correctly.Timo Sirainen
2001-11-15/QUOTE and /RAWQUOTE should work as soon as the socket is connected.Timo Sirainen
2001-11-15print failed redirections to rawlog even if there's no failure signal.Timo Sirainen
2001-11-15/WHOIS nick_who_was_in_irc showed only the first and last lines of /WHOWAS.Timo Sirainen
2001-11-15changed the infobar text - "read it to get rid of this"Timo Sirainen
2001-11-15Lag checking fixes - should work fine again.Timo Sirainen
2001-11-15/SET force_colors -> /SET term_force_colors. Added /SET term_scroll_fastTimo Sirainen
2001-11-15Scrolling should dirty the whole scrolling area, not just the new lines.Timo Sirainen
2001-11-15Don't crash when connecting to server with unknown chat protocol (eg.Timo Sirainen
2001-11-15Small optimization for whois-redirecting.Timo Sirainen
2001-11-15redirect_event() didn't give the correct parameter to event_hash2list().Timo Sirainen
2001-11-14WHOIS command should be sent after redirecting, not before..Timo Sirainen
2001-11-14Still some syncing fixes. Don't loop forever now if we don't find the replyTimo Sirainen
2001-11-14Report failed redirections in rawlog.Timo Sirainen
2001-11-14Redirect parameters should be matched case-insensitivelyTimo Sirainen
2001-11-14Yet another bugfix for channel sync.Timo Sirainen
2001-11-14Channel syncing rewrites.Timo Sirainen
2001-11-14typofixTimo Sirainen
2001-11-14settings_save() now sends "setup saved" signal - patch by peder@ifi.uio.noTimo Sirainen
2001-11-14OPN's max_modes changed 6 -> 4Timo Sirainen
2001-11-14typofixTimo Sirainen
2001-11-13Reset the terminal color before scrolling, so the scrolled area's background ...Timo Sirainen
2001-11-12Redirection fixes - added count parameter.Timo Sirainen