]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Removed threaded dns (it might make a comeback some day, but as it stands its incompa...
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Tue, 1 Aug 2006 21:35:07 +0000 (21:35 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Tue, 1 Aug 2006 21:35:07 +0000 (21:35 +0000)
commita5c9214743e76bd8bee1cb5f4d0d6dc3d1171c58
tree2a520b22f9a7423924b4ad776b747fd9ba198ae9
parentcf2836550f864e162923b8db82d1758b7fb77175
Removed threaded dns (it might make a comeback some day, but as it stands its incompatible with the new OO resolver)
Migrated to new OO resolver, removed as much firedns craq as is safe to do so, operates over one file descriptor now and keyed against request id.
The only way to use the system is via class Resolver (so i'll need to migrate the rest of the ircd to use it)

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4622 e03df62e-2008-0410-955e-edbf42e46eb7
include/dns.h
include/inspsocket.h
src/cmd_nick.cpp
src/dns.cpp
src/dnsqueue.cpp
src/inspircd.cpp
src/inspsocket.cpp
src/message.cpp