2007-11-14 22:18:48 -05:00
|
|
|
/*
|
2008-01-25 01:36:40 -05:00
|
|
|
* libretroshare/src/pqi: pqipersongrp.h
|
2007-11-14 22:18:48 -05:00
|
|
|
*
|
|
|
|
* 3P/PQI network interface for RetroShare.
|
|
|
|
*
|
2008-01-25 01:36:40 -05:00
|
|
|
* Copyright 2004-2008 by Robert Fernie.
|
2007-11-14 22:18:48 -05:00
|
|
|
*
|
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Library General Public
|
|
|
|
* License Version 2 as published by the Free Software Foundation.
|
|
|
|
*
|
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* Library General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Library General Public
|
|
|
|
* License along with this library; if not, write to the Free Software
|
|
|
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
|
|
* USA.
|
|
|
|
*
|
|
|
|
* Please report all bugs and problems to "retroshare@lunamutt.com".
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef MRK_PQI_PERSON_HANDLER_HEADER
|
|
|
|
#define MRK_PQI_PERSON_HANDLER_HEADER
|
|
|
|
|
|
|
|
#include "pqi/pqihandler.h"
|
|
|
|
#include "pqi/pqiperson.h"
|
2008-01-25 01:36:40 -05:00
|
|
|
#include "pqi/pqilistener.h"
|
2007-12-11 20:29:14 -05:00
|
|
|
#include "pqi/pqiservice.h"
|
2008-01-25 01:36:40 -05:00
|
|
|
#include "pqi/pqimonitor.h"
|
|
|
|
#include "pqi/p3cfgmgr.h"
|
2007-11-14 22:18:48 -05:00
|
|
|
|
|
|
|
|
|
|
|
// So this is a specific implementation
|
|
|
|
//
|
|
|
|
// it is designed to have one pqilistensocket + a series of pqisockets
|
|
|
|
//
|
|
|
|
// as an added bonus, we are going to
|
|
|
|
// make this a pqitunnelserver, to which services can be attached.
|
|
|
|
|
2008-01-25 01:36:40 -05:00
|
|
|
const unsigned long PQIPERSON_NO_LISTENER = 0x0001;
|
2007-11-14 22:18:48 -05:00
|
|
|
|
|
|
|
const unsigned long PQIPERSON_ALL_BW_LIMITED = 0x0010;
|
2013-06-28 17:47:25 -04:00
|
|
|
class RsPeerCryptoParams ;
|
2007-11-14 22:18:48 -05:00
|
|
|
|
2009-08-04 19:22:44 -04:00
|
|
|
class pqipersongrp: public pqihandler, public pqiMonitor, public p3ServiceServer, public pqiNetListener
|
2007-11-14 22:18:48 -05:00
|
|
|
{
|
|
|
|
public:
|
2008-01-25 01:36:40 -05:00
|
|
|
pqipersongrp(SecurityPolicy *, unsigned long flags);
|
2007-11-14 22:18:48 -05:00
|
|
|
|
2008-01-25 01:36:40 -05:00
|
|
|
/*************************** Setup *************************/
|
|
|
|
/* pqilistener */
|
2009-08-04 19:22:44 -04:00
|
|
|
|
2013-09-13 10:35:19 -04:00
|
|
|
virtual bool resetListener(const struct sockaddr_storage &local); // overloaded from pqiNetListener
|
2008-01-25 01:36:40 -05:00
|
|
|
int init_listener();
|
2007-11-14 22:18:48 -05:00
|
|
|
|
2008-01-25 01:36:40 -05:00
|
|
|
/*************** pqiMonitor callback ***********************/
|
|
|
|
virtual void statusChange(const std::list<pqipeer> &plist);
|
|
|
|
|
2010-10-07 07:17:42 -04:00
|
|
|
#ifdef WINDOWS_SYS
|
|
|
|
///////////////////////////////////////////////////////////
|
|
|
|
// hack for too many connections
|
|
|
|
virtual void statusChanged();
|
|
|
|
///////////////////////////////////////////////////////////
|
|
|
|
#endif
|
|
|
|
|
2008-01-25 01:36:40 -05:00
|
|
|
/******************* Peer Control **************************/
|
|
|
|
virtual int addPeer(std::string id); /* can be overloaded for testing */
|
|
|
|
int removePeer(std::string id);
|
2010-10-07 07:17:42 -04:00
|
|
|
int connectPeer(std::string id
|
|
|
|
#ifdef WINDOWS_SYS
|
|
|
|
///////////////////////////////////////////////////////////
|
|
|
|
// hack for too many connections
|
|
|
|
, bool bConnect = false
|
|
|
|
///////////////////////////////////////////////////////////
|
|
|
|
#endif
|
|
|
|
);
|
2008-01-25 01:36:40 -05:00
|
|
|
|
2010-06-25 18:00:38 -04:00
|
|
|
/* Work-around to dodgy pointer stuff */
|
|
|
|
int tagHeartbeatRecvd(std::string id);
|
|
|
|
|
2008-01-25 01:36:40 -05:00
|
|
|
/*** callback from children ****/
|
2013-09-13 10:35:19 -04:00
|
|
|
bool notifyConnect(std::string id, uint32_t type, bool success, const struct sockaddr_storage &remote_peer_address);
|
2010-06-25 18:00:38 -04:00
|
|
|
//bool notifyConnect(std::string id, uint32_t type, bool success);
|
2008-01-25 01:36:40 -05:00
|
|
|
|
2007-11-14 22:18:48 -05:00
|
|
|
// tick interfaces.
|
|
|
|
virtual int tick();
|
|
|
|
virtual int status();
|
|
|
|
|
2013-06-28 17:47:25 -04:00
|
|
|
virtual bool getCryptoParams(const std::string&,RsPeerCryptoParams&) ;
|
2008-01-25 01:36:40 -05:00
|
|
|
protected:
|
2007-11-14 22:18:48 -05:00
|
|
|
|
2013-06-28 17:47:25 -04:00
|
|
|
virtual bool locked_getCryptoParams(const std::string&, RsPeerCryptoParams&) { return false ;}
|
|
|
|
|
2008-01-25 01:36:40 -05:00
|
|
|
/********* FUNCTIONS to OVERLOAD for specialisation ********/
|
2012-11-25 11:36:55 -05:00
|
|
|
// THESE NEED TO BE LOCKED UNTIL PQILISTENER IS THREAD-SAFE.
|
2013-09-13 10:35:19 -04:00
|
|
|
virtual pqilistener *locked_createListener(const struct sockaddr_storage &laddr) = 0;
|
2012-11-25 11:36:55 -05:00
|
|
|
virtual pqiperson *locked_createPerson(std::string id, pqilistener *listener) = 0;
|
2008-01-25 01:36:40 -05:00
|
|
|
/********* FUNCTIONS to OVERLOAD for specialisation ********/
|
2007-11-14 22:18:48 -05:00
|
|
|
|
2007-12-11 20:29:14 -05:00
|
|
|
/* Overloaded RsItem Check
|
2007-11-14 22:18:48 -05:00
|
|
|
* checks item->cid vs Person
|
|
|
|
*/
|
2010-06-26 08:31:24 -04:00
|
|
|
virtual int checkOutgoingRsItem(RsItem *item, int global)
|
|
|
|
{
|
|
|
|
(void) item; /* suppress unused parameter warning */
|
|
|
|
(void) global; /* suppress unused parameter warning */
|
|
|
|
return 1;
|
|
|
|
}
|
2007-11-14 22:18:48 -05:00
|
|
|
|
|
|
|
private:
|
|
|
|
|
|
|
|
// The tunnelserver operation.
|
2007-12-11 20:29:14 -05:00
|
|
|
int tickServiceRecv();
|
|
|
|
int tickServiceSend();
|
2007-11-14 22:18:48 -05:00
|
|
|
|
2008-01-25 01:36:40 -05:00
|
|
|
pqilistener *pqil;
|
|
|
|
unsigned long initFlags;
|
|
|
|
};
|
2007-11-14 22:18:48 -05:00
|
|
|
|
2008-01-25 01:36:40 -05:00
|
|
|
class pqipersongrpDummy: public pqipersongrp
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
pqipersongrpDummy(SecurityPolicy *pol, unsigned long flags)
|
|
|
|
:pqipersongrp(pol, flags) { return; }
|
2007-11-14 22:18:48 -05:00
|
|
|
|
2008-01-25 01:36:40 -05:00
|
|
|
protected:
|
2007-12-11 20:29:14 -05:00
|
|
|
|
2008-01-25 01:36:40 -05:00
|
|
|
/********* FUNCTIONS to OVERLOAD for specialisation ********/
|
2013-09-13 10:35:19 -04:00
|
|
|
virtual pqilistener *locked_createListener(const struct sockaddr_storage &laddr);
|
2012-11-25 11:36:55 -05:00
|
|
|
virtual pqiperson *locked_createPerson(std::string id, pqilistener *listener);
|
2008-01-25 01:36:40 -05:00
|
|
|
/********* FUNCTIONS to OVERLOAD for specialisation ********/
|
2007-11-14 22:18:48 -05:00
|
|
|
};
|
|
|
|
|
2008-01-25 01:36:40 -05:00
|
|
|
|
|
|
|
|
2007-11-14 22:18:48 -05:00
|
|
|
#endif // MRK_PQI_PERSON_HANDLER_HEADER
|