QuickBox / QB

QuickBox is much more than a ‘seedbox installer script’, it is a simplistic approach to achieving easy seedbox and services management from a beautifully designed dashboard. Allowing users the ability to interact with their seedbox and server on a professional grade level.
https://quickbox.io
GNU General Public License v3.0
737 stars 171 forks source link

More autodl-irssi fixes #118

Closed kade-robertson closed 6 years ago

kade-robertson commented 6 years ago

I noticed the users list wasn't being made so this script just wouldn't do anything. This should be fixed. now with e5b3b2a.

Also, based on the autodl-rutorrent setup, a config file needs to be saved to indicate the port number and password. This isn't saved anywhere though - not sure if it's set up somewhere else so I added it here in 771d942. This is untested though.

Not sure this is ready for merge -- What is _string? Right now this just causes errors and no irssi password is generated.

JMSDOnline commented 6 years ago

Not sure this is ready for merge -- What is _string? Right now this just causes errors and no irssi password is generated.

This is actually a function that should be included in there and I thank you for the fixes and pointing this out.

This is _string (which isn't present and explains the pass error)

function _string() { perl -le 'print map {(a..z,A..Z,0..9)[rand 62] } 0..pop' 15 ; }