Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

0.2.1

Latest
Compare
Choose a tag to compare
@Southclaws Southclaws released this 19 Jun 14:19
· 1 commit to master since this release

Rebuilt plugin with Zeex/subhook so it should now work on Windows too!

The plugin now completely bypasses the original logprintf function and implements its own format and output code. This means the print function can be updated in future if any vulnerabilities or bugs are found.

For now, it simply writes to cout on the same thread, however in future it could be possible to use a threaded queue to remove even more IO overhead from the main server thread. maddinat0r's log plugin may also come in handy here.