sort file | uniq | wc -l
)captcha
on the server (unique per-IP password added to the server name), it helped. Unfortunately I had to drop captcha
support to sync with DDNet server info cache implementation.captcha
on the server (unique per-IP password added to the server name), it helped. Unfortunately I had to drop captcha
support to sync with DDNet server info cache implementation. Provider
class however you want to check whatever you want Provider
you find#[repr(C, packed)]
should probably not be packed (in interface/src/lib.rs)repr(packed)
487f054
datasrc: Change 'seven' CDataSound m_Id type to int
to match 'six' - Kaffeine
c265969
datasrc: Add m_Flag to CDataImage for compat with 'seven' struct - Kaffeine
26b4a41
Extract 'six' content data structs to their own file - Kaffeine
b6470e5
Use client 'six' data structs for client 'seven' data - Kaffeine
60fa51f
Merge pull request #7309 from infclass/kaffeine/merge-client-data-structs - def-