* Remove whitelisted attribute, use following to build whitelist
* Fix update whitelist on set profile following method
* Remove whitelist feature toggle from fronted
* Update frontend build
* Use default configs for webadmin
* Remove sqlite config from config file
* Use default config for sqk dir
* Use derived default lnd tls cert path in config
* Use default config for macaroon path
* Remove macaroon path config from docker config.ini
* Got mainnet working in docker
* Update readme
* Remove unused network param in docker config.ini file
* Update readme
* Create new config class
* Load lnd configs from new config class
* Use new config class for server and webadmin
* Use new config for webadmin
* Fix boolean configs for webadmin
* Use new config class for squeaknode configs
* Use new config for postgresql configs
* Use configparser get method for all configs
* Remove old configparser from main module
* Use queue to signal peer sync completion/failure
* Got network sync result from multiple peers
* Add peer connection class
* Got network sync working with network sync class
* Simplify peer timeline sync
* Remove old comments
* Make timeline sync and single squeak sync work for both upload and download
* Simplify timeline sync worker
* Got itest working for sync squeaks and download squeak
* Got sync squeak and sync squeaks rpc methods working with reply on completion of sync.
* Delete unused node controller class
* Create peer sync task class
* Convery peer upload to subclass of peer sync tsk
* Use network task class for download task
* Use network task class for single squeak download
* comment unused network sync methods
* Remove old network controller methods
* Move all peer task methods into peer task class
* Move get offer method into peer sync class
* Delete get offer class
* Upload timeline squeaks using network task subclass
* Fix upload squeaks to only upload unlocked squeaks
* Remove unused synctask class
* Add download single squeak method
* Add test for download squeak rpc method
* Imprive peerdownload class to only use block height only for sync method
* Rename squeakserver to squeaknode and get itest passing
* Fix itest dockerfile
* Rename more squeakserver to squeaknode
* Rename database from squeakserver to squeaknode
* Update readme
* Remove frontend/build from git
* Rename squeakserver to squeaknode in tox and main
* Simplify sqkserver docker by copying entire repository to image
* Got flask templates working without custom root path
* Remove unused comment in setup.py