ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src
r7638
File Last Change
 ../
Makefile.am 7303 (8 years ago) by michael: - Cleanup/separate XLINE / gecos{} conf implementation
Makefile.in 7307 (8 years ago) by michael: - autoreconf - re-create parser files
auth.c 7583 (7 years ago) by michael: - token_vector(): use unsigned where appropriate
channel.c 7611 (7 years ago) by michael: - channel.c:channel_part_one_client(): update comment
channel_mode.c 7516 (8 years ago) by michael: - channel_mode.c: cosmetical changes
client.c 7623 (7 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.c 7638 (7 years ago) by michael: - conf.c:conf_rehash(): from p4: Log when rehashing due to sighup
conf_class.c 7265 (8 years ago) by michael: - Minor simplifications on clearing lists
conf_cluster.c 7321 (8 years ago) by michael: - Constification
conf_db.c 7303 (8 years ago) by michael: - Cleanup/separate XLINE / gecos{} conf implementation
conf_gecos.c 7311 (8 years ago) by michael: - svn propset
conf_lexer.c 7626 (7 years ago) by michael: - Re-built autogenerated files
conf_lexer.l 7623 (7 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.c 7626 (7 years ago) by michael: - Re-built autogenerated files
conf_parser.h 7626 (7 years ago) by michael: - Re-built autogenerated files
conf_parser.y 7623 (7 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_pseudo.c 7293 (8 years ago) by michael: - conf_pseudo.c: renaming for consistency
conf_resv.c 7289 (8 years ago) by michael: - conf_resv.c:resv_make(): move code
conf_service.c 7311 (8 years ago) by michael: - svn propset
conf_shared.c 7240 (8 years ago) by michael: - conf_cluster, conf_shared: remove unused header includes
dbuf.c 7007 (8 years ago) by michael: - Update copyright years
event.c 7481 (8 years ago) by michael: - event.c: remove unused header includes
fdlist.c 7106 (8 years ago) by michael: - Incorporate gnutls support by Adam & Attila
getopt.c 7007 (8 years ago) by michael: - Update copyright years
hash.c 7576 (7 years ago) by michael: - hash.c: fixed previous commit to free_list_task()
hostmask.c 7033 (8 years ago) by michael: - Renamed MyCalloc to xcalloc
id.c 7007 (8 years ago) by michael: - Update copyright years
ipcache.c 7007 (8 years ago) by michael: - Update copyright years
irc_string.c 7583 (7 years ago) by michael: - token_vector(): use unsigned where appropriate
ircd.c 7572 (7 years ago) by michael: - Move initialize_server_capabs() from ircd.c to server.c and rename it to server_capab_init()
ircd_signal.c 7007 (8 years ago) by michael: - Update copyright years
isupport.c 7033 (8 years ago) by michael: - Renamed MyCalloc to xcalloc
list.c 7633 (7 years ago) by michael: - list.c: fixed typo in comments
listener.c 7350 (8 years ago) by michael: - Show some stats about allocated listeners in /stats z
log.c 7007 (8 years ago) by michael: - Update copyright years
match.c 7008 (8 years ago) by michael: - isupport.c, match.c: casemapping is 'ascii' now
memory.c 7033 (8 years ago) by michael: - Renamed MyCalloc to xcalloc
mempool.c 7500 (8 years ago) by michael: - mempool.c:mp_pool_get(): stylistic change
misc.c 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.c 7498 (8 years ago) by michael: - modules.h, modules.c: avoid using HYB_PATH_MAX for module_path::path
motd.c 7265 (8 years ago) by michael: - Minor simplifications on clearing lists
numeric.c 7398 (8 years ago) by michael: - numeric.h, numeric.c: remove unused ERR_NOADMININFO
packet.c 7114 (8 years ago) by michael: - Remove some HAVE_TLS
parse.c 7378 (8 years ago) by michael: - parse.c:parse(): change length to size_t type
res.c 7596 (7 years ago) by michael: - res.c: minor stylistic changes
reslib.c 7504 (8 years ago) by michael: - reslib.c:add_nameserver(): remove useless test on 'res'
restart.c 7007 (8 years ago) by michael: - Update copyright years
rng_mt.c 3880 (9 years ago) by michael: - rng_mt.c: removed trailing whitespaces
s_bsd.c 7430 (8 years ago) by michael: - Minor style cleanups & constification
s_bsd_devpoll.c 7567 (7 years ago) by michael: - Rename init_netio() to netio_init()
s_bsd_epoll.c 7567 (7 years ago) by michael: - Rename init_netio() to netio_init()
s_bsd_kqueue.c 7567 (7 years ago) by michael: - Rename init_netio() to netio_init()
s_bsd_poll.c 7567 (7 years ago) by michael: - Rename init_netio() to netio_init()
send.c 7631 (7 years ago) by michael: - send.c:sendto_match_servs(): move test
server.c 7589 (7 years ago) by michael: - Merge send_capabilities() and show_capabilities() into get_capabilities()
tls_gnutls.c 7273 (8 years ago) by michael: - Let's do this better
tls_none.c 7295 (8 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 (8 years ago) by michael: - Remove artificial cap of minimum required size of the dh parameter file
user.c 7629 (7 years ago) by michael: - user.c:register_remote_user(): remove TS5 leftover
userhost.c 7623 (7 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.
version.c 7528 (8 years ago) by michael: - Update AUTHORS and version.c
watch.c 7472 (8 years ago) by michael: - watch.c: remove unused header include
whowas.c 7496 (8 years ago) by michael: - whowas.c:whowas_make(): fixed potential core when general::whowas_history_length is set to 0
0 directories and 63 files shown