ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src
r4496
File (rev) Last Change
 ../
whowas.c 3273 (12 years ago) by michael: - whowas.c:whowas_add_history(): constification; sanitize assert()
watch.c 4086 (12 years ago) by michael: - Let mp_pool_get() clear memory
version.c 4005 (12 years ago) by michael: - AUTHORS, version.c: added Fawkes to contributors
user.c 4440 (12 years ago) by michael: - user.c:oper_up(): successful operator logins are now announced globally via GLOBOPS
server.c 4464 (12 years ago) by michael: - Removed CNCB typedef
send.c 4461 (12 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 4472 (12 years ago) by michael: - s_bsd_poll.c cleanups/fixes provided by Adam
s_bsd_kqueue.c 4461 (12 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 (12 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 (12 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.c 4464 (12 years ago) by michael: - Removed CNCB typedef
rsa.c 4254 (12 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.
rng_mt.c 3881 (12 years ago) by michael: - rng_mt.c: removed trailing whitespaces
resv.c 4415 (12 years ago) by michael: - Removed ipv6 detection. We now assume all systems that run hybrid have ipv6 availability and sockaddr_storage.
restart.c 3186 (12 years ago) by michael: - Get rid of the ID() macro
reslib.c 3852 (12 years ago) by michael: - reslib.c: style corrections
res.c 4476 (12 years ago) by michael: - res.c: style corrections
parse.c 4298 (12 years ago) by michael: - Fixed typos all over the place
packet.c 4461 (12 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'.
numeric.c 4380 (12 years ago) by michael: - numeric.c: ERR_NICKTOOFAST: use %u conversion specifier
motd.c 4479 (12 years ago) by michael: - Fixed compile warnings
modules.c 3504 (12 years ago) by michael: - Renamed MyMalloc() to MyCalloc()
misc.c 3455 (12 years ago) by michael: - misc.c:ssl_get_ciper(): get rid of this magic IRCD_BUFSIZE/4. Use IRCD_BUFSIZE instead.
mempool.c 4439 (12 years ago) by michael: - Renamed various variables
memory.c 4473 (12 years ago) by michael: - memory.c:MyRealloc(): As pointed out by Adam, realloc() can be called with size being 0 which equals to free(). In that case the outofmemory handler shouldn't be triggered.
match.c 3907 (12 years ago) by michael: - Use 'unsigned' whenever possible
log.c 4340 (12 years ago) by michael: - Renamed structures to meet code conventions
listener.c 4461 (12 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'.
list.c 4086 (12 years ago) by michael: - Let mp_pool_get() clear memory
ircd_signal.c 3063 (12 years ago) by michael: - ircd_signal.c:sigint_handler(): fixed inconsistent "SIGINT received" vs. "received signal SIGTERM" message
ircd.c 4415 (12 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 (12 years ago) by michael: - Backported auth code related cleanups from newio branch
ipcache.c 4415 (12 years ago) by michael: - Removed ipv6 detection. We now assume all systems that run hybrid have ipv6 availability and sockaddr_storage.
hostmask.c 4415 (12 years ago) by michael: - Removed ipv6 detection. We now assume all systems that run hybrid have ipv6 availability and sockaddr_storage.
hash.c 4489 (12 years ago) by michael: - Add topic mask option to /list
gline.c 4415 (12 years ago) by michael: - Removed ipv6 detection. We now assume all systems that run hybrid have ipv6 availability and sockaddr_storage.
getopt.c 4470 (12 years ago) by michael: - getopt.c:parseargs(): use xstrdup() instead of malloc/strcpy combo; don't modify memory pointed by the argument vector. Fixes provided by Adam.
fdlist.c 4479 (12 years ago) by michael: - Fixed compile warnings
event.c 4432 (12 years ago) by michael: - event.c: update show_events() to make /stats E look nicer
dbuf.c 4086 (12 years ago) by michael: - Let mp_pool_get() clear memory
conf_parser.y 4415 (12 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 (12 years ago) by michael: - Improved AWAY throttling to allow for better fine-tuning
conf_parser.c 4415 (12 years ago) by michael: - Removed ipv6 detection. We now assume all systems that run hybrid have ipv6 availability and sockaddr_storage.
conf_lexer.l 4313 (12 years ago) by michael: - Improved AWAY throttling to allow for better fine-tuning
conf_lexer.c 4313 (12 years ago) by michael: - Improved AWAY throttling to allow for better fine-tuning
conf_db.c 3504 (12 years ago) by michael: - Renamed MyMalloc() to MyCalloc()
conf_class.c 4415 (12 years ago) by michael: - Removed ipv6 detection. We now assume all systems that run hybrid have ipv6 availability and sockaddr_storage.
conf.c 4496 (12 years ago) by michael: - conf.c:set_default_conf(): really default to secp256r1
client.c 4439 (12 years ago) by michael: - Renamed various variables
channel_mode.c 4176 (12 years ago) by michael: - channel_mode.c:clear_ban_cache(): use locmembers list
channel.c 4415 (12 years ago) by michael: - Removed ipv6 detection. We now assume all systems that run hybrid have ipv6 availability and sockaddr_storage.
auth.c 4464 (12 years ago) by michael: - Removed CNCB typedef
Makefile.in 4364 (12 years ago) by michael: - Moved ax_check_openssl.m4 to ax_arg_openssl.m4
Makefile.am 4333 (12 years ago) by michael: - Removed select() support
0 directories and 54 files shown