Jaskowicz1 / rconpp

A modern Source RCON library for C++
Apache License 2.0
10 stars 0 forks source link

feat: added custom logging, changed how servers/clients start #10

Closed Jaskowicz1 closed 3 months ago

Jaskowicz1 commented 5 months ago

This PR makes some major changes to how the clients and servers work. The reason behind this change was due to many issues in RCON-UE revolving around the design of rcon++.

This new design is heavily inspired from D++, making it much easier to track what's going on.

Jaskowicz1 commented 5 months ago

Question for myself: why is this PR not merged??

Jaskowicz1 commented 3 months ago

Seems like I delayed this PR whilst I waited for RCON-UE (My UE plugin for RCON++) to work, Will merge this today.