You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Matchmaking ranks (official MM demos only) - [docs](https://pkg.go.dev/github.com/markus-wa/demoinfocs-golang/v2/pkg/demoinfocs/events?tab=doc#RankUpdate)
157
157
* Full POV demo support <supid="achat1">2</sup>
158
+
* Support for encrypted net-messages (if the decryption key is provided via [`ParserConfig.NetMessageDecryptionKey`](https://pkg.go.dev/github.com/markus-wa/demoinfocs-golang/v2@master/pkg/demoinfocs#ParserConfig))
158
159
* JavaScript (browser / Node.js) support via WebAssembly - [example](https://github.com/markus-wa/demoinfocs-wasm)
159
160
*[Easy debugging via build-flags](#debugging)
160
161
* Built with performance & concurrency in mind
161
162
162
-
1. <smallid="f1">Only for some demos; in MM demos the chat is encrypted for example.</small>
163
+
1. <smallid="f1">In MM demos the chat is encrypted, see [`ParserConfig.NetMessageDecryptionKey`](https://pkg.go.dev/github.com/markus-wa/demoinfocs-golang/v2@master/pkg/demoinfocs#ParserConfig) and [`MatchInfoDecryptionKey()`](https://pkg.go.dev/github.com/markus-wa/demoinfocs-golang/v2@master/pkg/demoinfocs#MatchInfoDecryptionKey).</small>
163
164
2. <smallid="f2">Better than some other parsers at the time of writing.</small>
0 commit comments