* Add c-lightning support
* Got subscribe paid invoices working with c-lightning
* Remove log lines
* Use a single config section for all lightning configs
* Fix itest config
* Update configuration doc with new confis
* Upgrade to squeaklib v0.13
* Allow different squeak types in server reponse
* Add core method for create resqueak.
* Add make resqueak method for squeak store
* Update db migration to include resqueak hash
* Add db method to insert and get resqueak
* Return resqueak as squeak entry in db query method
* Add RPC method for make resqueak
* Got make resqueak modal working in frontend
* Show different content for resqueak in frontend
* Show resqueaed squeak in display
* Show resqueak correctly
* Got resqueak display working on squeak card component
* Fix display for missing resqueaked squeak.
* Fix display for missing resqueaked squeak in squeak card.
* Got resqueak from squeak card working
* Fix prevent default action on resqueak unlock click
* Fix prevent default on make reply squeak in squeak card
* Got number of replies to resqueaked squeak working
* Fix click on squeak card
* Fix too many characters warning message
* Fix click on squeak card image and name and pubkey
* Rename set reply modal state function
* Fix toggle modals for resqueaked squeak
* Fix form submit action for squeak modals
* Include num resqueaks and num resqueaked resqueaks in get squeak entry db query
* Show number of resqueaks in frontend
* Fix distinct count in query for num replies and num resqueaks
* Update resqueaked squeak in slice state
* Update frontend build
* Remove non-null constraint on peer name
* Remove validation requiring non-empty name for peer
* Update database to use autoconnect true by default
* Remove connect peer button and modal from peers page
* Show saved peers tab by default in peers page
* Update frontend build
* Add method stub for unlock private squeak in controller class
* Add methods to unlock private squeak in controller
* Remove todo comments
* Add test for create and decrypt private squeak in core module
* Update handler method for make squeak to support recipient profile id
* Add itest for make private squeak and unlock content as author
* Update squeaklib and update import from keys module
* Rename signing key variable to private key in test util
* Fix calling make squeak function
* Update db data file to v3
* Add recipient public key column to squeak table
* Got squeak entry db query working with alias for profiles table
* Add test for make squeak with recipient
* Add test case for get profile from squeak entry query
* Got outer join with recipient profile working
* Use outer join to get recipient profile for all squeak entry db queries
* Got all tests in core dir passing
* Got all tests in db dir passing
* Got tests for admin dir passing
* Got all unit tests passing
* Added migration for squeak table and profile table using new pubkey
* Re-start db migrations with new data-v2.db file
* Fix column type for profile public key
* Got all itests passing
* Log the public key in hex in create contact profile handle fn
* Rename rpc methods to use pubkey instead of address
* Got frontend mostly working with new profile pubkey
* Update frontend to use pubkey instead of address
* Change size of squeak profile detail item
* Update create contact profile dialog to use pubkey
* Update twitter account item to use pubkey
* Include label for pubkey in profile detail item
* Decrease size of profile detail item
* Update frontend build
* Improve logging of requests 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
* Add test for invalid block hash in get block header method
* Add test for invalid squeak hash in unpack offer method
* Add assertions for exception messages in squeak core tests
* Remove secret_key column from sent_offers db table
* Allow secret_key column to be null in downgrade migration
* Set default value of secret key for sent offer in db downgrade
* Remove comment from db downgrage function
* Try making downgrade for secret key column work
* Try formatting update op in downgrade function
* Try defining sent offers table inline in downgrade function
* Fix batch alter column in downgrade function
* Got outline of tests for squeak core methods
* Split squeak core test fixtures into seller and buyer
* Add unit tests for decrypt content from sent payment in squeak core
* 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
* Added get default peer port rpc command
* Use default port in connect peer dialog
* Got default port working on create peer dialog
* Got default port working in both connect peer and create peer.
* Remove default peer usage in create peer backend
* Remove default peer handling for connect peer in backend
* Reset port back to empty when use custom is checked or unchecked.
* Added use_tor option to peer address class and grpc message
* Got itest passing without tor
* Got peer connection working in UI with tor toggle
* Able to connect to with and without tor
* Got save peer working with tor and without tor
* Add use_tor field to peer address everywhere.
* Fix usage of useMemo in peer address page
* WIP: most of timeline db query test
* Got unit test for timeline query working with followed profile
* Remove old commented create signing profile function
* Create test utils module for unit tests
* Improve squeak db unit tests using generated block header object
* Add assertion for block time in get squeak entry test
* Create new squeaks module in core and add make squeak function
* Move get_hash function to squeaks module
* Add unit test for squeaks module
* Add check squeak function to squeaks module
* Add get decrypted content function to squeaks module
* Add function to get payment point in squeaks module
* Use conftest for fixtures in core directory
* Add test cases for squeak matches interest function
* Remove old comment in squeak core
* Convert iterable to list in interest unit tests
* Refactor interests functions into separate module
* Simplify assertions in test interests unit tests
* Updrage squeaklib to 0.7.1
* Add case to handle secret key msg in peer msg handler
* Add fields for custom price and use custom price to profile table
* Got itest working with new profile fields
* Use default values for profile struct constructor
* Fix db migration to use use profile columns
* Got itest passing for set use custom price
* Show custom price or default price in profile page
* Change wording of selling with price in profile page
* Got set use custom price toggle working in configure profile dialog
* Use newer version of squeaklib with decryption key outside squeak object
* Remove todo comment about clearing decryption key before insert squeak in db