Commit graph

24 commits

Author SHA1 Message Date
Niko Storni 06e9dd9a98 detect name collisions based on api data
improve mutex usage
remove unnecessary line breaks
2018-09-05 13:44:24 -04:00
Niko Storni 83b0e40ec5 user pointers!
bug fixes
now it works...
2018-09-05 13:44:24 -04:00
Niko Storni 6b4a1b13b4 add size support 2018-09-05 13:44:24 -04:00
Niko Storni 970ea45e19 bug fixes 2018-08-22 10:56:05 -04:00
Niko Storni 0abfa3fa98 avoid spamming slack 2018-08-21 14:07:35 -04:00
Niko Storni cfa33d59bb fix memory leak
fix missing ptr dereference
add single-run startup param
stop counting channels that aren't actually considered in the sync process
2018-08-21 13:17:56 -04:00
Niko Storni 88095bf8ad various bug fixes 2018-08-20 07:59:18 -04:00
Niko Storni ea7e2707d0 add support for S3 wallets
remove local wallets support
refactored startup and shutdown functions
2018-08-20 07:59:18 -04:00
Niko Storni dafce6ae84 use channelIDs instead of channel names
add support for custom lbrycrd instance
2018-08-20 07:59:11 -04:00
Niko Storni e08e1bd3a4 use stop group instead of wait group
refactoring
address reviews
2018-08-14 10:48:59 -04:00
Niko Storni 07a9b96688 small bug fixes 2018-08-09 20:13:53 -04:00
Niko Storni d946d6ee76 add function to wait for a new block
bad bug fixes
remove half broken code used to wait for UTXOs
use channel IDs rather than names (skip lbryum)
port changes to UCB uploader
2018-08-09 20:13:53 -04:00
Niko Storni 143f19c59e change utxos confirmation behavior
should make startup faster
bug fixes
2018-08-09 20:13:52 -04:00
Niko Storni 24aca302ff update synced videos map on progress
add locking
fix bugs
2018-08-09 20:13:52 -04:00
Niko Storni 9845ac1181 refactor and fix api response handlers
reinstate redis db to detect inconsistencies
2018-08-09 20:13:52 -04:00
Niko Storni dfb55cecb5 remove redis dependency
use video statuses
2018-08-09 20:13:52 -04:00
Niko Storni 8d2f942937 add finalized status 2018-08-03 07:02:48 -04:00
Niko Storni 67a666b047 fix typo 2018-08-02 10:37:24 -04:00
Niko Storni e5017892d8 add more startup parameters 2018-08-01 08:56:07 -04:00
Niko Storni f688091775 rename ytsync endpoints
enable video tracking
2018-07-25 13:08:39 -04:00
Niko Storni 302e080b95 address review comments 2018-07-23 20:01:38 -04:00
Niko Storni dfe3e8a078 rename selfsync to ytsync
add video marking support
2018-07-20 19:56:38 -04:00
Niko Storni e0ec334af9 remove invalid tests
move functions out of utils
address review comments
revert lockfile changes
2018-07-18 08:47:12 -04:00
Niko Storni 453ba5450b remove common.go
merge sync and selfsync
export sync manager out of cmd package
clean up ytsync.go
address #19 and #20
2018-07-17 12:54:28 -04:00