solanum-vs-hackint-and-char.../ircd
Bernhard M. Wiedemann 2681c7d2e4 Normalize generation for reproducible builds
While working on reproducible builds for openSUSE, I found that
our package varied even when building in clean VMs
with as little non-determinism as possible.
This was because of

+++ solanum-0~ch560/ircd/version.c.last
@@ -25,7 +25,7 @@
 #include "serno.h"
 #include "stdinc.h"

-const char *generation = "6";
+const char *generation = "5";
 const char *creation = "1653004800";
 const char *ircd_version = PATCHLEVEL;
 const char *serno = SERNO;
2022-05-29 10:16:00 +01:00
..
authproc.c Remove Windows support 2021-07-30 14:17:47 -04:00
bandbi.c Remove Windows support 2021-07-30 14:17:47 -04:00
cache.c Remove Windows support 2021-07-30 14:17:47 -04:00
capability.c
channel.c channel: always send chm_hidden modes to servers 2021-12-04 20:27:59 +00:00
chmode.c Remove the subset ban restriction 2022-04-01 22:49:54 +01:00
class.c
client.c show IPs in remote /stats i (#312) 2022-04-08 10:06:43 -07:00
dns.c
extban.c
getopt.c YESNO options are of type bool, not int 2018-03-23 16:46:38 +00:00
hash.c
hook.c
hostmask.c Add description parameter to auth blocks (#327) 2022-04-14 14:39:45 -07:00
ircd.c Remove Windows support 2021-07-30 14:17:47 -04:00
ircd_lexer.l Remove Windows support 2021-07-30 14:17:47 -04:00
ircd_parser.y
ircd_signal.c Remove Windows support 2021-07-30 14:17:47 -04:00
listener.c listener: refactor to use rb_dlink like the other lists in ircd 2021-07-31 00:05:59 -04:00
logger.c
main.c
Makefile.am Remove Windows support 2021-07-30 14:17:47 -04:00
match.c
modules.c Remove Windows support 2021-07-30 14:17:47 -04:00
monitor.c
msgbuf.c
newconf.c Add description parameter to auth blocks (#327) 2022-04-14 14:39:45 -07:00
operhash.c
packet.c ircd/packet.c: make function definition consistent with declaration (#301) 2021-11-30 11:50:30 -08:00
parse.c
privilege.c
ratelimit.c Innovation by sed 2020-10-15 15:52:41 +01:00
reject.c
restart.c Remove Windows support 2021-07-30 14:17:47 -04:00
s_conf.c Add description parameter to auth blocks (#327) 2022-04-14 14:39:45 -07:00
s_newconf.c Make valid_temp_time overflow-resistant 2022-04-13 01:09:27 +01:00
s_serv.c Remove ziplinks (#218) 2021-06-26 17:45:52 +01:00
s_user.c explicitly show IP in SNO_BANNED snotes 2021-10-09 22:45:22 +01:00
scache.c
send.c
snomask.c add SNO_BANNED, snote for it on client k/x-line rejection (#242) 2021-08-11 17:08:31 +01:00
sslproc.c Remove Windows support 2021-07-30 14:17:47 -04:00
substitution.c
supported.c
tgchange.c
version.c.SH Normalize generation for reproducible builds 2022-05-29 10:16:00 +01:00
whowas.c whowas.c: store account name in whowas (#323) 2022-04-01 14:58:43 -07:00
wsproc.c Remove Windows support 2021-07-30 14:17:47 -04:00