elemental-ircd/src
William Pitcock 5da17c500b fix whois :) 2008-04-06 12:04:25 -05:00
..
.cvsignore [svn] - the new plan: 2007-01-24 22:40:21 -08:00
.depend ssl sync with http://hg.angelforce.ru/charybdis-old 2008-04-06 18:52:42 +04:00
.indent.pro [svn] - the new plan: 2007-01-24 22:40:21 -08:00
Makefile.in ssl sync with http://hg.angelforce.ru/charybdis-old 2008-04-06 18:52:42 +04:00
blacklist.c CurrentTime -> rb_currenttime(); 2008-04-02 03:53:20 +04:00
cache.c Restore and update send_oper_motd(). 2008-04-03 01:16:49 +02:00
channel.c s_log.* -> logger.* (s_foo looks ugly, lets try to get rid of it) 2008-04-02 21:52:01 -05:00
chmode.c s_log.* -> logger.* (s_foo looks ugly, lets try to get rid of it) 2008-04-02 21:52:01 -05:00
class.c Remove ^M. 2008-04-02 20:50:20 +02:00
client.c ssl sync with http://hg.angelforce.ru/charybdis-old 2008-04-06 18:52:42 +04:00
extban.c libcharybdis includes gone. 2008-04-02 02:39:19 +04:00
getopt.c [svn] - the new plan: 2007-01-24 22:40:21 -08:00
hash.c ssl sync with http://hg.angelforce.ru/charybdis-old 2008-04-06 18:52:42 +04:00
hook.c DubString -> rb_strdup 2008-04-02 03:26:34 +04:00
hostmask.c Replacing legacy IPV6 define with RB_IPV6 (which is included in libratbox's config.h). 2008-04-05 20:57:30 +04:00
irc_dictionary.c fix irc_dictionary, and some ircd warnings 2008-04-01 20:01:25 -05:00
irc_string.c Replacing legacy IPV6 define with RB_IPV6 (which is included in libratbox's config.h). 2008-04-05 20:57:30 +04:00
ircd.c ssl sync with http://hg.angelforce.ru/charybdis-old 2008-04-06 18:52:42 +04:00
ircd_lexer.l Make this compile again. 2008-04-03 10:31:18 -05:00
ircd_parser.y DubString -> rb_strdup 2008-04-02 03:26:34 +04:00
ircd_signal.c s_log.* -> logger.* (s_foo looks ugly, lets try to get rid of it) 2008-04-02 21:52:01 -05:00
ircd_state.c Some global structs cleaned up a bit in their initalization and declarations. 2008-04-05 22:02:59 +04:00
kdparse.c s_log.* -> logger.* (s_foo looks ugly, lets try to get rid of it) 2008-04-02 21:52:01 -05:00
listener.c ssl sync with http://hg.angelforce.ru/charybdis-old 2008-04-06 18:52:42 +04:00
logger.c s_log.* -> logger.* (s_foo looks ugly, lets try to get rid of it) 2008-04-02 21:52:01 -05:00
match.c Replacing legacy IPV6 define with RB_IPV6 (which is included in libratbox's config.h). 2008-04-05 20:57:30 +04:00
messages.tab fix whois :) 2008-04-06 12:04:25 -05:00
modules.c s_log.* -> logger.* (s_foo looks ugly, lets try to get rid of it) 2008-04-02 21:52:01 -05:00
monitor.c fix monitor.c 2008-04-01 20:03:40 -05:00
newconf.c ssl sync with http://hg.angelforce.ru/charybdis-old 2008-04-06 18:52:42 +04:00
numeric.c libcharybdis includes gone. 2008-04-02 02:39:19 +04:00
packet.c ssl sync with http://hg.angelforce.ru/charybdis-old 2008-04-06 18:52:42 +04:00
parse.c s_stats.c removed, now we use new style of stats handling. 2008-04-04 19:54:37 +04:00
reject.c Replacing legacy IPV6 define with RB_IPV6 (which is included in libratbox's config.h). 2008-04-05 20:57:30 +04:00
res.c Replacing legacy IPV6 define with RB_IPV6 (which is included in libratbox's config.h). 2008-04-05 20:57:30 +04:00
reslib.c irc_sockaddr_storage -> rb_sockaddr_storage, changing fd in Listener struct to F 'cause libratbox3 need it. 2008-04-02 19:57:37 +04:00
restart.c Much clear maxconnections stuff - ported from ratbox3. 2008-04-05 23:56:15 +04:00
s_auth.c Replacing legacy IPV6 define with RB_IPV6 (which is included in libratbox's config.h). 2008-04-05 20:57:30 +04:00
s_conf.c ssl sync with http://hg.angelforce.ru/charybdis-old 2008-04-06 18:52:42 +04:00
s_gline.c CurrentTime -> rb_currenttime(); 2008-04-02 03:53:20 +04:00
s_newconf.c irc_sockaddr_storage -> rb_sockaddr_storage, changing fd in Listener struct to F 'cause libratbox3 need it. 2008-04-02 19:57:37 +04:00
s_serv.c ssl sync with http://hg.angelforce.ru/charybdis-old 2008-04-06 18:52:42 +04:00
s_user.c add umode +Z for SSL, can't be set or unset 2008-04-06 11:55:12 -05:00
scache.c CurrentTime -> rb_currenttime(); 2008-04-02 03:53:20 +04:00
send.c ssl sync with http://hg.angelforce.ru/charybdis-old 2008-04-06 18:52:42 +04:00
snomask.c [svn] - the new plan: 2007-01-24 22:40:21 -08:00
sslproc.c make this compile again 2008-04-06 11:33:34 -05:00
substitution.c DubString -> rb_strdup 2008-04-02 03:26:34 +04:00
supported.c MyMalloc -> rb_malloc 2008-04-02 03:07:29 +04:00
version.c.SH Update main copyright year. 2008-01-02 00:09:50 +01:00
whowas.c CurrentTime -> rb_currenttime(); 2008-04-02 03:53:20 +04:00