ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/src
(Current path doesn't exist after revision 1586)
r59
File Last Change
 ../
irc_getaddrinfo.c 33 (20 years ago) by knight: - svn:keywords
match.c 33 (20 years ago) by knight: - svn:keywords
s_log.c 33 (20 years ago) by knight: - svn:keywords
crypt.c 33 (20 years ago) by knight: - svn:keywords
numeric.c 33 (20 years ago) by knight: - svn:keywords
listener.c 33 (20 years ago) by knight: - svn:keywords
version.c 33 (20 years ago) by knight: - svn:keywords
messages.tab 33 (20 years ago) by knight: - svn:keywords
fileio.c 33 (20 years ago) by knight: - svn:keywords
client.c 33 (20 years ago) by knight: - svn:keywords
packet.c 33 (20 years ago) by knight: - svn:keywords
csvlib.c 33 (20 years ago) by knight: - svn:keywords
balloc.c 33 (20 years ago) by knight: - svn:keywords
snprintf.c 33 (20 years ago) by knight: - svn:keywords
s_bsd_sigio.c 33 (20 years ago) by knight: - svn:keywords
s_bsd_epoll.c 33 (20 years ago) by knight: - svn:keywords
whowas.c 33 (20 years ago) by knight: - svn:keywords
fdlist.c 33 (20 years ago) by knight: - svn:keywords
modules.c 33 (20 years ago) by knight: - svn:keywords
getopt.c 33 (20 years ago) by knight: - svn:keywords
sprintf_irc.c 33 (20 years ago) by knight: - svn:keywords
memory.c 33 (20 years ago) by knight: - svn:keywords
s_auth.c 33 (20 years ago) by knight: - svn:keywords
s_bsd_select.c 33 (20 years ago) by knight: - svn:keywords
hook.c 33 (20 years ago) by knight: - svn:keywords
hash.c 33 (20 years ago) by knight: - svn:keywords
s_misc.c 33 (20 years ago) by knight: - svn:keywords
irc_getnameinfo.c 33 (20 years ago) by knight: - svn:keywords
list.c 33 (20 years ago) by knight: - svn:keywords
motd.c 33 (20 years ago) by knight: - svn:keywords
resv.c 33 (20 years ago) by knight: - svn:keywords
dynlink.c 33 (20 years ago) by knight: - svn:keywords
s_bsd_kqueue.c 33 (20 years ago) by knight: - svn:keywords
s_bsd_poll.c 33 (20 years ago) by knight: - svn:keywords
s_gline.c 33 (20 years ago) by knight: - svn:keywords
s_bsd_devpoll.c 33 (20 years ago) by knight: - svn:keywords
rsa.c 33 (20 years ago) by knight: - svn:keywords
irc_reslib.c 33 (20 years ago) by knight: - svn:keywords
irc_res.c 33 (20 years ago) by knight: - svn:keywords
irc_string.c 33 (20 years ago) by knight: - svn:keywords
tools.c 33 (20 years ago) by knight: - svn:keywords
ircd_signal.c 33 (20 years ago) by knight: - svn:keywords
hostmask.c 33 (20 years ago) by knight: - svn:keywords
s_bsd.c 33 (20 years ago) by knight: - svn:keywords
inet_misc.c 33 (20 years ago) by knight: - svn:keywords
s_stats.c 33 (20 years ago) by knight: - svn:keywords
restart.c 33 (20 years ago) by knight: - svn:keywords
s_bsd_win32.c 33 (20 years ago) by knight: - svn:keywords
m_error.c 33 (20 years ago) by knight: - svn:keywords
dbuf.c 33 (20 years ago) by knight: - svn:keywords
channel.c 33 (20 years ago) by knight: - svn:keywords
send.c 33 (20 years ago) by knight: - svn:keywords
event.c 33 (20 years ago) by knight: - svn:keywords
parse.c 33 (20 years ago) by knight: - svn:keywords
s_serv.c 41 (20 years ago) by adx: - *hopefully* this hack fixes cryptlinks+ts6 instead of breaking them ;)
channel_mode.c 48 (20 years ago) by adx: - added a hook for get_channel_access to allow oper override modules - please review
ircd.c 48 (20 years ago) by adx: - added a hook for get_channel_access to allow oper override modules - please review
y.tab.c 55 (20 years ago) by michael: - Re-added an equivalent of H6's sixth O-line field (Modes to get on operup). - Updated efnet's example.conf to reflect the new opers_bypass_callerid directive - Misc style corrections to s_user.c while on it
y.tab.h 55 (20 years ago) by michael: - Re-added an equivalent of H6's sixth O-line field (Modes to get on operup). - Updated efnet's example.conf to reflect the new opers_bypass_callerid directive - Misc style corrections to s_user.c while on it
ircd_lexer.l 55 (20 years ago) by michael: - Re-added an equivalent of H6's sixth O-line field (Modes to get on operup). - Updated efnet's example.conf to reflect the new opers_bypass_callerid directive - Misc style corrections to s_user.c while on it
s_user.c 55 (20 years ago) by michael: - Re-added an equivalent of H6's sixth O-line field (Modes to get on operup). - Updated efnet's example.conf to reflect the new opers_bypass_callerid directive - Misc style corrections to s_user.c while on it
lex.yy.c 55 (20 years ago) by michael: - Re-added an equivalent of H6's sixth O-line field (Modes to get on operup). - Updated efnet's example.conf to reflect the new opers_bypass_callerid directive - Misc style corrections to s_user.c while on it
ircd_parser.y 55 (20 years ago) by michael: - Re-added an equivalent of H6's sixth O-line field (Modes to get on operup). - Updated efnet's example.conf to reflect the new opers_bypass_callerid directive - Misc style corrections to s_user.c while on it
s_conf.c 57 (20 years ago) by michael: - Reverted oper_privs_as_string() back to its previous version which is easier to maintain when adding new operflags. Even the one who wrote the new version introduced a bug by not taking care to keep the oper_flags_table in sync with the OPER_FLAGS_* bits. (which also no one really wants to do ...) - Updated it to deal with new 'remoteban', 'operwall' and 'operspy' flags
Makefile.in 59 (20 years ago) by adx: - move non-irc related sources to /libio - todo: make it independent of the rest of code
0 directories and 65 files shown