solanum-vs-hackint-and-char.../ircd
Bernhard M. Wiedemann 1b0319448c Set EXTERNAL_BUILD_TIMESTAMP from SOURCE_DATE_EPOCH
to make the package build reproducible by default without
everyone having to discover the custom variable.

See https://reproducible-builds.org/ for why this is good
and https://reproducible-builds.org/specs/source-date-epoch/
for the definition of this variable.

This code assigns the plain integer to keep the code simple.
Otherwise we would have to deal with differences between GNU date
and BSD date or include extra build deps like perl or python.
2019-12-06 18:32:46 +01:00
..
authproc.c Add basic SCTP listener support that binds to multiple addresses 2017-08-24 20:08:20 +01:00
bandbi.c remove RB_IPV6 2017-08-20 12:54:46 +01:00
cache.c
capability.c ircd: Fix capability entry name string ownership. 2016-06-21 17:32:28 -07:00
channel.c gcc7 fixes: NICKLEN -> NAMELEN 2018-01-19 23:26:20 +00:00
chmode.c ircd: send tags on every message 2017-08-06 16:21:29 +01:00
class.c
client.c Propagate OPER 2019-09-13 10:08:27 +01:00
dns.c remove RB_IPV6 2017-08-20 12:54:46 +01:00
extban.c
getopt.c YESNO options are of type bool, not int 2018-03-23 16:46:38 +00:00
hash.c
hook.c m_sasl: check if the agent is present after every client_exit 2018-08-12 12:50:43 +01:00
hostmask.c librb: Fix type of dst for rb_inet_pton_sock() 2019-08-31 16:10:50 +01:00
ircd.c ircd: Zero out the global_client_list 2019-09-15 10:22:26 +01:00
ircd_lexer.l
ircd_parser.y
ircd_signal.c
listener.c librb: Fix type of dst for rb_inet_pton_sock() 2019-08-31 16:10:50 +01:00
logger.c ircd: Use a larger buffer for ilog() buf2 2019-09-15 10:41:33 +01:00
main.c
Makefile.am
match.c remove RB_IPV6 2017-08-20 12:54:46 +01:00
modules.c m_modules: make modreload work like restart 2019-11-17 18:01:51 +00:00
monitor.c ircd: send tags on every message 2017-08-06 16:21:29 +01:00
msgbuf.c ircd: send tags on every message 2017-08-06 16:21:29 +01:00
newconf.c Add extensions/drain 2019-09-14 21:13:11 +01:00
operhash.c
packet.c Add basic SCTP listener support that binds to multiple addresses 2017-08-24 20:08:20 +01:00
parse.c ircd: log command in mod_add_cmd/mod_del_cmd error scenarios 2017-08-05 12:29:52 +01:00
privilege.c
ratelimit.c
reject.c remove RB_IPV6 2017-08-20 12:54:46 +01:00
restart.c
s_conf.c Recheck umodes for opers after rehash 2019-10-06 21:56:13 +01:00
s_newconf.c librb: Fix type of dst for rb_inet_pton_sock() 2019-08-31 16:10:50 +01:00
s_serv.c Propagate OPER 2019-09-13 10:08:27 +01:00
s_user.c m_webirc: respect ircv3's secure option 2019-10-20 18:17:34 +01:00
scache.c
send.c ircd: send tags on every message 2017-08-06 16:21:29 +01:00
snomask.c Remove $Id tags from everything. 2016-03-06 02:47:27 -06:00
sslproc.c
substitution.c ircd: substitution: fix buffer overrun if variable name is too long 2017-08-05 11:27:02 +01:00
supported.c Fix GCC 8 compiler warnings 2019-09-15 10:57:53 +01:00
tgchange.c
version.c.SH Set EXTERNAL_BUILD_TIMESTAMP from SOURCE_DATE_EPOCH 2019-12-06 18:32:46 +01:00
whowas.c
wsproc.c