snarfattack / inquisitor-mc

inquisitor-mc
2 stars 1 forks source link

Players who connect via IPv6 are not tracked #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Have a player connect via IPv6
2. Watch server console to see SQL errors on insert that the address will be 
truncated.

What is the expected output? What do you see instead?
Expect to see player show in player list.
Never shows up and stats are not logged.

Original issue reported on code.google.com by snarfatt...@gmail.com on 12 Feb 2014 at 5:39

GoogleCodeExporter commented 9 years ago

Original comment by snarfatt...@gmail.com on 12 Feb 2014 at 5:42

GoogleCodeExporter commented 9 years ago
Extended the length of the address field to 40 characters. DB shows new length. 
Assume this should take care of the insert/update issue.

Original comment by snarfatt...@gmail.com on 15 Feb 2014 at 4:14