Commit Graph

23 Commits

Author SHA1 Message Date
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
Gioacchino Mazzurco
c2cb63b40c
RsIdentity update own ids cache on creation 2019-09-12 12:02:24 +02:00
Gioacchino Mazzurco
06840b86f5
Fix retroshare-service Android build
Cleanup retroshare-service and build options
2019-09-10 17:10:26 +02:00
csoler
9188d18a90
attempt to fix compilation on windows 2019-09-08 14:35:45 +02:00
csoler
718a8bafa3
attempt to fix compilation on windows 2019-09-08 14:04:39 +02:00
csoler
0388702f3d
attempt to fix compilation on macOS 2019-09-08 13:57:38 +02:00
csoler
b620b63677
attempt to fix compilation on windows 2019-09-08 11:36:41 +02:00
csoler
63b56350ca
attempt to fix compilation on windows 2019-09-08 11:02:34 +02:00
csoler
3a63ffaf5d
added missing ifdef around jsonapi include 2019-09-08 10:29:24 +02:00
csoler
c365a96489
moved getpass() method into a cross-plateform file rskbdinput.h/cc 2019-09-05 23:54:48 +02:00
csoler
b7ff7373c1
improved ui of retroshare service 2019-09-02 22:13:12 +02:00
csoler
d507f7ea23
fixed compilation warning 2019-08-30 22:11:33 +02:00
csoler
b4bfdf2e25
fixed shutdown callback issue in retroshare-service.cc 2019-08-30 22:09:47 +02:00
csoler
b8398aae07
moved passwd request for webui to a more appropriate place 2019-08-30 21:16:00 +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
158da65fc4
added passwd request for webUI at start of rs-service. All this should be later handled using commandline options 2019-08-29 10:57:15 +02:00
csoler
90d0686e88
removed Qt from unix version of retroshare service. Enabled loging at start with option -u 2019-08-27 21:54:17 +02:00
Gioacchino Mazzurco
0d2798399e
retroshare-service add permission for android network usage 2019-02-07 16:38:18 -03:00
Gioacchino Mazzurco
4a5d5762b7
retroshare-service android check better status
The code is a bit clumsy but it report more accurate information this
way
2018-12-16 16:41:32 +01:00
Gioacchino Mazzurco
c0ca1a5aad
Print stack trace on crash 2018-11-05 00:19:45 +01:00
Gioacchino Mazzurco
b28512b889
retroshare-service now build and runs fine on android (even older ones) 2018-10-05 22:29:49 +02:00
Gioacchino Mazzurco
8f3f2cd7cb
retroshare-service improve building process 2018-10-03 15:53:18 +02:00
Gioacchino Mazzurco
0078501dba
Initial work on a RetroShare cross-platform service
This doesn't need any interacion of the user at startup, unlike
retroshare-nogui which requires the user to login on the shell this doesn't
even need a TTY.
At startup this just parse command line, read the PGP keyring, look for
available locations, and start listening for JSON API requests.
Another difference with retroshare-nogui is that this is capable to
generate/import PGP identities, generate locations, and in general anything
possible through the RetroShare API.
retroshare-service is suitable also to run it as a system service, even
in very constrained systems such as Android ot a Docker container.
retroshare-service drop support for libresapi so only the new JSON API
is exposed, it will completely obsolete retroshare-android-service once
retroshare-qml-app is ported to the new JSON API.
2018-09-29 00:15:10 +02:00