ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid-8/src
(Current path doesn't exist after revision 1591)
r1246
File Last Change
 ../
match.c 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"
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"
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"
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_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"
event.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
hostmask.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_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.
Makefile.in 1237 (12 years ago) by michael: - move remaining functions in dynlink.c into modules.c
Makefile.am 1237 (12 years ago) by michael: - move remaining functions in dynlink.c into modules.c
listener.c 1242 (12 years ago) by michael: - listener.c: remove outdated comment. remove useless header include
s_log.c 1243 (12 years ago) by michael: - move content of msg.h, ircd_handler.h and handlers.h into parse.h and remove headers accordingly - killed common.h - remove m_killhost.c and m_flags.c from contrib/ - sort out unused header includes here and there
irc_res.c 1243 (12 years ago) by michael: - move content of msg.h, ircd_handler.h and handlers.h into parse.h and remove headers accordingly - killed common.h - remove m_killhost.c and m_flags.c from contrib/ - sort out unused header includes here and there
numeric.c 1243 (12 years ago) by michael: - move content of msg.h, ircd_handler.h and handlers.h into parse.h and remove headers accordingly - killed common.h - remove m_killhost.c and m_flags.c from contrib/ - sort out unused header includes here and there
s_bsd.c 1243 (12 years ago) by michael: - move content of msg.h, ircd_handler.h and handlers.h into parse.h and remove headers accordingly - killed common.h - remove m_killhost.c and m_flags.c from contrib/ - sort out unused header includes here and there
client.c 1243 (12 years ago) by michael: - move content of msg.h, ircd_handler.h and handlers.h into parse.h and remove headers accordingly - killed common.h - remove m_killhost.c and m_flags.c from contrib/ - sort out unused header includes here and there
packet.c 1243 (12 years ago) by michael: - move content of msg.h, ircd_handler.h and handlers.h into parse.h and remove headers accordingly - killed common.h - remove m_killhost.c and m_flags.c from contrib/ - sort out unused header includes here and there
fdlist.c 1243 (12 years ago) by michael: - move content of msg.h, ircd_handler.h and handlers.h into parse.h and remove headers accordingly - killed common.h - remove m_killhost.c and m_flags.c from contrib/ - sort out unused header includes here and there
whowas.c 1243 (12 years ago) by michael: - move content of msg.h, ircd_handler.h and handlers.h into parse.h and remove headers accordingly - killed common.h - remove m_killhost.c and m_flags.c from contrib/ - sort out unused header includes here and there
modules.c 1243 (12 years ago) by michael: - move content of msg.h, ircd_handler.h and handlers.h into parse.h and remove headers accordingly - killed common.h - remove m_killhost.c and m_flags.c from contrib/ - sort out unused header includes here and there
ircd_lexer.l 1243 (12 years ago) by michael: - move content of msg.h, ircd_handler.h and handlers.h into parse.h and remove headers accordingly - killed common.h - remove m_killhost.c and m_flags.c from contrib/ - sort out unused header includes here and there
ircd_lexer.c 1243 (12 years ago) by michael: - move content of msg.h, ircd_handler.h and handlers.h into parse.h and remove headers accordingly - killed common.h - remove m_killhost.c and m_flags.c from contrib/ - sort out unused header includes here and there
channel_mode.c 1243 (12 years ago) by michael: - move content of msg.h, ircd_handler.h and handlers.h into parse.h and remove headers accordingly - killed common.h - remove m_killhost.c and m_flags.c from contrib/ - sort out unused header includes here and there
s_conf.c 1243 (12 years ago) by michael: - move content of msg.h, ircd_handler.h and handlers.h into parse.h and remove headers accordingly - killed common.h - remove m_killhost.c and m_flags.c from contrib/ - sort out unused header includes here and there
s_user.c 1243 (12 years ago) by michael: - move content of msg.h, ircd_handler.h and handlers.h into parse.h and remove headers accordingly - killed common.h - remove m_killhost.c and m_flags.c from contrib/ - sort out unused header includes here and there
ircd.c 1243 (12 years ago) by michael: - move content of msg.h, ircd_handler.h and handlers.h into parse.h and remove headers accordingly - killed common.h - remove m_killhost.c and m_flags.c from contrib/ - sort out unused header includes here and there
s_auth.c 1243 (12 years ago) by michael: - move content of msg.h, ircd_handler.h and handlers.h into parse.h and remove headers accordingly - killed common.h - remove m_killhost.c and m_flags.c from contrib/ - sort out unused header includes here and there
dbuf.c 1243 (12 years ago) by michael: - move content of msg.h, ircd_handler.h and handlers.h into parse.h and remove headers accordingly - killed common.h - remove m_killhost.c and m_flags.c from contrib/ - sort out unused header includes here and there
hash.c 1243 (12 years ago) by michael: - move content of msg.h, ircd_handler.h and handlers.h into parse.h and remove headers accordingly - killed common.h - remove m_killhost.c and m_flags.c from contrib/ - sort out unused header includes here and there
s_misc.c 1243 (12 years ago) by michael: - move content of msg.h, ircd_handler.h and handlers.h into parse.h and remove headers accordingly - killed common.h - remove m_killhost.c and m_flags.c from contrib/ - sort out unused header includes here and there
s_serv.c 1243 (12 years ago) by michael: - move content of msg.h, ircd_handler.h and handlers.h into parse.h and remove headers accordingly - killed common.h - remove m_killhost.c and m_flags.c from contrib/ - sort out unused header includes here and there
channel.c 1243 (12 years ago) by michael: - move content of msg.h, ircd_handler.h and handlers.h into parse.h and remove headers accordingly - killed common.h - remove m_killhost.c and m_flags.c from contrib/ - sort out unused header includes here and there
send.c 1243 (12 years ago) by michael: - move content of msg.h, ircd_handler.h and handlers.h into parse.h and remove headers accordingly - killed common.h - remove m_killhost.c and m_flags.c from contrib/ - sort out unused header includes here and there
resv.c 1243 (12 years ago) by michael: - move content of msg.h, ircd_handler.h and handlers.h into parse.h and remove headers accordingly - killed common.h - remove m_killhost.c and m_flags.c from contrib/ - sort out unused header includes here and there
parse.c 1246 (12 years ago) by michael: - parse.c: remove unused variable, plus style cleanups
0 directories and 58 files shown