KVIrc 5.2.4
Developer APIs
KviAsynchronousConnectionData.h
Go to the documentation of this file.
1#ifndef _KVI_ASYNCHRONOUSCONNECTIONDATA_H_
2#define _KVI_ASYNCHRONOUSCONNECTIONDATA_H_
3//=============================================================================
4//
5// File : KviAsynchronousConnectionData.h
6// Creation date : Sun 04 Jul 2004 16:22:25 by Szymon Stefanek
7//
8// This file is part of the KVIrc IRC client distribution
9// Copyright (C) 2004-2010 Szymon Stefanek <pragma at kvirc dot net>
10//
11// This program is FREE software. You can redistribute it and/or
12// modify it under the terms of the GNU General Public License
13// as published by the Free Software Foundation; either version 2
14// of the License, or (at your option) any later version.
15//
16// This program is distributed in the HOPE that it will be USEFUL,
17// but WITHOUT ANY WARRANTY; without even the implied warranty of
18// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
19// See the GNU General Public License for more details.
20//
21// You should have received a copy of the GNU General Public License
22// along with this program. If not, write to the Free Software Foundation,
23// Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
24//
25//=============================================================================
26
27#include "kvi_settings.h"
28#include "KviQString.h"
29#include "KviHeapObject.h"
30#include "KviIrcServer.h"
31
33{
34public:
37
38public:
39 QString szServer;
40 bool bUseLastServerInContext = false; // this is checked ONLY if szServer is empty
41 kvi_u32_t uPort;
44 bool bUseSSL;
46 QString szBindAddress; // ip address (or interface name) to bind the connection to
48 QString szLinkFilter;
49 QString szPass;
50 QString szNick;
51 QString szInitUMode;
52 QString szServerId;
54};
55
56#endif
Heap Object.
Irc server handling.
Helper functions for the QString class.
Definition KviAsynchronousConnectionData.h:33
QString szBindAddress
Definition KviAsynchronousConnectionData.h:46
QString szPass
Definition KviAsynchronousConnectionData.h:49
QString szServer
Definition KviAsynchronousConnectionData.h:39
QString szNick
Definition KviAsynchronousConnectionData.h:50
QString szServerId
Definition KviAsynchronousConnectionData.h:52
bool bSTARTTLS
Definition KviAsynchronousConnectionData.h:45
QString szCommandToExecAfterConnect
Definition KviAsynchronousConnectionData.h:47
QString szLinkFilter
Definition KviAsynchronousConnectionData.h:48
bool bUseSSL
Definition KviAsynchronousConnectionData.h:44
bool bUseIPv6
Definition KviAsynchronousConnectionData.h:43
bool bPortIsOk
Definition KviAsynchronousConnectionData.h:42
KviIrcServerReconnectInfo * m_pReconnectInfo
Definition KviAsynchronousConnectionData.h:53
kvi_u32_t uPort
Definition KviAsynchronousConnectionData.h:41
KviAsynchronousConnectionData()
Definition KviAsynchronousConnectionData.cpp:28
~KviAsynchronousConnectionData()
Definition KviAsynchronousConnectionData.cpp:33
QString szInitUMode
Definition KviAsynchronousConnectionData.h:51
bool bUseLastServerInContext
Definition KviAsynchronousConnectionData.h:40
Definition KviHeapObject.h:119
A class for reconnecting purposes.
Definition KviIrcServerReconnectInfo.h:47
This file contains compile time settings.