July 11th, 2024
New
Improved
Fixed

Fixed service! Most downloads should be available to download. As of writing this changelog, we are still missing about 20TB of data, and about half of that is already located on the servers, we just have to mv /old /new , which unfortunately has to be done last, after the final 10 or so TB have been transferred from the old servers. All new downloads, anything seeding, and most cached downloads will be working. Over the next few weeks we are bringing all data back.
Our server are now all 10Gbit and downtime resilient!
Download at nearly 10Gbit speeds as much as you want.
If one of our servers goes down, it only affects the files on that server, not the entire service. Before if any server went down, it would cause everything to fail, which is definitely not acceptable, when your fleet is 10+ servers large.
Reliability patches and lots of bug fixes throughout. We can’t even list them all, or else no one would want to read the change log.
Adds Discord Bot to integrations page.
Adds new Telegram Bot to integrations page.
Adds new Comet integration to integrations page.
Adds ElfHosted to integrations page.
Adds Mega integration to integrations page.
Adds guides for West’s Blackhole script, Riven, Mediafusion, and Comet.
Adds the ability to enable or disable Telegram notifications from the new Discord bot.
You must have your Telegram account linked for notifications to be delivered to you.
Adds the ability to link your Telegram account to TorBox to be able to receive notifications.
Changed username and password of Tinfoil server to use API key.
Fixes errors for integration uploads. Rather than giving you a generic error, it is detailed from the API, telling you exactly what went wrong, and a possible remedy.
Enables ability to transfer files to your Mega account! Before the button was just lurking there, ready to be used, and now it finally can be! Simply make sure you have your Mega credentials set in the TorBox settings and click the button!
Mega uploads won’t show progress, just like 1Fichier and GoFile due to the way files are uploaded.
Currently zips aren’t possible, due to the way they are uploaded, but there is a “beta” in the API if you still want to try it out.
Allows you to add your Mega account to TorBox in the settings! Simply enter your credentials and click “Login to Mega” to save them. They will be encrypted and the next time your refresh the page, they will show encrypted.
There is a button that allows you to delete your credentials when you have saved them previously.
Like stated above, credentials are encrypted in AES-256, they don’t even hit our database until they are encrypted, so you can be sure that even if something drastic happened to our database, you Mega account will be safe.
Obviously both username, and password are required to use Mega.
Tinfoil server now uses your API key for authentication. This is due to Tinfoil not correctly encoding data before it is sent leading to authentication issues.
Username will always be torbox
Password is now your API key.
This also prevents password sharing as your API key is core to everything on TorBox, you can modify basically everything about an account using an API key, which should prevent mass sharing.
Serving files should be more reliable. Before, we would base64 encode the path of the file, which would lead to buffering issues and encoding issues depending on the name of the file (Japanese characters would cause issues), so now we simply use ID’s for everything leading to near perfect reliability.
Indexes are now encrypted. This prevents people from seeing the download links and potentially sharing them.
Introduces the TorBox Telegram Bot! A lot of people have been asking for this for awhile and it has been on the to do list for just as long, so we decided to give it a shot.
The bot was built using https://grammy.dev/ meaning the process was insanely simple, and most of the code was taken from the Discord bot.
You are able to do all the same functions as in the Discord bot, just in Telegram, the privacy conscious chat platform.
The bot is very clean and simple to use, with simple commands, and a simple to use interface.
You can also receive notifications through the bot. The bot will simply send you a message whenever you get a notification, and it can act as a push notification to your mobile device if you don’t want Discord notifications.
Adds plans number key to API docs. API DOCS.
Fixes cache check returning null if the hashes sent are not all lowercase. This allows for mixed type hashes to be sent now.