ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src
r7625
File (rev) Last Change
 ../
whowas.c 7497 (9 years ago) by michael: - whowas.c:whowas_make(): fixed potential core when general::whowas_history_length is set to 0
watch.c 7473 (9 years ago) by michael: - watch.c: remove unused header include
version.c 7529 (9 years ago) by michael: - Update AUTHORS and version.c
userhost.c 7624 (9 years ago) by michael: - Change userhost.c to deal with ip addresses only. Also we no longer care about usernames/ident replies. Due to the hash function in hash.c not ideal for ip addresses, we'll be using either iphash.c, or patricia.c soon for this.
user.c 7624 (9 years ago) by michael: - Change userhost.c to deal with ip addresses only. Also we no longer care about usernames/ident replies. Due to the hash function in hash.c not ideal for ip addresses, we'll be using either iphash.c, or patricia.c soon for this.
tls_openssl.c 7387 (9 years ago) by michael: - Remove artificial cap of minimum required size of the dh parameter file
tls_none.c 7296 (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_gnutls.c 7274 (9 years ago) by michael: - Let's do this better
server.c 7590 (9 years ago) by michael: - Merge send_capabilities() and show_capabilities() into get_capabilities()
send.c 7381 (9 years ago) by michael: - send.c:sendto_realops_flags(): use sendto_one_notice()
s_bsd_poll.c 7566 (9 years ago) by michael: - Rename init_netio() to netio_init()
s_bsd_kqueue.c 7566 (9 years ago) by michael: - Rename init_netio() to netio_init()
s_bsd_epoll.c 7566 (9 years ago) by michael: - Rename init_netio() to netio_init()
s_bsd_devpoll.c 7566 (9 years ago) by michael: - Rename init_netio() to netio_init()
s_bsd.c 7431 (9 years ago) by michael: - Minor style cleanups & constification
rng_mt.c 3881 (11 years ago) by michael: - rng_mt.c: removed trailing whitespaces
restart.c 7006 (9 years ago) by michael: - Update copyright years
reslib.c 7505 (9 years ago) by michael: - reslib.c:add_nameserver(): remove useless test on 'res'
res.c 7597 (9 years ago) by michael: - res.c: minor stylistic changes
patricia.c 7032 (9 years ago) by michael: - Renamed MyCalloc to xcalloc
parse.c 7379 (9 years ago) by michael: - parse.c:parse(): change length to size_t type
packet.c 7113 (9 years ago) by michael: - Remove some HAVE_TLS
numeric.c 7399 (9 years ago) by michael: - numeric.h, numeric.c: remove unused ERR_NOADMININFO
motd.c 7266 (9 years ago) by michael: - Minor simplifications on clearing lists
modules.c 7499 (9 years ago) by michael: - modules.h, modules.c: avoid using HYB_PATH_MAX for module_path::path
misc.c 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.
mempool.c 7501 (9 years ago) by michael: - mempool.c:mp_pool_get(): stylistic change
memory.c 7032 (9 years ago) by michael: - Renamed MyCalloc to xcalloc
match.c 7006 (9 years ago) by michael: - Update copyright years
log.c 7006 (9 years ago) by michael: - Update copyright years
listener.c 7349 (9 years ago) by michael: - Show some stats about allocated listeners in /stats z
list.c 7391 (9 years ago) by michael: - list.c: cleanup/dedup dlinkFindDelete()
isupport.c 7032 (9 years ago) by michael: - Renamed MyCalloc to xcalloc
ircd_signal.c 7006 (9 years ago) by michael: - Update copyright years
ircd.c 7573 (9 years ago) by michael: - Move initialize_server_capabs() from ircd.c to server.c and rename it to server_capab_init()
irc_string.c 7584 (9 years ago) by michael: - token_vector(): use unsigned where appropriate
ipcache.c 7006 (9 years ago) by michael: - Update copyright years
id.c 7006 (9 years ago) by michael: - Update copyright years
hostmask.c 7032 (9 years ago) by michael: - Renamed MyCalloc to xcalloc
hash.c 7577 (9 years ago) by michael: - hash.c: fixed previous commit to free_list_task()
getopt.c 7006 (9 years ago) by michael: - Update copyright years
fdlist.c 7105 (9 years ago) by michael: - Incorporate gnutls support by Adam & Attila
event.c 7482 (9 years ago) by michael: - event.c: remove unused header includes
dbuf.c 7006 (9 years ago) by michael: - Update copyright years
conf_shared.c 7241 (9 years ago) by michael: - conf_cluster, conf_shared: remove unused header includes
conf_service.c 7312 (9 years ago) by michael: - svn propset
conf_resv.c 7290 (9 years ago) by michael: - conf_resv.c:resv_make(): move code
conf_pseudo.c 7294 (9 years ago) by michael: - conf_pseudo.c: renaming for consistency
conf_parser.y 7624 (9 years ago) by michael: - Change userhost.c to deal with ip addresses only. Also we no longer care about usernames/ident replies. Due to the hash function in hash.c not ideal for ip addresses, we'll be using either iphash.c, or patricia.c soon for this.
conf_parser.h 7625 (9 years ago) by michael: - Re-built autogenerated files
conf_parser.c 7625 (9 years ago) by michael: - Re-built autogenerated files
conf_lexer.l 7624 (9 years ago) by michael: - Change userhost.c to deal with ip addresses only. Also we no longer care about usernames/ident replies. Due to the hash function in hash.c not ideal for ip addresses, we'll be using either iphash.c, or patricia.c soon for this.
conf_lexer.c 7625 (9 years ago) by michael: - Re-built autogenerated files
conf_gecos.c 7312 (9 years ago) by michael: - svn propset
conf_db.c 7304 (9 years ago) by michael: - Cleanup/separate XLINE / gecos{} conf implementation
conf_cluster.c 7322 (9 years ago) by michael: - Constification
conf_class.c 7266 (9 years ago) by michael: - Minor simplifications on clearing lists
conf.c 7624 (9 years ago) by michael: - Change userhost.c to deal with ip addresses only. Also we no longer care about usernames/ident replies. Due to the hash function in hash.c not ideal for ip addresses, we'll be using either iphash.c, or patricia.c soon for this.
client.c 7624 (9 years ago) by michael: - Change userhost.c to deal with ip addresses only. Also we no longer care about usernames/ident replies. Due to the hash function in hash.c not ideal for ip addresses, we'll be using either iphash.c, or patricia.c soon for this.
channel_mode.c 7517 (9 years ago) by michael: - channel_mode.c: cosmetical changes
channel.c 7612 (9 years ago) by michael: - channel.c:channel_part_one_client(): update comment
auth.c 7584 (9 years ago) by michael: - token_vector(): use unsigned where appropriate
Makefile.in 7308 (9 years ago) by michael: - autoreconf - re-create parser files
Makefile.am 7304 (9 years ago) by michael: - Cleanup/separate XLINE / gecos{} conf implementation
0 directories and 64 files shown