summaryrefslogtreecommitdiff
path: root/src/fe-text/irssi.c
AgeCommit message (Expand)Author
2017-03-21Intentation/whitespace fixesStephen Oberholtzer
2017-03-21Fix delay at startup when running against glib 2.49.3+Stephen Oberholtzer
2016-08-12remove broken dummy modeailin-nemui
2015-12-09Remove all WIN32 ifdefs (unifdef -UWIN32)dequis
2015-09-20Remove Garbage Collection support.Alexander Færøy
2015-02-17Refuse to load broken configs on irssi startAilin Nemui
2014-09-11source cleanup: remove trailing whitespacesMichael Vetter
2014-07-08Suggest /HELP rather than HELPDavid Leadbeater
2014-07-08Change to printtext for first time message tooDavid Leadbeater
2014-07-08Only show banner if not connecting to serversDavid Leadbeater
2014-07-06Fixed a compiler warning for statusbar_redrawGeert Hauwaerts
2014-07-06Updated the startup banner + added generic bannerGeert Hauwaerts
2009-01-10Remove buggy /scrollback redraw - scrollback_save_formats.Emanuele Giaquinta
2008-03-07g_mem_set_vtable must be called before using any other GLib functions.Emanuele Giaquinta
2008-02-05Remove check for ancient default.theme.Emanuele Giaquinta
2008-02-03Remove popt and use glib GOption commandline option parserEmanuele Giaquinta
2007-10-11Fix broken URI.Geert Hauwaerts
2007-08-07Use autoconf PACKAGE_TARNAME/PACKAGE_VERSION macros rather than automakeEmanuele Giaquinta
2007-05-24Move 'version' option in main.Emanuele Giaquinta
2007-05-24Cleanup option handling.Emanuele Giaquinta
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2007-04-19Fix typos.Emanuele Giaquinta
2007-04-07Remove unused gettext code.Emanuele Giaquinta
2007-02-14Replace last occurrence of IRSSI_DIR_SHORT with get_irssi_dir() and remove it.Emanuele Giaquinta
2006-03-26Removed all srand calls and added a single srand invokation in at startupJochen Eisinger
2005-10-12fixed recoding of own messages.Valentin Batz
2005-01-12call setlocale(LC_ALL, ) once in fe-text/irssi.c and not everytime recode_get...Valentin Batz
2004-07-11Added /MANUAL-WINDOWS alias which removes all automated windowing stuff.Timo Sirainen
2003-01-25didn't compile without gcTimo Sirainen
2003-01-25Lets see if GC happens to work now without explicit free() calls. PerlTimo Sirainen
2003-01-11Check for gc.h tooTimo Sirainen
2002-12-23--with-gc enables now support for Boehm's GC, if it's found and glib2 isTimo Sirainen
2002-11-09grammatical fixTimo Sirainen
2002-07-01Moved setlocale() at the beginning of initialization, should fix regexpTimo Sirainen
2002-06-07irsis --dummy fixed.Timo Sirainen
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