95 Commits

Author SHA1 Message Date
TomZ 6d8531377b cleanup default config file 2020-01-20 16:06:24 +01:00
TomZ abf983335d Make RC returning more predictable.
This avoids depending on internals of the process class not changing
when we continue using it.
2020-01-17 19:46:26 +01:00
TomZ ebc1dca406 Ensure we flush the stream in all cases. 2020-01-13 17:43:20 +01:00
TomZ f7f4ea0093 make testing/streaming not link to flowee_server
Also split the testlib into two static libraries and avoid
recompile of the base test file in each test that used it.
2019-12-30 17:55:48 +01:00
TomZ dc6db0de84 exit with error 2019-12-12 18:21:40 +01:00
TomZ d7285c29b9 Follow the bugreport from im_uname about this
This should make cmake finish for him too.
2019-12-12 17:16:08 +01:00
TomZ ca1d61dc46 Auto-restart hub inside of the docker container.
If the hub dies after running for more than 2 minutes, auto-restart it.
2019-11-21 15:43:52 +01:00
TomZ c1671c707e Merge branch '2019.09' 2019-11-15 21:07:25 +01:00
TomZ 0f67b095a1 Fix CLI access inside docker
Don't limit RPC-JSON to just localhost, that won't work cross-docker.
2019-11-15 21:02:08 +01:00
TomZ 6cc749627d Merge branch '2019.09' 2019-11-11 21:12:18 +01:00
TomZ 0f5f8c2920 Cleanup config file example.
Remove dbcache option, flowee doesn't need it.
This is a legacy option that was needed when the leveldb layer was
used for the utxo, as that required us to write our own caching.
2019-11-11 19:50:25 +01:00
TomZ 4050b1b415 Add dependency 2019-11-11 18:07:45 +01:00
TomZ ea57495a4d Fixlets in debian package 2019-11-11 16:43:58 +01:00
TomZ 92ef04cb6d Update deb versions 2019-11-11 15:42:06 +01:00
TomZ 77cff07ec5 Add a cmake file to find installed components 2019-11-04 14:20:26 +01:00
TomZ 2e600dfe7f Import Schnorr multisig code 2019-10-14 19:22:27 +02:00
TomZ 0a6774eb33 Warn when variable not understood. 2019-10-08 14:24:22 +02:00
TomZ 4c2c57e5cc fix docs bugs 2019-10-06 15:20:41 +02:00
TomZ 2b5dad002a BitCore: fix docker config file 2019-10-05 17:58:32 +02:00
TomZ 6a66e89c21 update bitcore-proxy docker rules 2019-09-23 16:48:08 +02:00
TomZ 7f68435818 Fixes in the pos-cli docker documentation 2019-09-08 20:52:23 +02:00
TomZ 1160ce6289 fix link 2019-09-08 20:44:30 +02:00
TomZ d139222976 Document the docker containers 2019-09-08 20:43:01 +02:00
TomZ 860104c28f This was needed to find lib event_pthread on macos 2019-09-07 21:43:30 +02:00
TomZ af21bf8580 Summer cleanup
This moved to the docker setup quite some time ago.
2019-08-03 13:46:24 +02:00
TomZ a1dfd1cde9 Work on installable headers 2019-06-03 10:59:33 +02:00
TomZ f90602c073 Make debian package work 2019-05-13 17:53:55 +02:00
TomZ 8694c4467c Add indexer service file (systemd) 2019-05-09 12:16:11 +02:00
TomZ 3d33bdad99 [cmake] Cleanup include paths
as the number of applications grows it makes more sense to separate
the 'server' library from the actually reusable libraries.
To recap, the 'server' library is what we started with when importing
all the code from the hub. Slowly we are moving good code out that
is stand-alone and reusable.
2019-03-29 21:52:07 +01:00
TomZ 66023415f3 updates in docs etc 2019-03-29 17:07:32 +01:00
TomZ c8108f387c Drop API login requirement and api-cookie argument 2019-03-27 18:55:13 +01:00
TomZ b256676044 Rename debug.log -> hub.log 2018-11-21 12:18:32 +01:00
TomZ 687d0fae78 Make script more robust 2018-11-03 19:31:45 +01:00
TomZ d63b2fd955 Make versioning more modern 2018-10-30 11:21:43 +01:00
TomZ a982b6b3b4 Avoid duplication 2018-08-14 17:00:29 +02:00
TomZ fa3be19bd0 its a markdown file 2018-06-30 17:13:17 +02:00
TomZ ffdb2692e3 Reflect docker upload url on docker.com 2018-06-30 16:47:23 +02:00
TomZ 425c652930 Add GitLab CI integration.
This compiles various versions and creates a docker file of the
resulting binaries.
2018-06-29 22:54:07 +02:00
TomZ 3ab384b336 Introduce new pos gui app 2018-03-23 19:06:17 +01:00
TomZ 4af111c53d Add cmake support for qrencode 2018-03-23 18:31:00 +01:00
TomZ ed195c21e2 update command line args documentation 2018-03-08 23:03:08 +01:00
TomZ 4bf1558f7a Smooth over config file issues.
So, now we install the example config file

Then we follow XDG for retrieving it.
We first check XDG_CONFIG (~/.config/flowee) and if we can't find a confg
file there fall back to the data dir (~/.local/share/flowee).
2018-03-07 23:20:04 +01:00
TomZ 7f5deb11a5 Update the init dir, everyone now uses systemd 2018-03-07 22:13:40 +01:00
TomZ 2ca2ed4009 Move more files around
Most of the useful content moved to 'support'
2018-02-14 20:00:11 +01:00
TomZ 4ac68439d1 Introduce CMake building 2018-02-14 13:49:54 +01:00