A few things... f_ruleset stuff, 64bit qvm compatability, added cvars so you can put the built in http server on a custom port, added #warnings to annoy molgrum.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2659 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
13eeec99a2
commit
9af1ba84cc
38 changed files with 898 additions and 1185 deletions
|
@ -378,6 +378,7 @@ iwboolean FTP_ClientConnThink (FTPclientconn_t *con) //true to kill con
|
|||
|
||||
if (temp != INVALID_SOCKET)
|
||||
{
|
||||
int _true = true;
|
||||
ioctlsocket(temp, FIONBIO, &_true);
|
||||
con->stage = 6;
|
||||
if (con->type == ftp_getting)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue