ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/acinclude.m4
Revision 1751 - (view) (annotate) - [select for diffs]
Modified Wed Jan 16 18:30:52 2013 UTC (11 years, 2 months ago) by michael
File length: 7964 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 1736 - (view) (annotate) - [select for diffs]
Modified Sun Jan 13 09:31:46 2013 UTC (11 years, 2 months ago) by michael
File length: 8526 byte(s)
Diff to previous 1670
- Forward-port -r1732 [Dropped support for linux rt signals]

Revision 1670 - (view) (annotate) - [select for diffs]
Modified Tue Nov 20 21:30:04 2012 UTC (11 years, 4 months ago) by michael
File length: 9126 byte(s)
Diff to previous 1662
- Update some configure tests. We actually don't use inet_aton
  and friends anymore.

Revision 1662 - (view) (annotate) - [select for diffs]
Modified Sat Nov 17 20:11:33 2012 UTC (11 years, 4 months ago) by michael
File length: 9119 byte(s)
Diff to previous 1654
- Fixed inconsistent svn file properties

Revision 1654 - (view) (annotate) - [select for diffs]
Modified Fri Nov 16 19:39:37 2012 UTC (11 years, 4 months ago) by michael
File length: 9119 byte(s)
Diff to previous 1592
- 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 1592 - (view) (annotate) - [select for diffs]
Modified Sat Oct 27 21:02:32 2012 UTC (11 years, 5 months ago) by michael
File length: 9252 byte(s)
Diff to previous 1431
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
  svnroot/ircd-hybrid/trunk

Revision 1431 - (view) (annotate) - [select for diffs]
Modified Sat Jun 9 19:15:10 2012 UTC (11 years, 9 months ago) by michael
Original Path: ircd-hybrid-8/acinclude.m4
File length: 9252 byte(s)
Diff to previous 1402
- 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 (11 years, 10 months ago) by michael
Original Path: ircd-hybrid-8/acinclude.m4
File length: 9254 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 (11 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/acinclude.m4
File length: 9664 byte(s)
Diff to previous 1292
- acinclude.m4: replace all occurrences of AC_HELP_STRING with AS_HELP_STRING

Revision 1292 - (view) (annotate) - [select for diffs]
Modified Sun Feb 12 20:36:27 2012 UTC (12 years, 1 month ago) by michael
Original Path: ircd-hybrid-8/acinclude.m4
File length: 9664 byte(s)
Diff to previous 1156
- remove AX_ENABLE_SYSLOG. This is now obsolete with the new logging subsystem

Revision 1156 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 20:29:20 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/acinclude.m4
File length: 10785 byte(s)
Diff to previous 1155
- create ircd-hybrid-8 "branch"

Revision 1155 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 20:27:45 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid/acinclude.m4
File length: 10785 byte(s)
Diff to previous 1123
- recreate "trunk"

Revision 1123 - (view) (annotate) - [select for diffs]
Modified Sun Feb 6 21:57:50 2011 UTC (13 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.3/acinclude.m4
File length: 10785 byte(s)
Diff to previous 1115
- Got rid of irc_addrinfo.c and irc_getnameinfo.c
- Fixed broken ipv6 detection due to incorrect use of AC_CHECK_TYPES

Revision 1115 - (view) (annotate) - [select for diffs]
Modified Tue Dec 21 14:42:54 2010 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.3/acinclude.m4
File length: 10804 byte(s)
Diff to previous 1106
- 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 1106 - (view) (annotate) - [select for diffs]
Modified Tue Nov 2 15:10:53 2010 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.3/acinclude.m4
File length: 10907 byte(s)
Diff to previous 1105
- Fixed broken configure test for sigio
- Update libtool to latest 2.4 release

Revision 1105 - (view) (annotate) - [select for diffs]
Modified Tue Sep 14 08:15:53 2010 UTC (13 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.3/acinclude.m4
File length: 10869 byte(s)
Diff to previous 1029
- Fix build under solaris, as reported by Peter Evans

Revision 1029 - (view) (annotate) - [select for diffs]
Modified Sun Nov 8 13:10:50 2009 UTC (14 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.3/acinclude.m4
File length: 10792 byte(s)
Diff to previous 1028
- branch off trunk to create 7.3 branch
Revision 1028 - (view) (annotate) - [select for diffs]
Modified Sun Nov 8 13:03:38 2009 UTC (14 years, 4 months ago) by michael
Original Path: ircd-hybrid/acinclude.m4
File length: 10792 byte(s)
Diff to previous 1017
- move ircd-hybrid-7.2 to trunk

Revision 1017 - (view) (annotate) - [select for diffs]
Modified Tue Oct 27 22:22:38 2009 UTC (14 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2/acinclude.m4
File length: 10792 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 (14 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2/acinclude.m4
File length: 10808 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 (14 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2/acinclude.m4
File length: 10810 byte(s)
Diff to previous 989
- 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 989 - (view) (annotate) - [select for diffs]
Modified Sun Aug 16 14:02:51 2009 UTC (14 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.2/acinclude.m4
File length: 10868 byte(s)
Diff to previous 948
- add -Wundef to CFLAGS

Revision 948 - (view) (annotate) - [select for diffs]
Modified Tue Jul 21 17:34:06 2009 UTC (14 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2/acinclude.m4
File length: 10860 byte(s)
Diff to previous 941
- lp64\llp64\ilp32 portability fixes

Revision 941 - (view) (annotate) - [select for diffs]
Modified Sat May 2 02:02:59 2009 UTC (14 years, 10 months ago) by db
Original Path: ircd-hybrid-7.2/acinclude.m4
File length: 10854 byte(s)
Diff to previous 925
- Update autools versions.
- Fix acinclude.m4 to work on FreeBSD at least.


Revision 925 - (view) (annotate) - [select for diffs]
Modified Mon Nov 12 20:59:02 2007 UTC (16 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.2/acinclude.m4
File length: 10755 byte(s)
Diff to previous 923
- add back --enable-small-net

Revision 923 - (view) (annotate) - [select for diffs]
Modified Mon Nov 12 19:15:27 2007 UTC (16 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.2/acinclude.m4
File length: 13607 byte(s)
Diff to previous 913
- fixed compile with compressed links

Revision 913 - (view) (annotate) - [select for diffs]
Modified Wed Nov 7 23:20:12 2007 UTC (16 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.2/acinclude.m4
File length: 14812 byte(s)
Diff to previous 912
- Added some missing files
- Moved HOSTLEN and USERLEN definition back to ircd_defs.h
  Those two shouldn't be configurable

Revision 912 - (view) (annotate) - [select for diffs]
Modified Wed Nov 7 22:47:44 2007 UTC (16 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.2/acinclude.m4
File length: 15374 byte(s)
Diff to previous 908
- 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

Revision 908 - (view) (annotate) - [select for diffs]
Added Sun Nov 4 23:21:51 2007 UTC (16 years, 4 months ago) by stu
Original Path: ircd-hybrid-7.2/acinclude.m4
File length: 17194 byte(s)
Completely redo the build system.  Now uses libtool and automake.  Suggest you clean out your tree and then do ./autogen.sh.
(Current path doesn't exist after revision 4359)

Convenience Links

Links to HEAD: (view) (annotate)

Compare Revisions

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.

  Diffs between and
  Type of Diff should be a