Age | Commit message (Expand) | Author |
2001-10-28 | Fixes for the updated configure. | Timo Sirainen |
2001-10-28 | Added support for using terminfo/termcap instead of curses. By default, | Timo Sirainen |
2001-10-27 | When scrolling window with eg. scroll_page_count /2, irssi didn't | Timo Sirainen |
2001-10-25 | Irssi crashed if script died in statusbar handler. | Timo Sirainen |
2001-10-25 | Added flags option for Irssi::UI::Theme::format_expand(). | Timo Sirainen |
2001-10-25 | forward_word and backward_word now move only to next/prev non-alphanumeric ch... | Timo Sirainen |
2001-10-25 | Renamed /FORMAT whois_oper_type to whois_oper which is now removed. | Timo Sirainen |
2001-10-25 | Added Irssi::current_theme() and Irssi::Theme::format_expand() | Timo Sirainen |
2001-10-25 | Boot dynaloader too even if perl libraries are compiled statically in irssi. | Timo Sirainen |
2001-10-24 | typofix - s/per/perl/ | Timo Sirainen |
2001-10-24 | bugfix | Timo Sirainen |
2001-10-24 | Added --with-perl-staticlib option to configure. If used, irssi's perl | Timo Sirainen |
2001-10-24 | Removed unfinished code that was not supposed to go to cvs.. | Timo Sirainen |
2001-10-24 | Added support for changing indentation behaviour with modules. | Timo Sirainen |
2001-10-24 | Added a bit better error reporting. | Timo Sirainen |
2001-10-24 | Removed some unused code. | Timo Sirainen |
2001-10-24 | Reset QUIT and INTR keys at quit. | Timo Sirainen |
2001-10-24 | Redraw was buggy if entry line didn't continue to end of line. | Timo Sirainen |
2001-10-24 | window-top-statusbars weren't working properly. | Timo Sirainen |
2001-10-24 | Always set the newly created entry active. Currently we don't support multipl... | Timo Sirainen |
2001-10-24 | /SET perl_use_lib setting to specify the path for irssi's perl libraries. | Timo Sirainen |
2001-10-23 | Don't print glib errors when parting a channel which isn't synced yet. | Timo Sirainen |
2001-10-23 | Activity list colors are now configurable. | Timo Sirainen |
2001-10-23 | Using cbreak() mode again, but disable QUIT and INTR keys. | Timo Sirainen |
2001-10-23 | /SCRIPT without parameters now prints list of loaded scripts. | Timo Sirainen |
2001-10-23 | Added eval { } around the DynaLoader::dl_unload_file() calls to get rid of | Timo Sirainen |
2001-10-23 | If perl linking failed, print the error message too. | Timo Sirainen |
2001-10-23 | /UNBAN -first | -last options added. Patch by fuchs. | Timo Sirainen |
2001-10-22 | When logs are rotated, automatically create the new directory where to open | Timo Sirainen |
2001-10-22 | updated colorless.theme, replaced all $0- to $* in default.theme | Timo Sirainen |
2001-10-22 | Yet another objdir fix. Changed the way how irssi figures out where irssi's | Timo Sirainen |
2001-10-22 | Fixed building from objdir (symlinks irssi-version.h and in ui/textui perl | Timo Sirainen |
2001-10-22 | with --prefix, use INSTALLDIRS=site, not perl. hopefully fixes some @INC prob... | Timo Sirainen |
2001-10-22 | just some extra check - might fix some crash.. | Timo Sirainen |
2001-10-22 | fixed server list - added a ',' .. | Timo Sirainen |
2001-10-22 | Checking that autojoined channels weren't already joined in same chatnet had | Timo Sirainen |
2001-10-21 | Remove SYNTAX: OPER from here - it's already in core (and syntax.pl gets | Timo Sirainen |
2001-10-21 | Static perl didn't work with botti. | Timo Sirainen |
2001-10-21 | if \x isn't a known escape sequence, it should print just x, not \x. | Timo Sirainen |
2001-10-21 | Moved theme registering stuff to Themes.xs. Corrected signal "script | Timo Sirainen |
2001-10-21 | Don't expand %{ and %} in themes to { and } - they could be treated as | Timo Sirainen |
2001-10-21 | added prompt, barstart and barend to theme. Removed mail stuff from config, | Timo Sirainen |
2001-10-21 | Settings registered with Irssi::settings_add_xx() are now correctly removed | Timo Sirainen |
2001-10-21 | deinit() function is now checked and saved when loading module. Unloading | Timo Sirainen |
2001-10-21 | commented out sb_default_bg and added sb_background - now old themes that | Timo Sirainen |
2001-10-21 | Added reference counter to SERVER_CONNECT_REC. Since it's being moved around | Timo Sirainen |
2001-10-21 | added irssi_init_finished variable to core.h which is TRUE after "irssi init | Timo Sirainen |
2001-10-21 | quitmsg_is_split() updated to check that top-level domains must be 2+ chars | Timo Sirainen |
2001-10-21 | Channels weren't synced if you joined multiple channels at once and one of | Timo Sirainen |
2001-10-21 | /TOPIC <tab> inserts the topic in active channel. | Timo Sirainen |