summaryrefslogtreecommitdiff
path: root/src/common.h
AgeCommit message (Expand)Author
2002-05-10broke CHAT_PROTOCOL_REC into struct + typedef.Timo Sirainen
2002-05-09separated author emailTimo Sirainen
2002-05-01tss@iki.fi -> cras@irssi.orgTimo Sirainen
2002-02-10Added IRSSI_GLOBAL_CONFIG as wellTimo Sirainen
2002-02-10added #define IRSSI_HOME_CONFIGTimo Sirainen
2002-01-27toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in someTimo Sirainen
2001-12-20Added WINDOW_REC declaration to common.h, removed unneeded #include "servers....Timo Sirainen
2001-11-28g_free_not_null() is now equal to g_free() - didn't notice before this wasTimo Sirainen
2001-11-19Removed memory debugging code. It's a lot easier to check for bufferTimo Sirainen
2001-07-15Added --home and --config command line parameters to irssi to specifyTimo Sirainen
2001-05-17Getting rid of gettext, moved some _(..) texts to themes and left some errorTimo Sirainen
2001-03-29http://irssi.org -> http://irssi.org/Timo Sirainen
2001-03-04IPv6 fixes. Everything now keeps both v4 and v6 addresses in memory andTimo Sirainen
2001-02-23#include "config.h", not "../config.h" so building from objdir worksTimo Sirainen
2001-01-16Check if libtool creates libraries in .libs dir. Check if -lgmoduleTimo Sirainen
2001-01-01Added/moved several "typedef struct _XXX XXX;" to common.h so thatTimo Sirainen
2000-12-04Use GIOChannel instead of sockets directly. Helps porting to win32 :)Timo Sirainen
2000-11-23s/enum GInputCondition/int/ - enums aren't supposed to orred together iTimo Sirainen
2000-10-26Some fixes for compiling with Win32 :)Timo Sirainen
2000-10-01Keyboard should never get stuck again when receiving huge amounts ofTimo Sirainen
2000-08-30Object type checking fixesTimo Sirainen
2000-08-15Some changes handling g_input_add() - maybe this helps to problemsTimo Sirainen
2000-07-16Cleaned up code.Timo Sirainen
2000-06-02Changed irssi's url to http://irssi.orgTimo Sirainen
2000-04-26rest of the ~rewrite?Timo Sirainen
2000-04-14Sorry for a big update - I still don't have internet connection at homeTimo Sirainen
2000-03-19Removed as many warnings as possible when compiling with -ansi -pedanticTimo Sirainen
2000-03-18Merged in i2k's networking codeTimo Sirainen
2000-03-18Remove gui_timeout_add/remove, gui_input_add/remove and lib-nongui, useTimo Sirainen
2000-02-25Irssi 0.7.27 released.Timo Sirainen
1999-10-16Fix for building with objdirTimo Sirainen
1999-10-09popt-gnome.h isn't used anymoreTimo Sirainen
1999-10-06libpopt is now distributed with irssi since it's small enough and I gotTimo Sirainen
1999-10-03Command line argument handling works.Timo Sirainen
1999-09-03Initial revisionTimo Sirainen