ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid-8/src
(Current path doesn't exist after revision 1591)
r1243
File Last Change
 ../
Makefile.am 1237 (13 years ago) by michael: - move remaining functions in dynlink.c into modules.c
Makefile.in 1237 (13 years ago) by michael: - move remaining functions in dynlink.c into modules.c
balloc.c 1156 (14 years ago) by michael: - create ircd-hybrid-8 "branch"
channel.c 1243 (13 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 (13 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 (13 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
csvlib.c 1156 (14 years ago) by michael: - create ircd-hybrid-8 "branch"
dbuf.c 1243 (13 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
event.c 1156 (14 years ago) by michael: - create ircd-hybrid-8 "branch"
fdlist.c 1243 (13 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
fileio.c 1156 (14 years ago) by michael: - create ircd-hybrid-8 "branch"
getopt.c 1156 (14 years ago) by michael: - create ircd-hybrid-8 "branch"
hash.c 1243 (13 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
hook.c 1156 (14 years ago) by michael: - create ircd-hybrid-8 "branch"
hostmask.c 1219 (13 years ago) by michael: - Start cleaning up macros in client.h. Replace several ClientHasSomeCoolFlag() with simple HasFlag/HasUMode macros.
irc_res.c 1243 (13 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_reslib.c 1156 (14 years ago) by michael: - create ircd-hybrid-8 "branch"
irc_string.c 1156 (14 years ago) by michael: - create ircd-hybrid-8 "branch"
ircd.c 1243 (13 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 (13 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 (13 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_parser.c 1228 (13 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 (13 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 (13 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_signal.c 1156 (14 years ago) by michael: - create ircd-hybrid-8 "branch"
list.c 1156 (14 years ago) by michael: - create ircd-hybrid-8 "branch"
listener.c 1242 (13 years ago) by michael: - listener.c: remove outdated comment. remove useless header include
match.c 1156 (14 years ago) by michael: - create ircd-hybrid-8 "branch"
memory.c 1156 (14 years ago) by michael: - create ircd-hybrid-8 "branch"
messages.tab 1179 (14 years ago) by michael: - Forward-port r1177: Fix ERR_ACCEPTEXIST numeric string. Two %s conversion specifier have been missed here
modules.c 1243 (13 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
motd.c 1156 (14 years ago) by michael: - create ircd-hybrid-8 "branch"
numeric.c 1243 (13 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 (13 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 1243 (13 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
restart.c 1156 (14 years ago) by michael: - create ircd-hybrid-8 "branch"
resv.c 1243 (13 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
rng_mt.c 1156 (14 years ago) by michael: - create ircd-hybrid-8 "branch"
rsa.c 1156 (14 years ago) by michael: - create ircd-hybrid-8 "branch"
s_auth.c 1243 (13 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 (13 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_devpoll.c 1156 (14 years ago) by michael: - create ircd-hybrid-8 "branch"
s_bsd_epoll.c 1156 (14 years ago) by michael: - create ircd-hybrid-8 "branch"
s_bsd_kqueue.c 1156 (14 years ago) by michael: - create ircd-hybrid-8 "branch"
s_bsd_poll.c 1156 (14 years ago) by michael: - create ircd-hybrid-8 "branch"
s_bsd_select.c 1156 (14 years ago) by michael: - create ircd-hybrid-8 "branch"
s_bsd_sigio.c 1156 (14 years ago) by michael: - create ircd-hybrid-8 "branch"
s_conf.c 1243 (13 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_gline.c 1156 (14 years ago) by michael: - create ircd-hybrid-8 "branch"
s_log.c 1243 (13 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 (13 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 (13 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 (13 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 (13 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
sprintf_irc.c 1156 (14 years ago) by michael: - create ircd-hybrid-8 "branch"
version.c 1156 (14 years ago) by michael: - create ircd-hybrid-8 "branch"
watch.c 1156 (14 years ago) by michael: - create ircd-hybrid-8 "branch"
whowas.c 1243 (13 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
0 directories and 58 files shown