Commit Graph

9 Commits

Author SHA1 Message Date
TomZ 175096b2bd Refactor: move files
Move some files back to the server "library".
Merge the 'console' lib with server, as it doesn't really make sense with
just one file and nobody exclusively linking to it.

The server "libary" is not really a library, its the place we put all
the files shared by hub-qt hub-cli and hub.
We no longer depend on these files from other places (mostly due to
moving to the new logging framework) and as such we can move the files
back.
2019-11-13 19:09:24 +01:00
TomZ 550583305a Be consistent between apps, add help option to pos 2019-05-13 12:20:57 +02:00
TomZ 5b155600d9 Make app arguments more consitent
Now everyone auto-connects to localhost unless passed the
option --connect=

Also make indexer find the logs.conf from the same dir as the
commandline passed config file.

This makes running it as a service more useful.
2019-05-09 12:16:11 +02:00
TomZ e4e2ef4193 Make the pos commandline use the FloweeServiceApplication
this has the direct effect that logging works better there.
2019-05-07 20:54:26 +02:00
TomZ c8108f387c Drop API login requirement and api-cookie argument 2019-03-27 18:55:13 +01:00
TomZ 3ab384b336 Introduce new pos gui app 2018-03-23 19:06:17 +01:00
TomZ 066f9586d8 on registering an address at AddressMonitorService, search mempool.
So the service only noticed new stuff happening, like a transaction
coming in or block being mined.
With this change we get a little smarter and look in the current mempool
as well to try and match a transaction.

This should be very useful for clients that lose network connection
briefly.
2018-02-19 00:02:24 +01:00
TomZ 3d16d31fda Remove cookie handling, the NetworkManager does that now. 2018-02-17 23:36:00 +01:00
TomZ 0d2b529491 First very simple client for address monitoring.
This is the simplest and most central part of a point-of-sale
component, as such I place it in that directory.
2018-02-17 19:03:14 +01:00