ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/include
r7401
File Last Change
 ../
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 7401 (9 years ago) by michael: - Cleanups to operator/connect block lookup routines
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 7348 (9 years ago) by michael: - Remove unused header includes
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 7349 (9 years ago) by michael: - Show some stats about allocated listeners in /stats z
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 7399 (9 years ago) by michael: - numeric.h, numeric.c: remove unused ERR_NOADMININFO
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 7393 (9 years ago) by michael: - whowas.c: doxygen
0 directories and 57 files shown