Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

UTANBanManager104.UTANUplink

Extends
HttpSock
Modifiers
dependson ( MutUTAN )

UTAN Ban Manager v1.04
Coded by Wormbo, Copyright © 2003-2006 UTAN, 2009-2011 Wormbo

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Info
      |   
      +-- LibHTTP4.HttpSock
         |   
         +-- UTANBanManager104.UTANUplink

Constants Summary
Inherited Contants from LibHTTP4.HttpSock
BUFFERSIZE, HTTP_CONNECT, HTTP_DELETE, HTTP_GET, HTTP_HEAD, HTTP_OPTIONS, HTTP_POST, HTTP_PUT, HTTP_TRACE, VERSION

Variables Summary
boolbChanged
boolbCleared
boolbInBanData
intInsertIndex
intLastUpdate
array<MutUTAN.TListEntry>NewBanList
MutUTAN.TListEntryNewEntry
Inherited Variables from LibHTTP4.HttpSock
authBasicLookup, AuthInfo, AuthMethod, bAuthTrap, bAutoAuthenticate, bFollowRedirect, bIsChunked, BoundPort, bProcCookies, bRfcCompliantRedirect, bSendCookies, bTempProxyOverride, bTimeout, bUseProxy, bUseTempProxy, chunkedCounter, Cookies, CRLF, CurRedir, CurrentURL, curState, DefaultAccept, EXTENTION, fConnectTimout, FollowingRedir, HttpCookieClass, HttpLink, HttpLinkClass, HTTPVER, iLocalPort, iMaxBytesPerTick, iMaxIterationsPerTick, iMaxRedir, inBuffer, iProxyPort, iVerbose, LastStatus, LocalLink, MultiPartBoundary, outBuffer, procHeader, ProxyAuthInfo, ProxyAuthMethod, RequestData, RequestDuration, RequestHeaders, RequestHistory, RequestMethod, ResolveCache, ResolveHostname, ReturnData, ReturnHeaders, sProxyHost, sProxyPass, sProxyUser, StartRequestTime, TempProxy, TransferMode, TZoffset, Utils
Inherited Variables from Engine.Info
BotsGroup, ChatGroup, GameGroup, KickVoteGroup, MapVoteGroup, RulesGroup, ServerGroup

Enumerations Summary
Inherited Enumerations from LibHTTP4.HttpSock
EAuthMethod, ETransferMode, HTTPState

Structures Summary
Inherited Structures from LibHTTP4.HttpSock
RequestHistoryEntry

Delegates Summary
delegatebool OnResponseBody (HttpSock Sender, string Line))
Inherited Delegates from LibHTTP4.HttpSock
OnComplete, OnConnectError, OnConnectionTimeout, OnError, OnFollowRedirect, OnPreConnect, OnRequestBody, OnRequireAuthorization, OnRequireProxyAuthorization, OnResolved, OnResolveFailed, OnResponseBody, OnReturnCode, OnSendRequestHeaders

Functions Summary
functionbool Ready ()))
operatorbool ~= (MutUTAN.TListEntry A, MutUTAN.TListEntry B))
Inherited Functions from LibHTTP4.HttpSock
Abort, AddHeader, CachedResolve, clearFormData, ClearRequestData, Closed, CloseSocket, CreateSocket, DataSize, Destroyed, genAuthorization, genBasicAuthorization, genDigestAuthorization, get, getHTTPversion, GetRequestHeader, GetReturnHeader, getTZoffset, GetValue, head, HttpRequest, httrace, InternalResolved, IsAuthMethodSupported, IsSupportedMethod, Logf, now, OpenConnection, Opened, post, postex, PreBeginPlay, ProccessWWWAuthenticate, ProcHeaders, ProcInput, randString, ReceivedText, RemoveHeader, ResolveFailed, SendData, setFormData, setFormDataEx, setHTTPversion, ShouldFollowRedirect, StrToAuthMethod, Timer, UserAgent
Inherited Functions from Engine.Info
AcceptPlayInfoProperty, AllowClassRemoval, FillPlayInfo, GetDescriptionText, GetSecurityLevel


Variables Detail

bChanged Source code

var bool bChanged;

bCleared Source code

var bool bCleared;

bInBanData Source code

var bool bInBanData;

InsertIndex Source code

var int InsertIndex;

LastUpdate Source code

var int LastUpdate;

NewBanList Source code

var array<MutUTAN.TListEntry> NewBanList;

NewEntry Source code

var MutUTAN.TListEntry NewEntry;


Delegates Detail

OnResponseBody Source code

delegate bool OnResponseBody ( HttpSock Sender, string Line) )


Functions Detail

Ready Source code

function bool Ready ( ) )
Returns, whether the uplink is ready for starting a new request.

~= Source code

static final operator bool ~= ( MutUTAN.TListEntry A, MutUTAN.TListEntry B) )
Returns True if entries A and B are identical, while their disabled, cheater and hash properties are ignored.


Defaultproperties

defaultproperties
{
	EXTENTION     = "UTAN v1.04 Uplink build %%%%-%%-%% %%:%%"
	bSendCookies  = false
	bProcCookies  = false
	iVerbose      = 0
	bAlwaysTick   = True
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Sa 23.8.2014 09:18:35.675 - Created with UnCodeX