* 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
* Add endpoint for payment summary for peer
* Got basic payment summary working for peer page
* Improve display of address in peer page
* Show peer address network in peer page
* Add endpoints for get sent payments for peer and get received payments for peer.
* Got sent payments for peer and received payments for peer working in frontend
* Update frontend build
* Add db methods to get sent and received payments for pubkey
* Add flask endpoints for payments per pubkey
* Got amount earned summary working in profile page.
* Update frontend build
* Add backend endpoint for get sent payments for squeak and get received payments for squeak.
* Improved look of sats spent and sats earned text in squeak page
* Got spending modal working on squeak page
* Got sent payments working for squeak page
* Got received payments working for squeak page
* Update frontend build
* Add get received payment summary for squeak and get sent payment summary for squeak.
* Add get sent payments for squeak.
* Add get received payments for squeak.
* Add RPC and flask endpoint for get payment summary for squeak.
* Got payment summary fields working in squeak page.
* Refetch payment summary from backend after buy completes successfully
* Update frontend build
* Update squeak display entry in proto for private squeaks
* Add select private message recipient in make squeak dialog
* Show recipient of private squeak in squeak thread item
* Use squeak content str is null to determine background color of squeak component
* Update frontend build
* Refactor private squeak indicator to separate component
* Remove old comments
* Got private message recipient indicator working in thread item and detail item
* Add decrypt squeak dialog
* Got button showing for unlocked but encrypted squeak
* Show lock icon for squeak thread item when unlocked but still encypted
* Comment out get secret key method of controller
* Add rpc method for decrypt squeak content
* Got decrypt content working with recipient private key
* 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
* Got twitter forwarder working with bearer token in twitter accounts table
* Update frontend to use bearer token in twitter account
* Update frontend build
* 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
* Make start/stop twitter stream thread-safe
* Add rpc for get twitter stream status
* Add get twitter stream status rpc to flask
* Display twitter stream connection status in twitter page
* Fix twitter forwarder task stop
* Update frontend build
* Got squeak details dialog working without details rpc request
* Remove get squeak detail from rpc proto
* Update frontend build
* Remove old get squeak detail itest
* Remove unused fixture for squeak detail item
* Add sell price setting to db
* Add rpc method for set and get sell price setting
* Fix servicer methods for get and set sell price
* Add settings page in frontend
* Include default sell price in get sell price rpc
* Show sell price in settings page
* Got set sell price working in frontend
* Remove frontend validation of sell price dialog
* Use sell price from settings when determining price
* Add rpc to clear sell price setting
* Add clear sell price to frontend
* Remove unused imports in frontend
* Update frontend build
* Add share_for_free column to peer table in db and to core struct
* Got set share for free toggle working in frontend
* Got share for free working with price zero in controller
* 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
* Split up and simplify save received squeak method
* Got waiting dialog for download in progress for offers
* Remove old comments from squeak controller
* Fix call increment counter when lookup returns none
* Update frontend build
* 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
* Add pagination to get received payments rpc
* Add pagination to received payments frontend page
* Comment unused method used for streaming in timeline page
* Run frontend lint
* Update frontend build
* Change created time in sent payment to milliseconds integer
* Change time field of sent payment rpc message to ms
* Update frontend for sent payment to get new milliseconds field
* Update frontend build
* Use milliseconds for received offer created time in database
* Use milliseconds for sent offer created time in database
* Change created time to milliseconds for received payment
* Update frontend to use milliseconds for received payment
* Update frontend to use milliseconds for peer and profile in database
* Change created time and liked time to milliseconds for squeak
* Remove use of datetime module from squeak db
* Fix get liked time in milliseconds in frontend
* Update frontend build
* Simplify squeak retention query
* Add pagination to get sent payments rpc method
* Got frontend mostly working for paginating sent payments
* Fix warning for missing arg in load sent payments effect
* Update frontend build
* 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
* Add pagination for get liked entries rpc
* Update rpc proto for pagination for get liked entries
* Got pagination working for likes page
* Update frontend build
* Update timeline to use more efficient pagination rpc with last entry
* Update address squeaks to use more efficient pagination rpc with last entry
* Update reply squeaks to use more efficient pagination rpc with last entry
* Use last_entry as param in get_timeline db query function
* Use last_entry as param in get address squeaks db query function
* Use last_entry as param in get reply squeaks db query function
* Add rpc method to subscribe to new squeaks
* Got floating action button showing for refresh
* Change spacing of refresh button
* Load new squeaks in timeline from rpc subscription
* Got refresh button correctly showing new squeaks from peer
* Got refresh button action working correctly
* Update frontend build
* Got squeak page working without get squeak entry rpc, no streaming yet
* Implement subscribe ancestors
* Got subscribe ancestors working in frontend with download squeak click
* Delete old comments
* Update frontend build
* Remove old log lines
* Implement rpc command for subscribe address squeak entires
* Got subscription working for address squeaks
* Implemented download squeaks for address rpc
* Fix handling new squeak items from subscription appending to state array
* Update frontend build
* Add subscribe received offers rpc
* Change return type for subscribe received offers
* Load received offers in buy dialog without reloading page
* Remove download button from buy offer dialog
* Update frontend build
* Add peer changed listener to peer class
* Add rpc for subscribe peer state
* Got basic connected peer subscription working
* Got basic connected peer subscription working
* Fix multiple yields in single peer subscription handler
* Got subscribe connect peer working pretty well
* Remove old comments from frontend peer address page
* Update frontend build
* Include last msg recv time in connected peer subscription
* Got num sent and received msgs and bytes in peer subscription
* Show peer connection details from subscription
* Update frontend build