pg9182
pg9182
Might also implement a new registration flow while I'm at it. Among other things, this will probably: - separate the verify and register step into two to avoid long-running requests...
Are we properly setting the winapi version during build? Edit: Yeah, looks like we aren't setting it. We need to define `_WIN32_WINNT`.
For the record, `~0x20000000` clears the 29th bit of the result from cpuid, while `0x20000000` replaces the result with one with just the 29th bit set ([OPENSSL_ia32cap.3](https://www.openssl.org/docs/manmaster/man3/OPENSSL_ia32cap.html)). The 29th bit...
And I'll implement the signed player tokens and the new pdata filter this weekend, hopefully.


Some thoughts: - Each third-party server should have a unique token if we do this. - Would probably use a short-lived JWT as the third-party token to reduce load on...
Deployed for testing R2Northstar/NorthstarLauncher#549.
That's doable @F1F7Y. I'll add one when I'm back next week.
If someone wants to work on this: - First commit: - Create a new package `pkg/badwords` which contains `badwords.go` with a `type List struct` and at least the functions `func...