Log of /ircd-hybrid-8/configure
Parent Directory
|
Revision Log
Revision
1456 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Jul 2 18:21:40 2012 UTC
(10 years, 7 months ago)
by
michael
File length: 490482 byte(s)
Diff to
previous 1454
- configure.ac: fixed OpenSSL detection for systems that use static
ssl/crypto libraries
Revision
1431 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Jun 9 19:15:10 2012 UTC
(10 years, 7 months ago)
by
michael
File length: 490482 byte(s)
Diff to
previous 1425
- NICKLEN definition no longer respects the trailing NUL character
(reverts to old behavior)
Revision
1402 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed May 9 18:42:45 2012 UTC
(10 years, 8 months ago)
by
michael
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
1374 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Apr 27 07:53:40 2012 UTC
(10 years, 9 months ago)
by
michael
File length: 491283 byte(s)
Diff to
previous 1373
- acinclude.m4: replace all occurrences of AC_HELP_STRING with AS_HELP_STRING
Revision
1358 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Apr 22 13:49:23 2012 UTC
(10 years, 9 months ago)
by
michael
File length: 491179 byte(s)
Diff to
previous 1356
- cleanup and rewrite whowas.c to use the dlink list manipulation routines
- increase NICKNAMEHISTORYLENGTH to 16384
Revision
1329 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Apr 1 12:02:12 2012 UTC
(10 years, 10 months ago)
by
michael
File length: 491626 byte(s)
Diff to
previous 1325
- Remove unused configure tests
- Fixed compile warning in conf_parser.c
Revision
1325 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Mar 31 10:29:02 2012 UTC
(10 years, 10 months ago)
by
michael
File length: 492381 byte(s)
Diff to
previous 1310
- Get rid of fileio.c. Replace some ircsprintf() with snprintf() while on it
Revision
1309 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Mar 25 11:24:18 2012 UTC
(10 years, 10 months ago)
by
michael
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
1304 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Mar 23 12:03:56 2012 UTC
(10 years, 10 months ago)
by
michael
File length: 492459 byte(s)
Diff to
previous 1302
- servlink is gone; cleanup and sanitize openssl detection tests
Revision
1302 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Mar 21 17:48:54 2012 UTC
(10 years, 10 months ago)
by
michael
File length: 491912 byte(s)
Diff to
previous 1292
- remove servlink in preparation for tls links/compression
Revision
1292 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Feb 12 20:36:27 2012 UTC
(10 years, 11 months ago)
by
michael
File length: 493772 byte(s)
Diff to
previous 1257
- remove AX_ENABLE_SYSLOG. This is now obsolete with the new logging subsystem
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.