ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid-8/src
(Current path doesn't exist after revision 1591)
r1236
File Last Change
 ../
match.c 1156 (12 years ago) by michael: - create ircd-hybrid-8 "branch"
s_log.c 1156 (12 years ago) by michael: - create ircd-hybrid-8 "branch"
Makefile.in 1156 (12 years ago) by michael: - create ircd-hybrid-8 "branch"
s_bsd_poll.c 1156 (12 years ago) by michael: - create ircd-hybrid-8 "branch"
s_bsd_devpoll.c 1156 (12 years ago) by michael: - create ircd-hybrid-8 "branch"
s_gline.c 1156 (12 years ago) by michael: - create ircd-hybrid-8 "branch"
irc_reslib.c 1156 (12 years ago) by michael: - create ircd-hybrid-8 "branch"
rsa.c 1156 (12 years ago) by michael: - create ircd-hybrid-8 "branch"
irc_res.c 1156 (12 years ago) by michael: - create ircd-hybrid-8 "branch"
numeric.c 1156 (12 years ago) by michael: - create ircd-hybrid-8 "branch"
watch.c 1156 (12 years ago) by michael: - create ircd-hybrid-8 "branch"
irc_string.c 1156 (12 years ago) by michael: - create ircd-hybrid-8 "branch"
version.c 1156 (12 years ago) by michael: - create ircd-hybrid-8 "branch"
ircd_signal.c 1156 (12 years ago) by michael: - create ircd-hybrid-8 "branch"
s_bsd.c 1156 (12 years ago) by michael: - create ircd-hybrid-8 "branch"
fileio.c 1156 (12 years ago) by michael: - create ircd-hybrid-8 "branch"
balloc.c 1156 (12 years ago) by michael: - create ircd-hybrid-8 "branch"
csvlib.c 1156 (12 years ago) by michael: - create ircd-hybrid-8 "branch"
s_bsd_epoll.c 1156 (12 years ago) by michael: - create ircd-hybrid-8 "branch"
s_bsd_sigio.c 1156 (12 years ago) by michael: - create ircd-hybrid-8 "branch"
whowas.c 1156 (12 years ago) by michael: - create ircd-hybrid-8 "branch"
getopt.c 1156 (12 years ago) by michael: - create ircd-hybrid-8 "branch"
restart.c 1156 (12 years ago) by michael: - create ircd-hybrid-8 "branch"
rng_mt.c 1156 (12 years ago) by michael: - create ircd-hybrid-8 "branch"
sprintf_irc.c 1156 (12 years ago) by michael: - create ircd-hybrid-8 "branch"
memory.c 1156 (12 years ago) by michael: - create ircd-hybrid-8 "branch"
s_auth.c 1156 (12 years ago) by michael: - create ircd-hybrid-8 "branch"
dbuf.c 1156 (12 years ago) by michael: - create ircd-hybrid-8 "branch"
s_bsd_select.c 1156 (12 years ago) by michael: - create ircd-hybrid-8 "branch"
hook.c 1156 (12 years ago) by michael: - create ircd-hybrid-8 "branch"
list.c 1156 (12 years ago) by michael: - create ircd-hybrid-8 "branch"
motd.c 1156 (12 years ago) by michael: - create ircd-hybrid-8 "branch"
Makefile.am 1156 (12 years ago) by michael: - create ircd-hybrid-8 "branch"
event.c 1156 (12 years ago) by michael: - create ircd-hybrid-8 "branch"
resv.c 1156 (12 years ago) by michael: - create ircd-hybrid-8 "branch"
s_bsd_kqueue.c 1156 (12 years ago) by michael: - create ircd-hybrid-8 "branch"
messages.tab 1179 (12 years ago) by michael: - Forward-port r1177: Fix ERR_ACCEPTEXIST numeric string. Two %s conversion specifier have been missed here
hash.c 1203 (12 years ago) by michael: - make channel::topic and channel::topic_info fixed-size arrays
listener.c 1219 (12 years ago) by michael: - Start cleaning up macros in client.h. Replace several ClientHasSomeCoolFlag() with simple HasFlag/HasUMode macros.
hostmask.c 1219 (12 years ago) by michael: - Start cleaning up macros in client.h. Replace several ClientHasSomeCoolFlag() with simple HasFlag/HasUMode macros.
client.c 1219 (12 years ago) by michael: - Start cleaning up macros in client.h. Replace several ClientHasSomeCoolFlag() with simple HasFlag/HasUMode macros.
packet.c 1219 (12 years ago) by michael: - Start cleaning up macros in client.h. Replace several ClientHasSomeCoolFlag() with simple HasFlag/HasUMode macros.
channel_mode.c 1219 (12 years ago) by michael: - Start cleaning up macros in client.h. Replace several ClientHasSomeCoolFlag() with simple HasFlag/HasUMode macros.
s_conf.c 1219 (12 years ago) by michael: - Start cleaning up macros in client.h. Replace several ClientHasSomeCoolFlag() with simple HasFlag/HasUMode macros.
channel.c 1219 (12 years ago) by michael: - Start cleaning up macros in client.h. Replace several ClientHasSomeCoolFlag() with simple HasFlag/HasUMode macros.
send.c 1219 (12 years ago) by michael: - Start cleaning up macros in client.h. Replace several ClientHasSomeCoolFlag() with simple HasFlag/HasUMode macros.
ircd_parser.c 1228 (12 years ago) by michael: - add 'restart'/'module' operator flags which allows better fine tuning whether or not an operator may have access to RESTART/MOD* commands - ircd_parser.y: (oper{}): ensure yy_aconf->port is set to zero, before setting any privilege bits. Fixes odd behaviour with multiple 'flags' entries. Also removed ability to negate operator flags with a tilde '~'. Pretty useless since all operator privilege flags are set to zero by default.
ircd_parser.h 1228 (12 years ago) by michael: - add 'restart'/'module' operator flags which allows better fine tuning whether or not an operator may have access to RESTART/MOD* commands - ircd_parser.y: (oper{}): ensure yy_aconf->port is set to zero, before setting any privilege bits. Fixes odd behaviour with multiple 'flags' entries. Also removed ability to negate operator flags with a tilde '~'. Pretty useless since all operator privilege flags are set to zero by default.
ircd_lexer.l 1228 (12 years ago) by michael: - add 'restart'/'module' operator flags which allows better fine tuning whether or not an operator may have access to RESTART/MOD* commands - ircd_parser.y: (oper{}): ensure yy_aconf->port is set to zero, before setting any privilege bits. Fixes odd behaviour with multiple 'flags' entries. Also removed ability to negate operator flags with a tilde '~'. Pretty useless since all operator privilege flags are set to zero by default.
ircd_lexer.c 1228 (12 years ago) by michael: - add 'restart'/'module' operator flags which allows better fine tuning whether or not an operator may have access to RESTART/MOD* commands - ircd_parser.y: (oper{}): ensure yy_aconf->port is set to zero, before setting any privilege bits. Fixes odd behaviour with multiple 'flags' entries. Also removed ability to negate operator flags with a tilde '~'. Pretty useless since all operator privilege flags are set to zero by default.
ircd_parser.y 1228 (12 years ago) by michael: - add 'restart'/'module' operator flags which allows better fine tuning whether or not an operator may have access to RESTART/MOD* commands - ircd_parser.y: (oper{}): ensure yy_aconf->port is set to zero, before setting any privilege bits. Fixes odd behaviour with multiple 'flags' entries. Also removed ability to negate operator flags with a tilde '~'. Pretty useless since all operator privilege flags are set to zero by default.
dynlink.c 1230 (12 years ago) by michael: - cleanup module loader. Make module api more flexible
s_user.c 1232 (12 years ago) by michael: - oper_up(): if both ConfigFileEntry.oper_umodes and oconf->modes aren't specified, don't give a client any other default oper-modes
s_misc.c 1233 (12 years ago) by michael: - replace bunch of ircsprintf with snprintf
modules.c 1234 (12 years ago) by michael: - replace all instances of parv[0] with source_p->name
s_serv.c 1234 (12 years ago) by michael: - replace all instances of parv[0] with source_p->name
parse.c 1235 (12 years ago) by michael: - m_unregistered(): fix 11 years old bug where ircd sends an invalid formatted ERR_NOTREGISTERED string. - ERR_NOTREGISTERED is not rate-limited any longer
fdlist.c 1236 (12 years ago) by michael: - Getting rid of rlimits.h. Relying on RLIMIT_NOFILE is more than enough nowadays
ircd.c 1236 (12 years ago) by michael: - Getting rid of rlimits.h. Relying on RLIMIT_NOFILE is more than enough nowadays
0 directories and 59 files shown