ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid-8/src
(Current path doesn't exist after revision 1591)
r1238
File (rev) Last Change
 ../
whowas.c 1156 (15 years ago) by michael: - create ircd-hybrid-8 "branch"
watch.c 1156 (15 years ago) by michael: - create ircd-hybrid-8 "branch"
version.c 1156 (15 years ago) by michael: - create ircd-hybrid-8 "branch"
sprintf_irc.c 1156 (15 years ago) by michael: - create ircd-hybrid-8 "branch"
send.c 1219 (14 years ago) by michael: - Start cleaning up macros in client.h. Replace several ClientHasSomeCoolFlag() with simple HasFlag/HasUMode macros.
s_user.c 1232 (14 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_serv.c 1234 (14 years ago) by michael: - replace all instances of parv[0] with source_p->name
s_misc.c 1233 (14 years ago) by michael: - replace bunch of ircsprintf with snprintf
s_log.c 1156 (15 years ago) by michael: - create ircd-hybrid-8 "branch"
s_gline.c 1156 (15 years ago) by michael: - create ircd-hybrid-8 "branch"
s_conf.c 1219 (14 years ago) by michael: - Start cleaning up macros in client.h. Replace several ClientHasSomeCoolFlag() with simple HasFlag/HasUMode macros.
s_bsd_sigio.c 1156 (15 years ago) by michael: - create ircd-hybrid-8 "branch"
s_bsd_select.c 1156 (15 years ago) by michael: - create ircd-hybrid-8 "branch"
s_bsd_poll.c 1156 (15 years ago) by michael: - create ircd-hybrid-8 "branch"
s_bsd_kqueue.c 1156 (15 years ago) by michael: - create ircd-hybrid-8 "branch"
s_bsd_epoll.c 1156 (15 years ago) by michael: - create ircd-hybrid-8 "branch"
s_bsd_devpoll.c 1156 (15 years ago) by michael: - create ircd-hybrid-8 "branch"
s_bsd.c 1156 (15 years ago) by michael: - create ircd-hybrid-8 "branch"
s_auth.c 1156 (15 years ago) by michael: - create ircd-hybrid-8 "branch"
rsa.c 1156 (15 years ago) by michael: - create ircd-hybrid-8 "branch"
rng_mt.c 1156 (15 years ago) by michael: - create ircd-hybrid-8 "branch"
resv.c 1156 (15 years ago) by michael: - create ircd-hybrid-8 "branch"
restart.c 1156 (15 years ago) by michael: - create ircd-hybrid-8 "branch"
parse.c 1235 (14 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
packet.c 1219 (14 years ago) by michael: - Start cleaning up macros in client.h. Replace several ClientHasSomeCoolFlag() with simple HasFlag/HasUMode macros.
numeric.c 1156 (15 years ago) by michael: - create ircd-hybrid-8 "branch"
motd.c 1156 (15 years ago) by michael: - create ircd-hybrid-8 "branch"
modules.c 1238 (14 years ago) by michael: - rename mod_list to modules_list and make it static - remove now unused _modinit and _moddeinit prototypes
messages.tab 1179 (15 years ago) by michael: - Forward-port r1177: Fix ERR_ACCEPTEXIST numeric string. Two %s conversion specifier have been missed here
memory.c 1156 (15 years ago) by michael: - create ircd-hybrid-8 "branch"
match.c 1156 (15 years ago) by michael: - create ircd-hybrid-8 "branch"
listener.c 1219 (14 years ago) by michael: - Start cleaning up macros in client.h. Replace several ClientHasSomeCoolFlag() with simple HasFlag/HasUMode macros.
list.c 1156 (15 years ago) by michael: - create ircd-hybrid-8 "branch"
ircd_signal.c 1156 (15 years ago) by michael: - create ircd-hybrid-8 "branch"
ircd_parser.y 1228 (14 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 (14 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.c 1228 (14 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 (14 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 (14 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.c 1236 (14 years ago) by michael: - Getting rid of rlimits.h. Relying on RLIMIT_NOFILE is more than enough nowadays
irc_string.c 1156 (15 years ago) by michael: - create ircd-hybrid-8 "branch"
irc_reslib.c 1156 (15 years ago) by michael: - create ircd-hybrid-8 "branch"
irc_res.c 1156 (15 years ago) by michael: - create ircd-hybrid-8 "branch"
hostmask.c 1219 (14 years ago) by michael: - Start cleaning up macros in client.h. Replace several ClientHasSomeCoolFlag() with simple HasFlag/HasUMode macros.
hook.c 1156 (15 years ago) by michael: - create ircd-hybrid-8 "branch"
hash.c 1203 (15 years ago) by michael: - make channel::topic and channel::topic_info fixed-size arrays
getopt.c 1156 (15 years ago) by michael: - create ircd-hybrid-8 "branch"
fileio.c 1156 (15 years ago) by michael: - create ircd-hybrid-8 "branch"
fdlist.c 1236 (14 years ago) by michael: - Getting rid of rlimits.h. Relying on RLIMIT_NOFILE is more than enough nowadays
event.c 1156 (15 years ago) by michael: - create ircd-hybrid-8 "branch"
dbuf.c 1156 (15 years ago) by michael: - create ircd-hybrid-8 "branch"
csvlib.c 1156 (15 years ago) by michael: - create ircd-hybrid-8 "branch"
client.c 1219 (14 years ago) by michael: - Start cleaning up macros in client.h. Replace several ClientHasSomeCoolFlag() with simple HasFlag/HasUMode macros.
channel_mode.c 1219 (14 years ago) by michael: - Start cleaning up macros in client.h. Replace several ClientHasSomeCoolFlag() with simple HasFlag/HasUMode macros.
channel.c 1219 (14 years ago) by michael: - Start cleaning up macros in client.h. Replace several ClientHasSomeCoolFlag() with simple HasFlag/HasUMode macros.
balloc.c 1156 (15 years ago) by michael: - create ircd-hybrid-8 "branch"
Makefile.in 1237 (14 years ago) by michael: - move remaining functions in dynlink.c into modules.c
Makefile.am 1237 (14 years ago) by michael: - move remaining functions in dynlink.c into modules.c
0 directories and 58 files shown