aboutsummaryrefslogtreecommitdiff
path: root/main.go
Commit message (Collapse)AuthorAgeFilesLines
* WIP start on worker implementationsFelix Hanley2018-01-081-0/+2
|
* Update config WIPFelix Hanley2018-01-031-28/+11
|
* Give reason for skipping torrentFelix Hanley2017-06-191-1/+1
|
* Fix configuration setting and add Unicode character class tagsFelix Hanley2017-06-191-4/+0
|
* Try out a different main loopFelix Hanley2017-06-181-17/+25
| | | | | The idea to not block the filtering of peers if the database lags. See how it goes.
* Add user configuration and more exported variablesFelix Hanley2017-06-181-48/+35
|
* Reduce some logging with the 'quiet' flagFelix Hanley2017-06-171-4/+12
|
* Create only one btClient, it spawns the workersFelix Hanley2017-06-171-10/+8
|
* Updates to HTTP interfaceFelix Hanley2017-06-171-0/+2
|
* Bundle basic HTTP frontend and add statsFelix Hanley2017-06-171-16/+62
| | | | Also start using sqlx package for simpler struct scanning
* Fix copy-pasted filter issueFelix Hanley2017-06-111-1/+5
|
* Add torrent taggingFelix Hanley2017-06-111-6/+50
| | | | | | - Move to postgresql to reduce locking issues - Move ih hash to single thread - Clean up stuff
* Where it's at.Felix Hanley2017-06-091-0/+79
As I have been running it. TODO: - web front-end and search - rate limiting - statistics - routing table logic - profiling (CPU mainly, mem seems ok)