mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-26 04:47:34 +02:00
Jerry's patch for password hash and custom mode (via command line).
This commit is contained in:
parent
7010de9cc4
commit
880819fab7
20 changed files with 557 additions and 108 deletions
|
@ -695,7 +695,7 @@ CClientListener*
|
|||
CServerApp::openClientListener(const CNetworkAddress& address)
|
||||
{
|
||||
CClientListener* listen =
|
||||
new CClientListener(address, new CTCPSocketFactory, NULL);
|
||||
new CClientListener(address, new CTCPSocketFactory, NULL, args().m_crypto);
|
||||
EVENTQUEUE->adoptHandler(CClientListener::getConnectedEvent(), listen,
|
||||
new TMethodEventJob<CServerApp>(
|
||||
this, &CServerApp::handleClientConnected, listen));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue