ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/modules/Makefile.in
Revision 2499 - (view) (annotate) - [select for diffs]
Modified Fri Oct 25 20:30:36 2013 UTC (10 years, 5 months ago) by michael
File length: 67195 byte(s)
Diff to previous 2491
- Added m4/ac_define_dir.m4

Revision 2491 - (view) (annotate) - [select for diffs]
Modified Fri Oct 25 16:55:01 2013 UTC (10 years, 5 months ago) by michael
File length: 67158 byte(s)
Diff to previous 2481
- 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 2481 - (view) (annotate) - [select for diffs]
Modified Wed Oct 23 16:38:58 2013 UTC (10 years, 5 months ago) by michael
File length: 67028 byte(s)
Diff to previous 2480
- Move openssl check to m4/ax_check_openssl.m4

Revision 2480 - (view) (annotate) - [select for diffs]
Modified Wed Oct 23 16:05:41 2013 UTC (10 years, 5 months ago) by michael
File length: 66988 byte(s)
Diff to previous 2347
- Initial build system related modernizations
- Add -fstack-protector to CFLAGS if available

Revision 2347 - (view) (annotate) - [select for diffs]
Modified Wed Jul 3 19:09:32 2013 UTC (10 years, 8 months ago) by michael
File length: 66740 byte(s)
Diff to previous 2238
- Automake 1.14

Revision 2238 - (view) (annotate) - [select for diffs]
Modified Sat Jun 15 19:19:33 2013 UTC (10 years, 9 months ago) by michael
File length: 66526 byte(s)
Diff to previous 2228
- automake 1.13.4

Revision 2228 - (view) (annotate) - [select for diffs]
Modified Thu Jun 13 19:46:30 2013 UTC (10 years, 9 months ago) by michael
File length: 66526 byte(s)
Diff to previous 2178
- Implement certificate fingerprint validation for oper{} and connect{} blocks.
  Some code taken from oftc-hybrid. Hello, stu!

Revision 2178 - (view) (annotate) - [select for diffs]
Modified Mon Jun 3 23:56:42 2013 UTC (10 years, 9 months ago) by michael
File length: 65810 byte(s)
Diff to previous 2084
- automake 1.13.3

Revision 2084 - (view) (annotate) - [select for diffs]
Modified Sat May 18 17:39:39 2013 UTC (10 years, 10 months ago) by michael
File length: 65810 byte(s)
Diff to previous 2064
- Removed testline and testmask

Revision 2064 - (view) (annotate) - [select for diffs]
Modified Thu May 16 09:56:02 2013 UTC (10 years, 10 months ago) by michael
File length: 67328 byte(s)
Diff to previous 1834
- automake 1.13.2

Revision 1834 - (view) (annotate) - [select for diffs]
Modified Fri Apr 19 19:50:27 2013 UTC (10 years, 11 months ago) by michael
File length: 66287 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 (10 years, 11 months ago) by michael
File length: 64771 byte(s)
Diff to previous 1819
- 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 1819 - (view) (annotate) - [select for diffs]
Modified Fri Apr 12 11:57:26 2013 UTC (10 years, 11 months ago) by michael
File length: 66287 byte(s)
Diff to previous 1795
- Removed recently added m_svshost.c. Services may now change the host of a
  specific user via "SVSMODE <timestamp> <target> +x <hostname>"

Revision 1795 - (view) (annotate) - [select for diffs]
Modified Sun Mar 31 14:31:45 2013 UTC (10 years, 11 months ago) by michael
File length: 67022 byte(s)
Diff to previous 1730
- Forward-port -r1792 [Added SVSHOST command handler which allows services to change the
  hostname of a specific user]

Revision 1730 - (view) (annotate) - [select for diffs]
Modified Sun Jan 6 11:27:11 2013 UTC (11 years, 2 months ago) by michael
File length: 66287 byte(s)
Diff to previous 1720
- automake 1.13.1

Revision 1720 - (view) (annotate) - [select for diffs]
Modified Fri Dec 28 21:06:21 2012 UTC (11 years, 3 months ago) by michael
File length: 66285 byte(s)
Diff to previous 1680
- automake 1.13

Revision 1680 - (view) (annotate) - [select for diffs]
Modified Tue Dec 18 18:06:32 2012 UTC (11 years, 3 months ago) by michael
File length: 64541 byte(s)
Diff to previous 1664
- bison 2.7 & automake 1.12.6
- Update configure.ac

Revision 1664 - (view) (annotate) - [select for diffs]
Modified Sun Nov 18 14:33:47 2012 UTC (11 years, 4 months ago) by michael
File length: 64541 byte(s)
Diff to previous 1659
- memory.c: removed mem_frob()
- automake 1.12.5

Revision 1659 - (view) (annotate) - [select for diffs]
Modified Sat Nov 17 19:29:07 2012 UTC (11 years, 4 months ago) by michael
File length: 64541 byte(s)
Diff to previous 1592
- move m_webirc.c from contrib/ to modules/

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: 63843 byte(s)
Diff to previous 1535
- 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/modules/Makefile.in
File length: 63843 byte(s)
Diff to previous 1504
- 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/modules/Makefile.in
File length: 63843 byte(s)
Diff to previous 1462
- 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/modules/Makefile.in
File length: 63843 byte(s)
Diff to previous 1447
- automake 1.12.2

Revision 1447 - (view) (annotate) - [select for diffs]
Modified Mon Jun 25 20:22:29 2012 UTC (11 years, 9 months ago) by michael
Original Path: ircd-hybrid-8/modules/Makefile.in
File length: 64507 byte(s)
Diff to previous 1446
- Added m_module.c and moved mo_module() into it

Revision 1446 - (view) (annotate) - [select for diffs]
Modified Mon Jun 25 20:05:12 2012 UTC (11 years, 9 months ago) by michael
Original Path: ircd-hybrid-8/modules/Makefile.in
File length: 63809 byte(s)
Diff to previous 1425
- Removed OMOTD
--- Diese und die folgenden Zeilen werden ignoriert --

M    include/defaults.h
M    include/conf.h
M    include/numeric.h
M    include/motd.h
M    src/s_user.c
M    src/messages.tab
M    src/motd.c
M    src/ircd.c
M    modules/Makefile.in
M    modules/m_challenge.c
M    modules/m_oper.c
D    modules/m_omotd.c
M    modules/m_rehash.c
M    modules/Makefile.am
M    NEWS

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/modules/Makefile.in
File length: 64487 byte(s)
Diff to previous 1373
- 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/modules/Makefile.in
File length: 64605 byte(s)
Diff to previous 1356
- 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/modules/Makefile.in
File length: 63966 byte(s)
Diff to previous 1338
- 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/modules/Makefile.in
File length: 63966 byte(s)
Diff to previous 1302
- automake 1.11.4

Revision 1302 - (view) (annotate) - [select for diffs]
Modified Wed Mar 21 17:48:54 2012 UTC (12 years ago) by michael
Original Path: ircd-hybrid-8/modules/Makefile.in
File length: 63413 byte(s)
Diff to previous 1291
- remove servlink in preparation for tls links/compression

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/modules/Makefile.in
File length: 64165 byte(s)
Diff to previous 1257
- 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/modules/Makefile.in
File length: 62131 byte(s)
Diff to previous 1226
- automake 1.11.2

Revision 1226 - (view) (annotate) - [select for diffs]
Modified Sun Sep 18 12:22:15 2011 UTC (12 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/modules/Makefile.in
File length: 61700 byte(s)
Diff to previous 1206
- remove RKLINE, aswell as RXLINE. Regular expression based x/k-lines should be added
  via ircd.conf only

Revision 1206 - (view) (annotate) - [select for diffs]
Modified Wed Aug 24 21:41:23 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/modules/Makefile.in
File length: 61733 byte(s)
Diff to previous 1168
- Implement GLOBOPS
- remove debugging code from parse.c

Revision 1168 - (view) (annotate) - [select for diffs]
Modified Thu Aug 11 22:07:40 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/modules/Makefile.in
File length: 61082 byte(s)
Diff to previous 1165
- Add service aliases

Revision 1165 - (view) (annotate) - [select for diffs]
Modified Thu Aug 11 18:56:53 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/modules/Makefile.in
File length: 60405 byte(s)
Diff to previous 1159
- rename clean_nick_name() to valid_nickname() and move it so s_user.c
- add SVSNICK module
- update Makefile accordingly

Revision 1159 - (view) (annotate) - [select for diffs]
Modified Wed Aug 10 21:08:18 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/modules/Makefile.in
File length: 59751 byte(s)
Diff to previous 1156
- Implemented SVSMODE

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/modules/Makefile.in
File length: 59094 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/modules/Makefile.in
File length: 59094 byte(s)
Diff to previous 1106
- recreate "trunk"

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/modules/Makefile.in
File length: 59094 byte(s)
Diff to previous 1094
- 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/modules/Makefile.in
File length: 59020 byte(s)
Diff to previous 1092
- 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/modules/Makefile.in
File length: 59040 byte(s)
Diff to previous 1058
- Switch libltdl to recursive build mode

Revision 1058 - (view) (annotate) - [select for diffs]
Modified Tue Feb 2 22:15:03 2010 UTC (14 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.3/modules/Makefile.in
File length: 59060 byte(s)
Diff to previous 1043
- move DLINE into its own m_dline module

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/modules/Makefile.in
File length: 58443 byte(s)
Diff to previous 1029
- 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/modules/Makefile.in
File length: 58429 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/modules/Makefile.in
File length: 58429 byte(s)
Diff to previous 1009
- move ircd-hybrid-7.2 to trunk

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/modules/Makefile.in
File length: 58429 byte(s)
Diff to previous 967
- add configure test for pcre lib and remove pcre sources from the tree

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/modules/Makefile.in
File length: 59615 byte(s)
Diff to previous 945
- added ssl_server_protocol configuration option to servinfo{}.
  valid flags are 'sslv3' and 'tlsv1'

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/modules/Makefile.in
File length: 59587 byte(s)
Diff to previous 941
- 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/modules/Makefile.in
File length: 56224 byte(s)
Diff to previous 912
- 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/modules/Makefile.in
File length: 55923 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

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