2008-02-04 12:55:13 -05:00
|
|
|
|
|
|
|
/*
|
|
|
|
* "$Id: p3face-msgs.cc,v 1.7 2007-05-05 16:10:06 rmf24 Exp $"
|
|
|
|
*
|
|
|
|
* RetroShare C++ Interface.
|
|
|
|
*
|
|
|
|
* Copyright 2004-2006 by Robert Fernie.
|
|
|
|
*
|
|
|
|
* 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".
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include <iostream>
|
|
|
|
#include <sstream>
|
|
|
|
|
2008-07-10 12:29:18 -04:00
|
|
|
#include "util/rsdir.h"
|
|
|
|
#include "util/rsdebug.h"
|
2008-02-04 12:55:13 -05:00
|
|
|
const int p3facemsgzone = 11453;
|
|
|
|
|
|
|
|
#include <sys/time.h>
|
|
|
|
#include <time.h>
|
|
|
|
|
2010-08-06 05:40:23 -04:00
|
|
|
#include "retroshare/rstypes.h"
|
2008-02-04 12:55:13 -05:00
|
|
|
#include "rsserver/p3msgs.h"
|
|
|
|
|
2008-06-24 00:22:42 -04:00
|
|
|
#include "services/p3msgservice.h"
|
|
|
|
#include "services/p3chatservice.h"
|
|
|
|
|
2010-01-13 16:22:52 -05:00
|
|
|
#include "pqi/authgpg.h"
|
2010-01-13 15:56:55 -05:00
|
|
|
|
2008-02-04 12:55:13 -05:00
|
|
|
/* external reference point */
|
|
|
|
RsMsgs *rsMsgs = NULL;
|
|
|
|
|
|
|
|
/****************************************/
|
|
|
|
/****************************************/
|
|
|
|
|
|
|
|
bool p3Msgs::getMessageSummaries(std::list<MsgInfoSummary> &msgList)
|
|
|
|
{
|
|
|
|
return mMsgSrv->getMessageSummaries(msgList);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
bool p3Msgs::getMessage(std::string mid, MessageInfo &msg)
|
|
|
|
{
|
|
|
|
return mMsgSrv->getMessage(mid, msg);
|
|
|
|
}
|
|
|
|
|
2010-05-28 10:42:54 -04:00
|
|
|
void p3Msgs::getMessageCount(unsigned int *pnInbox, unsigned int *pnInboxNew, unsigned int *pnOutbox, unsigned int *pnDraftbox, unsigned int *pnSentbox, unsigned int *pnTrashbox)
|
2010-05-13 15:20:40 -04:00
|
|
|
{
|
2010-05-28 10:42:54 -04:00
|
|
|
mMsgSrv->getMessageCount(pnInbox, pnInboxNew, pnOutbox, pnDraftbox, pnSentbox, pnTrashbox);
|
2010-05-13 15:20:40 -04:00
|
|
|
}
|
2008-02-04 12:55:13 -05:00
|
|
|
|
|
|
|
/****************************************/
|
|
|
|
/****************************************/
|
|
|
|
/* Message Items */
|
|
|
|
bool p3Msgs::MessageSend(MessageInfo &info)
|
|
|
|
{
|
|
|
|
return mMsgSrv->MessageSend(info);
|
|
|
|
}
|
|
|
|
|
2010-05-25 05:32:14 -04:00
|
|
|
bool p3Msgs::MessageToDraft(MessageInfo &info)
|
|
|
|
{
|
|
|
|
return mMsgSrv->MessageToDraft(info);
|
|
|
|
}
|
|
|
|
|
2010-05-28 10:42:54 -04:00
|
|
|
bool p3Msgs::MessageToTrash(std::string mid, bool bTrash)
|
|
|
|
{
|
|
|
|
return mMsgSrv->MessageToTrash(mid, bTrash);
|
|
|
|
}
|
|
|
|
|
2008-02-04 12:55:13 -05:00
|
|
|
/****************************************/
|
|
|
|
/****************************************/
|
|
|
|
bool p3Msgs::MessageDelete(std::string mid)
|
|
|
|
{
|
2008-07-10 12:29:18 -04:00
|
|
|
//std::cerr << "p3Msgs::MessageDelete() ";
|
|
|
|
//std::cerr << "mid: " << mid << std::endl;
|
2008-02-04 12:55:13 -05:00
|
|
|
|
2010-08-22 18:12:26 -04:00
|
|
|
return mMsgSrv -> removeMsgId(mid);
|
2008-02-04 12:55:13 -05:00
|
|
|
}
|
|
|
|
|
2010-08-22 18:12:26 -04:00
|
|
|
bool p3Msgs::MessageRead(std::string mid, bool bUnreadByUser)
|
2008-02-04 12:55:13 -05:00
|
|
|
{
|
2008-07-10 12:29:18 -04:00
|
|
|
//std::cerr << "p3Msgs::MessageRead() ";
|
|
|
|
//std::cerr << "mid: " << mid << std::endl;
|
2008-02-04 12:55:13 -05:00
|
|
|
|
2010-08-22 18:12:26 -04:00
|
|
|
return mMsgSrv -> markMsgIdRead(mid, bUnreadByUser);
|
|
|
|
}
|
|
|
|
|
|
|
|
bool p3Msgs::getMessageTagTypes(MsgTagType& tags)
|
|
|
|
{
|
|
|
|
return mMsgSrv->getMessageTagTypes(tags);
|
|
|
|
}
|
2008-02-04 12:55:13 -05:00
|
|
|
|
2010-08-22 18:12:26 -04:00
|
|
|
bool p3Msgs::setMessageTagType(uint32_t tagId, std::string& text, uint32_t rgb_color)
|
|
|
|
{
|
|
|
|
return mMsgSrv->setMessageTagType(tagId, text, rgb_color);
|
2008-02-04 12:55:13 -05:00
|
|
|
}
|
|
|
|
|
2010-08-22 18:12:26 -04:00
|
|
|
bool p3Msgs::removeMessageTagType(uint32_t tagId)
|
2010-08-19 17:47:26 -04:00
|
|
|
{
|
2010-08-22 18:12:26 -04:00
|
|
|
return mMsgSrv->removeMessageTagType(tagId);
|
2010-08-19 17:47:26 -04:00
|
|
|
}
|
|
|
|
|
2010-08-22 18:12:26 -04:00
|
|
|
bool p3Msgs::getMessageTag(std::string msgId, MsgTagInfo& info)
|
2010-08-19 17:47:26 -04:00
|
|
|
{
|
2010-08-22 18:12:26 -04:00
|
|
|
return mMsgSrv->getMessageTag(msgId, info);
|
2010-08-19 17:47:26 -04:00
|
|
|
}
|
|
|
|
|
2010-08-22 18:12:26 -04:00
|
|
|
bool p3Msgs::setMessageTag(std::string msgId, uint32_t tagId, bool set)
|
2010-08-19 17:47:26 -04:00
|
|
|
{
|
2010-08-22 18:12:26 -04:00
|
|
|
return mMsgSrv->setMessageTag(msgId, tagId, set);
|
2010-08-19 17:47:26 -04:00
|
|
|
}
|
|
|
|
|
2010-08-22 18:12:26 -04:00
|
|
|
bool p3Msgs::resetMessageStandardTagTypes(MsgTagType& tags)
|
2010-08-19 17:47:26 -04:00
|
|
|
{
|
2010-08-22 18:12:26 -04:00
|
|
|
return mMsgSrv->resetMessageStandardTagTypes(tags);
|
2010-08-19 17:47:26 -04:00
|
|
|
}
|
|
|
|
|
2008-02-04 12:55:13 -05:00
|
|
|
/****************************************/
|
|
|
|
/****************************************/
|
2010-09-01 13:56:15 -04:00
|
|
|
bool p3Msgs::sendPublicChat(std::wstring msg)
|
2008-02-04 12:55:13 -05:00
|
|
|
{
|
|
|
|
/* send a message to all for now */
|
2010-09-01 13:56:15 -04:00
|
|
|
return mChatSrv -> sendPublicChat(msg);
|
|
|
|
}
|
|
|
|
|
|
|
|
bool p3Msgs::sendPrivateChat(std::string id, std::wstring msg)
|
|
|
|
{
|
|
|
|
/* send a message to peer */
|
|
|
|
return mChatSrv -> sendPrivateChat(id, msg);
|
2008-02-04 12:55:13 -05:00
|
|
|
}
|
|
|
|
|
2009-09-29 16:37:20 -04:00
|
|
|
void p3Msgs::sendGroupChatStatusString(const std::string& status_string)
|
|
|
|
{
|
|
|
|
mChatSrv->sendGroupChatStatusString(status_string);
|
|
|
|
}
|
2009-05-05 09:18:53 -04:00
|
|
|
void p3Msgs::sendStatusString(const std::string& peer_id,const std::string& status_string)
|
|
|
|
{
|
|
|
|
mChatSrv->sendStatusString(peer_id,status_string);
|
|
|
|
}
|
|
|
|
|
2010-09-01 13:56:15 -04:00
|
|
|
int p3Msgs::getChatQueueCount(bool privateQueue)
|
|
|
|
{
|
|
|
|
return mChatSrv->getChatQueueCount(privateQueue);
|
|
|
|
}
|
|
|
|
|
|
|
|
bool p3Msgs::getPublicChatQueue(std::list<ChatInfo> &chats)
|
|
|
|
{
|
|
|
|
return mChatSrv->getPublicChatQueue(chats);
|
|
|
|
}
|
|
|
|
|
|
|
|
bool p3Msgs::getPrivateChatQueueIds(std::list<std::string> &ids)
|
|
|
|
{
|
|
|
|
return mChatSrv->getPrivateChatQueueIds(ids);
|
|
|
|
}
|
|
|
|
|
|
|
|
bool p3Msgs::getPrivateChatQueue(std::string id, std::list<ChatInfo> &chats)
|
2008-02-04 12:55:13 -05:00
|
|
|
{
|
2010-09-01 13:56:15 -04:00
|
|
|
return mChatSrv->getPrivateChatQueue(id, chats);
|
2009-01-30 14:52:47 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
void p3Msgs::getOwnAvatarData(unsigned char *& data,int& size)
|
|
|
|
{
|
|
|
|
mChatSrv->getOwnAvatarJpegData(data,size) ;
|
2008-02-04 12:55:13 -05:00
|
|
|
}
|
|
|
|
|
2009-01-30 14:52:47 -05:00
|
|
|
void p3Msgs::setOwnAvatarData(const unsigned char *data,int size)
|
|
|
|
{
|
|
|
|
mChatSrv->setOwnAvatarJpegData(data,size) ;
|
|
|
|
}
|
|
|
|
|
|
|
|
void p3Msgs::getAvatarData(std::string pid,unsigned char *& data,int& size)
|
|
|
|
{
|
|
|
|
mChatSrv->getAvatarJpegData(pid,data,size) ;
|
|
|
|
}
|
|
|
|
|
2009-10-04 18:27:42 -04:00
|
|
|
std::string p3Msgs::getCustomStateString(const std::string& peer_id)
|
|
|
|
{
|
|
|
|
return mChatSrv->getCustomStateString(peer_id) ;
|
|
|
|
}
|
|
|
|
|
2009-09-29 16:37:20 -04:00
|
|
|
std::string p3Msgs::getCustomStateString()
|
|
|
|
{
|
2009-10-04 18:27:42 -04:00
|
|
|
return mChatSrv->getOwnCustomStateString() ;
|
2009-09-29 16:37:20 -04:00
|
|
|
}
|
2009-01-30 14:52:47 -05:00
|
|
|
|
2009-09-29 16:37:20 -04:00
|
|
|
void p3Msgs::setCustomStateString(const std::string& state_string)
|
|
|
|
{
|
2009-10-04 18:27:42 -04:00
|
|
|
mChatSrv->setOwnCustomStateString(state_string) ;
|
2009-09-29 16:37:20 -04:00
|
|
|
}
|
2009-10-04 18:27:42 -04:00
|
|
|
|