Commit Graph

9244 Commits

Author SHA1 Message Date
csoler
8d54603b02 fixed bug in private key extraction 2016-06-16 21:27:28 -04:00
csoler
dbd78d2401 merged with upstream/master 2016-06-16 20:19:03 -04:00
sehraf
e28e9720dd removed dead code 2016-06-16 21:26:58 +02:00
defnax
70662cf8bf Fixed some layout spacing 2016-06-16 18:41:56 +02:00
Cyril Soler
656e7eb548 Merge pull request #415 from PhenomRetroShare/Add_BuildStatusInReadme.md
Add Build Status in ReadMe.md file.
2016-06-15 23:27:30 -04:00
Cyril Soler
c7da7342dd Merge pull request #416 from csoler/v0.6-ContactList
improved strategy for removal of unused GXS ids with proper constants…
2016-06-15 21:38:14 -04:00
csoler
e63f9361f2 improved strategy for removal of unused GXS ids with proper constants for unknown/signed/known ids. Forbid the stamping of banned keys. 2016-06-15 21:33:27 -04:00
defnax
da11995ca3 Clean up the Chat Toolbar Buttons
Fixed display of Info Text on PGg details
2016-06-15 23:32:01 +02:00
Phenom
631a29c701 Add Build Status in ReadMe.md file.
And add AppVeyor File.
2016-06-15 20:53:56 +02:00
csoler
6b74a8a1b6 added missing call to ssl_pendign in pqissludp. 2016-06-14 21:54:24 -04:00
csoler
c3eba4a72d added missing serialisation call for peer bandwidth limits 2016-06-14 21:54:24 -04:00
csoler
8c44e69012 added output of items which doesnot serialise correctly in pqisslstore 2016-06-14 21:54:24 -04:00
Cyril Soler
ceecdb2771 Merge pull request #414 from PhenomRetroShare/Add_MessageWhenSendingArgToOtherInstance
Add message, when sending arguments to other instance, to disable this
2016-06-14 20:31:38 -04:00
Cyril Soler
cedce2ecef Merge pull request #260 from PhenomRetroShare/Add_SendAsPlainText_And_NoEmoteIcon_Button
Add buttons to send message in plain text and without EmoteIcon.
2016-06-14 20:30:06 -04:00
defnax
69e98b8e2d Added count Invited Members to Create Circles Dialog.
Changed some context menu icons for People list and Circles tree.
Added icon when im Circle Admin.
2016-06-15 00:08:45 +02:00
Phenom
ddbcd2150c Add buttons to send message in plain text and without EmoteIcon. 2016-06-14 23:01:08 +02:00
Phenom
9b09187340 Add message, when sending arguments to other instance, to disable this
option.
2016-06-14 16:49:18 +02:00
Cyril Soler
56e079739c Merge pull request #413 from csoler/v0.6-Circles
V0.6 circles
2016-06-13 23:06:10 -04:00
csoler
e03c5dfe56 improved GUI layout in circle creation box. Added tooltips 2016-06-13 22:38:51 -04:00
csoler
600607d879 added warning for old peers in circles 2016-06-13 22:14:09 -04:00
csoler
8b954a240a added names to upnp redirects to avoid router confusion (patch from ET) 2016-06-13 18:08:05 -04:00
csoler
fa29dd7332 changed the way RsGxsSyncMsgReqItem are sent for circle-restricted groups, using a hash of the group ID instead of encrypting the whole item, hense saving a lot of bandwidth on msg sync. 2016-06-12 21:41:09 -04:00
csoler
972de42864 converted static variable to class member in pqihandler 2016-06-11 18:07:57 -04:00
csoler
34f49d4ae8 removed compilation warning 2016-06-11 18:07:07 -04:00
Cyril Soler
248d0c42d3 Merge pull request #412 from csoler/v0.6-MaxUpRate
V0.6 max up rate
2016-06-11 17:58:08 -04:00
csoler
ef4455ac9c cleaned the MaxUpRate branch from unused code 2016-06-11 17:54:11 -04:00
csoler
8e75185060 made avgReadCount and avgSendCound to be uint32_t instead of floats, since they count bytes. Changes kb to 1024 instead of 1000 2016-06-11 17:21:04 -04:00
csoler
eb9025d9a4 removed annoying warning when a circle is empty 2016-06-11 17:20:22 -04:00
csoler
373d41bc63 added missing variable def after previous commit 2016-06-11 14:11:21 -04:00
csoler
23e8e932be added mutex proteciton around mAvgLastUpdate to avoid it being changed by the constructor 2016-06-11 09:50:22 -04:00
csoler
0d1d31a25f added mutex protection around pqistreamer::getRates, since float r/w are not necessarily atomic 2016-06-11 09:33:16 -04:00
Cyril Soler
eba90a83c6 Merge pull request #411 from PhenomRetroShare/Add_SIGFPE_Debug_DEFINES
Add SIGFPE debug DEFINES.
2016-06-11 09:24:33 -04:00
Cyril Soler
afe23e7d90 Merge pull request #410 from PhenomRetroShare/Fix_SIGFPE_InQProgressBar_PrintEvent
Fix SIGFPE in QProgressBar::paintEvent
2016-06-11 09:22:53 -04:00
Phenom
d649659172 Add SIGFPE debug DEFINES.
To allow debug SIGFPE easily.
Only need to uncomment DEFINES *= SIGFPE_DEBUG line in retroshare-
gui.pro.
2016-06-11 14:38:31 +02:00
Phenom
08258ca8b8 Fix SIGFPE in QProgressBar::paintEvent
When feenableexcept(FE_INVALID | FE_DIVBYZERO) is activated.
2016-06-11 14:23:26 +02:00
defnax
d1be3f3a4f Set a minimum column width 2016-06-10 13:40:24 +02:00
csoler
83a143476e fixed bug in setting MaxRate values 2016-06-09 23:23:51 -04:00
csoler
f5ad8b49be moved node-wide options to node details 2016-06-09 23:13:07 -04:00
csoler
a4931edee0 fixed setting/getting maxrates using pgp id 2016-06-09 20:51:09 -04:00
csoler
a07805be1d moved bandwidth limits to the pgp level 2016-06-09 20:41:27 -04:00
csoler
38b86c37ab improved debug output for early address rejection 2016-06-09 18:12:04 -04:00
csoler
6b78275677 fixed bug in loading config file to set max rates 2016-06-08 22:54:40 -04:00
csoler
5a0fa66ac0 added proper talking between pqihandler and GUI for maxrates fixing 2016-06-08 22:44:28 -04:00
csoler
226e85c9ba added dropmenu entry in circles to allow admin to grant/deny membership 2016-06-08 21:00:26 -04:00
csoler
509266a25b removed some dead code 2016-06-07 22:38:24 -04:00
csoler
a1bbcd829d fixed a few small issues in new peer rates 2016-06-07 22:06:32 -04:00
csoler
20b6745f70 added GUI and storage for max up/dn rates per peer 2016-06-07 21:48:22 -04:00
Cyril Soler
0e857096c1 Merge pull request #409 from sehraf/pr-upnp-version
Add information about the utilized UPnP library
2016-06-07 11:00:34 -04:00
sehraf
2d5883ccc9 add UPnP lib version 2016-06-07 16:32:23 +02:00
csoler
1c1b7acef6 attempt at fixing the crash when quitting RS (due to operator new not being able to allocate memory from deleted allocator 2016-06-06 22:55:23 -04:00