.. |
.depend
|
Fixing compilation - CAP_GLN removed
|
2008-04-11 18:56:53 +04:00 |
.indent.pro
|
[svn] - the new plan:
|
2007-01-24 22:40:21 -08:00 |
Makefile.in
|
Remainder of irc_string.* is moved to new inline/stringops.h.
|
2008-04-20 01:03:11 -05:00 |
blacklist.c
|
strlcpy -> rb_strlcpy
|
2008-04-20 08:40:40 +04:00 |
cache.c
|
legacy irc sprintf gone
|
2008-04-20 09:12:09 +04:00 |
channel.c
|
Move some declarations to header files, this enforces that they match.
|
2008-04-20 15:30:24 +02:00 |
chmode.c
|
Fix various compiler warnings.
|
2008-04-20 15:20:10 +02:00 |
class.c
|
irc_string.h -> match.h, irc_string.h; includes changed
|
2008-04-20 09:47:38 +04:00 |
client.c
|
irc_string.h -> match.h, irc_string.h; includes changed
|
2008-04-20 09:47:38 +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
|
irc_string.h -> match.h, irc_string.h; includes changed
|
2008-04-20 09:47:38 +04:00 |
hook.c
|
Fix various compiler warnings.
|
2008-04-20 15:20:10 +02:00 |
hostmask.c
|
irc_string.h -> match.h, irc_string.h; includes changed
|
2008-04-20 09:47:38 +04:00 |
irc_dictionary.c
|
Fix various compiler warnings.
|
2008-04-20 15:20:10 +02:00 |
ircd.c
|
Show hg revision number (serno) in ircd -version.
|
2008-04-22 23:41:16 +02: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
|
Moving some m_die code into ircd_shutdown(reason) function and use it on SIGTERM too
|
2008-04-20 07:38:56 +04:00 |
kdparse.c
|
irc_string.h -> match.h, irc_string.h; includes changed
|
2008-04-20 09:47:38 +04:00 |
listener.c
|
irc_string.h -> match.h, irc_string.h; includes changed
|
2008-04-20 09:47:38 +04:00 |
logger.c
|
Don't try to fflush a file we just closed.
|
2008-04-22 00:45:43 +02:00 |
match.c
|
irc_string.h -> match.h, irc_string.h; includes changed
|
2008-04-20 09:47:38 +04:00 |
messages.tab
|
New operline based on ranting from ccr.
|
2008-04-12 18:56:46 -05:00 |
modules.c
|
irc_string.h -> match.h, irc_string.h; includes changed
|
2008-04-20 09:47:38 +04:00 |
monitor.c
|
fix monitor.c
|
2008-04-01 20:03:40 -05:00 |
newconf.c
|
Fix various compiler warnings.
|
2008-04-20 15:20:10 +02:00 |
numeric.c
|
irc_string.h -> match.h, irc_string.h; includes changed
|
2008-04-20 09:47:38 +04:00 |
packet.c
|
irc_string.h -> match.h, irc_string.h; includes changed
|
2008-04-20 09:47:38 +04:00 |
parse.c
|
irc_string.h -> match.h, irc_string.h; includes changed
|
2008-04-20 09:47:38 +04:00 |
reject.c
|
Fix various compiler warnings.
|
2008-04-20 15:20:10 +02:00 |
res.c
|
Move some declarations to header files, this enforces that they match.
|
2008-04-20 15:30:24 +02:00 |
reslib.c
|
irc_string.h -> match.h, irc_string.h; includes changed
|
2008-04-20 09:47:38 +04:00 |
restart.c
|
Much clear maxconnections stuff - ported from ratbox3.
|
2008-04-05 23:56:15 +04:00 |
s_auth.c
|
irc_string.h -> match.h, irc_string.h; includes changed
|
2008-04-20 09:47:38 +04:00 |
s_conf.c
|
Remove obsolete comment.
|
2008-04-20 15:33:23 +02:00 |
s_newconf.c
|
legacy irc sprintf gone
|
2008-04-20 09:12:09 +04:00 |
s_serv.c
|
irc_string.h -> match.h, irc_string.h; includes changed
|
2008-04-20 09:47:38 +04:00 |
s_user.c
|
irc_string.h -> match.h, irc_string.h; includes changed
|
2008-04-20 09:47:38 +04:00 |
scache.c
|
irc_string.h -> match.h, irc_string.h; includes changed
|
2008-04-20 09:47:38 +04:00 |
send.c
|
irc_string.h -> match.h, irc_string.h; includes changed
|
2008-04-20 09:47:38 +04:00 |
snomask.c
|
[svn] - the new plan:
|
2007-01-24 22:40:21 -08:00 |
sslproc.c
|
Removing UMODE_ALL, replacing all sendto_realops_flags in sslproc.c with snomasks
|
2008-04-08 20:16:19 +04:00 |
substitution.c
|
Fix various compiler warnings.
|
2008-04-20 15:20:10 +02:00 |
supported.c
|
strlcat -> rb_strlcat
|
2008-04-20 08:44:04 +04:00 |
version.c.SH
|
Update main copyright year.
|
2008-01-02 00:09:50 +01:00 |
whowas.c
|
irc_string.h -> match.h, irc_string.h; includes changed
|
2008-04-20 09:47:38 +04:00 |