ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src/Makefile.am
Revision: 9460
Committed: Tue Jun 30 19:55:52 2020 UTC (6 years ago) by michael
File size: 2716 byte(s)
Log Message:
- Extban $t of type 'acting' has been implemented. This extban allows matching based on TLS protocol version and/or cipher suite

File Contents

# User Rev Content
1 michael 912 AUTOMAKE_OPTIONS = foreign
2    
3 michael 3048 bin_PROGRAMS = ircd
4 michael 912
5     AM_YFLAGS = -d
6    
7 michael 6728 AM_CPPFLAGS = $(LTDLINCL) -I$(top_srcdir)/include
8 michael 977 ircd_LDFLAGS = -export-dynamic
9 michael 1009 ircd_LDADD = $(LIBLTDL)
10 michael 1090 ircd_DEPENDENCIES = $(LTDLDEPS)
11 michael 912
12 michael 3324 ircd_SOURCES = auth.c \
13     channel.c \
14 michael 9266 channel_invite.c \
15 michael 912 channel_mode.c \
16     client.c \
17 michael 8483 client_svstag.c \
18 michael 1309 conf.c \
19 michael 1632 conf_class.c \
20 michael 7208 conf_cluster.c \
21 michael 1620 conf_db.c \
22 michael 7303 conf_gecos.c \
23 michael 4533 conf_pseudo.c \
24 michael 7235 conf_resv.c \
25 michael 7247 conf_service.c \
26 michael 7208 conf_shared.c \
27 michael 1316 conf_parser.y \
28 michael 1309 conf_lexer.l \
29 michael 912 dbuf.c \
30     event.c \
31 michael 9233 extban.c \
32     extban_account.c \
33     extban_channel.c \
34     extban_fingerprint.c \
35     extban_gecos.c \
36     extban_join.c \
37     extban_mute.c \
38 michael 9291 extban_nick.c \
39 michael 9233 extban_operclass.c \
40     extban_server.c \
41 michael 9460 extban_tlsinfo.c \
42 michael 9233 extban_usermode.c \
43 michael 912 fdlist.c \
44     getopt.c \
45     hash.c \
46     hostmask.c \
47 michael 6160 id.c \
48 michael 4326 ipcache.c \
49 michael 912 irc_string.c \
50     ircd.c \
51     ircd_signal.c \
52 michael 6186 isupport.c \
53 michael 912 list.c \
54     listener.c \
55 michael 1309 log.c \
56 michael 912 match.c \
57     memory.c \
58 michael 3347 misc.c \
59 michael 912 modules.c \
60     motd.c \
61 michael 1834 numeric.c \
62 michael 912 packet.c \
63     parse.c \
64 michael 8623 patricia.c \
65 michael 912 s_bsd_epoll.c \
66     s_bsd_poll.c \
67     s_bsd_devpoll.c \
68     s_bsd_kqueue.c \
69 michael 7106 tls_gnutls.c \
70     tls_none.c \
71     tls_openssl.c \
72 michael 9167 tls_wolfssl.c \
73 michael 3322 res.c \
74     reslib.c \
75 michael 912 restart.c \
76 michael 3322 rng_mt.c \
77 michael 912 s_bsd.c \
78     send.c \
79 michael 3347 server.c \
80 michael 8165 server_capab.c \
81 michael 3347 user.c \
82 michael 912 watch.c \
83 michael 2382 whowas.c

Properties

Name Value
svn:eol-style native