games647 / FlexibleLogin

A Sponge minecraft server plugin for second factor authentication
https://forums.spongepowered.org/t/8872
MIT License
87 stars 22 forks source link

IPv6 Support for the database #133

Open games647 opened 6 years ago

games647 commented 6 years ago

Currently the IP address of players is converted into bytes and then inserted into the database to a fixed size column. So we have to migrate old tables too. Since SQLite doesn't support table structure modifications we have to create a new table and copy all over.