csoler
7455013fc2
fixed std::cerr => RsErr()
2021-12-13 20:58:53 +01:00
csoler
7821b29893
fixed additional GPG->Pgp names
2021-10-29 20:29:18 +02:00
csoler
7672ffa0ec
fixed casing of PGP into Pgp
2021-10-29 19:05:54 +02:00
csoler
fdac22f49c
renamed remaining *GPG* names into *PGP*
2021-10-29 19:02:09 +02:00
csoler
5e37bd42e4
renamed isGPGAccepted into isPGPAccepted
2021-10-29 18:57:58 +02:00
csoler
b328c3a493
renamed AuthGPG into AuthPGP
2021-10-29 18:51:40 +02:00
csoler
8b586412c2
Merge remote-tracking branch 'upstream/master' into v0.6-PGPHandler
2021-08-15 10:09:45 +02:00
csoler
020ef61297
fixed compilation
2021-08-15 09:41:30 +02:00
csoler
b084b20280
removed getAuthGPG and replaced AuthGPG with a class with static members
2021-08-14 14:56:28 +02:00
csoler
b8f4e64393
initial split of PHPHandler into two classes
2021-08-11 16:02:02 +02:00
csoler
4db6ac92e7
initial split of PHPHandler into two classes
2021-08-11 16:01:45 +02:00
Gioacchino Mazzurco
8bed99cc9f
Fix compilation with C++17
2021-08-06 12:15:34 +02:00
howdy-partner
3cfab3ace0
fix smiley bug
2021-07-31 13:32:17 +02:00
thunder2
282f4f18a3
Removed library opencv from Windows build environment
2021-07-19 21:08:41 +02:00
thunder2
6cf60f1add
Removed not needed libraries in VOIP.pro for Windows build
2021-07-19 21:07:52 +02:00
csoler
1f10be1c90
Merge pull request #2439 from csoler/v0.6-BugFixing_12
...
fixed errors in libretroshare.pro
2021-07-15 17:18:36 +02:00
csoler
0c98b7f178
Merge pull request #2438 from csoler/v0.6-rsHistory
...
[WIP] Documenting rsHistory.h to bring history to JSON api
2021-07-04 23:39:26 +02:00
csoler
4e4427f0bd
fixed errors in libretroshare.pro
2021-07-03 22:01:07 +02:00
csoler
4833a8fdc4
added json api description for the rest of RsHistory
2021-07-03 20:48:47 +02:00
csoler
0dd1d7703e
Merge pull request #2421 from csoler/v0.6-plugins-VOIP
...
Switched video capture to QCamera and removed opencv dependency
2021-07-03 00:36:36 +02:00
csoler
875084ff52
Merge pull request #2432 from G10h4ck/rsidentity_json_fixup
...
Avoid JSON operations on RsGxsIdGroup::mPgpIdSign
2021-07-03 00:35:49 +02:00
csoler
d6ccd75a7f
started documenting rsHistory.h to bring history to JSON api
2021-07-03 00:31:09 +02:00
csoler
9a6257e3c5
Merge pull request #2429 from howdy-partner/smiley-fix
...
fix smiley bug
2021-06-24 20:35:55 +02:00
Gioacchino Mazzurco
7bf4da0691
Avoid JSON operations on RsGxsIdGroup::mPgpIdSign
...
The field is actually a raw memory chunk even if declared as an
std::string as result the produced JSON is broken and JSON API clients
cannot parse the output of methods like rsIdentity/getIdentitiesInfo
A proper fix would be refactoring the whole code to use a proper raw
memory buffer for that field but given there is no usage for a raw PGP
signature on a client app as RetroShare library already verify it internally
workaround the issue by just ignoring that field in JSON serial operations.
2021-06-22 08:24:11 +02:00
csoler
20c0032ca8
Merge pull request #2430 from G10h4ck/extra_file_optimization
...
Files extra list optimization and cleanup
2021-06-14 13:07:19 +02:00
Gioacchino Mazzurco
476180dc14
Files extra list optimization and cleanup
...
Improve performances and fix compiler warnings
2021-06-14 11:53:27 +02:00
howdy-partner
0db2f3a53e
fix smiley bug
2021-06-10 00:41:42 +03:00
csoler
90bc88089c
fixed up bandwidth display when no video is selected
2021-05-27 21:45:56 +02:00
csoler
b78f7f11de
added the possiblity to choose which camera to use
2021-05-27 21:21:26 +02:00
csoler
d1a166df55
Merge pull request #2419 from csoler/v0.6-BugFixing_10
...
fixed deadlock caused by wrong order in mutex lock
2021-05-26 11:41:57 +02:00
csoler
7b5be347bf
refactored the UI of VOIP config panel and added list of available devices (not used yet)
2021-05-15 21:37:11 +02:00
csoler
d3f75234a7
moved abSpeech audio bar to main panel
2021-05-12 23:24:57 +02:00
csoler
d7ecd775eb
made camera/audio only active when config panel is shown
2021-05-12 23:05:15 +02:00
csoler
c4fbd3a4f5
renamed AudioInputConfig into VOIPConfigPanel
2021-05-12 21:44:25 +02:00
csoler
0de9c877b8
switched video capture to QCamera and removed opencv dependency
2021-05-12 09:40:42 +02:00
G10h4ck
4b34c73cf8
Merge pull request #2416 from howdy-partner/libupnp-detection-fix
...
Fix qmake library path on 64 bits linux
2021-05-07 17:36:19 +02:00
csoler
8539dd503a
fixed deadlock caused by wrong order in mutex lock
2021-05-04 19:49:47 +02:00
howdy-partner
fe53ee4842
Fix libupnp autodetection for qmake
2021-04-25 23:38:00 +03:00
csoler
12e556c204
Merge pull request #2403 from csoler/v0.6-BugFixing_10
...
fixing VOIP compilaiton on ubuntu 20.04
2021-04-04 14:44:49 +02:00
csoler
d1e44adb3e
Merge remote-tracking branch 'upstream/master' into v0.6-BugFixing_10
2021-04-04 14:41:58 +02:00
csoler
b2f9ac5b71
fixed VOIP compilation on ubuntu 20.04
2021-04-04 14:40:15 +02:00
defnax
c71b99c902
Merge pull request #2402 from defnax/macos
...
Update MacOS_X_InstallGuide.md
2021-04-03 14:19:04 +02:00
defnax
7702ad69f3
Update MacOS_X_InstallGuide.md
2021-04-03 11:24:49 +02:00
defnax
4fe3c955a3
Update MacOS_X_InstallGuide.md
2021-04-02 23:00:10 +02:00
defnax
a847541c1b
Merge pull request #2401 from defnax/macos
...
update macOs compile instruction
2021-04-02 14:59:20 +02:00
defnax
bba3051a54
Update MacOS_X_InstallGuide.md
2021-04-02 12:45:19 +02:00
defnax
729f36c792
Update MacOS_X_InstallGuide.md
2021-04-02 12:29:21 +02:00
defnax
0683bd2717
Update MacOS_X_InstallGuide.md
2021-04-02 12:02:01 +02:00
csoler
cd61ec8635
move initialization of UI at the top in NewsFeed
2021-03-31 22:31:00 +02:00
csoler
3f50f6f2d6
Merge pull request #2385 from RetroShare/v0.6.6-Official-Release
...
Recent fixes to V0.6.6 official release
2021-03-31 15:40:44 +02:00