Age | Commit message (Expand) | Author |
2001-11-18 | Execute ~/.irssi/startup before autoconnecting to servers. This way you can | Timo Sirainen |
2001-11-18 | Irssi::Server::print()'s level parameter wasn't optional like in other | Timo Sirainen |
2001-11-18 | typobugfix for previous commit. | Timo Sirainen |
2001-11-18 | Don't handle keypresses when there's no active entry in screen. | Timo Sirainen |
2001-11-18 | After calls to statusbar_item_register() and statusbar_item_unregister(), | Timo Sirainen |
2001-11-18 | If you did quickly /WHOIS existing_nick, /WHOIS not_existing_nick, irssi | Timo Sirainen |
2001-11-18 | Irssi::Chatnet can now be accessed from perl. | Timo Sirainen |
2001-11-18 | Added Irssi::chatnets() and chatnet_find() | Timo Sirainen |
2001-11-18 | /SCRIPT UNLOAD didn't destroy the perl package from memory. Also the scripts | Timo Sirainen |
2001-11-18 | Stop the redirection if we receive unknown event and it's not numeric. | Timo Sirainen |
2001-11-18 | Fixed the "multiple space split" fix :) It was causing crashes, strange that | Timo Sirainen |
2001-11-18 | Even if notice is from server, print it to given target, since it could be | Timo Sirainen |
2001-11-18 | When printing /IGNORE list, if there's no ignores print the | Timo Sirainen |
2001-11-18 | Reply to PINGs ourself if destination was proxy's address, our own nick or | Timo Sirainen |
2001-11-18 | Sometimes when changing from split window to another, irssi crashed/messed | Timo Sirainen |
2001-11-18 | When destroying data used from server in "server disconnected" signal, set | Timo Sirainen |
2001-11-17 | If line was split from multiple spaces, irssi printed the spaces in the | Timo Sirainen |
2001-11-17 | Irssi didn't always remove the statusbar item from screen when it should | Timo Sirainen |
2001-11-17 | added +q channel mode to HAS_MODE_ARG_ALWAYS() list. | Timo Sirainen |
2001-11-17 | 329 event reply for MODE #channel shouldn't go to "chanquery abort", but | Timo Sirainen |
2001-11-17 | "error loading script" -> "error in script" because it can be printed at any | Timo Sirainen |
2001-11-17 | Didn't I already commit these? .. added format_get_text(), | Timo Sirainen |
2001-11-17 | Forgot to update this for server_redirect_register() | Timo Sirainen |
2001-11-17 | added ui/Formats.xs to EXTRA_DIST | Timo Sirainen |
2001-11-17 | Added support for "optional events" in redirection. They're checked right | Timo Sirainen |
2001-11-16 | Allow replies to redirections come in a bit different order than expected - | Timo Sirainen |
2001-11-16 | Fixed a few memory leaks | Timo Sirainen |
2001-11-16 | added assert to window_item_add(). | Timo Sirainen |
2001-11-16 | Added Irssi::version() for returning the IRSSI_VERSION_DATE, fixed get_irssi_... | Timo Sirainen |
2001-11-16 | Added "your not chanop" failure to I-mode as well. | Timo Sirainen |
2001-11-16 | If the last query fails we should make the channel synced. | Timo Sirainen |
2001-11-16 | ISON and USERHOST redirections were registered wrong. | Timo Sirainen |
2001-11-16 | "setup reread" signal now sends the config file as parameter. Added | Timo Sirainen |
2001-11-16 | Removed /SET term_scroll_fast - looks like il/dl commands work fine with | Timo Sirainen |
2001-11-15 | When printing notify joins/leaves, don't print them with hilight color after | Timo Sirainen |
2001-11-15 | textbuffer_insert() didn't work properly when trying to add empty string. | Timo Sirainen |
2001-11-15 | The 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-15 | Changed the escaping system - theme_format_expand_data()'s | Timo Sirainen |
2001-11-15 | When overriding default statusbars, don't forget the | Timo Sirainen |
2001-11-15 | Right-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-15 | print 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-15 | Lag checking fixes - should work fine again. | Timo Sirainen |
2001-11-15 | /SET force_colors -> /SET term_force_colors. Added /SET term_scroll_fast | Timo Sirainen |
2001-11-15 | Scrolling should dirty the whole scrolling area, not just the new lines. | Timo Sirainen |
2001-11-15 | Don't crash when connecting to server with unknown chat protocol (eg. | Timo Sirainen |
2001-11-15 | Small optimization for whois-redirecting. | Timo Sirainen |
2001-11-15 | redirect_event() didn't give the correct parameter to event_hash2list(). | Timo Sirainen |