ModernUO/Projects/Server/Buffers
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
..
CircularBuffer.cs fix: Adds packet logging (#836) 2021-10-31 10:22:22 -07:00
CircularBufferReader.cs fix: Adds packet logging (#836) 2021-10-31 10:22:22 -07:00
CircularBufferWriter.cs fix(core): Updates to serialization (#590) 2021-05-09 00:10:39 -07:00
SpanReader.cs fix(core): Updates to serialization (#590) 2021-05-09 00:10:39 -07:00
SpanWriter.cs fix(core): Removes implicit cast between Serial and uint (#728) 2021-08-25 00:27:19 -07:00
ValueStringBuilder.cs fix(core): Updates to serialization (#590) 2021-05-09 00:10:39 -07:00