Age | Commit message (Expand) | Author |
2002-09-17 | reversed the ld changes, not a good idea after all. | Timo Sirainen |
2002-09-16 | stupid linefeed error | Timo Sirainen |
2002-09-16 | linker usage fixes | Timo Sirainen |
2002-08-27 | Don't consider missing SSL/crypto libs fatal, simply disable SSL support. | Timo Sirainen |
2002-08-27 | better fix for disabling ssl with glib2 | Timo Sirainen |
2002-08-27 | disable glib2 + ssl | Timo Sirainen |
2002-08-26 | moved ncurses/terminfo/etc. libs away from PROG_LIBS which should be list of | Timo Sirainen |
2002-08-26 | fixed --disable-ssl description | Timo Sirainen |
2002-08-26 | Added OpenSSL support by vjt@users.sf.net. Also fixes a possible crash after | Timo Sirainen |
2002-08-26 | small fix for -lnsl check | Timo Sirainen |
2002-06-19 | Updated version number. | Timo Sirainen |
2002-05-09 | Removed servertest - it's really not needed and doesn't even work probably. | Timo Sirainen |
2002-04-29 | Removed caching of libperl-check, so many people have that problem and it's | Timo Sirainen |
2002-04-16 | If terminfo/termcap isn't found, and --without-textui isn't given, abort the | Timo Sirainen |
2002-04-15 | Added --with-glib2 option which can be used to build irssi with GLIB 2.0 | Timo Sirainen |
2002-03-31 | added note about INSTALL file. | Timo Sirainen |
2002-03-18 | src/irc/bot is removed | Timo Sirainen |
2002-03-14 | 0.8.4.CVS version.. | Timo Sirainen |
2002-03-13 | 0.8.4 released | Timo Sirainen |
2002-03-13 | 0.8.3.CVS version now | Timo Sirainen |
2002-03-13 | 0.8.3 released | Timo Sirainen |
2002-03-11 | Back .CVS versioning.. | Timo Sirainen |
2002-03-11 | updated for 0.8.2 release | Timo Sirainen |
2002-03-10 | script updates.. | Timo Sirainen |
2002-02-17 | COMMON_NOUI_LIBS shouldn't include $INTLLIBS, it's not needed anymore and | Timo Sirainen |
2002-02-17 | version number update to 0.8.1.CVS | Timo Sirainen |
2002-02-17 | 0.8.1 release :) | Timo Sirainen |
2002-02-17 | updated version number to 0.8.0.CVS again | Timo Sirainen |
2002-02-17 | -lcurses was added twice when linking (or worse, -lncurses and -lcurses) | Timo Sirainen |
2002-02-16 | getting ready for v0.8.0 release | Timo Sirainen |
2002-02-15 | UTF-8 is now automatically used if locale is set properly. | Timo Sirainen |
2002-02-15 | /SET term_type 8bit|utf8|big5 - Removed --with-big5 configure option, it's | Timo Sirainen |
2002-02-15 | Yell if gmodule doesn't work | Timo Sirainen |
2002-01-19 | Don't use -lnsl or -lsocket if it's not needed. | Timo Sirainen |
2002-01-14 | that irix fix broke configure.. | Timo Sirainen |
2002-01-14 | Don't use -lnsl or -lsocket with irix. | Timo Sirainen |
2002-01-04 | removed (void) definition from libtool test, so it passes with non-ansi C com... | Timo Sirainen |
2001-12-16 | Leading zeros didn't work well in IRSSI_VERSION_TIME. | Timo Sirainen |
2001-12-15 | IRSSI_VERSION_DATE is now parsed from ChangeLog by configure. Also added | Timo Sirainen |
2001-12-04 | Moved the VERSION-removal of config.h.in to configure from autogen because | Timo Sirainen |
2001-12-03 | added "Press ENTER to continue" text after the "want to download glib?" text. | Timo Sirainen |
2001-11-19 | Removed memory debugging code. It's a lot easier to check for buffer | Timo Sirainen |
2001-11-05 | Terminfo is now the default, always. | Timo Sirainen |
2001-10-29 | Link with $LDFLAGS when trying to compile one of the test programs.. | Timo Sirainen |
2001-10-29 | stuff in LIBS moved to PROG_LIBS again. Otherwise linking perl module (and ma... | Timo Sirainen |
2001-10-28 | Even if curses was found, we still need to check if it has terminfo code or | Timo Sirainen |
2001-10-28 | Added support for using terminfo/termcap instead of curses. By default, | Timo Sirainen |
2001-10-24 | Added --with-perl-staticlib option to configure. If used, irssi's perl | Timo Sirainen |
2001-10-23 | If perl linking failed, print the error message too. | Timo Sirainen |
2001-10-22 | Yet another objdir fix. Changed the way how irssi figures out where irssi's | Timo Sirainen |