ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/Makefile.am
Revision 7105 - (view) (annotate) - [select for diffs]
Modified Sat Jan 23 20:11:27 2016 UTC (9 years, 7 months ago) by michael
File length: 2117 byte(s)
Diff to previous 6727
- Incorporate gnutls support by Adam & Attila

Revision 6727 - (view) (annotate) - [select for diffs]
Modified Wed Nov 4 15:27:25 2015 UTC (9 years, 9 months ago) by michael
File length: 2012 byte(s)
Diff to previous 6502
- Revert the Debian reproducible build patch for now. For some reason it does not work for me under OpenBSD and havent yet figured out what the issue is.

Revision 6502 - (view) (annotate) - [select for diffs]
Modified Sat Sep 5 19:54:16 2015 UTC (9 years, 11 months ago) by michael
File length: 2102 byte(s)
Diff to previous 6393
- Allow the maintainers of the debian ircd-hybrid package to have their own BUILD_DATE shown in the RPL_CREATED numeric.
  Patch submitted by Dominic Hargreaves <dom@debian.org>, slightly modified by me to fit ircd-hybrid needs

Revision 6393 - (view) (annotate) - [select for diffs]
Modified Sun Aug 23 14:58:44 2015 UTC (10 years ago) by michael
File length: 2012 byte(s)
Diff to previous 6185
- Move userhost related code from hash.c to userhost.c

Revision 6185 - (view) (annotate) - [select for diffs]
Modified Wed Jun 24 17:46:27 2015 UTC (10 years, 2 months ago) by michael
File length: 1977 byte(s)
Diff to previous 6161
- Moved all ISUPPORT related code to isupport.c; renamed several functions to meet our coding convention

Revision 6161 - (view) (annotate) - [select for diffs]
Modified Thu Jun 18 10:55:29 2015 UTC (10 years, 2 months ago) by michael
File length: 1942 byte(s)
Diff to previous 5805
- Move all SID/UID related code to id.c

Revision 5805 - (view) (annotate) - [select for diffs]
Modified Tue Apr 21 21:49:58 2015 UTC (10 years, 4 months ago) by michael
File length: 1942 byte(s)
Diff to previous 5042
- Removed glines
- Added kline_min_cidr, kline_min_cidr6, dline_min_cidr and
  dline_min_cidr6 configuration options

Revision 5042 - (view) (annotate) - [select for diffs]
Modified Sat Dec 13 18:19:17 2014 UTC (10 years, 8 months ago) by michael
File length: 1977 byte(s)
Diff to previous 4545
- Added latest patricia.c, patricia.h from Net-Patricia-1.22 for later use

Revision 4545 - (view) (annotate) - [select for diffs]
Modified Fri Aug 22 08:46:13 2014 UTC (11 years ago) by michael
File length: 1942 byte(s)
Diff to previous 4333
- Implemented pseudo {} blocks (service aliases)
- Fixed compile warnings with -Wmissing-field-initializers

Revision 4333 - (view) (annotate) - [select for diffs]
Modified Sat Aug 2 15:53:16 2014 UTC (11 years ago) by michael
File length: 1907 byte(s)
Diff to previous 4325
- Removed select() support

Revision 4325 - (view) (annotate) - [select for diffs]
Modified Fri Aug 1 18:06:07 2014 UTC (11 years ago) by michael
File length: 1942 byte(s)
Diff to previous 4142
- Moved all ip caching related code to ipcache.c

Revision 4142 - (view) (annotate) - [select for diffs]
Modified Wed Jul 2 17:14:47 2014 UTC (11 years, 1 month ago) by michael
File length: 1907 byte(s)
Diff to previous 3347
- Removed hooking system

Revision 3347 - (view) (annotate) - [select for diffs]
Modified Sun Apr 20 14:03:06 2014 UTC (11 years, 4 months ago) by michael
File length: 1942 byte(s)
Diff to previous 3324
- Moved files:
  s_user.c -> user.c
  s_misc.c -> misc.c
  s_serv.c -> server.c

Revision 3324 - (view) (annotate) - [select for diffs]
Modified Tue Apr 15 16:18:07 2014 UTC (11 years, 4 months ago) by michael
File length: 1942 byte(s)
Diff to previous 3322
- Moved s_auth.c to auth.c

Revision 3322 - (view) (annotate) - [select for diffs]
Modified Tue Apr 15 16:11:11 2014 UTC (11 years, 4 months ago) by michael
File length: 1942 byte(s)
Diff to previous 3321
- Moved irc_res.c to res.c
- Moved irc_reslib.c to reslib.c

Revision 3321 - (view) (annotate) - [select for diffs]
Modified Tue Apr 15 16:02:56 2014 UTC (11 years, 4 months ago) by michael
File length: 1942 byte(s)
Diff to previous 3048
- Moved s_gline.c to gline.c

Revision 3048 - (view) (annotate) - [select for diffs]
Modified Tue Feb 25 22:30:30 2014 UTC (11 years, 6 months ago) by michael
File length: 1942 byte(s)
Diff to previous 2382
- ircd binary is now again placed in /bin instead of /sbin

Revision 2382 - (view) (annotate) - [select for diffs]
Modified Sat Jul 6 16:31:07 2013 UTC (12 years, 1 month ago) by michael
File length: 1943 byte(s)
Diff to previous 2318
- Remove msgq, and xsnprintf source files for now

Revision 2318 - (view) (annotate) - [select for diffs]
Modified Fri Jun 21 17:47:52 2013 UTC (12 years, 2 months ago) by michael
File length: 2016 byte(s)
Diff to previous 2159
- Stole ircu's outbound message queue implementation for later use

Revision 2159 - (view) (annotate) - [select for diffs]
Modified Sun Jun 2 18:22:01 2013 UTC (12 years, 2 months ago) by michael
File length: 1943 byte(s)
Diff to previous 2150
- Cleanup ISUPPORT code and get rid of message.c

Revision 2150 - (view) (annotate) - [select for diffs]
Modified Fri May 31 18:39:43 2013 UTC (12 years, 2 months ago) by michael
File length: 1978 byte(s)
Diff to previous 1834
- Implement motd{} configuration blocks based on ircu's implementation

Revision 1834 - (view) (annotate) - [select for diffs]
Modified Fri Apr 19 19:50:27 2013 UTC (12 years, 4 months ago) by michael
File length: 1943 byte(s)
Diff to previous 1832
- Revert to -r1831

Revision 1832 - (view) (annotate) - [select for diffs]
Modified Fri Apr 19 19:16:09 2013 UTC (12 years, 4 months ago) by michael
File length: 1908 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 1793 - (view) (annotate) - [select for diffs]
Modified Sun Mar 31 14:06:08 2013 UTC (12 years, 4 months ago) by michael
File length: 1943 byte(s)
Diff to previous 1736
- Replaced all occurrences of ircsprintf with sprintf/snprintf
  and killed sprintf_irc.(c|h)

Revision 1736 - (view) (annotate) - [select for diffs]
Modified Sun Jan 13 09:31:46 2013 UTC (12 years, 7 months ago) by michael
File length: 1978 byte(s)
Diff to previous 1662
- Forward-port -r1732 [Dropped support for linux rt signals]

Revision 1662 - (view) (annotate) - [select for diffs]
Modified Sat Nov 17 20:11:33 2012 UTC (12 years, 9 months ago) by michael
File length: 2013 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 (12 years, 9 months ago) by michael
File length: 2013 byte(s)
Diff to previous 1632
- 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 (12 years, 9 months ago) by michael
File length: 2013 byte(s)
Diff to previous 1622
- Initial rewrite of the configuration subsystem

Revision 1622 - (view) (annotate) - [select for diffs]
Modified Thu Nov 1 13:16:37 2012 UTC (12 years, 9 months ago) by michael
File length: 1978 byte(s)
Diff to previous 1620
- 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 (12 years, 9 months ago) by michael
File length: 2013 byte(s)
Diff to previous 1592
- 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 (12 years, 9 months ago) by michael
File length: 1978 byte(s)
Diff to previous 1325
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
  svnroot/ircd-hybrid/trunk

Revision 1325 - (view) (annotate) - [select for diffs]
Modified Sat Mar 31 10:29:02 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8/src/Makefile.am
File length: 1978 byte(s)
Diff to previous 1316
- 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 (13 years, 5 months ago) by michael
Original Path: ircd-hybrid-8/src/Makefile.am
File length: 2013 byte(s)
Diff to previous 1309
- 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 (13 years, 5 months ago) by michael
Original Path: ircd-hybrid-8/src/Makefile.am
File length: 2013 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 (13 years, 5 months ago) by michael
Original Path: ircd-hybrid-8/src/Makefile.am
File length: 2017 byte(s)
Diff to previous 1237
- servlink is gone; cleanup and sanitize openssl detection tests

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

Revision 1156 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 20:29:20 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8/src/Makefile.am
File length: 2059 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 (14 years ago) by michael
Original Path: ircd-hybrid/src/Makefile.am
File length: 2059 byte(s)
Diff to previous 1123
- recreate "trunk"

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

Revision 1090 - (view) (annotate) - [select for diffs]
Modified Wed Mar 24 22:37:53 2010 UTC (15 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.3/src/Makefile.am
File length: 2129 byte(s)
Diff to previous 1029
- minor libtool fixups

Revision 1029 - (view) (annotate) - [select for diffs]
Modified Sun Nov 8 13:10:50 2009 UTC (15 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.3/src/Makefile.am
File length: 2127 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 (15 years, 9 months ago) by michael
Original Path: ircd-hybrid/src/Makefile.am
File length: 2127 byte(s)
Diff to previous 1011
- move ircd-hybrid-7.2 to trunk

Revision 1011 - (view) (annotate) - [select for diffs]
Modified Fri Sep 18 10:14:09 2009 UTC (15 years, 11 months ago) by michael
Original Path: ircd-hybrid-7.2/src/Makefile.am
File length: 2127 byte(s)
Diff to previous 1009
- 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 (15 years, 11 months ago) by michael
Original Path: ircd-hybrid-7.2/src/Makefile.am
File length: 2162 byte(s)
Diff to previous 1005
- 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 (15 years, 11 months ago) by michael
Original Path: ircd-hybrid-7.2/src/Makefile.am
File length: 2253 byte(s)
Diff to previous 982
- remove conf_add_d_conf wrapper

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

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

Revision 946 - (view) (annotate) - [select for diffs]
Modified Mon Jul 20 23:18:04 2009 UTC (16 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.2/src/Makefile.am
File length: 2296 byte(s)
Diff to previous 912
- move m_error.c to modules/


Revision 912 - (view) (annotate) - [select for diffs]
Modified Wed Nov 7 22:47:44 2007 UTC (17 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2/src/Makefile.am
File length: 2331 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 (17 years, 9 months ago) by stu
Original Path: ircd-hybrid-7.2/src/Makefile.am
File length: 965 byte(s)
Completely redo the build system.  Now uses libtool and automake.  Suggest you clean out your tree and then do ./autogen.sh.

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