Gioacchino Mazzurco
2c8aa5a1fe
RsAccounts::getCurrentAccountId is now static
2018-09-06 02:04:48 +02:00
Gioacchino Mazzurco
a8ddec03fc
Expose more login related JSON API
...
/rsLoginHelper/isLoggedIn to check if already logged in
/rsAccounts/getCurrentAccountId to get the id of current selected
account, beware that an account may be selected without actually logging in
2018-08-30 19:09:50 +02:00
Gioacchino Mazzurco
3094146c13
RsLoginHelper::attemptLogin clear cached passphrase after usage
...
Thanks Cyril for suggestion
2018-08-28 14:35:29 +02:00
Gioacchino Mazzurco
b98246ee21
Fix location creation via JSON API
...
To complete location creation login is needed
2018-08-25 00:19:26 +02:00
Gioacchino Mazzurco
ab6a5c07cc
RsLoginHelper::createLocation expose capability of creating hidden locations
2018-08-22 17:22:27 +02:00
Gioacchino Mazzurco
396fe49312
Merge branch 'master' into jsonapi
2018-08-22 16:59:42 +02:00
csoler
985be3504e
fixed compilation with RS_AUTO_LOGIN
2018-08-01 23:05:36 +02:00
csoler
d7c7e35d71
fixed compilation on MacOS
2018-07-27 15:15:04 +02:00
csoler
62b9a74324
fixed running with TorControl in new mode
2018-07-25 15:31:18 +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
130007b578
Merge branch 'master' into jsonapi
2018-07-23 13:44:01 +02:00
csoler
2bab688dec
fixed merge with upstream/master
2018-07-19 23:22:24 +02:00
csoler
9b0a4b966e
removed extra call to loadConfiguration()
2018-07-18 21:20:51 +02:00
csoler
fd45d44826
added interface to get statistics about GxsNetTunnel
2018-07-15 11:14:58 +02:00
csoler
6848a586f3
merged upstream/master
2018-07-08 21:17:48 +02:00
Gioacchino Mazzurco
d511b6648e
Extend JSON API to shutdown retroshare gracefully
2018-06-28 15:04:06 +02:00
Gioacchino Mazzurco
0ff80baed3
Extend JSON API with reasonable way to create location
2018-06-28 12:06:43 +02:00
Gioacchino Mazzurco
4637fbaff5
Add login JSON API
...
Implement a "normal" way to login RsLoginHelper::attemptLogin
Implement a way to get locations list RsLoginHelper::getLocations
Enable JSON API into retroshare-android-service
2018-06-27 08:52:03 +02:00
csoler
5b9666855d
fixed merge with upstream
2018-06-22 23:38:31 +02:00
csoler
84194b6234
sereral fixes to GXS distant search
2018-06-16 22:39:35 +02:00
csoler
ff8c37f169
fixed license in retroshare/
2018-05-28 22:28:51 +02:00
sehraf
92b21d7332
compile fix wikipoos
2018-05-21 14:26:46 +02:00
csoler
8d5c013a17
added proper synchronization of GxsIds through tunnels of another service
2018-05-03 23:21:59 +02:00
csoler
4d6fed643a
reverted to single GxsTunnelService shared for all services
2018-05-01 20:10:56 +02:00
csoler
1a9a7622a2
made GxsNetTunnelService a parent class of GxsNetService and renamed public methods appropriately.
2018-04-25 17:58:37 +02:00
csoler
38b39caf13
added compilation flag for GXS dist sync
2018-04-25 14:58:53 +02:00
csoler
8fe3eb711d
fixed a few bugs in GXS dist sync tunneling
2018-04-02 17:07:32 +02:00
csoler
aa59694d88
added automatic detection for need to dist-sync groups
2018-04-01 22:04:16 +02:00
csoler
d57f933109
added load/save of known channels to avoid re-displaying it in the NewsFeed after then have been deleted.
2018-02-16 23:51:43 +01:00
csoler
252626f5ec
added load/save of known forums to avoid re-displaying it in the NewsFeed after then have been deleted.
2018-02-16 23:24:01 +01:00
csoler
7a2d874863
Merge pull request #1153 from csoler/v0.6-TorOnly
...
V0.6 tor only
2018-02-11 20:49:45 +01:00
Gioacchino Mazzurco
fa71ed25ba
Install bdboot.txt in Android
...
DHT now works on android as bdboot.txt is bundled as android asset
Update Android documentation as DHT works on Android after this commit
2018-01-29 16:14:14 +01:00
csoler
fcc3995d87
removed BanList service from Retro-Tor version
2018-01-01 15:49:49 +01:00
csoler
da5253059a
fixed retrotor compilation when removing dht and udp
2017-12-31 17:27:21 +01:00
Phenom
371d8205d5
Fix CppCheck in rsinit.cc
...
/libretroshare/src/rsserver/rsinit.cc:1051: warning:
Cppcheck(unreadVariable): Variable 'mDhtStack' is assigned a value that
is never used.
2017-11-07 21:47:05 +01:00
Phenom
e63217e7de
Fix OpMode Restore
2017-10-17 15:39:38 +02:00
Gioacchino Mazzurco
32f43b999e
Merge branch 'GSoC2017-evaluation-final'
2017-08-18 01:39:31 +02:00
thunder2
52dbd91f3b
Removed Windows specific hack to get commandline arguments.
2017-08-05 14:23:35 +02:00
csoler
1792273cff
Merge pull request #946 from PhenomRetroShare/Fix_GuiAutoLogin
...
Fix GUI AutoLogin
2017-07-26 13:50:21 +02:00
Phenom
5bbb99aef7
Fix Bad Service Monitor registering.
...
This induce to remove peers in statistics->bandwidth when disc service
is off.
2017-07-18 19:24:32 +02:00
Phenom
f888913800
Set Operating Mode in RsInit::InitRetroShare so noGUI could use it.
2017-07-17 15:40:14 +02:00
Phenom
51fa7a5dda
Fix clang warning: unused variable 'p3facestartupzone'
...
/libretroshare/src/rsserver/rsinit.cc:145: warning: unused variable
'p3facestartupzone' [-Wunused-const-variable]
const int p3facestartupzone = 47238;
2017-07-16 21:35:35 +02:00
Phenom
59e018e02d
Fix GUI AutoLogin
2017-07-16 16:03:56 +02:00
csoler
00c1a9a7ff
fixed autologin
2017-07-12 22:53:35 +02:00
csoler
66268c8267
fixed variable shadowing a parameter
2017-07-12 18:48:06 +02:00
csoler
4cfdef5ff9
do not display auto-login option when software is compiled without autologin
2017-07-11 23:39:04 +02:00
csoler
a5e0b1c336
fixed -U option in rs-nogui. Removed debug output that would ruin the terminal interface
2017-07-11 23:32:22 +02:00
csoler
3e3ee1a34b
little improvement to command line help display
2017-07-09 22:12:01 +02:00
csoler
370d50b41a
cleaned a bit the code in rsinit.cc
2017-07-05 21:36:00 +02:00