mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-09 22:49:41 -05:00
953b70fbe4
DistantChatService::initiateDistantChatConnexion(...) made notification message optional (enabled by default) p3ChatService removed duplicion avoidance as it is not necessary p3ChatService::sendStatusString(...) send status only if peer is online protect p3ChatService::mDistantGxsMap with mutex as operation on it may be done by different threads p3ChatService::receiveGxsMai(...) set chat message item peer id with distant tunnel id, so it is recognized as a distant message later made p3GxsTunnelService::makeGxsTunnelId(...) static as it need no access to this, now it can be used easier by other components rename RsGxsMailItem::recipientsHint to recipientHint as for now only one recipient is possible (TODO: update documentation too) GxsMailsClient::receiveGxsMail(...) changed paramethers for better abstracion, now destination id is passed too because it is usually a very useful information ChatWidget some adaptation to async chat, a couple of method have been deprecated too PopupDistantChatDialog::updateDisplay(...) adapt message shown to the user to the new async chat paradigm (TODO: need review) |
||
---|---|---|
.. | ||
ChatDialog.cpp | ||
ChatDialog.h | ||
ChatLobbyDialog.cpp | ||
ChatLobbyDialog.h | ||
ChatLobbyDialog.ui | ||
ChatLobbyUserNotify.cpp | ||
ChatLobbyUserNotify.h | ||
ChatStyle.cpp | ||
ChatStyle.h | ||
ChatTabWidget.cpp | ||
ChatTabWidget.h | ||
ChatTabWidget.ui | ||
ChatUserNotify.cpp | ||
ChatUserNotify.h | ||
ChatWidget.cpp | ||
ChatWidget.h | ||
ChatWidget.ui | ||
CreateLobbyDialog.cpp | ||
CreateLobbyDialog.h | ||
CreateLobbyDialog.ui | ||
PopupChatDialog.cpp | ||
PopupChatDialog.h | ||
PopupChatDialog.ui | ||
PopupChatWindow.cpp | ||
PopupChatWindow.h | ||
PopupChatWindow.ui | ||
PopupDistantChatDialog.cpp | ||
PopupDistantChatDialog.h |