ddnet/src
ChillerDragon 82af705542 Cleanup sql worker request/result naming convention
There are two interfaces for score worker data:

There is ``ISqlResult`` and every class inheriting from it should have
the suffix ``Result``

Then there is ``ISqlData`` and every class inheriting from it should
have the suffix ``Data`` if it is data that should be written in an
INSERT statement. Or ``Request`` if it is used to perform a read
operation and will be used in a SELECT statament.

The convention was mostly established alreay. In this commit the last
three classes that broke this convention got fixed.
2024-09-27 06:51:35 -04:00
..
android Implement client restarting on Android 2024-07-16 12:52:19 +02:00
antibot Rename all variables for strict camel-casing of abbreviations 2024-03-05 15:44:09 +01:00
base Improve color config variable handling 2024-09-17 12:27:10 +02:00
engine Fix Leak IP check 2024-09-25 18:01:24 +08:00
game Cleanup sql worker request/result naming convention 2024-09-27 06:51:35 -04:00
macos Add INotifications kernel interface 2023-12-16 18:15:43 +01:00
masterping update ci actions, update rust edition to 2021 since our MSRV covers it 2024-02-25 15:55:10 +01:00
mastersrv Use Ipv6::to_ipv4_mapped in mastersrv 2024-08-08 00:00:41 +02:00
rust-bridge Improve color config variable handling 2024-09-17 12:27:10 +02:00
steam Rename all variables for strict camel-casing of abbreviations 2024-03-05 15:44:09 +01:00
test Cleanup sql worker request/result naming convention 2024-09-27 06:51:35 -04:00
tools Remove clang-tidy class/struct name exceptions 2024-09-22 16:03:15 +02:00