ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src
r7400
File Last Change
 ../
Makefile.am 7303 (9 years ago) by michael: - Cleanup/separate XLINE / gecos{} conf implementation
Makefile.in 7307 (9 years ago) by michael: - autoreconf - re-create parser files
auth.c 7007 (9 years ago) by michael: - Update copyright years
channel.c 7346 (9 years ago) by michael: - Remove excessive 'const'
channel_mode.c 7356 (9 years ago) by michael: - Cleanup more conversion specifiers
client.c 7346 (9 years ago) by michael: - Remove excessive 'const'
conf.c 7400 (9 years ago) by michael: - Cleanups to operator/connect block lookup routines
conf_class.c 7265 (9 years ago) by michael: - Minor simplifications on clearing lists
conf_cluster.c 7321 (9 years ago) by michael: - Constification
conf_db.c 7303 (9 years ago) by michael: - Cleanup/separate XLINE / gecos{} conf implementation
conf_gecos.c 7311 (9 years ago) by michael: - svn propset
conf_lexer.c 7261 (9 years ago) by michael: - Re-create parser files
conf_lexer.l 7257 (9 years ago) by michael: - Improve libGeoIP support
conf_parser.c 7320 (9 years ago) by michael: - Re-built parser files
conf_parser.h 7307 (9 years ago) by michael: - autoreconf - re-create parser files
conf_parser.y 7317 (9 years ago) by michael: - conf_parser.y: fixed triggered assert with user = "" in auth {} blocks
conf_pseudo.c 7293 (9 years ago) by michael: - conf_pseudo.c: renaming for consistency
conf_resv.c 7289 (9 years ago) by michael: - conf_resv.c:resv_make(): move code
conf_service.c 7311 (9 years ago) by michael: - svn propset
conf_shared.c 7240 (9 years ago) by michael: - conf_cluster, conf_shared: remove unused header includes
dbuf.c 7007 (9 years ago) by michael: - Update copyright years
event.c 7329 (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.c 7106 (9 years ago) by michael: - Incorporate gnutls support by Adam & Attila
getopt.c 7007 (9 years ago) by michael: - Update copyright years
hash.c 7235 (9 years ago) by michael: - Move resv.* to conf_resv.*
hostmask.c 7033 (9 years ago) by michael: - Renamed MyCalloc to xcalloc
id.c 7007 (9 years ago) by michael: - Update copyright years
ipcache.c 7007 (9 years ago) by michael: - Update copyright years
irc_string.c 7007 (9 years ago) by michael: - Update copyright years
ircd.c 7329 (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_signal.c 7007 (9 years ago) by michael: - Update copyright years
isupport.c 7033 (9 years ago) by michael: - Renamed MyCalloc to xcalloc
list.c 7390 (9 years ago) by michael: - list.c: cleanup/dedup dlinkFindDelete()
listener.c 7350 (9 years ago) by michael: - Show some stats about allocated listeners in /stats z
log.c 7007 (9 years ago) by michael: - Update copyright years
match.c 7008 (9 years ago) by michael: - isupport.c, match.c: casemapping is 'ascii' now
memory.c 7033 (9 years ago) by michael: - Renamed MyCalloc to xcalloc
mempool.c 7033 (9 years ago) by michael: - Renamed MyCalloc to xcalloc
misc.c 7329 (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.c 7246 (9 years ago) by michael: - Renamed 'mod_clear_paths()' to 'modules_conf_clear()'. Further simplification to modules_conf_clear()
motd.c 7265 (9 years ago) by michael: - Minor simplifications on clearing lists
numeric.c 7398 (9 years ago) by michael: - numeric.h, numeric.c: remove unused ERR_NOADMININFO
packet.c 7114 (9 years ago) by michael: - Remove some HAVE_TLS
parse.c 7378 (9 years ago) by michael: - parse.c:parse(): change length to size_t type
res.c 7329 (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.
reslib.c 6957 (9 years ago) by michael: - Move IRCD_MAXNS to reslib.h, rename it to RESLIB_MAXNS, and increase it to 8
restart.c 7007 (9 years ago) by michael: - Update copyright years
rng_mt.c 3880 (11 years ago) by michael: - rng_mt.c: removed trailing whitespaces
s_bsd.c 7400 (9 years ago) by michael: - Cleanups to operator/connect block lookup routines
s_bsd_devpoll.c 7329 (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.
s_bsd_epoll.c 7329 (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.
s_bsd_kqueue.c 7329 (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.
s_bsd_poll.c 7329 (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.c 7380 (9 years ago) by michael: - send.c:sendto_realops_flags(): use sendto_one_notice()
server.c 7400 (9 years ago) by michael: - Cleanups to operator/connect block lookup routines
tls_gnutls.c 7273 (9 years ago) by michael: - Let's do this better
tls_none.c 7295 (9 years ago) by michael: - tls_none.c:tls_new_cred(): return 1 if no tls support is available so conf_handle_tls() doesn't exit the process
tls_openssl.c 7386 (9 years ago) by michael: - Remove artificial cap of minimum required size of the dh parameter file
user.c 7303 (9 years ago) by michael: - Cleanup/separate XLINE / gecos{} conf implementation
userhost.c 7007 (9 years ago) by michael: - Update copyright years
version.c 7185 (9 years ago) by michael: - version.c: replace occurences of Hybrid with ircd-hybrid
watch.c 7083 (9 years ago) by michael: - watch.h, watch.c, m_watch.c: rename some variables for consistency
whowas.c 7395 (9 years ago) by michael: - whowas.c: rename some variables for consistency
0 directories and 63 files shown