.. |
.cvsignore
|
[svn] - the new plan:
|
2007-01-24 22:40:21 -08:00 |
.depend
|
start making this compile
|
2008-04-01 15:18:48 -05:00 |
.indent.pro
|
[svn] - the new plan:
|
2007-01-24 22:40:21 -08: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
|
s_stats.c removed, now we use new style of stats handling.
|
2008-04-04 19:54:37 +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
|
Unbreak /stats B.
|
2008-04-03 23:38:47 +02: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
|
Much clear maxconnections stuff - ported from ratbox3.
|
2008-04-05 23:56:15 +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
|
Missed some files in r520 commit.
|
2008-04-05 21:20:48 +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 |
Makefile.in
|
s_stats.c removed, now we use new style of stats handling.
|
2008-04-04 19:54:37 +04: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
|
Move PRIVS command from extensions to modules (shows effective oper privs).
|
2008-03-31 00:39:14 +02: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
|
Much clear maxconnections stuff - ported from ratbox3.
|
2008-04-05 23:56:15 +04:00 |
numeric.c
|
libcharybdis includes gone.
|
2008-04-02 02:39:19 +04:00 |
packet.c
|
Servlink control data is read again, this makes /stats Z work.
|
2008-04-04 00:45:38 +02: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
|
Much clear maxconnections stuff - ported from ratbox3.
|
2008-04-05 23:56:15 +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
|
Replacing legacy IPV6 define with RB_IPV6 (which is included in libratbox's config.h).
|
2008-04-05 20:57:30 +04:00 |
s_user.c
|
s_stats.c removed, now we use new style of stats handling.
|
2008-04-04 19:54:37 +04:00 |
scache.c
|
CurrentTime -> rb_currenttime();
|
2008-04-02 03:53:20 +04:00 |
send.c
|
Ziplinks appear to work again now.
|
2008-04-04 00:13:50 +02:00 |
snomask.c
|
[svn] - the new plan:
|
2007-01-24 22:40:21 -08: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 |