mirror of
https://github.com/glest/glest-source.git
synced 2025-08-12 19:33:59 +02:00
- to appease the security freaks, ONLY clients that are ALREADY connected in the lobby are able to connect to the built in FTP server now
This commit is contained in:
@@ -48,7 +48,13 @@ using std::string;
|
||||
|
||||
using namespace Shared::PlatformCommon;
|
||||
|
||||
namespace Shared{ namespace Platform {
|
||||
namespace Shared { namespace Platform {
|
||||
|
||||
// The callback Interface used by the UPNP discovery process
|
||||
class FTPClientValidationInterface {
|
||||
public:
|
||||
virtual int isValidClientType(uint32 clientIp) = 0;
|
||||
};
|
||||
|
||||
|
||||
// The callback Interface used by the UPNP discovery process
|
||||
|
Reference in New Issue
Block a user