ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid-7.3/src
(Current path doesn't exist after revision 1606)
r1442
File Last Change
 ../
s_bsd_poll.c 1029 (16 years ago) by michael: - branch off trunk to create 7.3 branch
s_bsd_devpoll.c 1029 (16 years ago) by michael: - branch off trunk to create 7.3 branch
s_gline.c 1029 (16 years ago) by michael: - branch off trunk to create 7.3 branch
rsa.c 1029 (16 years ago) by michael: - branch off trunk to create 7.3 branch
numeric.c 1029 (16 years ago) by michael: - branch off trunk to create 7.3 branch
watch.c 1029 (16 years ago) by michael: - branch off trunk to create 7.3 branch
ircd_signal.c 1029 (16 years ago) by michael: - branch off trunk to create 7.3 branch
hostmask.c 1029 (16 years ago) by michael: - branch off trunk to create 7.3 branch
fileio.c 1029 (16 years ago) by michael: - branch off trunk to create 7.3 branch
balloc.c 1029 (16 years ago) by michael: - branch off trunk to create 7.3 branch
csvlib.c 1029 (16 years ago) by michael: - branch off trunk to create 7.3 branch
s_bsd_epoll.c 1029 (16 years ago) by michael: - branch off trunk to create 7.3 branch
s_bsd_sigio.c 1029 (16 years ago) by michael: - branch off trunk to create 7.3 branch
fdlist.c 1029 (16 years ago) by michael: - branch off trunk to create 7.3 branch
whowas.c 1029 (16 years ago) by michael: - branch off trunk to create 7.3 branch
modules.c 1029 (16 years ago) by michael: - branch off trunk to create 7.3 branch
getopt.c 1029 (16 years ago) by michael: - branch off trunk to create 7.3 branch
rng_mt.c 1029 (16 years ago) by michael: - branch off trunk to create 7.3 branch
sprintf_irc.c 1029 (16 years ago) by michael: - branch off trunk to create 7.3 branch
memory.c 1029 (16 years ago) by michael: - branch off trunk to create 7.3 branch
dbuf.c 1029 (16 years ago) by michael: - branch off trunk to create 7.3 branch
s_bsd_select.c 1029 (16 years ago) by michael: - branch off trunk to create 7.3 branch
s_misc.c 1029 (16 years ago) by michael: - branch off trunk to create 7.3 branch
motd.c 1029 (16 years ago) by michael: - branch off trunk to create 7.3 branch
dynlink.c 1029 (16 years ago) by michael: - branch off trunk to create 7.3 branch
event.c 1029 (16 years ago) by michael: - branch off trunk to create 7.3 branch
resv.c 1029 (16 years ago) by michael: - branch off trunk to create 7.3 branch
s_bsd_kqueue.c 1029 (16 years ago) by michael: - branch off trunk to create 7.3 branch
s_log.c 1086 (16 years ago) by michael: - ts_warn(), ilog(): replace two vsprintfS with vsnprintf. We're immortal now!!!!!!!!!111
parse.c 1118 (15 years ago) by michael: - cleanup and sanitize m_server.c. remove hostmasking. Improve TS6 suppport
irc_string.c 1122 (15 years ago) by michael: - simplify remove_ipv6_mapping() and get rid of inetntoa
match.c 1123 (15 years ago) by michael: - Got rid of irc_addrinfo.c and irc_getnameinfo.c - Fixed broken ipv6 detection due to incorrect use of AC_CHECK_TYPES
listener.c 1123 (15 years ago) by michael: - Got rid of irc_addrinfo.c and irc_getnameinfo.c - Fixed broken ipv6 detection due to incorrect use of AC_CHECK_TYPES
packet.c 1123 (15 years ago) by michael: - Got rid of irc_addrinfo.c and irc_getnameinfo.c - Fixed broken ipv6 detection due to incorrect use of AC_CHECK_TYPES
Makefile.am 1123 (15 years ago) by michael: - Got rid of irc_addrinfo.c and irc_getnameinfo.c - Fixed broken ipv6 detection due to incorrect use of AC_CHECK_TYPES
send.c 1123 (15 years ago) by michael: - Got rid of irc_addrinfo.c and irc_getnameinfo.c - Fixed broken ipv6 detection due to incorrect use of AC_CHECK_TYPES
irc_res.c 1124 (15 years ago) by michael: - replace several ircsprintf with snprintf
s_auth.c 1124 (15 years ago) by michael: - replace several ircsprintf with snprintf
s_serv.c 1126 (15 years ago) by michael: - add dlink_move_node() and make use of it in several places - reuse LocalUser::lclient_node for local_client_list and serv_list (moving node between unknown_list and serv_list/local_client_list)
list.c 1126 (15 years ago) by michael: - add dlink_move_node() and make use of it in several places - reuse LocalUser::lclient_node for local_client_list and serv_list (moving node between unknown_list and serv_list/local_client_list)
version.c 1135 (15 years ago) by michael: - update my email address
s_bsd.c 1143 (15 years ago) by michael: - Update NEWS file - Minor optimization to update_client_exit_stats close_connection - Move MaxConnectionCount/MaxClientCount to Counter struct
s_user.c 1143 (15 years ago) by michael: - Update NEWS file - Minor optimization to update_client_exit_stats close_connection - Move MaxConnectionCount/MaxClientCount to Counter struct
ircd.c 1149 (15 years ago) by michael: - Style cleanups - Doxify hook.c
hook.c 1149 (15 years ago) by michael: - Style cleanups - Doxify hook.c
hash.c 1149 (15 years ago) by michael: - Style cleanups - Doxify hook.c
channel_mode.c 1150 (15 years ago) by michael: - add new channel modes O and S
channel.c 1150 (15 years ago) by michael: - add new channel modes O and S
messages.tab 1177 (14 years ago) by michael: - Fix ERR_ACCEPTEXIST numeric string. Two %s conversion specifier have been missed here
client.c 1183 (14 years ago) by michael: - exit_client(): We were accidentally trying to free memory pointed by source_p->lclient_node. Fixed.
Makefile.in 1254 (14 years ago) by michael: - automake 1.11.2
irc_reslib.c 1255 (14 years ago) by michael: - irc_res_mkquery(): fix compile warning with gcc 4.6
ircd_parser.h 1263 (14 years ago) by michael: - add need_tls to auth::flags
ircd_lexer.l 1263 (14 years ago) by michael: - add need_tls to auth::flags
ircd_lexer.c 1263 (14 years ago) by michael: - add need_tls to auth::flags
ircd_parser.c 1284 (14 years ago) by michael: - Added CIDR support for operator{} blocks
s_conf.c 1284 (14 years ago) by michael: - Added CIDR support for operator{} blocks
ircd_parser.y 1284 (14 years ago) by michael: - Added CIDR support for operator{} blocks
restart.c 1342 (14 years ago) by michael: - Applied patch to shut up gcc with -Wformat-security enabled. Patch submitted by Moritz Muehlenhoff/Debian Security.
0 directories and 59 files shown