aboutsummaryrefslogtreecommitdiffstats
path: root/include/setup.h.in
Commit message (Expand)AuthorAgeFilesLines
* Fix build with LibreSSL / Detect missing RAND_egd. Patch from Bernard Spil.Gravatar Bram Matthys2015-04-061-0/+3
* - Moved nospoof to config file, suggested by and patch from nenolod (#4078).••• This means ping cookies are now controlled by set::ping-cookie [yes|no]. The default is 'yes' (enabled). Gravatar Bram Matthys2012-02-261-3/+0
* Run ./autogen.sh per 6518968ca480.Gravatar Nathan Phillip Brink2012-01-031-3/+0
* - Enforce matching of unrealircd version and PACKAGE_VERSION macros (#4014).•••Now the UNREAL_VERSION_GENERATION, UNREAL_VERSION_MAJOR, UNREAL_VERSION_MINOR, and UNREAL_VERSION_SUFFIX macros are autogenerated from PACKAGE_VERSION. Gravatar Nathan Phillip Brink2011-12-261-0/+13
* - Fix a few compiler warnings with some double-casting and another const. (#3...Gravatar binki2010-08-031-11/+10
* - Fix the detection for curl-without-c-ares a little (#0003940). ** fun.. aut...Gravatar Bram Matthys2010-07-221-3/+11
* - Now define _SOLARIS, USE_LIBCURL, and ZIP_LINKS in setup.h instead of the M...Gravatar binki2010-07-201-0/+10
* - Remove extraneous `I' from configure.ac, run ./autogen.sh. (#3930)Gravatar binki2010-07-151-0/+6
* - Move configure.ac to the project's root.•••- Separate m4 macros into *.m4 files (it is much easier to run aclocal now). - Remove unused DOMAINNAME macro and --with-hostname= options as the DOMAINNAME macro isn't used anywheres and its use shouldn't be encouraged. - autogen.sh to bootstrap the buildsystem. We now maintain setup.h with autoheader. - --disable-blah now does the opposite of --enable-blah. The same for --with-blah and --without-blah. (This makes Gentoo users happier). Gravatar binki2010-07-081-179/+279
* - Added support for "chained" extbans. Put simply this allows extban combinat...••• such as ~q:~c:#test to only silence users on #test, for example. This feature is enabled by default, but can be disabled during ./Config -advanced. Module support for this feature must note the following: - For is_ok function, the extban can either assign extban_is_ok_nuh_extban, which will deal checking a chained extban (including checking for restricted extbans), or it can call that function from its own is_ok routine. For the latter case, remember to pass only the mask part of your ban format (ie, don't just pass para as otherwise it'll just call your is_ok again). - For conv_param function, the extban can either assign extban_conv_param_nuh_or_extban, which will automatically call conv_param for a chained extban, or pretty up a n!u@h mask. - For is_banned, the extban should call ban_check_mask with the mask part of the parameter. This will automatically call is_banned for a stacked extban, or match against a n!u@h. n!u@h is checked against the current user (ie, with the info in the globals ban_ip, etc), so things can get weird if you call this outside a normal ban check. Modules must keep in mind that chained extban support is not available (and neither are the three functions above) if DISABLE_STACKED_EXTBANS is #defined (this is controled by Config). Modules will not compile/load if they try to use them anyway. This change should not break extban modules, and should need some more extensive testing. - Misc fix for disabling extban chains, should've done stuff in our autoconf stuff instead of hacking configure directly :P . Gravatar Bram Matthys2009-11-291-0/+3
* - The OS version output is now taken from uname() at runtime instead of••• 'uname -a' at compile time. This fixes bug #1438 and #3320 reported by Mouse and Monk, where because of previous behavior the IRCd sometimes would not compile in certain environments. Gravatar Bram Matthys2008-08-091-3/+0
* - IPv6: Added configure check for in6addr_any to fix Fedora Core 4 compile pr...••• reported by wheatie80 (#2594). Gravatar Bram Matthys2005-07-251-0/+3
* Rewrote some of the previous change to deal with some strange issuesGravatar codemastr2004-11-261-0/+9
* Made ./Config better handle command line arguments, Removed NAZIISH_CHBAN_HAN...Gravatar codemastr2004-11-061-8/+17
* Configure checks for inet_ntop/ptonGravatar codemastr2004-05-271-0/+6
* setup.h.in cleanupsGravatar codemastr2004-02-131-0/+15
* - Added comment regarding MLOCK and set::restrict-chanmodes in unreal32docs.h...•••- Made PREFIX_AQ a ./Config question at *NIX and enabled it by default at Win32. Gravatar Bram Matthys2003-11-211-0/+3
* Cleanups and /chgident fixGravatar codemastr2003-04-131-12/+0
* Fixed a bug where MAXCONNECTIONS is shown as 0 when it is too highGravatar codemastr2002-08-121-0/+3
* Added gethostbyname_r config checkGravatar codemastr2002-05-211-0/+9
* Added log {} syslog supportGravatar codemastr2002-03-181-0/+6
* Modified the _ fix to work on all OSes that need itGravatar codemastr2002-02-111-1/+2
* Fixed a make install problem and added some Auth supportGravatar codemastr2001-11-151-0/+3
* Added support for PS_STRINGS and pstatGravatar codemastr2001-11-101-0/+6
* Added autoconf check for setproctitleGravatar codemastr2001-11-051-0/+2
* .Gravatar stskeeps2001-07-131-0/+9
* added IPv6 support to ./ConfigGravatar codemastr2001-06-271-0/+3
* added configure check for glob.hGravatar codemastr2001-06-261-0/+3
* too lazy to write a real messageGravatar codemastr2001-06-241-0/+3
* added ./configure (autoconf generated configure scriptGravatar codemastr2001-06-181-0/+202