Commit graph

216 commits

Author SHA1 Message Date
Niko Storni
bb1fc69513 add abandoned state 2019-01-16 12:50:27 +01:00
Niko Storni
9e102a3298 patch youtube API lies 2019-01-11 20:15:17 +01:00
Niko Storni
94c9e91bc7 add configurable size and length limits
swap safety logic
fix bugs
add hardcoded exceptions
remove unused code
2019-01-03 19:55:27 +01:00
Niko Storni
1b07cadcbf
add support for transferred channels
fix bugs
update dependencies
2019-01-03 17:01:06 +01:00
Niko Storni
730bcae128 add safety checks to prevent wallet disasters 2019-01-03 08:08:45 -05:00
Niko Storni
d0e586f8ad fix bugs 2018-12-28 10:28:01 -05:00
Niko Storni
e560b590f5
add support for channel claimid 2018-12-24 19:23:45 -05:00
Niko Storni
f23e24c029 update compatibility with go-11 2018-12-24 17:22:07 -05:00
Niko Storni
8cd9f7427a remove sync_server dependency 2018-12-24 17:18:13 -05:00
Niko Storni
7676e923fe take over any channel 2018-11-15 18:34:01 -05:00
Niko Storni
a7b2bc816d
fix update not picking up fresh accounts
fix huge videos clogging up the queue
2018-10-11 17:21:11 -04:00
Niko Storni
ea06ed54a6
fix nil pointer dereference 2018-10-09 15:57:10 -04:00
Alex Grintsvayg
bdcc1c62d3 missing files and fixes after splitting from lbry.go 2018-10-08 16:20:10 -04:00
Niko Storni
5a7d59a499 remove unused deps
remove unused code
handle edge case causing a publish error
address a few previous review notes
2018-10-02 20:53:54 -04:00
Niko Storni
95c4dde276 continued refactoring 2018-10-02 20:53:54 -04:00
Niko Storni
58fef45a5f pair programming follow up 2018-10-02 20:53:54 -04:00
Alex Grintsvayg
5ec5412191 grin/niko coworking changes 2018-10-02 20:53:53 -04:00
Niko Storni
363726659f begin refactoring ytsync 2018-10-02 20:53:53 -04:00
Niko Storni
bfdd2776c1 improve startup
bug fix
2018-09-26 16:27:32 -04:00
Niko Storni
6eca7bfb76 add dupes patcher and database patcher
add claim_abandon function
refactor logic
2018-09-26 16:27:32 -04:00
Niko Storni
10f9cc1ba0 completely remove redis db dependency
improve download process
2018-09-26 16:27:32 -04:00
Niko Storni
3bd9eecfaf improve/fix duplicates detection 2018-09-26 16:27:32 -04:00
Niko Storni
f42539c771 align failure reason with new ytlib 2018-09-26 16:27:32 -04:00
Niko Storni
839ed118e1 drop logic that was ported to internal-apis 2018-09-26 16:27:32 -04:00
Niko Storni
3493a42216 update youtube download lib
drop sync server dependency
2018-09-26 16:27:25 -04:00
Niko Storni
a486ab6080 address memory leak 2018-09-05 13:54:36 -04:00
Niko Storni
4f54c1a184 adjust bugs 2018-09-05 13:44:25 -04:00
Niko Storni
2588e6dc6b switch to MP4 over webm 2018-09-05 13:44:25 -04:00
Niko Storni
5cadbb88f5 update response signature
add dupes check
add de-sync checks
2018-09-05 13:44:24 -04:00
Niko Storni
6db304ec22 fix failure case 2018-09-05 13:44:24 -04:00
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
51e19e097c wait for daemon to fully start 2018-08-20 15:26:55 -04:00
Niko Storni
5258f760a3 fix bug in prefill 2018-08-20 07:59:18 -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
41551c8e01 don't publish when running out of space 2018-08-17 14:05:42 -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
3e32372dbe fix nastiest bug ever 2018-08-10 08:41:26 -04:00
Niko Storni
1a6f234331 bug fixes 2018-08-09 20:19:51 -04:00
Niko Storni
07a9b96688 small bug fixes 2018-08-09 20:13:53 -04:00
Niko Storni
29d50ec0d2 fix mysterious bug 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