ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/include
r7526
File Last Change
 ../
auth.h 7329 (8 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 7329 (8 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 7007 (8 years ago) by michael: - Update copyright years
client.h 7485 (8 years ago) by michael: - Rename Client::whowas to Client::whowas_list
conf.h 7436 (8 years ago) by michael: - Change whowas system to use a linked list instead of othe this monolithic WHOWAS table - Size of the whowas nick name history length is now configurable
conf_class.h 7007 (8 years ago) by michael: - Update copyright years
conf_cluster.h 7325 (8 years ago) by michael: - Remove useless header includes
conf_db.h 7007 (8 years ago) by michael: - Update copyright years
conf_gecos.h 7329 (8 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 7128 (8 years ago) by michael: - conf_pseudo.h, conf_pseudo.c: fix/update copyright header
conf_resv.h 7329 (8 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 7325 (8 years ago) by michael: - Remove useless header includes
conf_shared.h 7325 (8 years ago) by michael: - Remove useless header includes
dbuf.h 7007 (8 years ago) by michael: - Update copyright years
defaults.h 7007 (8 years ago) by michael: - Update copyright years
event.h 7329 (8 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 7347 (8 years ago) by michael: - Remove unused header includes
hash.h 7007 (8 years ago) by michael: - Update copyright years
hostmask.h 7007 (8 years ago) by michael: - Update copyright years
id.h 7007 (8 years ago) by michael: - Update copyright years
ipcache.h 7329 (8 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 7007 (8 years ago) by michael: - Update copyright years
ircd.h 7329 (8 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 7514 (8 years ago) by michael: - ircd_defs.h: increase REASONLEN to 260
ircd_getopt.h 7007 (8 years ago) by michael: - Update copyright years
ircd_signal.h 7007 (8 years ago) by michael: - Update copyright years
isupport.h 7007 (8 years ago) by michael: - Update copyright years
list.h 7007 (8 years ago) by michael: - Update copyright years
listener.h 7350 (8 years ago) by michael: - Show some stats about allocated listeners in /stats z
log.h 7007 (8 years ago) by michael: - Update copyright years
memory.h 7033 (8 years ago) by michael: - Renamed MyCalloc to xcalloc
mempool.h 7502 (8 years ago) by michael: - mempool.h: #undef MEMPOOL_STATS
misc.h 7329 (8 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 7498 (8 years ago) by michael: - modules.h, modules.c: avoid using HYB_PATH_MAX for module_path::path
motd.h 7329 (8 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 7477 (8 years ago) by michael: - numeric.h: remove irrelevant comment
packet.h 7007 (8 years ago) by michael: - Update copyright years
parse.h 7007 (8 years ago) by michael: - Update copyright years
patchlevel.h 7519 (7 years ago) by michael: - Bump version to hybrid-8.2.17
res.h 7007 (8 years ago) by michael: - Update copyright years
reslib.h 6957 (8 years ago) by michael: - Move IRCD_MAXNS to reslib.h, rename it to RESLIB_MAXNS, and increase it to 8
restart.h 7007 (8 years ago) by michael: - Update copyright years
rng_mt.h 6364 (8 years ago) by michael: - Remove unused header includes
s_bsd.h 7329 (8 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 7329 (8 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 3377 (9 years ago) by michael: - Create 8.2.x branch
server.h 7007 (8 years ago) by michael: - Update copyright years
stdinc.h 7140 (8 years ago) by michael: - stdinc.h: removed openssl header includes which no longer should be here
tls.h 7272 (8 years ago) by michael: - Don't exit out with GnuTLS when there's no key and/or certificate
tls_gnutls.h 7163 (8 years ago) by michael: - tls*: more copyright fixups
tls_none.h 7111 (8 years ago) by michael: - propset
tls_openssl.h 7163 (8 years ago) by michael: - tls*: more copyright fixups
user.h 7007 (8 years ago) by michael: - Update copyright years
userhost.h 7007 (8 years ago) by michael: - Update copyright years
watch.h 7329 (8 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 7526 (7 years ago) by michael: - whowas.h: documentation
0 directories and 56 files shown