This website requires JavaScript.
Explore
Help
Sign In
ouch
/
inspircd
Watch
2
Star
0
Fork
0
You've already forked inspircd
mirror of
https://github.com/inspircd/inspircd.git
synced
2025-03-13 20:49:02 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
inspircd
/
include
/
dnsqueue.h
6 lines
94 B
C
Raw
Normal View
History
Unescape
Escape
Added nonblocking dns *** BUG BUG BUG - If dns is slow, things will go wrong!!!! do not use this on a live net without accepting the risk involved! *** Will be fixed by next commit. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@938 e03df62e-2008-0410-955e-edbf42e46eb7
2005-04-01 17:08:31 +00:00
#
include
"inspircd.h"
#
include
"users.h"
Attempts to fix some random crashes git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@943 e03df62e-2008-0410-955e-edbf42e46eb7
2005-04-01 22:11:22 +00:00
bool
lookup_dns
(
std
:
:
string
nick
)
;
Added nonblocking dns *** BUG BUG BUG - If dns is slow, things will go wrong!!!! do not use this on a live net without accepting the risk involved! *** Will be fixed by next commit. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@938 e03df62e-2008-0410-955e-edbf42e46eb7
2005-04-01 17:08:31 +00:00
void
dns_poll
(
)
;
Reference in New Issue
Copy Permalink