CVS log for unreal/Attic/configure
Up to [Local] / unreal
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Current tag: unreal3_2_fixes
Revision 1.1.2.96.2.56: download - view: text, markup, annotated - select for diffs
Fri Dec 24 02:29:53 2010 UTC (16 months, 3 weeks ago) by binki
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.96.2.55: preferred, colored; branchpoint 1.1.2.96: preferred, colored; next MAIN 1.1.2.97: preferred, colored
Changes since revision 1.1.2.96.2.55: +7 -4 lines
- Fix bundled TRE compilation error on OpenBSD with pkg-config-0.21
where pkg-config can't find 'tre.pc'. Reported by CuleX. (#3982)
Also properly escape the sed expression used in the pkg-config call.
Revision 1.1.2.96.2.55: download - view: text, markup, annotated - select for diffs
Wed Dec 22 16:02:37 2010 UTC (16 months, 3 weeks ago) by binki
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.96.2.54: preferred, colored; branchpoint 1.1.2.96: preferred, colored
Changes since revision 1.1.2.96.2.54: +5 -1 lines
- 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.
Revision 1.1.2.96.2.54: download - view: text, markup, annotated - select for diffs
Tue Dec 21 04:53:01 2010 UTC (16 months, 3 weeks ago) by binki
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.96.2.53: preferred, colored; branchpoint 1.1.2.96: preferred, colored
Changes since revision 1.1.2.96.2.53: +66 -43 lines
- Fix missing #include <stdint.h>. Fixes compile error on OpenBSD
reported by CuleX (#3977).
Revision 1.1.2.96.2.53: download - view: text, markup, annotated - select for diffs
Sun Dec 19 16:38:06 2010 UTC (16 months, 3 weeks ago) by syzop
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.96.2.52: preferred, colored; branchpoint 1.1.2.96: preferred, colored
Changes since revision 1.1.2.96.2.52: +46 -53 lines
- Fixed bug with curl not finding libcares, reported by katslaw.
- Added workaround for 'curl-config' depending on 'bc'.
Revision 1.1.2.96.2.52: download - view: text, markup, annotated - select for diffs
Thu Aug 19 00:58:23 2010 UTC (20 months, 4 weeks ago) by binki
Branches: unreal3_2_fixes
CVS tags: unreal3_2_9rc1
Diff to: previous 1.1.2.96.2.51: preferred, colored; branchpoint 1.1.2.96: preferred, colored
Changes since revision 1.1.2.96.2.51: +1 -1 lines
- Prepend a `0' to the begining of --with-permission, working around a Mac OS X bug and hiding the fact that chmod()'s params are octal from users. (#3189)
Revision 1.1.2.96.2.51: download - view: text, markup, annotated - select for diffs
Mon Aug 16 02:29:33 2010 UTC (21 months ago) by binki
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.96.2.50: preferred, colored; branchpoint 1.1.2.96: preferred, colored
Changes since revision 1.1.2.96.2.50: +2 -1 lines
- Install ircdcron scripts. (#2620)
- Autogenerate ircdcron/ircd.cron based on ./configure settings.
Revision 1.1.2.96.2.50: download - view: text, markup, annotated - select for diffs
Mon Aug 16 02:09:48 2010 UTC (21 months ago) by binki
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.96.2.49: preferred, colored; branchpoint 1.1.2.96: preferred, colored
Changes since revision 1.1.2.96.2.49: +3 -3 lines
- Upgrade to tre-0.8.0, adding hack similar to the one for c-ares to ensure that the bundled tre is compiled against even when a system libtre is installed. (#3916)
Revision 1.1.2.96.2.49: download - view: text, markup, annotated - select for diffs
Wed Aug 11 03:53:45 2010 UTC (21 months ago) by binki
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.96.2.48: preferred, colored; branchpoint 1.1.2.96: preferred, colored
Changes since revision 1.1.2.96.2.48: +2 -2 lines
- Remove extras/c-ares before each time c-ares is compiled.
Revision 1.1.2.96.2.48: download - view: text, markup, annotated - select for diffs
Fri Aug 6 03:59:56 2010 UTC (21 months, 1 week ago) by binki
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.96.2.47: preferred, colored; branchpoint 1.1.2.96: preferred, colored
Changes since revision 1.1.2.96.2.47: +14 -14 lines
- Force compilation with bundled c-ares to statically link using more sed hackery in configure.ac.
Revision 1.1.2.96.2.47: download - view: text, markup, annotated - select for diffs
Wed Aug 4 01:36:11 2010 UTC (21 months, 1 week ago) by binki
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.96.2.46: preferred, colored; branchpoint 1.1.2.96: preferred, colored
Changes since revision 1.1.2.96.2.46: +1 -1 lines
- Upgraded c-ares to 1.7.3. API seems compatible with c-ares-1.6.3. (#3932)
Revision 1.1.2.96.2.46: download - view: text, markup, annotated - select for diffs
Tue Aug 3 23:57:43 2010 UTC (21 months, 1 week ago) by binki
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.96.2.45: preferred, colored; branchpoint 1.1.2.96: preferred, colored
Changes since revision 1.1.2.96.2.45: +4851 -11529 lines
- Fix a few compiler warnings with some double-casting and another const. (#3939)
Revision 1.1.2.96.2.45: download - view: text, markup, annotated - select for diffs
Thu Jul 22 09:59:36 2010 UTC (21 months, 3 weeks ago) by syzop
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.96.2.44: preferred, colored; branchpoint 1.1.2.96: preferred, colored
Changes since revision 1.1.2.96.2.44: +11526 -4811 lines
- Fix the detection for curl-without-c-ares a little (#0003940). ** fun.. autoconf 2.61**
Revision 1.1.2.96.2.44: download - view: text, markup, annotated - select for diffs
Tue Jul 20 16:09:09 2010 UTC (21 months, 3 weeks ago) by binki
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.96.2.43: preferred, colored; branchpoint 1.1.2.96: preferred, colored
Changes since revision 1.1.2.96.2.43: +41 -20 lines
- Now define _SOLARIS, USE_LIBCURL, and ZIP_LINKS in setup.h instead of the Makefiles. This means better automatic rebuilds if the latter settings change.
Revision 1.1.2.96.2.43: download - view: text, markup, annotated - select for diffs
Fri Jul 16 13:14:43 2010 UTC (22 months ago) by binki
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.96.2.42: preferred, colored; branchpoint 1.1.2.96: preferred, colored
Changes since revision 1.1.2.96.2.42: +131 -124 lines
- Support compiling with a bundled c-ares again, the hacky way. (#3931)
Revision 1.1.2.96.2.42: download - view: text, markup, annotated - select for diffs
Thu Jul 15 21:33:53 2010 UTC (22 months ago) by binki
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.96.2.41: preferred, colored; branchpoint 1.1.2.96: preferred, colored
Changes since revision 1.1.2.96.2.41: +4182 -11488 lines
- Remove extraneous `I' from configure.ac, run ./autogen.sh. (#3930)
Revision 1.1.2.96.2.41: download - view: text, markup, annotated - select for diffs
Thu Jul 8 02:51:43 2010 UTC (22 months, 1 week ago) by binki
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.96.2.40: preferred, colored; branchpoint 1.1.2.96: preferred, colored
Changes since revision 1.1.2.96.2.40: +10586 -3128 lines
- 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).
Revision 1.1.2.96.2.40: download - view: text, markup, annotated - select for diffs
Sat Jun 19 03:22:51 2010 UTC (22 months, 4 weeks ago) by binki
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.96.2.39: preferred, colored; branchpoint 1.1.2.96: preferred, colored
Changes since revision 1.1.2.96.2.39: +34 -20 lines
- Rename configure.in to configure.ac and modernize AC_INIT.
Revision 1.1.2.96.2.39: download - view: text, markup, annotated - select for diffs
Wed May 5 22:38:58 2010 UTC (2 years ago) by binki
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.96.2.38: preferred, colored; branchpoint 1.1.2.96: preferred, colored
Changes since revision 1.1.2.96.2.38: +4820 -11433 lines
- Remove the Compile as hub/leaf'' concept as I'm quite sure this doesn't actually do anything (#0003891)
Revision 1.1.2.96.2.38: download - view: text, markup, annotated - select for diffs
Sat Feb 13 11:22:52 2010 UTC (2 years, 3 months ago) by syzop
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.96.2.37: preferred, colored; branchpoint 1.1.2.96: preferred, colored
Changes since revision 1.1.2.96.2.37: +28 -36 lines
- Updated pkg-config m4 macro (now 0.23) for configure, patch from ohnobinki (#0003889).
Revision 1.1.2.96.2.37: download - view: text, markup, annotated - select for diffs
Mon Feb 8 17:04:37 2010 UTC (2 years, 3 months ago) by syzop
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.96.2.36: preferred, colored; branchpoint 1.1.2.96: preferred, colored
Changes since revision 1.1.2.96.2.36: +2 -0 lines
- Another c-ares fix for Solaris 10, this time it had to do with
PATH_SEPARATOR, the exact error was: error: PATH_SEPARATOR not set.
Reported by j0inty, patch provided by ohnobinki (#0003887).
Revision 1.1.2.96.2.36: download - view: text, markup, annotated - select for diffs
Mon Feb 8 16:58:49 2010 UTC (2 years, 3 months ago) by syzop
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.96.2.35: preferred, colored; branchpoint 1.1.2.96: preferred, colored
Changes since revision 1.1.2.96.2.35: +1 -1 lines
- Fix for --with-system-cares, reported and patch provided by ohnobinki (#0003890).
Revision 1.1.2.96.2.35: download - view: text, markup, annotated - select for diffs
Mon Feb 8 16:50:33 2010 UTC (2 years, 3 months ago) by syzop
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.96.2.34: preferred, colored; branchpoint 1.1.2.96: preferred, colored
Changes since revision 1.1.2.96.2.34: +155 -9 lines
- Reverted the revert and updated one line to fix the fix.
Revision 1.1.2.96.2.34: download - view: text, markup, annotated - select for diffs
Wed Jan 27 09:13:19 2010 UTC (2 years, 3 months ago) by syzop
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.96.2.33: preferred, colored; branchpoint 1.1.2.96: preferred, colored
Changes since revision 1.1.2.96.2.33: +9 -154 lines
- Patch from above is (temp.) reverted, Unreal wouldn't compile without curl.
Revision 1.1.2.96.2.33: download - view: text, markup, annotated - select for diffs
Mon Jan 25 20:23:58 2010 UTC (2 years, 3 months ago) by syzop
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.96.2.32: preferred, colored; branchpoint 1.1.2.96: preferred, colored
Changes since revision 1.1.2.96.2.32: +154 -9 lines
- Added patch from ohnobinki (#0003888), only slightly edited, which improves
curl detection, added checks to see if curl actually works (print out a
clear curl error during configure, instead of getting an error during
'make'), and we now error when using --enable-libcurl without
--with-system-cares if the system curl depends on c-ares. This is because
this can cause ABI incompatability between curl's c-ares and our c-ares,
which leads to odd issues such as:
Could not resolve host: www.example.net (Successful completion)
And possibly other weird issues, perhaps even crashes.
Revision 1.1.2.96.2.32: download - view: text, markup, annotated - select for diffs
Sun Nov 29 12:46:28 2009 UTC (2 years, 5 months ago) by syzop
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.96.2.31: preferred, colored; branchpoint 1.1.2.96: preferred, colored
Changes since revision 1.1.2.96.2.31: +11 -0
lines
- Added support for "chained" extbans. Put simply this allows extban combinations
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 .
Revision 1.1.2.96.2.31: download - view: text, markup, annotated - select for diffs
Wed May 13 10:28:06 2009 UTC (3 years ago) by syzop
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.96.2.30: preferred, colored; branchpoint 1.1.2.96: preferred, colored
Changes since revision 1.1.2.96.2.30: +148 -15
lines
- Applied another patch from ohnobinki which adds --with-system-cares
(#0003847).
Revision 1.1.2.96.2.30: download - view: text, markup, annotated - select for diffs
Wed May 13 09:35:43 2009 UTC (3 years ago) by syzop
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.96.2.29: preferred, colored; branchpoint 1.1.2.96: preferred, colored
Changes since revision 1.1.2.96.2.29: +265 -9
lines
- Added ./configure option called --with-system-tre by which you can specify
a path to the TRE library (instead of using the TRE we ship with Unreal).
Patch provided by ohnobinki (#0003842).
Revision 1.1.2.96.2.29: download - view: text, markup, annotated - select for diffs
Wed May 13 09:24:30 2009 UTC (3 years ago) by syzop
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.96.2.28: preferred, colored; branchpoint 1.1.2.96: preferred, colored
Changes since revision 1.1.2.96.2.28: +5 -4
lines
- Print out an error if a user uses standard ./configure stuff instead of
./Config. Won't catch all cases, but will definitely catch most problems.
Revision 1.1.2.96.2.28: download - view: text, markup, annotated - select for diffs
Wed Apr 15 11:10:06 2009 UTC (3 years, 1 month ago) by syzop
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.96.2.27: preferred, colored; branchpoint 1.1.2.96: preferred, colored
Changes since revision 1.1.2.96.2.27: +5 -2
lines
- Fixed compile issue on Solaris regarding c-ares (-lrt), reported and
test shell provided by fraggeln (#0003854).
- Improved automatic SSL detection on Solaris (/usr/sfw), reported by
fraggeln (also #0003854).
Revision 1.1.2.96.2.27: download - view: text, markup, annotated - select for diffs
Sun Feb 1 16:43:32 2009 UTC (3 years, 3 months ago) by syzop
Branches: unreal3_2_fixes
CVS tags: unreal3_2_8_1,
unreal3_2_8
Diff to: previous 1.1.2.96.2.26: preferred, colored; branchpoint 1.1.2.96: preferred, colored
Changes since revision 1.1.2.96.2.26: +16 -2
lines
- Fix for compile problem on FreeBSD (and possibly other OS's):
- When pkg-config is present but does not recognize --static, use
default c-ares library options.
- Set default c-ares library options to -lcares on FreeBSD and others.
Set to -lcares -lrt on Linux (previously was -lcares -lrt for all).
Thanks to goldenwolf for the bugreport (#0003803) and providing a test-
shell to trace this issue down.
Revision 1.1.2.96.2.26: download - view: text, markup, annotated - select for diffs
Sun Dec 14 19:16:23 2008 UTC (3 years, 5 months ago) by syzop
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.96.2.25: preferred, colored; branchpoint 1.1.2.96: preferred, colored
Changes since revision 1.1.2.96.2.25: +6 -2
lines
- Win32 makefile: removed /MAPINFO:LINES, since visual studio 2005 and up
don't support this and will fail to compile UnrealIRCd. This fixes #3680,
reported by therock247uk.
- Upgraded c-ares to 1.6.0 (also now using pkg-config).
If you get a "undefined reference to `clock_gettime'" error, then you
might consider installing 'pkg-config' on your system, and then simply
re-run
./Config and make, should fix things.
__TODO__: win32 c-ares upgrade to 1.6.0 (and copy & fix header files).
__TODO__: testing! testing! i'd like to be sure this c-ares is stable!
Revision 1.1.2.96.2.25: download - view: text, markup, annotated - select for diffs
Sun Aug 10 13:18:08 2008 UTC (3 years, 9 months ago) by syzop
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.96.2.24: preferred, colored; branchpoint 1.1.2.96: preferred, colored
Changes since revision 1.1.2.96.2.24: +5084 -4810
lines
- configure script is now generated by autoconf 2.61 (was: 2.59), hopefully
that won't cause any issues, perhaps it even helps to fix some bugs...
Revision 1.1.2.96.2.24: download - view: text, markup, annotated - select for diffs
Mon Apr 7 15:03:30 2008 UTC (4 years, 1 month ago) by syzop
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.96.2.23: preferred, colored; branchpoint 1.1.2.96: preferred, colored
Changes since revision 1.1.2.96.2.23: +1 -1
lines
- Upgraded c-ares to 1.5.1, thanks to aegis for the partial patch (#0003671).
This also fixed a curl compile/run issue, reported by static-x (#0003545).
Revision 1.1.2.96.2.23: download - view: text, markup, annotated - select for diffs
Tue Jun 12 00:06:33 2007 UTC (4 years, 11 months ago) by wolfsage
Branches: unreal3_2_fixes
CVS tags: unreal3_2_7_rc2,
unreal3_2_7
Diff to: previous 1.1.2.96.2.22: preferred, colored; branchpoint 1.1.2.96: preferred, colored
Changes since revision 1.1.2.96.2.22: +1 -1
lines
Index: Changes
===================================================================
RCS file: /home/cmunk/ircsystems/cvsroot/unreal/Changes,v
retrieving revision 1.1.1.1.2.1.2.1.2.2234.2.643
diff -u -r1.1.1.1.2.1.2.1.2.2234.2.643 Changes
--- Changes 11 Jun 2007 23:52:32 -0000 1.1.1.1.2.1.2.1.2.2234.2.643
+++ Changes 12 Jun 2007 00:06:09 -0000
@@ -1467,3 +1467,4 @@
- help.conf updates... #0002420 reported by KnuX fixed by WolfSage
- #0003264 reported by Robby22 regarding help.conf typo
- Updated c-ares to version 1.4.0
+- Updated tre to version 0.7.5
Revision 1.1.2.96.2.22: download - view: text, markup, annotated - select for diffs
Mon Jun 11 23:52:32 2007 UTC (4 years, 11 months ago) by wolfsage
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.96.2.21: preferred, colored; branchpoint 1.1.2.96: preferred, colored
Changes since revision 1.1.2.96.2.21: +1 -1
lines
Index: Changes
===================================================================
RCS file: /home/cmunk/ircsystems/cvsroot/unreal/Changes,v
retrieving revision 1.1.1.1.2.1.2.1.2.2234.2.642
diff -u -r1.1.1.1.2.1.2.1.2.2234.2.642 Changes
--- Changes 10 Jun 2007 12:25:06 -0000 1.1.1.1.2.1.2.1.2.2234.2.642
+++ Changes 11 Jun 2007 23:52:00 -0000
@@ -1466,3 +1466,4 @@
- #0002844 reported by RandomNumber: make spamfilter actions case insensitive
- help.conf updates... #0002420 reported by KnuX fixed by WolfSage
- #0003264 reported by Robby22 regarding help.conf typo
+- Updated c-ares to version 1.4.0
Revision 1.1.2.96.2.21: download - view: text, markup, annotated - select for diffs
Sat Nov 25 19:39:39 2006 UTC (5 years, 5 months ago) by syzop
Branches: unreal3_2_fixes
CVS tags: unreal3_2_6rc3,
unreal3_2_6rc2,
unreal3_2_6rc1,
unreal3_2_6
Diff to: previous 1.1.2.96.2.20: preferred, colored; branchpoint 1.1.2.96: preferred, colored
Changes since revision 1.1.2.96.2.20: +1 -1
lines
- c-ares resolver: upgrade to 1.3.2.
Revision 1.1.2.96.2.20: download - view: text, markup, annotated - select for diffs
Sun Jun 25 12:40:31 2006 UTC (5 years, 10 months ago) by syzop
Branches: unreal3_2_fixes
CVS tags: unreal3_2_mark
Diff to: previous 1.1.2.96.2.19: preferred, colored; branchpoint 1.1.2.96: preferred, colored
Changes since revision 1.1.2.96.2.19: +1 -1
lines
- c-ares resolver: upgrade from 1.3.0 to 1.3.1. This mainly fixes compile problems,
including one reported by frigola on an old Sun Cobalt RAQ3.
It will probably also fix an issue with the just released curl 7.15.4, if compiling
with remote includes.
TODO: Update win32 (not urgent)
Revision 1.1.2.96.2.19: download - view: text, markup, annotated - select for diffs
Mon Jun 5 23:10:00 2006 UTC (5 years, 11 months ago) by syzop
Branches: unreal3_2_fixes
CVS tags: unreal3_2_5
Diff to: previous 1.1.2.96.2.18: preferred, colored; branchpoint 1.1.2.96: preferred, colored
Changes since revision 1.1.2.96.2.18: +5 -2
lines
- Fixed problem if c-ares library is already installed system-wide, reported by Trystan.
Revision 1.1.2.96.2.18: download - view: text, markup, annotated - select for diffs
Sat Jun 3 21:43:52 2006 UTC (5 years, 11 months ago) by syzop
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.96.2.17: preferred, colored; branchpoint 1.1.2.96: preferred, colored
Changes since revision 1.1.2.96.2.17: +2 -2
lines
2>/dev/null plz
Revision 1.1.2.96.2.17: download - view: text, markup, annotated - select for diffs
Sat Jun 3 21:14:16 2006 UTC (5 years, 11 months ago) by syzop
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.96.2.16: preferred, colored; branchpoint 1.1.2.96: preferred, colored
Changes since revision 1.1.2.96.2.16: +7 -3
lines
try this ~
Revision 1.1.2.96.2.16: download - view: text, markup, annotated - select for diffs
Tue Apr 11 21:59:59 2006 UTC (6 years, 1 month ago) by syzop
Branches: unreal3_2_fixes
CVS tags: unreal3_2_5rc1
Diff to: previous 1.1.2.96.2.15: preferred, colored; branchpoint 1.1.2.96: preferred, colored
Changes since revision 1.1.2.96.2.15: +9 -3
lines
- c-ares (currently, a forked off version) enhancements:
- '/quote dns i' now shows the nameserver settings (which is taken from /etc/resolv.conf
on *NIX, and from the registry on Windows)
- We no longer depend on a C++ compiler (was useless c-ares dependency caused by libtool)
- '/REHASH -dns' now rereads the resolver data from resolv.conf/registry, no IRCd restart
needed anymore. It's currently kinda experimental however, but I *think* it will work ok.
Unfortunately the above features required some ugly hacks if curl was enabled, so if you
use curl (Remote includes), feel free to test on your OS (Linux, but especially FreeBSD
and the other *NIXes) to see if things still compile (make clean; ./Config && make).
Revision 1.1.2.96.2.15: download - view: text, markup, annotated - select for diffs
Mon Feb 6 19:35:37 2006 UTC (6 years, 3 months ago) by syzop
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.96.2.14: preferred, colored; branchpoint 1.1.2.96: preferred, colored
Changes since revision 1.1.2.96.2.14: +4223 -2151
lines
- Updated autoconf/configure.in to make newer autoconf's work (developers only), reported
and patch provided by Xuefer (#0002798). Also rebuilt ./configure from configure.in with
autoconf 2.59 from my own machine.
Revision 1.1.2.96.2.14: download - view: text, markup, annotated - select for diffs
Fri Dec 9 21:15:56 2005 UTC (6 years, 5 months ago) by syzop
Branches: unreal3_2_fixes
CVS tags: unreal3_2_4rc2,
unreal3_2_4rc1,
unreal3_2_4pre2,
unreal3_2_4pre1,
unreal3_2_4_fix,
unreal3_2_4,
unreal3_2_3rc3
Diff to: previous 1.1.2.96.2.13: preferred, colored; branchpoint 1.1.2.96: preferred, colored
Changes since revision 1.1.2.96.2.13: +22 -6
lines
- Made the "strict aliasing"-warning-disabler use $CC instead of gcc.
- Made ./Config better react to errors (no longer print a "everything is a big success"
kind of message when in fact everything went wrong).
- Made ./Config (configure) exit on openssl or zlib not found errors, instead of
silently continueing and then causing trouble later on. Also now printing _a bit_
more helpful error message.
Revision 1.1.2.96.2.13: download - view: text, markup, annotated - select for diffs
Mon Oct 10 14:32:11 2005 UTC (6 years, 7 months ago) by syzop
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.96.2.12: preferred, colored; branchpoint 1.1.2.96: preferred, colored
Changes since revision 1.1.2.96.2.12: +39 -5
lines
- Removed all old resolver code and switched over to c-ares (+our caching routines).
This should get rid of some annoying untracable (and usually rare) crashbugs in the
old resolver. Besides that, it makes things look more clean and understandable.
This should be the fix for the following bugids (all the same issue): #2499, #2551, #2558,
#2559, #2603, #2642, #2502, #2501, #2618, #2616.
Feedback and testing is very much welcomed (syzop@unrealircd.com).
Revision 1.1.2.96.2.12: download - view: text, markup, annotated - select for diffs
Mon Jul 25 21:24:55 2005 UTC (6 years, 9 months ago) by syzop
Branches: unreal3_2_fixes
CVS tags: unreal3_2_3_postcares,
unreal3_2_3_before_c-ares_merge
Branch point for: c-ares_resolver
Diff to: previous 1.1.2.96.2.11: preferred, colored; branchpoint 1.1.2.96: preferred, colored
Changes since revision 1.1.2.96.2.11: +4 -1
lines
blah.. that didn't work, this does. [seperate case/esac]
Revision 1.1.2.96.2.11: download - view: text, markup, annotated - select for diffs
Mon Jul 25 21:17:33 2005 UTC (6 years, 9 months ago) by syzop
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.96.2.10: preferred, colored; branchpoint 1.1.2.96: preferred, colored
Changes since revision 1.1.2.96.2.10: +1 -0
lines
- Added -Wno-pointer-sign to get rid of those stupid warnings that are enabled by default
even without -Wall (!?) on GCC4.
Revision 1.1.2.96.2.10: download - view: text, markup, annotated - select for diffs
Mon Jul 25 21:11:25 2005 UTC (6 years, 9 months ago) by syzop
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.96.2.9: preferred, colored; branchpoint 1.1.2.96: preferred, colored
Changes since revision 1.1.2.96.2.9: +54 -0
lines
- IPv6: Added configure check for in6addr_any to fix Fedora Core 4 compile problem,
reported by wheatie80 (#2594).
Revision 1.1.2.96.2.9: download - view: text, markup, annotated - select for diffs
Fri Jul 22 23:40:07 2005 UTC (6 years, 9 months ago) by syzop
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.96.2.8: preferred, colored; branchpoint 1.1.2.96: preferred, colored
Changes since revision 1.1.2.96.2.8: +5 -0
lines
- Added -fno-strict-aliasing
..more on that later..
Revision 1.1.2.96.2.8: download - view: text, markup, annotated - select for diffs
Wed Dec 29 18:47:40 2004 UTC (7 years, 4 months ago) by codemastr
Branches: unreal3_2_fixes
CVS tags: unreal3_2_3pre4,
unreal3_2_3pre3,
unreal3_2_3pre2,
unreal3_2_3pre1,
unreal3_2_3
Diff to: previous 1.1.2.96.2.7: preferred, colored; branchpoint 1.1.2.96: preferred, colored
Changes since revision 1.1.2.96.2.7: +1 -1
lines
Imported TRE 0.7.2 for *nix
Revision 1.1.2.96.2.7: download - view: text, markup, annotated - select for diffs
Fri Nov 26 22:14:25 2004 UTC (7 years, 5 months ago) by codemastr
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.96.2.6: preferred, colored; branchpoint 1.1.2.96: preferred, colored
Changes since revision 1.1.2.96.2.6: +367 -0
lines
Rewrote some of the previous change to deal with some strange issues
Revision 1.1.2.96.2.6: download - view: text, markup, annotated - select for diffs
Sat Nov 6 17:33:47 2004 UTC (7 years, 6 months ago) by codemastr
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.96.2.5: preferred, colored; branchpoint 1.1.2.96: preferred, colored
Changes since revision 1.1.2.96.2.5: +64 -0
lines
Made ./Config better handle command line arguments, Removed NAZIISH_CHBAN_HANDLING as it didn't do anything, Added -advanced flag to ./Config to configure advanced options
Revision 1.1.2.96.2.5: download - view: text, markup, annotated - select for diffs
Sat Sep 25 19:10:29 2004 UTC (7 years, 7 months ago) by codemastr
Branches: unreal3_2_fixes
CVS tags: unreal3_2_2pre1,
unreal3_2_2
Diff to: previous 1.1.2.96.2.4: preferred, colored; branchpoint 1.1.2.96: preferred, colored
Changes since revision 1.1.2.96.2.4: +1 -1
lines
Fixed a +u problem and updated to TRE 0.7.0
Revision 1.1.2.96.2.4: download - view: text, markup, annotated - select for diffs
Tue Jun 1 20:29:18 2004 UTC (7 years, 11 months ago) by codemastr
Branches: unreal3_2_fixes
CVS tags: unreal3_2_1pre2,
unreal3_2_1pre1,
unreal3_2_1
Diff to: previous 1.1.2.96.2.3: preferred, colored; branchpoint 1.1.2.96: preferred, colored
Changes since revision 1.1.2.96.2.3: +2 -2
lines
Made Unreal create the tmp/ dir at startup, rather than configure
Revision 1.1.2.96.2.3: download - view: text, markup, annotated - select for diffs
Sat May 29 18:58:19 2004 UTC (7 years, 11 months ago) by codemastr
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.96.2.2: preferred, colored; branchpoint 1.1.2.96: preferred, colored
Changes since revision 1.1.2.96.2.2: +1 -1
lines
Imported TRE 0.6.8 for *nix
Revision 1.1.2.96.2.2: download - view: text, markup, annotated - select for diffs
Thu May 27 22:10:14 2004 UTC (7 years, 11 months ago) by codemastr
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.96.2.1: preferred, colored; branchpoint 1.1.2.96: preferred, colored
Changes since revision 1.1.2.96.2.1: +158 -0
lines
Configure checks for inet_ntop/pton
Revision 1.1.2.96.2.1: download - view: text, markup, annotated - select for diffs
Sat May 15 19:43:17 2004 UTC (8 years ago) by codemastr
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.96: preferred, colored
Changes since revision 1.1.2.96: +1 -1
lines
Updated to TRE 0.6.7
Revision 1.1.2.96: download - view: text, markup, annotated - select for diffs
Wed Apr 14 18:21:47 2004 UTC (8 years, 1 month ago) by syzop
Branches: devel
CVS tags: unreal3_2_pre2,
unreal3_2_pre1,
unreal3_2
Branch point for: unreal3_2_fixes
Diff to: previous 1.1.2.95: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.2.95: +2 -1
lines
- Force a TRE recompile if ./Config is re-run, due to timestamp fun if you were
upgrading to CVS every time TRE was not recompiled even if you did make clean.
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>