|
|
| Author |
Message |
pomme none

Joined: 05 Aug 2004 Posts: 28
|
Posted: Oct 25, 2004 11:20pm Post subject: SearchIRC indexing bot and IPv6 |
|
|
| Can the index bot connect to IPv6 servers? |
|
| Back to top |
|
 |
Jason SearchIRC Developer

Joined: 03 May 2003 Posts: 1185 Location: Tampa, FL
|
Posted: Oct 27, 2004 11:52am Post subject: |
|
|
I don't know, but I've never tried.
I'm using php sockets to connect, so I guess that depends largely on if there are modifications needed to connect to an IPv6 server. |
|
| Back to top |
|
 |
codemastr Idler

Joined: 05 Feb 2004 Posts: 353
|
Posted: Oct 27, 2004 12:49pm Post subject: |
|
|
PHP would need to be compiled with --enable-ipv6. Also, as far as I am aware, it only works in PHP5. Other than that, of course there is the requirement that your system must support IPv6  |
|
| Back to top |
|
 |
pomme none

Joined: 05 Aug 2004 Posts: 28
|
Posted: Oct 27, 2004 11:20pm Post subject: |
|
|
| Well, you'd need to get an address to begin with, then enable ipv6 in your application. I generally use the freenet6 client on FreeBSD and Windows. I was just curious because there are some ipv6 servers out there, namely my own. |
|
| Back to top |
|
 |
|