summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2001-11-03* works now as active channel with /NOTICE, /CTCP and /NCTCP.Timo Sirainen
2001-11-03Virtualized cursor movement and clearing to end of line. Now neither is doneTimo Sirainen
2001-11-03Don't clear the window before redrawing, it's faster to do it at the sameTimo Sirainen
2001-11-03Reset the color before clearing screen. Set the cursor invisible when movingTimo Sirainen
2001-11-03/OP, /DEOP, /VOICE and /DEVOICE fixed not to print glib error if used inTimo Sirainen
2001-11-03update_cmd_color() updated colors wrong.Timo Sirainen
2001-11-03Commands that accepeted * parameter as active channel didn't work properly -Timo Sirainen
2001-11-03Quit if terminal gets lost.Timo Sirainen
2001-11-03/RECONNECT ALL crashed irssi (typofix - s/unref/ref/ :)Timo Sirainen
2001-11-03Some fixes to drawing lines & handling long lines.Timo Sirainen
2001-11-02compile fix - patch by manoj@io.comTimo Sirainen
2001-11-02Moved some stuff from irc to core. Added command_bind_proto() function toTimo Sirainen
2001-11-01server->ischannel(char *) -> server->ischannel(SERVER_REC *, char *). AddedTimo Sirainen
2001-11-01Buffer overflow fix (read-only, might have caused some crashes).Timo Sirainen
2001-11-01Check that it's IRC-channel we're destroying before doing any IRC-specificTimo Sirainen
2001-11-01indent_always setting was wrongly set when configuration was changed.Timo Sirainen
2001-10-31Crashfix when module didn't contain deinit() function.Timo Sirainen
2001-10-31changed default log directory mode to 0700 and file mode to 0600.Timo Sirainen
2001-10-30added $cumode_space expando. Like $cumode, but gives " " if there's no mode.Timo Sirainen
2001-10-29typofix :)Timo Sirainen
2001-10-29forgot to define TI_rep for repeat() command.Timo Sirainen
2001-10-29bug in last commit :) background color was brokenTimo Sirainen
2001-10-29when colors aren't used, don't save last_fg and last_bg. This helps at least ...Timo Sirainen
2001-10-29terminfo's term_clrtoeol() uses the clrtoeol() command only when using the de...Timo Sirainen
2001-10-29Windows weren't created with correct size. When setting statusbar lines forTimo Sirainen
2001-10-29/WINDOW SERVER -unsticky crashed irssi if it was used when you weren't connec...Timo Sirainen
2001-10-29stuff in LIBS moved to PROG_LIBS again. Otherwise linking perl module (and ma...Timo Sirainen
2001-10-29not needed anymore, code is in term*.[ch] now.Timo Sirainen
2001-10-28clrtoeol() wasn't called always when drawing buffer, so some garbage couldTimo Sirainen
2001-10-28term_getch() -> term_gets() which can be used to read multiple keypresses atTimo Sirainen
2001-10-28added a "const" to cvtchar() to get rid of compiler warningsTimo Sirainen
2001-10-28Change that should have been committed alreadyTimo Sirainen
2001-10-28terminfo_resize() updated - new terminal width can't be taken by reading itTimo Sirainen
2001-10-28Some resize fixes. With terminfo + /SET indent_always OFF, doubleclickingTimo Sirainen
2001-10-28Use TCSADRAIN option when changing terminfo settings.Timo Sirainen
2001-10-28color forcing stuff left from previous commitTimo Sirainen
2001-10-28Redrawing fixes - irssi should now rarely redraw stuff uselessly in screen.Timo Sirainen
2001-10-28Fixes for the updated configure.Timo Sirainen
2001-10-28Added support for using terminfo/termcap instead of curses. By default,Timo Sirainen
2001-10-27When scrolling window with eg. scroll_page_count /2, irssi didn'tTimo Sirainen
2001-10-25Irssi crashed if script died in statusbar handler.Timo Sirainen
2001-10-25Added flags option for Irssi::UI::Theme::format_expand().Timo Sirainen
2001-10-25forward_word and backward_word now move only to next/prev non-alphanumeric ch...Timo Sirainen
2001-10-25Renamed /FORMAT whois_oper_type to whois_oper which is now removed.Timo Sirainen
2001-10-25Added Irssi::current_theme() and Irssi::Theme::format_expand()Timo Sirainen
2001-10-25Boot dynaloader too even if perl libraries are compiled statically in irssi.Timo Sirainen
2001-10-24typofix - s/per/perl/Timo Sirainen
2001-10-24bugfixTimo Sirainen
2001-10-24Added --with-perl-staticlib option to configure. If used, irssi's perlTimo Sirainen
2001-10-24Removed unfinished code that was not supposed to go to cvs..Timo Sirainen