Go to file
Mark Beamer Jr afffa668a9 -Added API Server to lbry.go
-Removed dependency on internal apis
-Moved over only required packages.
-Adjusted slack.go to be generic instead of hard coding channel name.
-Moved over travis package from internal-apis
-Added Repository struct for webhook and an IsMatch method. It is possible for any repository to send a webhook to the api and it will trigger a deploy. We should check against the owner, repo and branch.
-Renamed package to api
-removed util.Debugging from server.go
-Added an ErrorHandling function that be used as interface for slack for internal-apis
-Added Map for Header settings that can be set before the serving
-Merged slack code from lbryio/boardbot
-Cleaned up the slack.go code so it made more sense and flowed better
-Removed gitignore entry for `.idea`, should be global
-Removed debugging.go
-Added option for private vs public repository for getting travis public key.
-separated private vs public into if else.
-Changed HeaderSettings to not be pointer.
-Changed ErrorHandler to be named LogErrorFunc
-removed logrus dependency, created loginfo function to handle non-error information.
-Added Daemon Types and adjusted peer_list to be in line with v20
-Fixed rpcclient library usage for latest version to prevent build errors.
-Changed inputs to LogError and LogInfo so that other implementations can make this customizable.
2018-05-27 11:30:04 -04:00
api -Added API Server to lbry.go 2018-05-27 11:30:04 -04:00
cmd add flag to manually refill credits into sync wallet 2018-03-12 16:58:37 -04:00
crypto add crypto package 2018-05-13 21:09:40 -04:00
dht the beginning of a jsonrpc client 2017-09-12 12:04:45 -04:00
errors remove .idea from gitignore 2018-02-23 09:26:23 -05:00
jsonrpc -Added API Server to lbry.go 2018-05-27 11:30:04 -04:00
lbrycrd more dep fixes 2018-03-08 19:42:42 -05:00
null remove .idea from gitignore 2018-02-23 09:26:23 -05:00
querytools fix package name 2018-02-22 13:26:13 -05:00
stopOnce update stoponce 2018-05-24 12:59:34 -04:00
travis -Added API Server to lbry.go 2018-05-27 11:30:04 -04:00
util -Added API Server to lbry.go 2018-05-27 11:30:04 -04:00
validator -Added API Server to lbry.go 2018-05-27 11:30:04 -04:00
ytsync update stoponce 2018-05-24 12:59:34 -04:00
.gitignore remove .idea from gitignore 2018-02-23 09:26:23 -05:00
Gopkg.lock update youtube download library 2018-03-13 17:48:13 -04:00
Gopkg.toml update youtube download library 2018-03-13 17:48:13 -04:00
LICENSE create LICENSE file 2018-02-22 13:14:48 -05:00
main.go seed rand, add dht command 2018-02-27 13:31:19 -05:00
Makefile automatically split balance into multiple addresses 2017-11-02 11:20:22 -04:00