.. |
.depend
|
Update .depend files.
|
2013-03-23 23:32:46 +01:00 |
.indent.pro
|
[svn] - the new plan:
|
2007-01-24 22:40:21 -08:00 |
bandbi.c
|
bandb: Don't attempt to write to a NULL helper.
|
2014-01-12 01:38:48 +00:00 |
blacklist.c
|
Fix use after free.
|
2014-02-23 23:46:57 +01:00 |
cache.c
|
Remove s_assert definition from ircd_defs.h and add it to its own header.
|
2013-09-10 06:10:14 +00:00 |
capability.c
|
Remove s_assert definition from ircd_defs.h and add it to its own header.
|
2013-09-10 06:10:14 +00:00 |
channel.c
|
Remove s_assert definition from ircd_defs.h and add it to its own header.
|
2013-09-10 06:10:14 +00:00 |
chmode.c
|
Remove s_assert definition from ircd_defs.h and add it to its own header.
|
2013-09-10 06:10:14 +00:00 |
class.c
|
Split cidr_bitlen into cidr_ipv4_bitlen and cidr_ipv6_bitlen.
|
2008-11-30 13:31:59 +01:00 |
client.c
|
Replace double semicolons with single; place null statement on its own line.
|
2014-02-23 22:23:34 +01:00 |
extban.c
|
Remove some dead code.
|
2008-08-29 02:53:52 +02:00 |
getopt.c
|
[svn] - the new plan:
|
2007-01-24 22:40:21 -08:00 |
hash.c
|
Remove s_assert definition from ircd_defs.h and add it to its own header.
|
2013-09-10 06:10:14 +00:00 |
hook.c
|
Add new conf_read_start and conf_read_end hooks.
|
2012-05-21 20:22:07 +00:00 |
hostmask.c
|
Skip cidr checking for hostmask.c entries with negative cidrlen.
|
2013-01-29 23:43:20 +01:00 |
ipv4_from_ipv6.c
|
Add code to get IPv4 addresses from 6to4 and Teredo IPv6 addresses.
|
2012-01-08 15:51:44 +01:00 |
irc_dictionary.c
|
Remove s_assert definition from ircd_defs.h and add it to its own header.
|
2013-09-10 06:10:14 +00:00 |
ircd.c
|
startup: Check return value of open /dev/null. Don't fclose stdin/stdout/stderr.
|
2014-02-23 21:51:19 +01:00 |
ircd_lexer.l
|
Remove redundant prototypes in src/ircd_lexer.l.
|
2010-12-15 21:49:47 +01:00 |
ircd_parser.y
|
Remove irc_basename, replace it with rb_basename from libratbox.
|
2008-12-03 02:59:13 +03:00 |
ircd_signal.c
|
Ensure all signals keep working after a SIGINT restart.
|
2011-08-31 01:04:40 +02:00 |
listener.c
|
Remove s_assert definition from ircd_defs.h and add it to its own header.
|
2013-09-10 06:10:14 +00:00 |
logger.c
|
ilog_error: Avoid overwriting errno before sending it to opers.
|
2011-10-21 23:21:22 +02:00 |
Makefile.in
|
Mostly enable support for checking format strings with -Wformat.
|
2013-02-21 05:46:04 -06:00 |
match.c
|
Replace double semicolons with single; place null statement on its own line.
|
2014-02-23 22:23:34 +01:00 |
modules.c
|
Simplify module path list, removing strcpy use.
|
2014-02-23 23:47:27 +01:00 |
monitor.c
|
Remove s_assert definition from ircd_defs.h and add it to its own header.
|
2013-09-10 06:10:14 +00:00 |
newconf.c
|
Fix use after free.
|
2014-02-23 23:46:57 +01:00 |
operhash.c
|
Make struct operhash_entry private.
|
2010-03-01 01:24:00 +01:00 |
packet.c
|
Remove s_assert definition from ircd_defs.h and add it to its own header.
|
2013-09-10 06:10:14 +00:00 |
parse.c
|
Fix various printf arg types.
|
2014-02-23 23:01:59 +01:00 |
privilege.c
|
Remove s_assert definition from ircd_defs.h and add it to its own header.
|
2013-09-10 06:10:14 +00:00 |
ratelimit.c
|
Remove s_assert definition from ircd_defs.h and add it to its own header.
|
2013-09-10 06:10:14 +00:00 |
reject.c
|
Allow /rehash throttles to clear throttling.
|
2009-03-07 01:49:09 +01:00 |
res.c
|
Remove s_assert definition from ircd_defs.h and add it to its own header.
|
2013-09-10 06:10:14 +00:00 |
reslib.c
|
Remove s_assert definition from ircd_defs.h and add it to its own header.
|
2013-09-10 06:10:14 +00:00 |
restart.c
|
Cleanup: removed unused initialVMTop variable from ircd.c and get_maxrss() from restart.c
|
2008-07-27 16:18:50 +04:00 |
s_auth.c
|
Remove s_assert definition from ircd_defs.h and add it to its own header.
|
2013-09-10 06:10:14 +00:00 |
s_conf.c
|
Remove duplicate default-value code.
|
2013-10-29 09:32:28 +00:00 |
s_newconf.c
|
Remove s_assert definition from ircd_defs.h and add it to its own header.
|
2013-09-10 06:10:14 +00:00 |
s_serv.c
|
server: Use rb_strlcpy() instead of strcpy().
|
2014-02-24 00:04:11 +01:00 |
s_user.c
|
Fix various printf arg types.
|
2014-02-23 23:01:59 +01:00 |
scache.c
|
Remove s_assert definition from ircd_defs.h and add it to its own header.
|
2013-09-10 06:10:14 +00:00 |
send.c
|
Apply extended-join client cap to QJM joins
|
2011-11-12 14:41:01 +00:00 |
snomask.c
|
[svn] - the new plan:
|
2007-01-24 22:40:21 -08:00 |
sslproc.c
|
Add explicit support for being installed into a system triggered with --enable-fhs-paths.
|
2012-03-01 02:41:09 +00:00 |
substitution.c
|
Remove s_assert definition from ircd_defs.h and add it to its own header.
|
2013-09-10 06:10:14 +00:00 |
supported.c
|
Merge branch 'isupport-charset' of github.com:grawity/charybdis
|
2013-09-13 22:34:11 +02:00 |
tgchange.c
|
Remove s_assert definition from ircd_defs.h and add it to its own header.
|
2013-09-10 06:10:14 +00:00 |
version.c.SH
|
Change license version in version.c.SH (GPLv1 -> GPLv2) so that it agrees with the other documentation.
|
2010-02-17 23:05:47 -06:00 |
whowas.c
|
whowas: Use the normal rules for IP visibility.
|
2013-09-14 12:26:32 +02:00 |