Bram Matthys
cafb08446f
Fix ./Config script error caused by a change from January 24, 2016.
2016-03-07 11:16:32 +01:00
Travis McArthur
cbf8f9f265
Update Config to use Homebrew OpenSSL by default
2016-01-23 15:04:41 -08:00
Bram Matthys
c9bd3b7982
Bump version to 4.0.1.
2016-01-13 12:11:09 +01:00
Bram Matthys
3ec4cfb2b8
*NIX: Fix ./unrealircd [rehash|stop|restart] not working if you install to somewhere other than ~/unrealircd/, it always said "UnrealIRCd is not running". Reported by Hawk and SmashingX ( #4520 ).
2015-12-29 11:24:53 +01:00
Bram Matthys
c9a21708b0
Update ./Config
2015-12-24 14:05:07 +01:00
Bram Matthys
06b07e30dc
Bump version to 4.0.0-rc6
2015-12-16 13:27:33 +01:00
Bram Matthys
49384b8903
The 'unrealircd' script was missing if you installed to a directory other than ~/unrealircd. Reported by staticfox.
2015-12-13 15:45:13 +01:00
Bram Matthys
7f07c3f71b
Bump version to 4.0.0-rc5
2015-12-09 20:02:30 +01:00
Bram Matthys
97fb9f1457
Bump version to 4.0.0-rc4
2015-11-25 19:05:30 +01:00
Bram Matthys
2f2ee0ba03
Bump version to 4.0.0-rc3
2015-11-08 10:29:01 +01:00
Bram Matthys
1533a296fe
Update version to 4.0.0-rc2
2015-10-26 14:39:28 +01:00
Bram Matthys
a565a68f36
Unreal -> UnrealIRCd
2015-10-11 17:31:59 +02:00
Bram Matthys
507d88cf09
Bump version to 4.0.0-rc1
2015-10-10 17:44:52 +02:00
Bram Matthys
99fb8dbfd6
Use unrealircd.org and not unrealircd.com in e-mail addresses, URL's, etc.
...
Also use https://
2015-09-06 10:37:03 +02:00
Bram Matthys
13d7da7a7b
Update release notes and bump version to 3.4-beta4.
2015-09-06 10:09:19 +02:00
Bram Matthys
5755721d5f
Last minute change to ./Config
2015-08-16 15:07:17 +02:00
Bram Matthys
c19165c8a6
Remove remaining INET6 defines and questions, as it's now always the default.
2015-07-29 10:42:40 +02:00
Bram Matthys
2ff4e7857f
dumdeedum
2015-07-22 08:31:28 +02:00
Bram Matthys
34d9f0946a
Don't prompt to generate SSL certificate if running ./Config -quick (which is meant as a no-prompt mode)
2015-07-16 16:02:14 +02:00
Bram Matthys
95e37a0bd3
Allow not to import any build settings (and 3rd party modules).
2015-07-08 16:11:37 +02:00
Bram Matthys
60dd43c8f2
Prompt to import build settings and 3rd party modules from a previous UnrealIRCd installation.
2015-07-05 20:43:06 +02:00
Bram Matthys
999d530688
move ./curlinstall to extras/
2015-07-05 17:56:28 +02:00
Travis McArthur
7960503398
Fix config not saving paths (reported by Adam)
2015-06-27 17:29:53 -07:00
Travis McArthur
1e525cbf93
Update Config to handle directory creation
2015-06-24 17:31:38 -07:00
Bram Matthys
c17e7ef812
actually remember the new settings in config.settings.
2015-06-19 21:17:55 +02:00
Bram Matthys
71e5dba0b9
release notes filename
2015-06-19 21:12:30 +02:00
Bram Matthys
31066ff480
detect ./Config -quick with old UnrealIRCd settings (incompatible)
2015-06-19 21:01:59 +02:00
Bram Matthys
b7936be96e
Move release notes to doc/
2015-06-19 20:28:08 +02:00
Bram Matthys
39bbab746f
delete some files from the root. ./Config now better detects existing ssl certificates (=not prompt you to generate one)
2015-06-19 20:23:07 +02:00
Bram Matthys
5e94fc9c72
Move to new directory structure, require 'make install'. (Not complete. Work in progress!)
2015-06-19 13:59:08 +02:00
Bram Matthys
66ae6f9f0e
whoops.. almost forgot someone ;-)
2015-06-10 12:52:31 +02:00
Bram Matthys
4b8d5ac3ba
Always build with OpenSSL. NON-SSL builds are no longer supported.
2015-05-19 17:32:37 +02:00
William Pitcock
37b13dd90c
- LISTEN_SIZE should either be 5 or SOMAXCONN if defined. Nothing else. ( #4204 )
2013-05-20 07:26:34 +00:00
William Pitcock
42d8a95c2c
- remove BUFFERPOOL, which is not used by the new dbuf code
2013-05-20 05:11:46 +00:00
William Pitcock
c41ca43145
- Remove ziplinks support, patch from FalconKirtaran. ( #4189 )
2013-05-16 06:36:13 +00:00
Bram Matthys
1418ea873b
- Install server.*.pem files, patch from katsklaw ( #3988 ).
...
- The ./Config script will now ask whether to generate an SSL
certificate when it does not exist (defaults to Yes), instead of
always generating one.
2012-08-17 12:32:06 +02:00
Bram Matthys
719c0f73ae
- 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).
2012-02-26 10:22:19 +01:00
binki
df37d83f8b
- Fix invalid use of 'wc -l' when detecting the AsynchDNS feature of
...
libcurl which breaks compilation on FreeBSD; instead use 'grep
-q'. Reported by Jobe (#3981 ), solution proposed by satmd.
2010-12-22 16:02:39 +00:00
Bram Matthys
9c30f7b685
- Fixed bug with curl not finding libcares, reported by katslaw.
...
- Added workaround for 'curl-config' depending on 'bc'.
2010-12-19 16:38:07 +00:00
Bram Matthys
bcd89f7db8
- Reverted an IPv6/Config fix I did on July 17. Reported by chotaire ( #3958 ).
2010-09-08 15:17:46 +00:00
Bram Matthys
7c23a98292
- Same for IPv6
2010-07-17 11:15:37 +00:00
Bram Matthys
8b6967d8b9
- Fixed similar bug like nospoof with ./Config, but now with prefixaq.
2010-07-17 11:05:15 +00:00
Bram Matthys
c40fc340b8
- Initialize ARG parameter properly in ./Config, otherwise everything fails.
2010-07-17 10:58:09 +00:00
Bram Matthys
35c30baace
- The configure.ac change silently changed the nospoof parameter in
...
./configure. This meant that the answer to NOSPOOF in ./Config was ignored
and it was always enabled.
2010-07-17 10:38:36 +00:00
Bram Matthys
2510f2c94b
- Added some checks in ./Config which (often) ensures that the self-compiled
...
curl version is new enough and is not using a c-ares which is binary
incompatible. If the self-compiled curl version is (too) outdated, then we
now suggest to rename it and have the installer re-download and compile
it automatically. This avoids some potential crashes.
2010-07-16 10:55:45 +00:00
Bram Matthys
c9acb9d1c7
- The patch from #0003888 made ./Config favor the curl in /usr, even if it
...
was not compiled with c-ares, which is clearly a bad idea as then the
entire IRCd can hang for several seconds or more...
We now check if they support asynch DNS, and skip them if they don't.
2010-07-15 11:01:34 +00:00
binki
7dbf154d04
- 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).
2010-07-08 02:51:43 +00:00
binki
f4e4df6d6a
- ./Config now remembers extra/custom ./configure parameters.
2010-05-17 04:36:43 +00:00
binki
c0790e90de
- Remove the Compile as hub/leaf'' concept as I'm quite sure this doesn't actually do anything ( #0003891 )
2010-05-05 22:39:18 +00:00
Bram Matthys
fb68c66f31
- Updated ./Config description for NOSPOOF, it already said it protects
...
against HTTP POST proxies, now added some extra text to say it also
protects against the Firefox XPS IRC Attack. Also made NOSPOOF enabled by
default on *NIX (this was already the case on Windows).
- Updated ./Config description for DPATH. Seems quite some people answer
this question wrong, and when that happens, you only get some obscure
error when running './unreal start'.
- Fixed 'unreal' script to give a better error if it cannot find the IRCd
binary.
2010-03-01 11:49:30 +00:00