Log of /ircd-hybrid/branches/8.1.x/configure
Parent Directory
|
Revision Log
Revision
4248 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Jul 17 19:48:55 2014 UTC
(8 years, 6 months ago)
by
michael
File length: 515464 byte(s)
Diff to
previous 4177
- m_server.c: fixed build with LibreSSL which hasn't compression support
- ax_check_openssl.m4: 0.9.8m is now the minimum requirement
Revision
3047 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Feb 25 22:29:25 2014 UTC
(8 years, 11 months ago)
by
michael
File length: 516769 byte(s)
Diff to
previous 3033
- ircd binary is now again placed in /bin instead of /sbin
Revision
3033 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Feb 25 11:53:16 2014 UTC
(8 years, 11 months ago)
by
michael
File length: 516769 byte(s)
Diff to
previous 2789
- Revved patchlevel
-- folgenden Zeilen werden ignoriert --
M configure
M include/patchlevel.h
M configure.ac
Revision
2492 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Oct 25 17:30:26 2013 UTC
(9 years, 3 months ago)
by
michael
File length: 515228 byte(s)
Diff to
previous 2489
- Instead of forcefully adding
-Wall
-Wextra
-Wno-unused
-Wcast-qual
-Wcast-align
-Wbad-function-cast
-Wmissing-declarations
-Wmissing-prototypes
-Wnested-externs
-Wredundant-decls
-Wshadow
-Wwrite-strings
-Wundef
to CFLAGS, 'configure' now tests if the flags are understood by the compiler
Revision
2485 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Oct 23 18:08:17 2013 UTC
(9 years, 3 months ago)
by
michael
File length: 494288 byte(s)
Diff to
previous 2461
- Initial build system related modernizations
- Add -fstack-protector to CFLAGS if available
- Move openssl check to m4/ax_check_openssl.m4
Revision
2151 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri May 31 18:59:22 2013 UTC
(9 years, 8 months ago)
by
michael
File length: 489531 byte(s)
Diff to
previous 2109
- Implement motd{} configuration blocks based on ircu's implementation
Revision
2041 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed May 15 15:16:51 2013 UTC
(9 years, 8 months ago)
by
michael
File length: 489416 byte(s)
Diff to
previous 2031
- Remove help/uhelp
- Cleanup help/Makefile.am to make it easier to read and maintain
- Rebuild help/index
Revision
1832 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Apr 19 19:16:09 2013 UTC
(9 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/configure
File length: 489243 byte(s)
Diff to
previous 1793
- Made all numeric defines use the actual string instead of the numeric value
which allows to use gcc's printf format attribute
- Remove current message locale implementation
Revision
1751 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Jan 16 18:30:52 2013 UTC
(10 years ago)
by
michael
Original Path:
ircd-hybrid/trunk/configure
File length: 489336 byte(s)
Diff to
previous 1736
- Forward-port -r1750 [IMPORTANT: nick and topic lengths are now configurable
via ircd.conf. A max_nick_length, as well as a max_topic_length configuration
option can now be found in the serverinfo{} block]
- OpenSSL 0.9.8s and higher is now required in order to enable ssl support
Revision
1654 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Nov 16 19:39:37 2012 UTC
(10 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/configure
File length: 489961 byte(s)
Diff to
previous 1620
- Implemented memory pool allocator which basically is taken from Tor's
mempool allocator for Tor cells
- Fixed compile warnings in conf_class.c
- ./configure --enable-assert works again
Revision
1521 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Sep 9 10:41:35 2012 UTC
(10 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid-8/configure
File length: 489900 byte(s)
Diff to
previous 1517
- removed --enable-small-net configure option
- removed unused TOPIC_HEAP_SIZE definition
- decrease DNS_HEAP_SIZE as well as AUTH_HEAP_SIZE
Revision
1402 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed May 9 18:42:45 2012 UTC
(10 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-8/configure
File length: 490605 byte(s)
Diff to
previous 1374
- /info no longer sends information about the platform ircd is running on
- remove get_ircd_platform() function
- configure: --enable-efnet switch is no longer required
Revision
1309 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Mar 25 11:24:18 2012 UTC
(10 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid-8/configure
File length: 492459 byte(s)
Diff to
previous 1304
- renaming files:
ircd_parser.y -> conf_parser.y
ircd_lexer.l -> conf_lexer.l
s_conf.c -> conf.c
s_conf.h -> conf.h
s_log.c -> log.c
s_log.h -> log.h
Revision
1115 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Dec 21 14:42:54 2010 UTC
(12 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid-7.3/configure
File length: 492746 byte(s)
Diff to
previous 1111
- Rename bogus_host() found in several modules to check_servname() and move
it to s_serv.c
- serverinfo::sid is now mandatory and must be specified.
ircd won't start otherwise
Revision
1017 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Oct 27 22:22:38 2009 UTC
(13 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/configure
File length: 467791 byte(s)
Diff to
previous 1015
- fixed build with --enable-assert
- fixed STATS z reporting correct memory consumption of channel bans/excepts/invites and watchlist entries
Revision
1015 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Oct 25 00:08:06 2009 UTC
(13 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/configure
File length: 467807 byte(s)
Diff to
previous 1013
- fixed broken cryptlinks as reported by henri
- removed deprecated inet_misc.c
- removed __attribute__ format, which sometimes really is usefull, even if
unportable unless gcc, but for now they only give false warnings
Revision
1013 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Oct 18 14:26:49 2009 UTC
(13 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/configure
File length: 465085 byte(s)
Diff to
previous 1011
- Add -Wextra -Wcast-align -Wbad-function-cast to CFLAGS if --enable-warnings is specified
- Fixed several compile warnings
- 64-bit cleanliness fixes, e.g., reorganize data structures to reduce storage/unnecessary padding
Revision
998 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Aug 23 12:43:17 2009 UTC
(13 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/configure
File length: 469058 byte(s)
Diff to
previous 989
- change resolver/auth to use balloc memory pool
- ircd.c: init_resolver() has to be called *before* read_conf_files(), otherwise
recvfrom() aborts with ENOTSOCK in case there are configured connect{} blocks
with a host that needs to be resolved on the very first configuration read.
Revision
912 -
(
view)
(
annotate)
-
[select for diffs]
Added
Wed Nov 7 22:47:44 2007 UTC
(15 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/configure
File length: 793445 byte(s)
- Implemented libtool-ltdl. Only shared modules are supported currently
- Several build fixes and cleanups. ircd now builds and runs without any problems
- Added back all files to SVN that are needed to built the daemon
I really don't want to force other people that want to test the snapshots
or svn versions to install yyacc, lex, automake, autoconf and libtool...
No problem having required files in svn
- Removed some automake maintainer stuff which is kinda useless for us
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.