ModernUO/Projects/Server/Network/NetState
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
..
DumpNetStates.cs feat: Networking v3 using epoll/kqueue (#813) 2021-10-03 18:04:53 -07:00
NetState.ClientVersion.cs fix(core): Fixes map issues at New Haven (#509) 2021-02-14 16:06:49 -08:00
NetState.cs fix: Adds packet logging (#836) 2021-10-31 10:22:22 -07:00
NetState.Fastwalk.cs Updates movement packets & Fastwalk (#324) 2020-11-26 23:53:47 -08:00
ProtocolChanges.cs Breaks out NetState (#275) 2020-10-17 20:56:40 -07:00