]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
InspSocket no longer resolves hosts.
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Wed, 2 Aug 2006 10:26:21 +0000 (10:26 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Wed, 2 Aug 2006 10:26:21 +0000 (10:26 +0000)
commita54cfebb0434574f91acdcee07b89ea9f682d272
treea6da7af4b41c72748628375b907204ffc0be8088
parentb4f7f64413022c0cdd2900760748d4b24a8f68ec
InspSocket no longer resolves hosts.
InspSocket::DoResolve() and the stuff that calls it is gone, if you pass InspSocket an invalid ip, it will bail during its connect.
You must now use Resolver classes to resolve hostnames into IP addresses, if you wish to do this. Currently, only one non-extra module
does this, see class ServernameResolver within m_spanningtree

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4634 e03df62e-2008-0410-955e-edbf42e46eb7
include/inspsocket.h
src/dns.cpp
src/inspsocket.cpp
src/modules/m_spanningtree.cpp