* Add twitter stream class
* Got twitter forwarder subscription working
* Add config table in db with twitter bearer token
* Only run forward tweets task when twitter bearer token and twitter handles are not null
* Add twitter page to frontend and add button to set bearer token
* Reload bearer token in ui after setting value
* Add twitter accounts table to db
* Got get twitter accounts request working
* Display twitter account list items in twitter page
* Show twitter accounts in twitter page
* Got create squeak from tweet working
* Update twitter stream upon twitter accounts changes
* Got terminate twitter stream connection working
* Update frontend build
* Remove print statements from itest
* Remove main function from twitter stream module
* Make tweet forwarder worker run as daemon thread
* Use custom config for subscribe tweets retry interval
* Add unit test for get address squeaks method of db
* Add test for get search entries method of db
* Add tests for get ancestor squeaks method of db
* Add tests for get reply squeaks method of db
* Add functions for convert some optional types to msgs
* Add functions for convert optional squeak entry to msg
* Add function for convert optional peer to msg
* Add function for convert optional received offer to msg
* Add function for convert optional sent payment to msg
* Add function for convert optional squeak to detail msg
* Add function for convert optional connected peer to msg
* Use function for convert optional connected peer to msg in handler
* Add tests for squeak entry to message and profile to message
* Move fixtures for admin module to separate conftest
* Add test for peer to msg
* Use global fixture for peer_address in squeak core test
* Move common fixtures to global conftest
* Add fixture for received offer
* Add unit test for received offer to msg
* Add fixture for sent offer
* Rename received offer to msg function
* Use fixture for block in mock bitcoin client
* Simplify unit test for make squeak method
* Simplify make squeak method even more
* Added unit test for create offer
* Add TODO comment for preimage fixture
* Replace use_tor field with network in peer address
* Got itest passing with network column in db.
* Got frontend working with network (ipv4 or torv3) configurable
* Fix go to peer address page navigation from sent payment and received payment