ModernUO/Projects/Server
Kamron Batman 92aae8d482
fix(core): Adds IPv6 support (#348)
## Breaking Change
* IP Matching no longer supports `?` (e.g. you cannot do: "192.16?.0.1")
* IP Matching no longer supports `*` and other values in the same section (e.g. you cannot do "192.1\*.0.1")
  * To do "192.1\*.0.1", you should use the range option with three separate entries: "192.100-199.0.1", "192.1.0.1", "192.10-19.0.1"

## Non-Breaking Changes
- [X] Adds IPv6 support (not for servers though, just clients)
- [X] Adds interning support for IPv4 mapped to IPv6
- [X] Updates IPv4ToAddress (don't use this unless you know it is IPv4 or IPv4 mapped to IPv6)

## Note:
UO Does not support IPv6 for the server. To support an IPv6 server IP you will need to use CUO or some kind of custom client and probably modify it accordingly.

Bumps release version
2020-12-19 00:27:39 -08:00
..
Buffers fix(core): Serialization issues (#350) 2020-12-13 13:15:48 -08:00
Collections C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
Comparers Splits up mobile (#296) 2020-10-31 23:30:51 -07:00
Configuration C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
ContextMenus Some cleanup of contains keys and try get values (#246) 2020-09-13 20:20:44 -07:00
Diagnostics C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
Events C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
Exceptions Replacing Networking (#271) 2020-10-20 20:55:19 -07:00
Geometry C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
Gumps Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00
Items Converts Item & Entity Packets (#326) 2020-11-29 03:24:51 -08:00
Json Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00
Menus Updates menu packets (#320) 2020-11-17 21:47:00 -08:00
Mobiles fix(net): Clean up for mobile packets (#338) 2020-12-10 17:46:58 -08:00
Network fix(core): Adds IPv6 support (#348) 2020-12-19 00:27:39 -08:00
Random Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
Regions C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
Serialization fix(core): Adds IPv6 support (#348) 2020-12-19 00:27:39 -08:00
Targeting Converts targeting packets (#330) 2020-11-29 23:01:31 -08:00
Timer C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
Utilities fix(core): Adds IPv6 support (#348) 2020-12-19 00:27:39 -08:00
World fix(core): Serialization issues (#350) 2020-12-13 13:15:48 -08:00
AssemblyHandler.cs C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
Attributes.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
CityInfo.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
ClientVersion.cs Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00
Commands.cs C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
Effects.cs Effects packets (#308) 2020-11-12 00:52:38 -08:00
ExpansionInfo.cs Updates movement packets & Fastwalk (#324) 2020-11-26 23:53:47 -08:00
Guild.cs Adds official .NET 5 support (#300) 2020-11-07 13:26:27 -08:00
HuePicker.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
IAccount.cs Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00
IEntity.cs Changes damage packets (#299) 2020-11-01 22:44:23 -08:00
Insensitive.cs Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00
Interfaces.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
KeywordList.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
Main.cs fix(core): NPE in Cycles per second (#331) 2020-11-30 23:12:16 -08:00
Map.cs C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
MultiData.cs C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
MUO.ico Adds MUO Logo (#52) 2019-09-12 13:13:13 -07:00
NativeReader.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
ObjectPropertyList.cs Converts Item & Entity Packets (#326) 2020-11-29 03:24:51 -08:00
Party.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
Poison.cs C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
Prompt.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
Race.cs C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
Sector.cs C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
SecureTrade.cs Converts secure trade packets (#329) 2020-11-29 22:20:10 -08:00
Serial.cs C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
Server.csproj fix(core): Adds IPv6 support (#348) 2020-12-19 00:27:39 -08:00
Skills.cs C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
TileData.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
TileList.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
TileMatrix.cs C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
TileMatrixPatch.cs Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00
VirtueInfo.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00