ModernUO/Projects/Server.Tests/Tests/Network/Packets/Outgoing
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
..
AccountPackets.cs fix(core): Adds IPv6 support (#348) 2020-12-19 00:27:39 -08:00
AccountPacketTests.cs Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00
AttributeNormalizerTests.cs Fix bad serials (#304) 2020-11-08 12:09:26 -08:00
CombatPackets.cs Fix bad serials (#304) 2020-11-08 12:09:26 -08:00
CombatPacketTests.cs Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00
ContainerPackets.cs Converts Item & Entity Packets (#326) 2020-11-29 03:24:51 -08:00
ContainerPacketTests.cs Converts Item & Entity Packets (#326) 2020-11-29 03:24:51 -08:00
DamagePackets.cs Fix bad serials (#304) 2020-11-08 12:09:26 -08:00
DamagePacketTests.cs Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00
DisplayHuePickerTests.cs Fix bad serials (#304) 2020-11-08 12:09:26 -08:00
EffectPackets.cs Updates Light Packets & World Loading (#316) 2020-11-17 00:46:06 -08:00
EffectPacketTests.cs Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00
EquipmentPackets.cs Updates Light Packets & World Loading (#316) 2020-11-17 00:46:06 -08:00
EquipmentPacketTests.cs Converts targeting packets (#330) 2020-11-29 23:01:31 -08:00
GumpPacketTests.cs Fix bad serials (#304) 2020-11-08 12:09:26 -08:00
ItemPackets.cs Converts Item & Entity Packets (#326) 2020-11-29 03:24:51 -08:00
ItemPacketTests.cs Converts targeting packets (#330) 2020-11-29 23:01:31 -08:00
LightPackets.cs Updates Light Packets & World Loading (#316) 2020-11-17 00:46:06 -08:00
LightPacketTests.cs Converts targeting packets (#330) 2020-11-29 23:01:31 -08:00
MapPackets.cs Updates map packets (#319) 2020-11-17 20:58:28 -08:00
MapPacketTests.cs Updates map packets (#319) 2020-11-17 20:58:28 -08:00
MenuPackets.cs Updates menu packets (#320) 2020-11-17 21:47:00 -08:00
MenuPacketTests.cs Converts targeting packets (#330) 2020-11-29 23:01:31 -08:00
MessagePackets.cs fix(core): Adds object help response packets (#336) 2020-12-07 21:19:21 -08:00
MessagePacketTests.cs fix(core): Adds object help response packets (#336) 2020-12-07 21:19:21 -08:00
MobilePackets.cs Updates Light Packets & World Loading (#316) 2020-11-17 00:46:06 -08:00
MobilePacketTests.cs fix(net): Clean up for mobile packets (#338) 2020-12-10 17:46:58 -08:00
MovementPackets.cs Updates movement packets & Fastwalk (#324) 2020-11-26 23:53:47 -08:00
MovementPacketTests.cs Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00
PlayerPacketTests.cs Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00
SecureTradePackets.cs Converts secure trade packets (#329) 2020-11-29 22:20:10 -08:00
SecureTradePacketTests.cs Converts targeting packets (#330) 2020-11-29 23:01:31 -08:00
TargetPackets.cs Converts targeting packets (#330) 2020-11-29 23:01:31 -08:00
TargetPacketsTests.cs Converts targeting packets (#330) 2020-11-29 23:01:31 -08:00
VendorBuyPackets.cs fix(core): Converts vendor buy packets (#339) 2020-12-11 00:04:39 -08:00
VendorBuyPacketTests.cs fix(core): Converts vendor buy packets (#339) 2020-12-11 00:04:39 -08:00
VendorSellPacketTests.cs fix(core): Converts vendor buy packets (#339) 2020-12-11 00:04:39 -08:00