Phenom
ff1908eda6
Fix Clang Static Analyser: Undefined allocation of 0 bytes
...
Unix API: Undefined allocation of 0 bytes (CERT MEM04-C; CWE-131): Call
to 'malloc' has an allocation size of 0 bytes
1: Loop body executed 0 times in /home/phenom/GIT/RetroShare/trunk/
libbitdht/src/util/bdbloom.cc:223
2: Calling 'bloomFilter::getFilter' in /home/phenom/GIT/RetroShare/
trunk/libbitdht/src/util/bdbloom.cc:240
3: 'bytes' initialized to 0 in /home/phenom/GIT/RetroShare/trunk/
libbitdht/src/util/bdbloom.cc:141
4: Call to 'malloc' has an allocation size of 0 bytes in /home/phenom/
GIT/RetroShare/trunk/libbitdht/src/util/bdbloom.cc:148
2017-04-25 09:47:10 +02:00
Phenom
f22dc0f0df
Fix Clang warnings: unused variable 'action'
...
warning: unused variable 'action' [-Wunused-variable]
QAction *action = contextMenu-
>addAction(QIcon(":/images/chat_24.png"),tr("Copy identity to
clipboard"),this,SLOT(copyRetroshareLink())) ;
2017-04-25 09:45:57 +02:00
Phenom
490f8d2f54
Fix Clang warnings: 'TYPE_IDENTITY' not handled
...
warning: enumeration value 'TYPE_IDENTITY' not handled in switch [-
Wswitch]
2017-04-25 09:45:27 +02:00
Phenom
6e42cf4200
Fix Clang warnings: field 'mPassword' will be initialized after field
...
'mPrevIsBad'
warning: field 'mPassword' will be initialized after field 'mPrevIsBad'
[-Wreorder]
2017-04-25 09:44:59 +02:00
csoler
0d7df568b4
moved rsconfigitems and rshistoryitems to rsitems/
2017-04-24 22:47:08 +02:00
csoler
f7338d4a3d
removed old code
2017-04-24 22:39:05 +02:00
csoler
43b3b87782
fixed a few bugs in config items
2017-04-24 22:36:03 +02:00
csoler
fcabe6359f
switch RsConfigItems to new serialization
2017-04-24 18:51:51 +02:00
electron128
be9f126898
Merge pull request #781 from Sonetio/libresapi_requests
...
Added few requests handling in libresapi
2017-04-24 18:43:17 +02:00
csoler
af4fcf7679
switched rshistoryitems to new serialization
2017-04-24 17:33:30 +02:00
Phenom
1327582096
Fix Relay setting values
...
Was multiply by 1024 then divide by 1000.
2017-04-24 17:28:25 +02:00
csoler
8ae6541ceb
added two new classes for config/service serialisers and a base generic serialiser class
2017-04-24 17:10:01 +02:00
Konrad
8da5e15180
Changed: difference time to absolute time.
2017-04-24 16:00:23 +02:00
csoler
dc2df071a5
renamed RsSerializer into RsServiceSerializer
2017-04-24 14:14:34 +02:00
csoler
976a80a7af
switch rsfilelistitems to new serialization
2017-04-24 13:30:18 +02:00
csoler
26e95416d1
moved RTT items to rsitems/
2017-04-24 11:06:51 +02:00
csoler
f6aaee7382
converted RTT items to new serialization
2017-04-24 11:01:45 +02:00
csoler
5071c4bc7f
moved msgitems to rsitems/
2017-04-24 11:00:57 +02:00
csoler
fc82b20833
removed old serialization code in msgs
2017-04-24 10:36:22 +02:00
csoler
08867945f3
fixed bug caused by wrong cast in lobby msg signature validation
2017-04-24 10:29:57 +02:00
csoler
91b04098b6
fixed two memory bugs in serialization code
2017-04-24 10:11:24 +02:00
defnax
6313d89718
Improved look n feel of Profile Generation Window.
2017-04-24 01:23:05 +02:00
csoler
31c07f4dfd
converted RsMsgItems to new serialization. Added format and flag members to RsSerialiser and used the later to handle signature and config serialization techniques
2017-04-23 22:40:26 +02:00
csoler
63b4b3a1f7
moved discovery2 items to rsitems/
2017-04-23 19:07:26 +02:00
csoler
9d9ff567bb
switched discovery2items to new serialization
2017-04-23 19:02:12 +02:00
csoler
190a638cc1
added zesty to ubuntu releases
2017-04-23 17:53:25 +02:00
csoler
06e90e6549
added control file for zesty
2017-04-23 17:49:07 +02:00
csoler
c738026eb8
updated ubuntu changelog
2017-04-23 17:48:39 +02:00
csoler
5b3b903603
added missing line for ubuntu zesty
2017-04-23 17:36:18 +02:00
csoler
73bfc27f47
Merge pull request #784 from PhenomRetroShare/Fix_RelaySettingsPage
...
Fix Relay setting page.
2017-04-23 17:33:50 +02:00
Phenom
4c326f5e80
Fix Relay setting page.
2017-04-23 10:27:18 +02:00
csoler
2e7127077d
fixed previous file move
2017-04-22 21:36:39 +02:00
csoler
bef6db4b43
moved files
2017-04-22 21:32:57 +02:00
csoler
311f257090
converted GxsReputationItems to new serialization
2017-04-22 21:10:55 +02:00
defnax
0e087db807
Fixed to use right icons for context menu actions
2017-04-22 17:32:59 +02:00
csoler
782c02744f
added names for turtle sub items
2017-04-22 16:00:01 +02:00
Konrad
f571b05693
Added: Checking if the vector is empty;
...
Changed: Grouped values into one member
2017-04-22 11:06:56 +02:00
electron128
8b9c447063
fixed possible crash and return value in rsGetHostByName(), thanks to Kotyara for reporting this
2017-04-22 10:13:23 +02:00
Konrad
8c0b7ce776
Fixed: Responds sends now correct time difference
2017-04-21 23:44:00 +02:00
csoler
4ab60219b2
Merge pull request #782 from PhenomRetroShare/Fix_MacOSX_Compilation
...
Fix MacOSX compilation.
2017-04-21 19:45:30 +02:00
Phenom
936dcbabb3
Fix UnitTest compilation.
2017-04-21 18:50:36 +02:00
Phenom
969b5ce1f1
Fix MacOSX compilation.
2017-04-21 15:57:57 +02:00
Gioacchino Mazzurco
3a3c4691ce
Qml app is more aggressive in parsing links
...
Some app lile t3legram prepend other textxs when a message is copied, so
if a retroshare link is passed via t3legram and the user do copy/paste
on retroshare, retroshare get "some text + retroshare link", to avoid
the link being forgot we parte pasted textx more aggressively
2017-04-20 23:53:45 +02:00
Gioacchino Mazzurco
7b070e482d
Qml app improved trusted nodes exchange
...
AddTrustedNode.qml support for plain certificate and node link import/export
Move clipboard wrapper to it's own singleton ClipboardWrapper.qml with
improved clipboard API
2017-04-20 21:47:51 +02:00
csoler
7400a8d768
Merge pull request #780 from csoler/v0.6-ImprovedGUI
...
added mechanism to allow services to document the names of their item…
2017-04-20 20:59:12 +02:00
csoler
5f8bf03dfe
added mechanism to allow services to document the names of their items, and improved bandwidth graph to show names for GXS services. Other services still need to supply their own names
2017-04-20 20:54:51 +02:00
Konrad
c9f618ddf6
Added: Notification about changed peer status
2017-04-20 19:09:57 +02:00
Konrad
9600359bdb
Fixed: Password was not stored after creating a new location
2017-04-20 18:09:19 +02:00
Gioacchino Mazzurco
5c1ad36d2b
Qml app support contact link import/export
2017-04-20 16:05:15 +02:00
Gioacchino Mazzurco
5ee517b64f
Expose libresapi for GXS contacts import/export
...
To import contact
/identity/import_key
{"radix":"AgIRBAAABd..."}
To export contact
/identity/export_key
{"gxs_id":"ffffffffffffffffffffffffffffffff"}
In both cases if everithing went fine the answer is something like
{"data":{"radix":"AgIRBAAABd...", "gxs_id":"fff..."}, "returncode":"ok"}
Some retrocompatible adaptations were necessary to libretroshare
RsGenExchange::deserializeGroupData
p3IdService::deserialiseIdentityFromMemory
Now accept an extra optional pointer parameter to return the id of the
key so we can return it back from libresapi too and can be used to
request more information about the key to the API.
2017-04-19 23:48:25 +02:00