ModernUO/Projects/UOContent/Network
Kamron Batman 2890f5c3ec
fix: Adds packet logging (#836)
### Enabling Packet Logging
`[packetlogging on` and target the user.
Supports command modifiers such as:
`[online packetlogging on where accesslevel = player`

Logs are saved in `path/<ip address>/packets.log`. It is a simple append-format log with no date splitting.
2021-10-31 10:22:22 -07:00
..
ConnectUO.cs cleanup: Fixes bugs and cleans up code (#660) 2021-07-19 20:49:59 -07:00
EntityPackets.cs fix(core): Fixes item mask in incoming mobile packet (#568) 2021-04-10 21:48:07 -07:00
FreeshardProtocol.cs fix(network): Adds ConnectUO (#551) 2021-03-15 14:14:33 -07:00
MapUO.cs fix: Cleanup IPoint3D calls (#704) 2021-08-19 09:11:48 -07:00
NetworkCommands.cs fix: Adds packet logging (#836) 2021-10-31 10:22:22 -07:00
ProtocolExtensions.cs feat(logging): Adds support for Serilog (#573) 2021-04-19 23:43:54 -07:00
UOGateway.cs fix(core): Cleanup UOGateway (#555) 2021-03-15 18:02:34 -07:00