raisedragon / pircbotx

Automatically exported from code.google.com/p/pircbotx
0 stars 0 forks source link

IPv6 support #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
are you going to add in IPv6 support to connect to servers?

Original issue reported on code.google.com by italian...@gmail.com on 16 Jun 2011 at 5:02

GoogleCodeExporter commented 9 years ago
I did some quick searching at it looks like Java supports IPv6 out of the box 
with no code changes. Looking around PircBotX code it should support it as I'm 
using the generic InetAddress class and not Inet4Address.

Regardless I don't have any way to test it as all my equipment is IPv4. If you 
or someone else with IPv6 can test connectivity to an IPv6 IRC server then that 
would be great

Giving this a high priority with all the IPv6 things going on lately. 

Original comment by Lord.Qua...@gmail.com on 16 Jun 2011 at 5:39

GoogleCodeExporter commented 9 years ago

Original comment by Lord.Qua...@gmail.com on 18 Jul 2011 at 3:43

GoogleCodeExporter commented 9 years ago
Yikes, DCC chat doesn't support IPv6 due to the ipToLong and longToIp methods.

As a side note, I just found out that when you initiate a dcc connection the 
PircBot dev thought it would be a good idea to swallow all exceptions. Really 
stumped me when it seemed that attempting to initiate a DCC connection mae it 
look like it was being ignored.

Original comment by Lord.Qua...@gmail.com on 12 Aug 2011 at 10:52

GoogleCodeExporter commented 9 years ago
Note: This is blocking the 1.6 release since I can no longer test the IPv6 
code. If anyone has IPv6 or can setup  an IPv6 tunnel (Teredo tunneling is 
pretty painless) then we can get some progress on this bug

Original comment by Lord.Qua...@gmail.com on 22 Sep 2011 at 3:21

GoogleCodeExporter commented 9 years ago

Original comment by Lord.Qua...@gmail.com on 13 Oct 2011 at 9:19

GoogleCodeExporter commented 9 years ago
Note: I have released 1.6. IPv6 should work. Please comment on this issue again 
if there are still IPv6 issues

Original comment by Lord.Qua...@gmail.com on 22 Oct 2011 at 7:44