GoPostStuff
GoPostStuff copied to clipboard
Multiple connection USENET binary poster written in Go
path should be /go and not ~/go beacause of this: root@xxx:~# go get github.com/madcowfred/GoPostStuff go: GOPATH entry cannot start with shell metacharacter '~': "~/go" and: root@xxx:~# go get github.com/madcowfred/GoPostStuff package...
Trying to post to a server that uses SSL, I set up my config like so: ``` [server "us.bintube.com"] Address=us.bintube.com Port=563 ... (personal and unrelated info omitted) ... ; Encryption...
`package code.google.com/p/gcfg: unable to detect version control system for code.google.com/ path` This occurs during installation of GoPostStuff because Google Code shutdown on the 26th of January.
Apparently I forgot that newsmangler generated a .nzb file. GoPostStuff should probably do that too. Process: - [ ] Modify Spawner to include "generate article metadata" step between "find files"...
I could not find this anywhere. Does GPS automatically repost messages on failure? I get a few warnings like this: Post error: 441 Posting Failed. Message-ID is not unique E1...
How does the multiple servers work? I just added a second server. When starting the upload it shows the tope server as starting 0 connections and the second server as...
Hi, the check for a valid TLS certificate fails 2014/11/30 16:18:59 INFO [FARMAMS] Starting 20 connections 2014/11/30 16:18:59 CRITICAL [FARMAMS] Error while connecting: tls: either ServerName or InsecureSkipVerify must be...
Title speaks for itself, but automatic NZB creation would be really great.
Can the file count be made to always use 2 digits? For example, instead of [1/26] it would be [01/26]
Currently posts can't be resumed at all, it would be nice if they could be. - [ ] Change how Message-IDs are generated: - Add a global/SecretKey option, arbitrary length...