summaryrefslogtreecommitdiff
path: root/src/common.h
AgeCommit message (Expand)Author
2018-03-29up abiailin-nemui
2018-02-07ensure cap_supported is existent yetailin-nemui
2018-02-03up abiailin-nemui
2017-11-26Merge branch 'master' into hide-linesailin-nemui
2017-11-01up abiailin-nemui
2017-10-05up abiailin-nemui
2017-09-21hidden linesailin-nemui
2017-07-03Merge pull request #653 from ailin-nemui/regexexailin-nemui
2017-06-04abi upailin-nemui
2017-06-04change ternary operator to if/else statements, add default ssl port supportJari Matilainen
2017-03-14up abi verailin-nemui
2017-02-05provide net_start_ssl apiailin-nemui
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