Commit Graph

9997 Commits

Author SHA1 Message Date
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
Phenom
1f5ef4cc05 Fix Compilation 2017-01-21 17:29:07 +01:00
csoler
e07d6ff6b1 removed debuginfo from PR 654 2017-01-21 17:26:44 +01:00
csoler
6f7f1c2e65 Merge pull request #656 from PhenomRetroShare/Fix_UnitTestWarnings
Fix all warnings in UnitTest
2017-01-21 17:16:56 +01:00
Phenom
eee2a7b314 Add no cpp #warning Config flag to better show other ones.
Use CONFIG+=rs_nocppwarning to qmake command line.
2017-01-21 16:51:49 +01:00
Phenom
aa05d60894 Fix all warnings in UnitTest 2017-01-21 16:31:45 +01:00
csoler
e3240de8e0 Merge pull request #654 from csoler/v0.6-GXS-LimitedSync2
V0.6 gxs limited sync2
2017-01-21 15:06:46 +01:00
csoler
9a20160d1e merged upstream/master 2017-01-21 14:01:53 +01:00
csoler
ee4d722225 fixed cache deletion of GXS grp meta that caused deleted groups to not come back when available 2017-01-20 23:27:18 +01:00
csoler
7bbb993769 disabled emoticons from messages and toasters, since they significantly slow down the whole software 2017-01-20 23:00:05 +01:00
csoler
d1af2e09dc merged with upstream/master 2017-01-20 00:00:47 +01:00
csoler
b52ab0f542 added auto-clean of unused groups when grpAutoSync is enabled (so it does not touch identities) 2017-01-19 23:59:26 +01:00