csoler
e75487e48a
suppressed a few warnings (suggested by Phenom)
2017-02-25 23:16:43 +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
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
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
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
csoler
5951f460f6
fixing compilation for openssl-1.1.0 (part 6)
2017-02-18 16:49:35 +01:00
csoler
70e2a67786
fixing compilation for openssl-1.1.0 (part 5)
2017-02-18 16:40:38 +01:00
csoler
13a8389f68
fixing compilation for openssl-1.1.0 (part 4)
2017-02-18 16:21:17 +01:00
csoler
262fa9c593
fixing compilation for openssl-1.1.0 (part 3)
2017-02-18 15:45:45 +01:00
csoler
ba52b05968
fixing compilation for openssl-1.1.0 (part 2)
2017-02-18 15:28:27 +01:00
csoler
63a221007c
fixing compilation with openssl-1.1.0 (part 1)
2017-02-18 14:40:44 +01:00
cyril soler
cda3c744af
attempt at fixing a bug that can cause a crash in p3filelists.cc
2017-02-17 09:17:33 +01:00
csoler
c61ccda431
fixed compilation problem caused by a bug in qtcreator global replace. Warning: always check the result of qtcreator global replace
2017-02-07 22:04:07 +01:00
csoler
37f3e1a62a
fixed problem in ID creation code.
2017-02-07 20:15:55 +01:00
defnax
9226ccc5ca
Added invite info frame for Friend Request Messages.
2017-02-07 17:01:36 +01:00
csoler
90594bc9a6
Merge pull request #679 from csoler/v0.6-QtOptim
...
rewrote forum loading method with the proper logarithmic containers
2017-02-06 23:59:17 +01:00
csoler
32b2cdaa99
Merge pull request #678 from PhenomRetroShare/Fix_DisableSysTrayToolTipOption
...
Fix DisableSysTrayToolTip Option
2017-02-06 23:57:50 +01:00
csoler
266affeabd
Merge pull request #659 from hunbernd/fix/slow-emoticons
...
Fix slow emoticon loading
2017-02-06 23:56:43 +01:00
csoler
6a9b697e42
made RsReputation::overallReputationLevel() to also return the identity ownership flags so that we dont need to rely on async calls to p3IdService to get them
2017-02-06 23:46:01 +01:00
csoler
013eb93f70
rewrote forum loading method with the proper logarithmic containers
2017-02-06 00:11:26 +01:00
hunbernd
d1328f4467
Fix spaces between emoticons in message composer and forum
2017-02-05 22:09:39 +01:00
hunbernd
d0ab10cc38
Fix slow emoticons by using generic regex rules where possible.
2017-02-05 22:06:36 +01:00
Phenom
865a5741b2
Fix DisableSysTrayToolTip Option
2017-02-05 14:34:33 +01:00
defnax
3baaae7a88
Fixed People Header Text color
...
Moved info frame for Invite to Top Header
2017-02-02 17:58:48 +01:00
defnax
bc8aac1ca6
Added warn messagebox before send invite
2017-02-02 17:15:32 +01:00
cyril soler
873fbf98ad
added 3 missing delete, responsible for small memory leaks
2017-02-01 14:32:51 +01:00
thunder2
0ad581a0ff
Updated Windows build script to openssl-1.0.2k
2017-02-01 13:03:16 +01:00
csoler
deea1b5344
moved temporary GXS object structures into rsgxsutil.h and used them in p3gxscircles to remove a memory leak
2017-01-31 20:59:50 +01:00
csoler
0a02419a29
fixed a big memory leak in hash cache storage load code, and improved deletion of allocated memory if file reading fails
2017-01-31 20:07:27 +01:00
defnax
7861b092c3
Fixed to display Avatars and nickname on news feeds Messages Item for Distant Messages.
...
Added for Invite Message RS_MSG_USER_REQUEST flag & auto send invites to outbox.
Optimized Messages Item for Invite Messages, display a Send Invite Button, to send back own rs cert link via Distant Message.
2017-01-29 19:01:38 +01:00
csoler
7327f1a98b
fixed deadlock caused by locking the mutex in p3Identity after the one in p3GxsReputation
2017-01-28 15:26:12 +01:00
defnax
f90ebb1dfc
update Person details window used on Statistics.
...
clean up look and feel of Friend Details to get more user friendly for normal users.
2017-01-24 16:17:53 +01:00
csoler
f7a1348370
made Accepted option in Transfers to send tunnel requests for both encrypted and clear tunnels
2017-01-23 19:13:50 +01:00
csoler
aa62136f17
Merge pull request #657 from PhenomRetroShare/Add_NoCppWarningFlag
...
Add no cpp #warning Config flag to better show other ones.
2017-01-22 19:47:50 +01:00
csoler
73d9a48366
update client Grp TS even when friend peer is subscribed to no groups, so as to avoid the friend re-sendign an empty list indefinitly (fix suggested by jo)
2017-01-22 18:36:36 +01:00
csoler
72493ad09f
Merge pull request #658 from PhenomRetroShare/Fix_Compilation
...
Fix Compilation
2017-01-21 17:31:06 +01:00