csoler
b3fadf3d78
Merge pull request #649 from jolavillette/jola_BW_Bursts
...
Attempt to reduce BW bursts
2017-02-26 18:22:36 +01:00
csoler
5f8c57c9b9
Merge pull request #697 from PhenomRetroShare/Add_ShiftEnterForNewLineInChatWidget
...
Add Shift+Enter to create new line in chat widget when Ctrl+Enter option
2017-02-26 18:22:02 +01:00
Phenom
9ebf0e1496
Fix AppVeyor Build
2017-02-26 18:15:25 +01:00
csoler
7028bb5844
Merge pull request #700 from PhenomRetroShare/Fix_LocalDirectoryUpdaterTakeCareIfEnabled
...
Fix LocalDirectoryUpdater to take care if is Enabled in option.
2017-02-26 17:54:51 +01:00
Phenom
c3c2671db4
Fix LocalDirectoryUpdater to take care if is Enabled in option.
2017-02-26 15:42:32 +01:00
Gioacchino Mazzurco
7c74cae1ef
Force C++11 if gxs mail is enabled
2017-02-26 13:22:41 +01:00
Gioacchino Mazzurco
b4727bde29
Gxs Mail disabling is not supported ATM
...
Fix some compiler warning
Make travis-ci qmake parser happy with {
2017-02-26 13:06:38 +01:00
Gioacchino Mazzurco
3761b14734
Add some documentation to p3GxsMails
2017-02-26 12:13:00 +01:00
Gioacchino Mazzurco
97c9cc423e
Merge branch 'master' into gxs_mail_experiments
2017-02-26 11:32:01 +01:00
Phenom
3452821fb9
Add Shift+Enter to create new line in chat widget when Ctrl+Enter option
...
is disabled. Proposed by MMT1
In the same time I fix the completer only when chat is lobby.
2017-02-26 11:31:43 +01:00
Gioacchino Mazzurco
e2078ba6cf
Disable gxs mail test subservice by default
2017-02-26 11:30:04 +01:00
Gioacchino Mazzurco
379fb97062
p3GxsMails queues persistents accross RS sessions
...
RsServer properly handle deletion (childs are not yet)
p3GxsMails properly handle deletion
RsControl::instance() use proper static initialization
p3GxsMails register configuration files at right time
RsGxsMailBaseItem take in account offset in header pointer
RsGxsMailSerializer use C++11 safe enum class for items types
RsGxsMailItem take in account offset in header pointer
RsGxsMailItem::deserialize(...) properly calculate final offset
p3GxsMails::handleResponse(...) delete group items after usage
move ex inner struct OutgoingRecord to gxs mail items header
p3MsgService::saveList removed unused variable
p3MsgService::notifyDataStatus(...) take in account multiple backends
p3MsgService::receiveGxsMail(...) take in account multiple backends
p3MsgService::receiveGRouterData(...) take in account multiple backends
Added prersistence to p3MsgService::gxsOngoingMessages
2017-02-26 00:46:02 +01:00
csoler
cae0668083
Merge pull request #695 from csoler/v0.6-ImprovedGUI
...
V0.6 improved gui
2017-02-26 00:18:15 +01:00
csoler
3230e55f04
added some delay in the showHelp() feature
2017-02-26 00:16:36 +01:00
csoler
12246e369b
added settings variable to allow to always display the help of each tab the first time it is shown
2017-02-25 23:52:57 +01:00
csoler
e75487e48a
suppressed a few warnings (suggested by Phenom)
2017-02-25 23:16:43 +01:00
Gioacchino Mazzurco
748e75d3e1
Fix pqiSSLstore::encryptedSendItems empty list
...
RsTemporaryMemory was complaining of being initialized with size 0 in
case of empty list was passed to the method, this is a legitimate use
case when one want have an empty list as state, so in this case pass 1
as argument to RsTemporaryMemory constructor
2017-02-25 23:09:46 +01:00
csoler
a531a41c4a
fixed recursive call to BIO_set_fd()
2017-02-25 18:21:24 +01:00
csoler
c313fb5453
removed compilation warning
2017-02-25 14:09:39 +01:00
csoler
e18cc3eff6
changed reset to cleanup for backward compatibility in EVP_CIPHER_CTX_cleanup call
2017-02-24 23:34:52 +01:00
csoler
d1bf977b15
fixed bug causing decryption of group data to crash
2017-02-24 23:19:47 +01:00
csoler
65a383afea
fixed typo causing crash in openpgp-sdk
2017-02-23 19:16:48 +01:00
csoler
753ebdd52b
Merge pull request #691 from PhenomRetroShare/Fix_UnitTestCompilation
...
Fix UnitTest Compilation and Travis Error.
2017-02-23 18:29:02 +01:00
Gioacchino Mazzurco
828792f2b5
p3Config improved coding style
2017-02-23 13:20:07 +01:00
csoler
83195e10fa
Merge pull request #692 from csoler/v0.6-ImprovedGUI
...
V0.6 improved gui
2017-02-22 23:57:04 +01:00
csoler
dc51911fce
added welcome message to show on first start in HomePage
2017-02-22 23:55:29 +01:00
csoler
fe2059fb07
fixed update of GxsGroupWidget layout when changing options
2017-02-22 22:44:00 +01:00
csoler
0e57874ad3
fixed loading of settings::Server page
2017-02-22 22:22:50 +01:00
csoler
27db797a9f
fixed show/hide buttons in appearance settings page
2017-02-22 22:06:00 +01:00
Phenom
8325c72153
Fix UnitTest Compilation and Travis Error.
2017-02-22 17:46:16 +01:00
Gioacchino Mazzurco
f9b0063704
Improve incoming receipts handling
2017-02-22 14:46:40 +01:00
Gioacchino Mazzurco
77c430d553
Use unordered_multimap for ingoingQueue
...
This will avoid the possibility for a malicious node to cause a memory
leak and smash items in incoming queue of others nodes
2017-02-22 13:34:36 +01:00
Gioacchino Mazzurco
b9091c4ad8
p3MsgService uses p3GxsMails as backend too
2017-02-21 23:08:02 +01:00
Gioacchino Mazzurco
1376b9f031
p3GxsMails expose proper async API
...
Moved testing code to TestGxsMailClientService
RsGxsMailPresignedReceipt and RsGxsMailItem inherit RsGxsMailBaseItem
p3GxsMails::sendMail(...) check paramenters and return immediately
Added GxsMailsClient::notifySendMailStatus(...) to notify sent mails status
Added p3GxsMails::querySendMailStatus(...) so clients can query status
2017-02-21 12:20:50 +01:00
Gioacchino Mazzurco
fcdb3d6c88
RsGenExchange enum for create status
2017-02-21 11:43:18 +01:00
csoler
9371521dd1
fixed bug causing crash in openssl_crypto due to not zeroing a field that was not duplicated before delete
2017-02-20 23:19:29 +01:00
csoler
8c3f553579
fixed compilation with openssl1.0.1 broken by previous commits
2017-02-20 22:54:25 +01:00
csoler
4dac3b4f14
removed compilation tweak
2017-02-20 22:36:35 +01:00
csoler
c3b49855e0
compilation fix for openssl-1.1.0 (gxssecurity+gxstunnel part)
2017-02-20 21:44:48 +01:00
Gioacchino Mazzurco
e246876513
Cleanup GxsTokenQueue header
2017-02-20 07:36:59 +01:00
csoler
5c95b88095
compilation fix for openssl-1.1.0 (pqissl+authssl part)
2017-02-19 22:38:02 +01:00
csoler
57bbd15893
fixing compilation for openssl-1.1.0 (chacha20.cc, HMAC structure, part 2)
2017-02-19 11:10:25 +01:00
csoler
d7bfc3264b
fixing compilation for openssl-1.1.0 (chacha20.cc, HMAC structure)
2017-02-19 10:56:33 +01:00
csoler
175664e10e
fixing compilation for openssl-1.1.0 (part 12)
2017-02-18 23:58:47 +01:00
csoler
0c77a10224
fixing compilation for openssl-1.1.0 (part 11)
2017-02-18 23:47:53 +01:00
csoler
01e89bb0d8
fixing compilation for openssl-1.1.0 (part 10)
2017-02-18 23:47:47 +01:00
Gioacchino Mazzurco
55ff9067cf
Acknoweldge mail reception via presigned receipt
...
This method does protect recipient metadata but doesn't support multicasting so
if a mail has N recipients N copies of the mail need to be sent to the group
RsGenExchange made some members protected instead of private so child classes
can use them
Create Rs{G,N}xsMailPresignedReceipt items to prepare and dispatch receipts
Move RsNxsMsg deserialization to RsNxsMsg::deserialize(...) method
2017-02-18 20:32:25 +01:00
csoler
fc1a792a12
fixing compilation for openssl-1.1.0 (part 9)
2017-02-18 18:16:10 +01:00
csoler
d5e679299c
fixing compilation for openssl-1.1.0 (part 8)
2017-02-18 18:09:49 +01:00
csoler
deb3a49b6a
fixing compilation for openssl-1.1.0 (part 7)
2017-02-18 17:00:46 +01:00