../
|
auth.h
|
7330
(9 years ago)
by michael:
- Now that we got time_t to work nicely on openbsd with snprintf's conversion specifiers,
we ran into a similiar issue on Raspbian/ARMv7's time_t which is of signed 32 bit and
doesn't cope at all with %j. Instead of doing tricks, get rid of time_t everywhere and
forever and use uintmax_t instead which has at least a 'standardized' conversion specifier
associated with it.
|
channel.h
|
7330
(9 years ago)
by michael:
- Now that we got time_t to work nicely on openbsd with snprintf's conversion specifiers,
we ran into a similiar issue on Raspbian/ARMv7's time_t which is of signed 32 bit and
doesn't cope at all with %j. Instead of doing tricks, get rid of time_t everywhere and
forever and use uintmax_t instead which has at least a 'standardized' conversion specifier
associated with it.
|
channel_mode.h
|
7006
(9 years ago)
by michael:
- Update copyright years
|
client.h
|
7345
(9 years ago)
by michael:
- Remove excessive 'const'
|
conf.h
|
7330
(9 years ago)
by michael:
- Now that we got time_t to work nicely on openbsd with snprintf's conversion specifiers,
we ran into a similiar issue on Raspbian/ARMv7's time_t which is of signed 32 bit and
doesn't cope at all with %j. Instead of doing tricks, get rid of time_t everywhere and
forever and use uintmax_t instead which has at least a 'standardized' conversion specifier
associated with it.
|
conf_class.h
|
7006
(9 years ago)
by michael:
- Update copyright years
|
conf_cluster.h
|
7326
(9 years ago)
by michael:
- Remove useless header includes
|
conf_db.h
|
7006
(9 years ago)
by michael:
- Update copyright years
|
conf_gecos.h
|
7330
(9 years ago)
by michael:
- Now that we got time_t to work nicely on openbsd with snprintf's conversion specifiers,
we ran into a similiar issue on Raspbian/ARMv7's time_t which is of signed 32 bit and
doesn't cope at all with %j. Instead of doing tricks, get rid of time_t everywhere and
forever and use uintmax_t instead which has at least a 'standardized' conversion specifier
associated with it.
|
conf_pseudo.h
|
7127
(9 years ago)
by michael:
- conf_pseudo.h, conf_pseudo.c: fix/update copyright header
|
conf_resv.h
|
7330
(9 years ago)
by michael:
- Now that we got time_t to work nicely on openbsd with snprintf's conversion specifiers,
we ran into a similiar issue on Raspbian/ARMv7's time_t which is of signed 32 bit and
doesn't cope at all with %j. Instead of doing tricks, get rid of time_t everywhere and
forever and use uintmax_t instead which has at least a 'standardized' conversion specifier
associated with it.
|
conf_service.h
|
7326
(9 years ago)
by michael:
- Remove useless header includes
|
conf_shared.h
|
7326
(9 years ago)
by michael:
- Remove useless header includes
|
dbuf.h
|
7006
(9 years ago)
by michael:
- Update copyright years
|
defaults.h
|
7006
(9 years ago)
by michael:
- Update copyright years
|
event.h
|
7330
(9 years ago)
by michael:
- Now that we got time_t to work nicely on openbsd with snprintf's conversion specifiers,
we ran into a similiar issue on Raspbian/ARMv7's time_t which is of signed 32 bit and
doesn't cope at all with %j. Instead of doing tricks, get rid of time_t everywhere and
forever and use uintmax_t instead which has at least a 'standardized' conversion specifier
associated with it.
|
fdlist.h
|
7330
(9 years ago)
by michael:
- Now that we got time_t to work nicely on openbsd with snprintf's conversion specifiers,
we ran into a similiar issue on Raspbian/ARMv7's time_t which is of signed 32 bit and
doesn't cope at all with %j. Instead of doing tricks, get rid of time_t everywhere and
forever and use uintmax_t instead which has at least a 'standardized' conversion specifier
associated with it.
|
hash.h
|
7006
(9 years ago)
by michael:
- Update copyright years
|
hostmask.h
|
7006
(9 years ago)
by michael:
- Update copyright years
|
id.h
|
7006
(9 years ago)
by michael:
- Update copyright years
|
ipcache.h
|
7330
(9 years ago)
by michael:
- Now that we got time_t to work nicely on openbsd with snprintf's conversion specifiers,
we ran into a similiar issue on Raspbian/ARMv7's time_t which is of signed 32 bit and
doesn't cope at all with %j. Instead of doing tricks, get rid of time_t everywhere and
forever and use uintmax_t instead which has at least a 'standardized' conversion specifier
associated with it.
|
irc_string.h
|
7006
(9 years ago)
by michael:
- Update copyright years
|
ircd.h
|
7330
(9 years ago)
by michael:
- Now that we got time_t to work nicely on openbsd with snprintf's conversion specifiers,
we ran into a similiar issue on Raspbian/ARMv7's time_t which is of signed 32 bit and
doesn't cope at all with %j. Instead of doing tricks, get rid of time_t everywhere and
forever and use uintmax_t instead which has at least a 'standardized' conversion specifier
associated with it.
|
ircd_defs.h
|
7270
(9 years ago)
by michael:
- Leave fd 3 open for GnuTLS < 3.3.10 that don't have https://gitlab.com/gnutls/gnutls/commit/684b825f5f78cc7ad1f61be232fd20ee0bc5b56f
" When gnutls_global_init() is called manually from the application check the urandom fd for validity
That addresses the issue where a server closes all open file descriptors
and then calls gnutls_global_init(). "
|
ircd_getopt.h
|
7006
(9 years ago)
by michael:
- Update copyright years
|
ircd_signal.h
|
7006
(9 years ago)
by michael:
- Update copyright years
|
isupport.h
|
7006
(9 years ago)
by michael:
- Update copyright years
|
list.h
|
7006
(9 years ago)
by michael:
- Update copyright years
|
listener.h
|
7345
(9 years ago)
by michael:
- Remove excessive 'const'
|
log.h
|
7006
(9 years ago)
by michael:
- Update copyright years
|
memory.h
|
7032
(9 years ago)
by michael:
- Renamed MyCalloc to xcalloc
|
mempool.h
|
7006
(9 years ago)
by michael:
- Update copyright years
|
misc.h
|
7330
(9 years ago)
by michael:
- Now that we got time_t to work nicely on openbsd with snprintf's conversion specifiers,
we ran into a similiar issue on Raspbian/ARMv7's time_t which is of signed 32 bit and
doesn't cope at all with %j. Instead of doing tricks, get rid of time_t everywhere and
forever and use uintmax_t instead which has at least a 'standardized' conversion specifier
associated with it.
|
modules.h
|
7245
(9 years ago)
by michael:
- Renamed 'mod_clear_paths()' to 'modules_conf_clear()'. Further simplification to modules_conf_clear()
|
motd.h
|
7330
(9 years ago)
by michael:
- Now that we got time_t to work nicely on openbsd with snprintf's conversion specifiers,
we ran into a similiar issue on Raspbian/ARMv7's time_t which is of signed 32 bit and
doesn't cope at all with %j. Instead of doing tricks, get rid of time_t everywhere and
forever and use uintmax_t instead which has at least a 'standardized' conversion specifier
associated with it.
|
numeric.h
|
7046
(9 years ago)
by michael:
- Rename 'non-standard' RPL_ENDOFTRACE to RPL_TRACEEND
|
packet.h
|
7006
(9 years ago)
by michael:
- Update copyright years
|
parse.h
|
7006
(9 years ago)
by michael:
- Update copyright years
|
patchlevel.h
|
7006
(9 years ago)
by michael:
- Update copyright years
|
patricia.h
|
6608
(9 years ago)
by michael:
- patricia.h: remove trailing whitespaces
|
res.h
|
7006
(9 years ago)
by michael:
- Update copyright years
|
reslib.h
|
6958
(9 years ago)
by michael:
- Move IRCD_MAXNS to reslib.h, rename it to RESLIB_MAXNS, and increase it to 8
|
restart.h
|
7006
(9 years ago)
by michael:
- Update copyright years
|
rng_mt.h
|
6363
(10 years ago)
by michael:
- Remove unused header includes
|
s_bsd.h
|
7330
(9 years ago)
by michael:
- Now that we got time_t to work nicely on openbsd with snprintf's conversion specifiers,
we ran into a similiar issue on Raspbian/ARMv7's time_t which is of signed 32 bit and
doesn't cope at all with %j. Instead of doing tricks, get rid of time_t everywhere and
forever and use uintmax_t instead which has at least a 'standardized' conversion specifier
associated with it.
|
send.h
|
7330
(9 years ago)
by michael:
- Now that we got time_t to work nicely on openbsd with snprintf's conversion specifiers,
we ran into a similiar issue on Raspbian/ARMv7's time_t which is of signed 32 bit and
doesn't cope at all with %j. Instead of doing tricks, get rid of time_t everywhere and
forever and use uintmax_t instead which has at least a 'standardized' conversion specifier
associated with it.
|
serno.h
|
1592
(12 years ago)
by michael:
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
svnroot/ircd-hybrid/trunk
|
server.h
|
7006
(9 years ago)
by michael:
- Update copyright years
|
stdinc.h
|
7141
(9 years ago)
by michael:
- stdinc.h: removed openssl header includes which no longer should be here
|
tls.h
|
7271
(9 years ago)
by michael:
- Don't exit out with GnuTLS when there's no key and/or certificate
|
tls_gnutls.h
|
7164
(9 years ago)
by michael:
- tls*: more copyright fixups
|
tls_none.h
|
7112
(9 years ago)
by michael:
- propset
|
tls_openssl.h
|
7164
(9 years ago)
by michael:
- tls*: more copyright fixups
|
user.h
|
7006
(9 years ago)
by michael:
- Update copyright years
|
userhost.h
|
7006
(9 years ago)
by michael:
- Update copyright years
|
watch.h
|
7330
(9 years ago)
by michael:
- Now that we got time_t to work nicely on openbsd with snprintf's conversion specifiers,
we ran into a similiar issue on Raspbian/ARMv7's time_t which is of signed 32 bit and
doesn't cope at all with %j. Instead of doing tricks, get rid of time_t everywhere and
forever and use uintmax_t instead which has at least a 'standardized' conversion specifier
associated with it.
|
whowas.h
|
7330
(9 years ago)
by michael:
- Now that we got time_t to work nicely on openbsd with snprintf's conversion specifiers,
we ran into a similiar issue on Raspbian/ARMv7's time_t which is of signed 32 bit and
doesn't cope at all with %j. Instead of doing tricks, get rid of time_t everywhere and
forever and use uintmax_t instead which has at least a 'standardized' conversion specifier
associated with it.
|