[ircd-ratbox] Wildcards in connect.
Martin Redmond
mr at redmond5.com
Thu May 14 09:32:58 EDT 2009
Trying to use an wild card to allow servers connect to a hub:
connect "*.abc.com" { ....
From what I can tell the match call in m_server.c:check_check should be
if(!match(tmp_p->name, name))
not
if(!match(name, tmp_p->name))
After I made the change to my local copy I was able to
connect multiple servers a1.abc.com, a2.abc.com ...
to the hub with one connect entry.
Martin
More information about the ircd-ratbox
mailing list