- update Peers table (rename hash to info_hash for consistency)
- update announce and torrent controller to match new column name
- major cleanup / refactor of torrent controller
- remove torrent rules from model into controller
- cleanup torrent, peer and torrentfile models
- THIS REQUIRES `php artisan migrate`
- Remove all facades use besides mail
- Use Dependency Injection for Illuminate\Http\Request
- use helpers for auth, cache, validator, and more to rid of facades use
- use $request->input() over $request->get()
- use $request->isMethod('POST') over $request->getMethod('POST')
- general cleanup
- Personal Freeleech System Reworked
- Graveyard Working (Beta, could use more love and will get it)
- Added Freeleech Tokens System To Couple With Graveyard
- New functions for Blacklist and Request Type
- Reduced call to $request for user agent
- Users who have download rights revoked can seed but not leech
- Ghost peers now are forced into a started event
- Started events should never push stats to history or users