summaryrefslogtreecommitdiff
path: root/src/common.h
AgeCommit message (Expand)Author
2017-01-03up abi versionAilin Nemui
2016-06-05Bump the ABILemonBoy
2016-05-18abi increase for #480ailin-nemui
2016-04-30Increased ABI versionisundil
2016-03-22Properly toggle bracketed paste mode on stop/contailin-nemui
2016-03-02irssi proxy: allow listening on unix socketsLukas Mai
2015-12-10module check irssi versionailin-nemui
2015-12-09Remove all WIN32 ifdefs (unifdef -UWIN32)dequis
2015-09-23Drop some glib version checks that are not needed anymoredequis
2015-09-20Remove Garbage Collection support.Alexander Færøy
2015-04-11Handle nulls properly in the g_strcmp0() for glib<2.16dequis
2015-04-07Define g_strcmp0 to strcmp if the glib version is older than 2.16dequis
2009-01-08Add defines for memory slices functions for compatibility with glibEmanuele Giaquinta
2008-03-14Do not check for standard C headers.Emanuele Giaquinta
2008-03-11Move lib-config typedefs in iconfig.h.Emanuele Giaquinta
2008-03-10Remove unused macros.Emanuele Giaquinta
2008-02-16Rename config.h to irssi-config.h to avoid collisions.Emanuele Giaquinta
2008-02-02Fix indentation.Emanuele Giaquinta
2007-02-14Replace last occurrence of IRSSI_DIR_SHORT with get_irssi_dir() and remove it.Emanuele Giaquinta
2006-09-21Fixes for srcdir != builddir.Emanuele Giaquinta
2005-04-25Compile fix for gcc 4 (Bug 219)Wouter Coekaerts
2002-12-10A few fixes to make irssi work with garbage collected GLIB.Timo Sirainen
2002-11-21Irssi now uses 64bit file offets if it's only supported by system. Also didTimo Sirainen
2002-10-21Added #define DEFAULT_SERVER_ADD_PORT to common.h which /SERVER ADD uses asTimo Sirainen
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