aridevelopment-de / fabric-packet-logger

Client-side packet logger with web-ui
https://modrinth.com/mod/packetlogger
GNU Affero General Public License v3.0
21 stars 6 forks source link

Porting whitelist/blacklist from web-browser to client #20

Closed Ari24-cb24 closed 1 year ago

Ari24-cb24 commented 1 year ago

The current whitelist/blacklist is stored on the frontend and when activating the "store only whitelisted data" mode, only raw packet metadata gets stored on the frontend while the client still saves information about the packet data. This should be ported to the client instead to aid in reduce of memory usage and will help when exporting packet data as well.