ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/Makefile.in
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: 25344 byte(s)
Diff to previous 1632 , to selected 1156
- 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 1632 - (view) (annotate) - [select for diffs]
Modified Sun Nov 4 15:37:10 2012 UTC (11 years, 4 months ago) by michael
File length: 25342 byte(s)
Diff to previous 1622 , to selected 1156
- Initial rewrite of the configuration subsystem

Revision 1622 - (view) (annotate) - [select for diffs]
Modified Thu Nov 1 13:16:37 2012 UTC (11 years, 4 months ago) by michael
File length: 25209 byte(s)
Diff to previous 1620 , to selected 1156
- klines, dlines, xlines, glines and resv now make use of the new database;
  also, temporary *lines are now stored, so they're not lost after
  restarting the ircd. This also applies to G-lines.

Revision 1620 - (view) (annotate) - [select for diffs]
Modified Wed Oct 31 22:54:58 2012 UTC (11 years, 4 months ago) by michael
File length: 25334 byte(s)
Diff to previous 1592 , to selected 1156
- Added conf_db.c based on ircservice's binary database for later use

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: 25207 byte(s)
Diff to previous 1535 , to selected 1156
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
  svnroot/ircd-hybrid/trunk

Revision 1535 - (view) (annotate) - [select for diffs]
Modified Tue Sep 25 18:58:49 2012 UTC (11 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/src/Makefile.in
File length: 25207 byte(s)
Diff to previous 1504 , to selected 1156
- automake 1.12.4

Revision 1504 - (view) (annotate) - [select for diffs]
Modified Thu Aug 16 18:03:00 2012 UTC (11 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/src/Makefile.in
File length: 25207 byte(s)
Diff to previous 1462 , to selected 1156
- automake 1.12.3

Revision 1462 - (view) (annotate) - [select for diffs]
Modified Fri Jul 13 19:27:24 2012 UTC (11 years, 8 months ago) by michael
Original Path: ircd-hybrid-8/src/Makefile.in
File length: 25207 byte(s)
Diff to previous 1425 , to selected 1156
- automake 1.12.2

Revision 1425 - (view) (annotate) - [select for diffs]
Modified Wed Jun 6 08:44:22 2012 UTC (11 years, 9 months ago) by michael
Original Path: ircd-hybrid-8/src/Makefile.in
File length: 25187 byte(s)
Diff to previous 1373 , to selected 1156
- automake 1.12.1 & bison 2.5.1

Revision 1373 - (view) (annotate) - [select for diffs]
Modified Fri Apr 27 07:32:34 2012 UTC (11 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/src/Makefile.in
File length: 25305 byte(s)
Diff to previous 1356 , to selected 1156
- autoconf 2.69 & automake 1.12

Revision 1356 - (view) (annotate) - [select for diffs]
Modified Sat Apr 21 19:56:44 2012 UTC (11 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/src/Makefile.in
File length: 24767 byte(s)
Diff to previous 1338 , to selected 1156
- automake 1.11.5

Revision 1338 - (view) (annotate) - [select for diffs]
Modified Thu Apr 5 11:05:48 2012 UTC (11 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/src/Makefile.in
File length: 24767 byte(s)
Diff to previous 1325 , to selected 1156
- automake 1.11.4

Revision 1325 - (view) (annotate) - [select for diffs]
Modified Sat Mar 31 10:29:02 2012 UTC (12 years ago) by michael
Original Path: ircd-hybrid-8/src/Makefile.in
File length: 24103 byte(s)
Diff to previous 1316 , to selected 1156
- Get rid of fileio.c. Replace some ircsprintf() with snprintf() while on it

Revision 1316 - (view) (annotate) - [select for diffs]
Modified Tue Mar 27 17:05:51 2012 UTC (12 years ago) by michael
Original Path: ircd-hybrid-8/src/Makefile.in
File length: 24228 byte(s)
Diff to previous 1309 , to selected 1156
- Removed 'ssl_server_protocol' configuration directive and
  added 'ssl_client_method' and 'ssl_server_method' instead.

  Both of these options can now be changed at runtime.

- src/Makefile.am: swapped order of conf_parser.y and conf_lexer.l
- Update example configuration files

Revision 1309 - (view) (annotate) - [select for diffs]
Modified Sun Mar 25 11:24:18 2012 UTC (12 years ago) by michael
Original Path: ircd-hybrid-8/src/Makefile.in
File length: 24228 byte(s)
Diff to previous 1304 , to selected 1156
- 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 (12 years ago) by michael
Original Path: ircd-hybrid-8/src/Makefile.in
File length: 24240 byte(s)
Diff to previous 1291 , to selected 1156
- servlink is gone; cleanup and sanitize openssl detection tests

Revision 1291 - (view) (annotate) - [select for diffs]
Modified Sun Feb 12 20:24:41 2012 UTC (12 years, 1 month ago) by michael
Original Path: ircd-hybrid-8/src/Makefile.in
File length: 23666 byte(s)
Diff to previous 1257 , to selected 1156
- automake 1.11.3

Revision 1257 - (view) (annotate) - [select for diffs]
Modified Sun Jan 15 06:28:46 2012 UTC (12 years, 2 months ago) by michael
Original Path: ircd-hybrid-8/src/Makefile.in
File length: 23639 byte(s)
Diff to previous 1237 , to selected 1156
- automake 1.11.2

Revision 1237 - (view) (annotate) - [select for diffs]
Modified Thu Sep 29 11:32:21 2011 UTC (12 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/src/Makefile.in
File length: 23425 byte(s)
Diff to previous 1156
- move remaining functions in dynlink.c into modules.c

Revision 1156 - (view) (annotate) - [selected]
Modified Tue Aug 9 20:29:20 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/src/Makefile.in
File length: 23534 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/src/Makefile.in
File length: 23534 byte(s)
Diff to previous 1123 , to selected 1156
- 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/src/Makefile.in
File length: 23534 byte(s)
Diff to previous 1106 , to selected 1156
- Got rid of irc_addrinfo.c and irc_getnameinfo.c
- Fixed broken ipv6 detection due to incorrect use of AC_CHECK_TYPES

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/src/Makefile.in
File length: 23819 byte(s)
Diff to previous 1094 , to selected 1156
- Fixed broken configure test for sigio
- Update libtool to latest 2.4 release

Revision 1094 - (view) (annotate) - [select for diffs]
Modified Sun Jun 13 10:09:34 2010 UTC (13 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.3/src/Makefile.in
File length: 23745 byte(s)
Diff to previous 1092 , to selected 1156
- Updated ltdl to latest 2.2.10 release

Revision 1092 - (view) (annotate) - [select for diffs]
Modified Thu Mar 25 11:10:59 2010 UTC (14 years ago) by michael
Original Path: ircd-hybrid-7.3/src/Makefile.in
File length: 23765 byte(s)
Diff to previous 1090 , to selected 1156
- Switch libltdl to recursive build mode

Revision 1090 - (view) (annotate) - [select for diffs]
Modified Wed Mar 24 22:37:53 2010 UTC (14 years ago) by michael
Original Path: ircd-hybrid-7.3/src/Makefile.in
File length: 23785 byte(s)
Diff to previous 1043 , to selected 1156
- minor libtool fixups

Revision 1043 - (view) (annotate) - [select for diffs]
Modified Thu Dec 10 13:05:19 2009 UTC (14 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.3/src/Makefile.in
File length: 23783 byte(s)
Diff to previous 1029 , to selected 1156
- automake 1.11.1

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/src/Makefile.in
File length: 23781 byte(s)
Diff to previous 1028 , to selected 1156
- 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/src/Makefile.in
File length: 23781 byte(s)
Diff to previous 1011 , to selected 1156
- move ircd-hybrid-7.2 to trunk

Revision 1011 - (view) (annotate) - [select for diffs]
Modified Fri Sep 18 10:14:09 2009 UTC (14 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2/src/Makefile.in
File length: 23781 byte(s)
Diff to previous 1009 , to selected 1156
- move list manipulation routines from tools.c to list.c
- mem_frob() goes to memory.c
- sort out redundant/unneeded header includes

Revision 1009 - (view) (annotate) - [select for diffs]
Modified Sun Sep 13 15:02:30 2009 UTC (14 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2/src/Makefile.in
File length: 23882 byte(s)
Diff to previous 1005 , to selected 1156
- add configure test for pcre lib and remove pcre sources from the tree

Revision 1005 - (view) (annotate) - [select for diffs]
Modified Mon Aug 31 23:07:43 2009 UTC (14 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2/src/Makefile.in
File length: 23973 byte(s)
Diff to previous 982 , to selected 1156
- remove conf_add_d_conf wrapper

Revision 982 - (view) (annotate) - [select for diffs]
Modified Thu Aug 13 22:15:08 2009 UTC (14 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.2/src/Makefile.in
File length: 24107 byte(s)
Diff to previous 977 , to selected 1156
- added a mersenne twister basedn prng

Revision 977 - (view) (annotate) - [select for diffs]
Modified Sat Aug 8 07:33:08 2009 UTC (14 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.2/src/Makefile.in
File length: 24002 byte(s)
Diff to previous 967 , to selected 1156
- removed last traces of crypt.c
- add disable-static to libtools options

Revision 967 - (view) (annotate) - [select for diffs]
Modified Sun Aug 2 18:05:28 2009 UTC (14 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.2/src/Makefile.in
File length: 24201 byte(s)
Diff to previous 946 , to selected 1156
- added ssl_server_protocol configuration option to servinfo{}.
  valid flags are 'sslv3' and 'tlsv1'

Revision 946 - (view) (annotate) - [select for diffs]
Modified Mon Jul 20 23:18:04 2009 UTC (14 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2/src/Makefile.in
File length: 24173 byte(s)
Diff to previous 945 , to selected 1156
- move m_error.c to modules/


Revision 945 - (view) (annotate) - [select for diffs]
Modified Mon Jul 20 15:48:27 2009 UTC (14 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2/src/Makefile.in
File length: 24282 byte(s)
Diff to previous 941 , to selected 1156
- fixed some configure mess and imported latest libtool sources

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/src/Makefile.in
File length: 22408 byte(s)
Diff to previous 912 , to selected 1156
- Update autools versions.
- Fix acinclude.m4 to work on FreeBSD at least.


Revision 912 - (view) (annotate) - [select for diffs]
Added Wed Nov 7 22:47:44 2007 UTC (16 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.2/src/Makefile.in
File length: 22177 byte(s)
Diff to selected 1156
- 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

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