summaryrefslogtreecommitdiff
path: root/src/fe-text/irssi.c
AgeCommit message (Expand)Author
2002-05-11freeze/thaw before/after running glib main loop, so the cursor isn't movedTimo Sirainen
2002-05-10typofix.Timo Sirainen
2002-03-10SIGHUP now does /RELOAD - useful with for example /SBAR prompt DISABLE whenTimo Sirainen
2002-02-02Ignoring SIGTRAP signal which is sent at /UPGRADE time.Timo Sirainen
2002-01-27toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in someTimo Sirainen
2001-12-17Since I accidentally already committed some of the detach-code, here's theTimo Sirainen
2001-12-17Separate irssi-dummy binary was a bit stupid idea, now it can be started with...Timo Sirainen
2001-12-03add the "gui exit" with signal_add_last() so it can be aborted while still ru...Timo Sirainen
2001-11-20/UPGRADE now saves the session, disconnects the servers so that the socketTimo Sirainen
2001-11-19Removed memory debugging code. It's a lot easier to check for bufferTimo Sirainen
2001-11-19moved the dirty_check() before fe_common_core_finish_init() so that ifTimo Sirainen
2001-11-19Redraw the screen before emitting "irssi init finished" signal, so we haveTimo Sirainen
2001-11-19/UPGRADE - upgrade-on-the-fly feature. Currently only moves the activeTimo Sirainen
2001-11-02Moved some stuff from irc to core. Added command_bind_proto() function toTimo Sirainen
2001-10-28Some resize fixes. With terminfo + /SET indent_always OFF, doubleclickingTimo Sirainen
2001-10-28Redrawing fixes - irssi should now rarely redraw stuff uselessly in screen.Timo Sirainen
2001-10-28Added support for using terminfo/termcap instead of curses. By default,Timo Sirainen
2001-10-21Deinitialize perl before textui stuff.Timo Sirainen
2001-10-21Initialize perl before fe_common_core_finish_init() or sending "irssi initTimo Sirainen
2001-10-13Configurable statusbar - see default config file (irssi.conf) for exampleTimo Sirainen
2001-08-14Module loading updates - /LOAD shows now also the statically loaded modules.Timo Sirainen
2001-08-07Restoring layout for split windows works betters now. Some sticky windowTimo Sirainen
2001-07-29--enable-perl* -> --with-perl*. Added a new libfe_perl which handles /SCRIPTTimo Sirainen
2001-07-15Added --home and --config command line parameters to irssi to specifyTimo Sirainen
2001-06-29Moved screen_refresh_thaw() in initialization before theTimo Sirainen
2001-06-29removed fe-perlTimo Sirainen
2001-06-27Added -v / --version command line option. Moved POPT_AUTOHELP option toTimo Sirainen
2001-06-21if perl is compiled statically, initialize it after the "irssi initTimo Sirainen
2001-06-01Replaced all direct curses calls with screen_xx() wrappers. This shouldTimo Sirainen
2001-05-17Getting rid of gettext, moved some _(..) texts to themes and left some errorTimo Sirainen
2001-04-14Rewrote text buffer handling in windows - try #3.Timo Sirainen
2001-02-19Moved /LASTLOG handling to lastlog.c. Added options -file <filename>Timo Sirainen
2001-02-19Moved autoconnects and command line parameter parsing from irc to core.Timo Sirainen
2001-02-17/LOAD module tries to load "module_core" instead. If it wasn't found,Timo Sirainen
2001-02-10/SAVEWINDOWS saves now split windowsTimo Sirainen
2001-02-05make deinitialization between screen_refresh_freeze() andTimo Sirainen
2000-12-17Settings are now stored in module-specific blocks. Irssi complainsTimo Sirainen
2000-12-05net_gethostbyname_nonblock(): don't crash if net_gethosterror() returnsTimo Sirainen
2000-12-05Split expandos from special-vars.c to expandos.c. Added list of signalsTimo Sirainen
2000-12-03print the firsttimer info to irssi's window instead of stdout.Timo Sirainen
2000-12-03complain about old default.themesTimo Sirainen
2000-11-26Perl fixes and additions. theme_register() / printformat() works nowTimo Sirainen
2000-10-03--enable-perl=[yes|no|static]Timo Sirainen
2000-09-07Perl works now only as a runtime loadable moduleTimo Sirainen
2000-09-06No, SILC stuff still shouldn't be here :)Timo Sirainen
2000-09-06/set autocreate_query -> /set autocreate_query_levelTimo Sirainen
2000-08-26Lots of moving stuff around - hopefully I didn't break too much :)Timo Sirainen
2000-08-24send "irssi init finished" _after_ setting up perl support.Timo Sirainen
2000-08-13Added i18n initialization.Timo Sirainen
2000-08-12Don't trigger window activity if window is already visible in someTimo Sirainen