ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src
r4461
File Last Change
 ../
Makefile.am 4333 (11 years ago) by michael: - Removed select() support
Makefile.in 4364 (11 years ago) by michael: - Moved ax_check_openssl.m4 to ax_arg_openssl.m4
auth.c 4461 (11 years ago) by michael: - Removed stupid PF typedef in fdlist.h which prevented both gcc and clang from spitting out a warning about the first argument of s_bsd:ssl_handshake() being an 'int' when it really has to be a 'fde_t' pointer. - Fixed first argument of s_bsd:ssl_handshake() which should be a 'fde_t' pointer instead of an 'int'.
channel.c 4415 (11 years ago) by michael: - Removed ipv6 detection. We now assume all systems that run hybrid have ipv6 availability and sockaddr_storage.
channel_mode.c 4176 (11 years ago) by michael: - channel_mode.c:clear_ban_cache(): use locmembers list
client.c 4439 (11 years ago) by michael: - Renamed various variables
conf.c 4460 (11 years ago) by michael: - conf.c:conf_dns_lookup(): use gethost_byname_type() - res.h, res.c: removed gethost_byname()
conf_class.c 4415 (11 years ago) by michael: - Removed ipv6 detection. We now assume all systems that run hybrid have ipv6 availability and sockaddr_storage.
conf_db.c 3504 (11 years ago) by michael: - Renamed MyMalloc() to MyCalloc()
conf_lexer.c 4313 (11 years ago) by michael: - Improved AWAY throttling to allow for better fine-tuning
conf_lexer.l 4313 (11 years ago) by michael: - Improved AWAY throttling to allow for better fine-tuning
conf_parser.c 4415 (11 years ago) by michael: - Removed ipv6 detection. We now assume all systems that run hybrid have ipv6 availability and sockaddr_storage.
conf_parser.h 4313 (11 years ago) by michael: - Improved AWAY throttling to allow for better fine-tuning
conf_parser.y 4415 (11 years ago) by michael: - Removed ipv6 detection. We now assume all systems that run hybrid have ipv6 availability and sockaddr_storage.
dbuf.c 4086 (11 years ago) by michael: - Let mp_pool_get() clear memory
event.c 4432 (11 years ago) by michael: - event.c: update show_events() to make /stats E look nicer
fdlist.c 4340 (11 years ago) by michael: - Renamed structures to meet code conventions
getopt.c 3250 (11 years ago) by michael: - Fixed inconsistent style in several places
gline.c 4415 (11 years ago) by michael: - Removed ipv6 detection. We now assume all systems that run hybrid have ipv6 availability and sockaddr_storage.
hash.c 4086 (11 years ago) by michael: - Let mp_pool_get() clear memory
hostmask.c 4415 (11 years ago) by michael: - Removed ipv6 detection. We now assume all systems that run hybrid have ipv6 availability and sockaddr_storage.
ipcache.c 4415 (11 years ago) by michael: - Removed ipv6 detection. We now assume all systems that run hybrid have ipv6 availability and sockaddr_storage.
irc_string.c 4309 (11 years ago) by michael: - Backported auth code related cleanups from newio branch
ircd.c 4415 (11 years ago) by michael: - Removed ipv6 detection. We now assume all systems that run hybrid have ipv6 availability and sockaddr_storage.
ircd_signal.c 3063 (11 years ago) by michael: - ircd_signal.c:sigint_handler(): fixed inconsistent "SIGINT received" vs. "received signal SIGTERM" message
list.c 4086 (11 years ago) by michael: - Let mp_pool_get() clear memory
listener.c 4461 (11 years ago) by michael: - Removed stupid PF typedef in fdlist.h which prevented both gcc and clang from spitting out a warning about the first argument of s_bsd:ssl_handshake() being an 'int' when it really has to be a 'fde_t' pointer. - Fixed first argument of s_bsd:ssl_handshake() which should be a 'fde_t' pointer instead of an 'int'.
log.c 4340 (11 years ago) by michael: - Renamed structures to meet code conventions
match.c 3907 (11 years ago) by michael: - Use 'unsigned' whenever possible
memory.c 3504 (11 years ago) by michael: - Renamed MyMalloc() to MyCalloc()
mempool.c 4439 (11 years ago) by michael: - Renamed various variables
misc.c 3455 (11 years ago) by michael: - misc.c:ssl_get_ciper(): get rid of this magic IRCD_BUFSIZE/4. Use IRCD_BUFSIZE instead.
modules.c 3504 (11 years ago) by michael: - Renamed MyMalloc() to MyCalloc()
motd.c 4415 (11 years ago) by michael: - Removed ipv6 detection. We now assume all systems that run hybrid have ipv6 availability and sockaddr_storage.
numeric.c 4380 (11 years ago) by michael: - numeric.c: ERR_NICKTOOFAST: use %u conversion specifier
packet.c 4461 (11 years ago) by michael: - Removed stupid PF typedef in fdlist.h which prevented both gcc and clang from spitting out a warning about the first argument of s_bsd:ssl_handshake() being an 'int' when it really has to be a 'fde_t' pointer. - Fixed first argument of s_bsd:ssl_handshake() which should be a 'fde_t' pointer instead of an 'int'.
parse.c 4298 (11 years ago) by michael: - Fixed typos all over the place
res.c 4461 (11 years ago) by michael: - Removed stupid PF typedef in fdlist.h which prevented both gcc and clang from spitting out a warning about the first argument of s_bsd:ssl_handshake() being an 'int' when it really has to be a 'fde_t' pointer. - Fixed first argument of s_bsd:ssl_handshake() which should be a 'fde_t' pointer instead of an 'int'.
reslib.c 3852 (11 years ago) by michael: - reslib.c: style corrections
restart.c 3186 (11 years ago) by michael: - Get rid of the ID() macro
resv.c 4415 (11 years ago) by michael: - Removed ipv6 detection. We now assume all systems that run hybrid have ipv6 availability and sockaddr_storage.
rng_mt.c 3881 (11 years ago) by michael: - rng_mt.c: removed trailing whitespaces
rsa.c 4254 (11 years ago) by michael: - Cleaned up and sanitized /challenge related code - rsa.c:get_randomness(): removed EGD support; also don't fall back to RAND_pseudo_bytes() if RAND_bytes() fails. If RAND_bytes() fails, just reject the /challenge request.
s_bsd.c 4461 (11 years ago) by michael: - Removed stupid PF typedef in fdlist.h which prevented both gcc and clang from spitting out a warning about the first argument of s_bsd:ssl_handshake() being an 'int' when it really has to be a 'fde_t' pointer. - Fixed first argument of s_bsd:ssl_handshake() which should be a 'fde_t' pointer instead of an 'int'.
s_bsd_devpoll.c 4461 (11 years ago) by michael: - Removed stupid PF typedef in fdlist.h which prevented both gcc and clang from spitting out a warning about the first argument of s_bsd:ssl_handshake() being an 'int' when it really has to be a 'fde_t' pointer. - Fixed first argument of s_bsd:ssl_handshake() which should be a 'fde_t' pointer instead of an 'int'.
s_bsd_epoll.c 4461 (11 years ago) by michael: - Removed stupid PF typedef in fdlist.h which prevented both gcc and clang from spitting out a warning about the first argument of s_bsd:ssl_handshake() being an 'int' when it really has to be a 'fde_t' pointer. - Fixed first argument of s_bsd:ssl_handshake() which should be a 'fde_t' pointer instead of an 'int'.
s_bsd_kqueue.c 4461 (11 years ago) by michael: - Removed stupid PF typedef in fdlist.h which prevented both gcc and clang from spitting out a warning about the first argument of s_bsd:ssl_handshake() being an 'int' when it really has to be a 'fde_t' pointer. - Fixed first argument of s_bsd:ssl_handshake() which should be a 'fde_t' pointer instead of an 'int'.
s_bsd_poll.c 4461 (11 years ago) by michael: - Removed stupid PF typedef in fdlist.h which prevented both gcc and clang from spitting out a warning about the first argument of s_bsd:ssl_handshake() being an 'int' when it really has to be a 'fde_t' pointer. - Fixed first argument of s_bsd:ssl_handshake() which should be a 'fde_t' pointer instead of an 'int'.
send.c 4461 (11 years ago) by michael: - Removed stupid PF typedef in fdlist.h which prevented both gcc and clang from spitting out a warning about the first argument of s_bsd:ssl_handshake() being an 'int' when it really has to be a 'fde_t' pointer. - Fixed first argument of s_bsd:ssl_handshake() which should be a 'fde_t' pointer instead of an 'int'.
server.c 4461 (11 years ago) by michael: - Removed stupid PF typedef in fdlist.h which prevented both gcc and clang from spitting out a warning about the first argument of s_bsd:ssl_handshake() being an 'int' when it really has to be a 'fde_t' pointer. - Fixed first argument of s_bsd:ssl_handshake() which should be a 'fde_t' pointer instead of an 'int'.
user.c 4440 (11 years ago) by michael: - user.c:oper_up(): successful operator logins are now announced globally via GLOBOPS
version.c 4005 (11 years ago) by michael: - AUTHORS, version.c: added Fawkes to contributors
watch.c 4086 (11 years ago) by michael: - Let mp_pool_get() clear memory
whowas.c 3273 (11 years ago) by michael: - whowas.c:whowas_add_history(): constification; sanitize assert()
0 directories and 54 files shown