svnroot commit: ircd-hybrid/include s_conf.h ircd-hybrid/src hostmask.c s_conf.c s_serv.c
hybrid-commits at lists.ircd-hybrid.org
hybrid-commits at lists.ircd-hybrid.org
Sun Oct 16 11:45:25 EDT 2005
db 2005-10-16 11:45:25 -0400 (Sun, 16 Oct 2005)
Modified files:
ircd-hybrid/src hostmask.c s_conf.c s_serv.c
Log:
- More conf cleanups, aconf->client count is no longer needed
as an AccessItem can now be deleted immediately.
- Note bug in s_conf.c with flush_deleted_I_P, it was trying to
free MatchItems using an AccessConf this bug is in 7.1.4 as well
as 7.2 flush_deleted_I_P() is no longer needed at all in 7.3
since AccessItems are removed immediately.
- Fixed a few cores in server establishment, notably ->serv
has to be allocated sooner since there are no confs to attach.
make_server() is probably called once too often now.
Revision Changes Path
146 +0 -1 ircd-hybrid/include/s_conf.h
http://svn.ircd-hybrid.org:8000/viewcvs.cgi/ircd-hybrid/include/s_conf.h?rev=146&r1=145&r2=146&diff_format=h
146 +2 -6 ircd-hybrid/src/hostmask.c
http://svn.ircd-hybrid.org:8000/viewcvs.cgi/ircd-hybrid/src/hostmask.c?rev=146&r1=145&r2=146&diff_format=h
146 +22 -117 ircd-hybrid/src/s_conf.c
http://svn.ircd-hybrid.org:8000/viewcvs.cgi/ircd-hybrid/src/s_conf.c?rev=146&r1=145&r2=146&diff_format=h
146 +2 -2 ircd-hybrid/src/s_serv.c
http://svn.ircd-hybrid.org:8000/viewcvs.cgi/ircd-hybrid/src/s_serv.c?rev=146&r1=145&r2=146&diff_format=h
More information about the hybrid-commits
mailing list