csoler
|
53313670f5
|
cleaning up webui/jsonapi interaction code
|
2023-11-04 23:41:49 +01:00 |
|
csoler
|
e8187dbeab
|
moved FileDetail structure in SearchDialog where it belongs
|
2023-06-04 17:59:17 +02:00 |
|
csoler
|
beed6a08c8
|
made SearchDialog to use RsEvents in order to catch turtle search results
|
2023-05-04 22:30:06 +02:00 |
|
csoler
|
03a576589e
|
allow user to supply his own Tor executable
|
2022-11-07 21:10:55 +01:00 |
|
thunder2
|
460dbdcdc8
|
Added shutdown of tor management threads
|
2021-12-29 17:56:55 +01:00 |
|
csoler
|
4a76fddaa9
|
fixed conflicts with upstream/master
|
2021-12-19 21:10:15 +01:00 |
|
csoler
|
af4c948024
|
fixed some bugs in TorControl
|
2021-12-17 16:54:44 +01:00 |
|
Phenom
|
92da1881e7
|
Remove unused skins.
|
2021-11-29 15:39:42 +01:00 |
|
csoler
|
43e8ed3d98
|
fixed compilation
|
2021-06-26 17:12:17 +02:00 |
|
csoler
|
f13b0cbe9f
|
keeping Qt internally for a while and making RsTor Qt-free
|
2021-06-25 21:46:00 +02:00 |
|
defnax
|
c746af23ed
|
Fixed to load the stickers only one time
|
2021-01-21 22:57:27 +01:00 |
|
csoler
|
76511479af
|
switched all explicit pixmap from files to shared FilesDefs::getPixmapFromQtResourcePath()
|
2020-08-19 16:19:42 +02:00 |
|
csoler
|
209355b9a5
|
converted all calls to QIcon("somefile.png") into FilesDefs::getIconFromQtResourcePath("somefile.png") to save memory duplicated by Qt
|
2020-08-15 22:17:52 +02:00 |
|
csoler
|
cd98f02246
|
removed askForDeferredSelfSignature() and made IdEditDialog comply with this
|
2020-04-02 22:24:14 +02:00 |
|
csoler
|
9a24af87a4
|
Moved #ifdef RS_WEBUI inside RS_JSONAPI ifdefs so that the webui files cannot be requested unless jsonapi files are compiled
|
2019-11-27 21:14:20 +01:00 |
|
csoler
|
b842936ae7
|
removed webUI shutdown when quiting because it duplicates jsonapi shutdown.
|
2019-11-24 15:47:41 +01:00 |
|
csoler
|
9491f1a78e
|
fixed interactions between webui and jsonapi in GUI
|
2019-11-16 18:19:07 +01:00 |
|
csoler
|
1b8f137dee
|
improved UI for jsonapi and webui pages
|
2019-11-13 21:35:57 +01:00 |
|
csoler
|
9007d266a8
|
fixed start/stop of webinterface from GUI
|
2019-11-13 21:06:20 +01:00 |
|
csoler
|
d19d1685de
|
made JsonApiServer an singleton through static method instance()
|
2019-11-12 22:32:18 +01:00 |
|
csoler
|
6603dbd913
|
code to embed webUI server in the main executable (initial version, not yet working)
|
2019-11-10 17:38:16 +01:00 |
|
csoler
|
636d477aea
|
fixed bug causing JSon api server to start twice, and therefore stopping RS because the port was already listen to
|
2019-09-15 16:21:12 +02:00 |
|
csoler
|
ab5da5ebf5
|
switched to RsLoginHelper for login attempt in rs-service. Moved commandline arguments to main executable using a new struct named RsConfigOptions
|
2019-08-29 23:15:46 +02:00 |
|
csoler
|
98e41ad075
|
made messenger an optional component of the UI
|
2019-08-21 15:23:25 +02:00 |
|
csoler
|
cd9a2db4e3
|
fixed license in retroshare-gui/src/chat/ and main files
|
2018-11-11 14:24:44 +01:00 |
|
Gioacchino Mazzurco
|
c0ca1a5aad
|
Print stack trace on crash
|
2018-11-05 00:19:45 +01:00 |
|
Gioacchino Mazzurco
|
ccabf82e60
|
retroshare-gui now handle JsonApiServer too
|
2018-09-21 19:01:32 +02:00 |
|
csoler
|
cc1a05ddc9
|
fixed certificate creation in TorAuto mode
|
2018-07-27 12:33:06 +02:00 |
|
csoler
|
d1a375cbd0
|
removed RETROTOR #ifdef and started using RsAccounts::isTorAuto() instead. Unfinished yet.
|
2018-07-25 11:37:40 +02:00 |
|
csoler
|
0f758902cd
|
started cleaning the mess with rsAccounts: only exposed useful functionality of rsAccount beyond a static class and removed all references to rsAccounts in the code
|
2018-07-24 23:47:32 +02:00 |
|
Gioacchino Mazzurco
|
b36cb1ef17
|
Fix retroshare GUI building with no_libresapihttpserver
|
2018-04-15 12:41:54 +02:00 |
|
csoler
|
faf45174c7
|
proper error handlign when Tor is not available
|
2018-02-08 15:26:21 +01:00 |
|
csoler
|
d0039241d3
|
replaced usleep() by rstime::rs_usleep() which accepts times >= 1 sec. Should fix problems on windows
|
2018-01-27 20:22:31 +01:00 |
|
csoler
|
0112cf23e5
|
added check after starting TorManager
|
2018-01-20 17:10:47 +01:00 |
|
csoler
|
19f1a645f8
|
fixed update of Tor status in settings
|
2018-01-19 13:42:31 +01:00 |
|
csoler
|
e28886fe79
|
updated to upstream/master
|
2018-01-05 21:59:22 +01:00 |
|
csoler
|
a591001cec
|
improved Tor startup phase integration in TorControlDialog
|
2017-12-28 21:39:35 +01:00 |
|
csoler
|
475b6a4a62
|
fixed auto-configuraiton of socks proxy
|
2017-12-28 17:01:56 +01:00 |
|
csoler
|
77d0337ae9
|
auto-set hidden node address and ports from TorManager
|
2017-12-27 18:59:50 +01:00 |
|
csoler
|
390af949a8
|
improved display of Tor starting window
|
2017-12-26 20:42:25 +01:00 |
|
csoler
|
1a9a9ca208
|
fixed creation of hidden service and saving of private key/hostname
|
2017-12-26 17:21:57 +01:00 |
|
csoler
|
659367ca96
|
added basic hidden service creation. Untested.
|
2017-12-25 22:59:42 +01:00 |
|
csoler
|
f5ce711ad6
|
only load hidden nodes in retro-only mode
|
2017-12-21 21:34:51 +01:00 |
|
csoler
|
5b5a2bef81
|
split tor control into two parts
|
2017-12-21 18:16:32 +01:00 |
|
csoler
|
e87b25794f
|
added Tor control window
|
2017-12-21 15:32:42 +01:00 |
|
csoler
|
5ca2d5e27b
|
added retrotor option in global .pri, and TorControl code
|
2017-12-21 10:43:28 +01:00 |
|
csoler
|
c36267f640
|
patch from sss to make the keyring view a table with item model
|
2017-10-08 21:00:15 +02:00 |
|
Phenom
|
4336a4ad46
|
Move SharedFilesDialog to /gui/FileTransfer/
And remove old DEFINE because very olds files are deleted.
|
2017-09-07 19:53:51 +02:00 |
|
csoler
|
b387f15226
|
fixed compilation on qt5
|
2017-07-30 10:36:44 +02:00 |
|
csoler
|
345f24eb5f
|
fixed clearing of PGP passphrase after creation of default identity
|
2017-07-29 22:37:14 +02:00 |
|