Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Preload self.html | Walter Purcaro | 2014-10-20 | 3 | -18/+12 | |
| * | [Ftp] Improve __pattern__ | Walter Purcaro | 2014-10-20 | 1 | -3/+4 | |
| * | [SafelinkingNet] Better way to retrieve password | Walter Purcaro | 2014-10-20 | 1 | -3/+1 | |
| * | [XFSPAccount] Fixed broken login due missing HOSTER_URL | Walter Purcaro | 2014-10-20 | 2 | -4/+32 | |
| * | Tiny code cosmetics in Ftp and Http accounts | Walter Purcaro | 2014-10-20 | 2 | -2/+4 | |
| * | Improve log functions | Walter Purcaro | 2014-10-20 | 1 | -5/+8 | |
| * | Fixes | Walter Purcaro | 2014-10-19 | 2 | -8/+8 | |
| * | Merge pull request #805 from zapp-brannigan/patch-1 | Walter Purcaro | 2014-10-19 | 1 | -1/+1 | |
| |\ | ||||||
| | * | [ZippyshareCom.py] fixed FILE_NAME_PATTERN again | zapp-brannigan | 2014-10-19 | 1 | -2/+2 | |
| * | | Change some self.req.load to self.load | Walter Purcaro | 2014-10-19 | 3 | -6/+6 | |
| * | | Update other plugins to support self.error | Walter Purcaro | 2014-10-19 | 6 | -14/+14 | |
| * | | Improve error method | Walter Purcaro | 2014-10-19 | 2 | -4/+10 | |
| * | | Update hosters to self.error | Walter Purcaro | 2014-10-19 | 55 | -172/+172 | |
| * | | parseError -> error now calls Fail instead Exception | Walter Purcaro | 2014-10-19 | 3 | -31/+24 | |
| * | | [UptoboxCom] Fix multiDL | Walter Purcaro | 2014-10-19 | 1 | -2/+2 | |
| |/ | ||||||
| * | Fixed logging issue with coords values | Walter Purcaro | 2014-10-18 | 3 | -5/+39 | |
| * | [RelinkUs] Fix regex errors and str conversion | AndroKev | 2014-10-18 | 1 | -12/+33 | |
| * | [RapidgatorNet] Fix process routine | Walter Purcaro | 2014-10-18 | 1 | -8/+10 | |
| * | Merge pull request #800 from zapp-brannigan/patch-1 | Walter Purcaro | 2014-10-18 | 1 | -3/+3 | |
| |\ | ||||||
| | * | Update PromptfileCom.py | zapp-brannigan | 2014-10-16 | 1 | -3/+3 | |
| * | | [FilerNet] Revert captcha_key | Walter Purcaro | 2014-10-18 | 1 | -6/+7 | |
| * | | [XFileSharingPro] Improve hook regex | Walter Purcaro | 2014-10-18 | 1 | -2/+2 | |
| * | | [SimpleCrypter] Fix account routine | Walter Purcaro | 2014-10-18 | 1 | -6/+9 | |
| * | | [XFileSharingPro] Fixes | Walter Purcaro | 2014-10-18 | 3 | -14/+32 | |
| * | | [XFileSharingPro][XFileSharingProFolder] Account pairing routine | Walter Purcaro | 2014-10-18 | 2 | -6/+25 | |
| * | | [SimpleCrypter] Fix account association | Walter Purcaro | 2014-10-18 | 1 | -1/+10 | |
| * | | [HotfileFolderCom] Rename to HotfileComFolder | Walter Purcaro | 2014-10-18 | 1 | -2/+2 | |
| * | | [XFileSharingPro] Fix account __type__ | Walter Purcaro | 2014-10-18 | 1 | -3/+3 | |
| * | | Update accounts to use HOSTER_NAME instead HOSTER_URL | Walter Purcaro | 2014-10-18 | 25 | -25/+25 | |
| * | | Tiny code cosmetics | Walter Purcaro | 2014-10-18 | 2 | -6/+7 | |
| * | | Convert some crypters to use XFSPCrypter instead SimpleCrypter | Walter Purcaro | 2014-10-18 | 4 | -23/+18 | |
| * | | New account XFileSharingPro | Walter Purcaro | 2014-10-18 | 1 | -0/+20 | |
| * | | [XFSPAccount] Set HOSTER_NAME (instead HOSTER_URL) as the mandatory attribute | Walter Purcaro | 2014-10-18 | 1 | -4/+17 | |
| * | | [XFSPCrypter] Better LINK_PATTERN | Walter Purcaro | 2014-10-18 | 1 | -13/+2 | |
| * | | Fix TRAFFIC_LEFT_PATTERN in RapidfileshareNet and TusfilesNet accounts | Walter Purcaro | 2014-10-17 | 3 | -6/+5 | |
| * | | New accounts LinestorageCom and UploadcCom | Walter Purcaro | 2014-10-17 | 2 | -0/+32 | |
| * | | Merge pull request #803 from zapp-brannigan/patch-3 | Walter Purcaro | 2014-10-17 | 1 | -2/+2 | |
| |\ \ | ||||||
| | * | | Update ZippyshareCom.py | zapp-brannigan | 2014-10-17 | 1 | -2/+2 | |
| * | | | [UploadedTo] Improved error handling (thx NETHeader) | Walter Purcaro | 2014-10-17 | 1 | -2/+2 | |
| * | | | Spare code cosmetics | Walter Purcaro | 2014-10-17 | 5 | -18/+15 | |
| * | | | [XFileSharingPro] Updated to support XFileSharingProFolder | Walter Purcaro | 2014-10-17 | 1 | -35/+47 | |
| * | | | [SimpleCrypter] Fix missing LINK_PATTERN | Walter Purcaro | 2014-10-17 | 1 | -0/+2 | |
| * | | | New decrypter XFileSharingProFolder | Walter Purcaro | 2014-10-17 | 1 | -0/+22 | |
| * | | | New internal plugin XFSPCrypter | Walter Purcaro | 2014-10-17 | 1 | -0/+39 | |
| |/ / | ||||||
| * / | Fix trafficleft size in some account plugins | Walter Purcaro | 2014-10-16 | 11 | -13/+13 | |
| |/ | ||||||
| * | Merge pull request #799 from Guidobelix/RapidfileshareNet | Walter Purcaro | 2014-10-16 | 1 | -2/+3 | |
| |\ | ||||||
| | * | [RapidfileshareNet] Improve TRAFFIC_LEFT_PATTERN | guidobelix | 2014-10-15 | 1 | -2/+3 | |
| * | | Sinplified after the improvements to XFSPAccount | guidobelix | 2014-10-15 | 1 | -35/+1 | |
| |/ | ||||||
| * | [XFSPAccount] Fix TRAFFIC_LEFT_PATTERN | Walter Purcaro | 2014-10-15 | 1 | -2/+2 | |
| * | New hoster NowVideoAt | Walter Purcaro | 2014-10-15 | 2 | -5/+43 | |
| * | New crypter RapidfileshareNetFolder | guidobelix | 2014-10-15 | 1 | -0/+19 | |
| * | New plugin RapidfileshareNet (account + hoster) | guidobelix | 2014-10-15 | 2 | -0/+49 | |
| * | [XFSPAccount] Improve TRAFFIC_LEFT_PATTERN | Walter Purcaro | 2014-10-15 | 1 | -5/+14 | |
| * | Improve unit detection in size pattern | Walter Purcaro | 2014-10-14 | 49 | -49/+49 | |
| * | [ClickAndLoad] Code cosmetics | Walter Purcaro | 2014-10-14 | 1 | -28/+28 | |
| * | [XFSPHoster] TEXT_ENCODING support | Walter Purcaro | 2014-10-14 | 2 | -4/+4 | |
| * | New crypter JunocloudMeFolder | guidobelix | 2014-10-14 | 1 | -0/+20 | |
| * | New plugin JunocloudMe (hoster + account) | guidobelix | 2014-10-14 | 2 | -0/+45 | |
| * | [XFileSharingPro] Fix regexp | Walter Purcaro | 2014-10-13 | 1 | -8/+12 | |
| * | [XFileSharingPro] Code cosmetics 2 | Walter Purcaro | 2014-10-12 | 1 | -11/+11 | |
| * | [XFileSharingPro] Code cosmetics | Walter Purcaro | 2014-10-12 | 1 | -1/+1 | |
| * | [DeleteFinished] Fix pluginConfigChanged | Walter Purcaro | 2014-10-12 | 1 | -2/+12 | |
| * | [XFileSharingPro] Match option | Walter Purcaro | 2014-10-12 | 2 | -33/+51 | |
| * | [YoutubeBatch] Fix API_KEY | Walter Purcaro | 2014-10-12 | 1 | -4/+5 | |
| * | [MegaNz] Fix decryptAttr | Walter Purcaro | 2014-10-11 | 1 | -4/+7 | |
| * | [XFileSharingPro] Hoster list cleanup + linestorage.com | Walter Purcaro | 2014-10-11 | 1 | -20/+7 | |
| * | [CaptchaService] Fix KEY pattern | Walter Purcaro | 2014-10-11 | 1 | -6/+6 | |
| * | [accounts] Code cosmetics | Walter Purcaro | 2014-10-11 | 50 | -5/+57 | |
| * | Pattern update 3 | Walter Purcaro | 2014-10-11 | 40 | -56/+56 | |
| * | Pattern update 2 | Walter Purcaro | 2014-10-11 | 111 | -137/+137 | |
| * | Pattern update 1 | Walter Purcaro | 2014-10-11 | 75 | -95/+93 | |
| * | [FileshareInUa] Mark dead | Walter Purcaro | 2014-10-11 | 2 | -72/+6 | |
| * | New crypter SexuriaCom | NETHeader | 2014-10-11 | 1 | -0/+102 | |
| * | [CatShareNet] Account support | Walter Purcaro | 2014-10-11 | 2 | -3/+59 | |
| * | Update OverLoadMe.py | marley2013 | 2014-10-10 | 1 | -2/+2 | |
| * | [CaptchaService] Fix ReCaptcha KEY pattern | Walter Purcaro | 2014-10-10 | 1 | -4/+4 | |
| * | [FiredriveComFolder] Mark dead | Walter Purcaro | 2014-10-10 | 1 | -17/+3 | |
| * | [FiredriveCom][SockshareCom] Mark dead | Walter Purcaro | 2014-10-10 | 2 | -111/+6 | |
| * | [XFSPHoster] Update LINK_PATTERN | Walter Purcaro | 2014-10-10 | 1 | -3/+3 | |
| * | [EasybytezCom] Update LINK_PATTERN | Walter Purcaro | 2014-10-10 | 1 | -2/+2 | |
| * | ShareRapidCom -> MegaRapidCz | Walter Purcaro | 2014-10-09 | 4 | -23/+23 | |
| * | Newline cosmetics | Walter Purcaro | 2014-10-08 | 5 | -2/+10 | |
| * | Add __license__ key attribute to plugins | Walter Purcaro | 2014-10-08 | 383 | -0/+386 | |
| * | Fix previous plugins update | Walter Purcaro | 2014-10-08 | 21 | -42/+42 | |
| * | [XFileSharingPro] Restore | Walter Purcaro | 2014-10-08 | 3 | -16/+36 | |
| * | Update plugins XFileSharingPro based | Walter Purcaro | 2014-10-08 | 21 | -63/+63 | |
| * | [XFileSharingPro] Rename to XFSPHoster | Walter Purcaro | 2014-10-08 | 1 | -4/+4 | |
| * | [XFSPAccount] Fix missing COOKIE typecheck | Walter Purcaro | 2014-10-08 | 1 | -2/+3 | |
* | | Fix previous merging | Walter Purcaro | 2014-10-07 | 14 | -247/+0 | |
* | | Merge branch 'stable' into 0.4.10 | Walter Purcaro | 2014-10-07 | 14 | -0/+247 | |
|\| | ||||||
| * | New __authors__ key replaces __author_name__ and __author_mail__ + Whitespace... | Walter Purcaro | 2014-10-07 | 382 | -778/+683 | |
| * | [SimpleCrypter][SimpleHoster] Better exception handling | Walter Purcaro | 2014-10-07 | 2 | -21/+28 | |
| * | Marked some hosters as dead | Walter Purcaro | 2014-10-07 | 6 | -51/+18 | |
| * | Bunch of account plugins XFSPAccount based | Walter Purcaro | 2014-10-07 | 11 | -0/+176 | |
| * | Code cosmetics on some account plugins | Walter Purcaro | 2014-10-07 | 8 | -13/+14 | |
| * | [EasybytezCom] Now XFSPAccount plugin based | Walter Purcaro | 2014-10-07 | 1 | -20/+7 | |
| * | [TusfilesNet] Now XFSPAccount plugin based | Walter Purcaro | 2014-10-07 | 1 | -18/+7 | |
| * | [XFileSharingPro] Code cosmetics | Walter Purcaro | 2014-10-07 | 2 | -13/+13 | |
| * | [XFSPAccount] Improve loadAccountInfo | Walter Purcaro | 2014-10-07 | 1 | -15/+34 | |
| * | [PandaPlaNet] Mark dead | Walter Purcaro | 2014-10-07 | 2 | -28/+18 | |
| * | [OboomCom] Fix connection limit error (thx Efcis) | Walter Purcaro | 2014-10-06 | 1 | -2/+6 | |
| * | Update SimpleCrypter based plugins | Walter Purcaro | 2014-10-06 | 20 | -43/+43 | |
| * | [SimpleCrypter] Improve patterns | Walter Purcaro | 2014-10-06 | 1 | -8/+10 | |
| * | [SimpleHoster] Better filename processing + info about new pattern attributes | Walter Purcaro | 2014-10-06 | 1 | -2/+8 | |
| * | [CaptchaService] Restore req.load | Walter Purcaro | 2014-10-06 | 1 | -3/+3 | |
| * | [LomafileCom] Premium support + updated patterns | Walter Purcaro | 2014-10-06 | 2 | -52/+39 | |
| * | [XFSPAccount] Improve patterns | Walter Purcaro | 2014-10-06 | 1 | -13/+15 | |
| * | [DevhostStFolder] Folder-in-folder support | Walter Purcaro | 2014-10-06 | 2 | -8/+31 | |
| * | Spare code cosmetics | Walter Purcaro | 2014-10-05 | 10 | -18/+17 | |
| * | [SimpleHoster] Added default handle patterns LINK_FREE_PATTERN and LINK_PREMI... | Walter Purcaro | 2014-10-05 | 1 | -3/+27 | |
| * | New hoster plugin FilepupNet | Walter Purcaro | 2014-10-05 | 1 | -0/+50 | |
| * | [MegasharesCom] Update patterns | igel-kun | 2014-10-05 | 1 | -13/+16 | |
| * | Fix pillow import header | Walter Purcaro | 2014-10-05 | 3 | -7/+15 | |
| * | Remove old Ev0InFetcher hook | Walter Purcaro | 2014-10-05 | 1 | -80/+0 | |
| * | [HotfileFolderCom] Fix broken __pattern__ (thx zapp-brannigan) | Walter Purcaro | 2014-10-05 | 1 | -2/+2 | |
| * | [XFSPAccount] COOKIES attribute support | Walter Purcaro | 2014-10-05 | 8 | -21/+27 | |
| * | Spare code fixes about COOKIES | Walter Purcaro | 2014-10-05 | 3 | -9/+22 | |
| * | Use load instead req.load in all crypters and CaptchaService | Walter Purcaro | 2014-10-05 | 4 | -10/+10 | |
| * | [LinkSaveIn] Now SimpleCrypter based | Walter Purcaro | 2014-10-05 | 1 | -5/+21 | |
| * | Remove some dead accounts | Walter Purcaro | 2014-10-05 | 3 | -153/+0 | |
| * | Better import lib header | Walter Purcaro | 2014-10-05 | 6 | -14/+9 | |
| * | Spare __pattern__ cosmetics | Walter Purcaro | 2014-10-04 | 3 | -4/+4 | |
| * | [HotfileFolderCom] Mark dead | Walter Purcaro | 2014-10-04 | 1 | -19/+4 | |
| * | [EgoFilesCom] Mark dead | Walter Purcaro | 2014-10-04 | 1 | -80/+4 | |
| * | Fix broken plugins after SH_COOKIES -> COOKIES | Walter Purcaro | 2014-10-04 | 3 | -4/+4 | |
| * | [OboomCom] Fix account login | Walter Purcaro | 2014-10-04 | 3 | -23/+34 | |
* | | Fix previous merge commit | Walter Purcaro | 2014-10-03 | 5 | -275/+0 | |
* | | Merge branch 'stable' into 0.4.10 | Walter Purcaro | 2014-10-03 | 2 | -15/+36 | |
|\| | ||||||
| * | [Dev-Host] Improve patterns a bit | Walter Purcaro | 2014-10-03 | 1 | -2/+2 | |
| * | [Dev-Host] Folder support (partially) | zapp-brannigan | 2014-10-03 | 1 | -0/+29 | |
| * | Spare code cosmetics | Walter Purcaro | 2014-10-03 | 4 | -17/+11 | |
| * | [CaptchaService] Fix typo | Walter Purcaro | 2014-10-03 | 1 | -16/+25 | |
| * | [CaptchaService] Fix code indentation typo | Walter Purcaro | 2014-10-03 | 1 | -2/+2 | |
| * | [OboomCom] Revert captcha changes | Walter Purcaro | 2014-10-03 | 1 | -22/+28 | |
| * | Update plugins after CaptchaService and XFileSharingPro changes | Walter Purcaro | 2014-10-03 | 30 | -109/+123 | |
| * | [MovReelCom] Fixed LINK_PATTERN | Walter Purcaro | 2014-10-03 | 1 | -4/+5 | |
| * | [XFileSharingPro] TEMP_OFFLINE_PATTERN | Walter Purcaro | 2014-10-03 | 1 | -0/+1 | |
| * | [XFileSharingPro] Captcha refactoring + pattern improvement | Walter Purcaro | 2014-10-03 | 1 | -33/+40 | |
| * | [CaptchaService] Improved | Walter Purcaro | 2014-10-03 | 1 | -35/+134 | |
| * | Fix captcha import of OCR class | Walter Purcaro | 2014-10-02 | 4 | -4/+4 | |
| * | [OneFichierCom] Fix waiting again | Walter Purcaro | 2014-10-02 | 1 | -3/+3 | |
| * | [OneFichierCom] Fix typo | Walter Purcaro | 2014-10-01 | 1 | -7/+7 | |
| * | [OneFichierCom] Bump version number | Walter Purcaro | 2014-10-01 | 1 | -3/+2 | |
| * | [OneFichierCom] Fixed wait pattern + code optimizations | Walter Purcaro | 2014-10-01 | 2 | -36/+31 | |
| * | [CatShareNet] Fixed and improved | Walter Purcaro | 2014-09-29 | 1 | -4/+11 | |
* | | Merge branch 'stable' into 0.4.10 | Walter Purcaro | 2014-09-28 | 4 | -0/+254 | |
|\| | ||||||
| * | [XFileSharingPro] Fixed typo | Walter Purcaro | 2014-09-28 | 1 | -2/+2 | |
| * | [SpeedyshareCom] Code cleanup | Walter Purcaro | 2014-09-28 | 3 | -23/+33 | |
| * | New hoster DropboxCom | zapp-brannigan | 2014-09-28 | 1 | -0/+42 | |
| * | New hoster Dev-Host | zapp-brannigan | 2014-09-28 | 1 | -0/+48 | |
| * | Cleaned-up XFileSharingPro based plugins | Walter Purcaro | 2014-09-28 | 18 | -39/+39 | |
| * | [DeadHoster] Improve getInfo + two hosters mark dead | Walter Purcaro | 2014-09-28 | 3 | -38/+9 | |
| * | Prepare method improves setup one | Walter Purcaro | 2014-09-28 | 3 | -23/+32 | |
| * | [XFileSharingPro] COOKIES preset to english + improved setup routine | Walter Purcaro | 2014-09-28 | 7 | -27/+32 | |
| * | [UptoboxCom] MultiDL support | Walter Purcaro | 2014-09-28 | 1 | -40/+7 | |
| * | [CatShareNet] Increase version number | Walter Purcaro | 2014-09-28 | 1 | -1/+1 | |
| * | [CatShareNet] Fixup 2 | Walter Purcaro | 2014-09-28 | 1 | -2/+2 | |
| * | [CatShareNet] Fixup | Walter Purcaro | 2014-09-28 | 2 | -22/+22 | |
| * | [ZippyshareCom] Fix alternative checksum type | Walter Purcaro | 2014-09-27 | 2 | -15/+26 | |
| * | [KingfilesNet] Better SOLVEMEDIA_PATTERN | Walter Purcaro | 2014-09-27 | 1 | -3/+3 | |
| * | New hoster KingfilesNet | Walter Purcaro | 2014-09-27 | 1 | -0/+93 | |
| * | [FiredriveCom] Fix TEMP_OFFLINE_PATTERN | Walter Purcaro | 2014-09-27 | 2 | -2/+4 | |
| * | [CatShareNet] Fix missing recaptcha | Walter Purcaro | 2014-09-27 | 1 | -1/+2 | |
| * | [CatShareNet] Plugin rewritten | prOq | 2014-09-27 | 2 | -19/+32 | |
| * | [UnRar] Fix import error | Walter Purcaro | 2014-09-27 | 1 | -2/+2 | |
| * | Remove old, not working, SerienjunkiesOrg crypter. | Walter Purcaro | 2014-09-27 | 1 | -324/+0 | |
| * | Logging string cosmetics | Walter Purcaro | 2014-09-27 | 85 | -264/+192 | |
| * | Better dead plugin fallback | Walter Purcaro | 2014-09-26 | 2 | -6/+8 | |
| * | [MultiuploadCom] Mark dead | Walter Purcaro | 2014-09-26 | 1 | -54/+5 | |
| * | [LomafileCom] range -> xrange | Walter Purcaro | 2014-09-26 | 1 | -1/+1 | |
| * | [TurbobitNet] Fixed some patterns | prOq | 2014-09-26 | 1 | -20/+31 | |
| * | [CaptchaService] Fix ReCaptcha key recognition | Walter Purcaro | 2014-09-26 | 1 | -5/+11 | |
| * | Rename SH flags | Walter Purcaro | 2014-09-26 | 19 | -38/+38 | |
| * | Fix cookie deletion + Account support for SimpleCrypter | Walter Purcaro | 2014-09-26 | 4 | -17/+39 | |
| * | Remove ReCaptcha | Walter Purcaro | 2014-09-26 | 1 | -24/+0 | |
| * | [TusfilesNet] Added support for Premium users | Walter Purcaro | 2014-09-26 | 2 | -4/+77 | |
| * | Extend ExtractArchive events + code optimizations | Walter Purcaro | 2014-09-25 | 3 | -76/+148 | |
| * | [ZippyshareCom] Improve __pattern__ a bit | Walter Purcaro | 2014-09-25 | 1 | -1/+1 | |
| * | [ZippyshareCom] Partially rewritten | Walter Purcaro | 2014-09-24 | 1 | -43/+30 | |
| * | [SimpleCrypter] Better built-in info | Walter Purcaro | 2014-09-24 | 1 | -7/+14 | |
| * | [PremiumTo] fixed issue with get parameter on download | stickell | 2014-09-17 | 1 | -3/+2 | |
| * | Update EasybytezCom | Guidobelix | 2014-09-16 | 1 | -9/+11 | |
| * | [XFilesharingPro] Embedded urls support | igel-kun | 2014-09-15 | 2 | -3/+19 | |
| * | [BasePlugin] Little code cosmetics | Walter Purcaro | 2014-09-14 | 1 | -4/+7 | |
| * | Fixed EasybytezCom to work properly for registered (free) users | Guidobelix | 2014-09-14 | 1 | -15/+21 | |
| * | [FTP] Restore pattern. | stickell | 2014-09-13 | 1 | -2/+2 | |
| * | [4shared] Fixed login sequence | stickell | 2014-09-12 | 1 | -16/+11 | |
| * | [Premium4Me] Renamed to PremiumTo | stickell | 2014-09-12 | 4 | -47/+44 | |
| * | [MultiDebrid] renaming files to MyfastlineCom | stickell | 2014-09-11 | 3 | -6/+6 | |
| * | [MultiDebrid] renamed to Myfastline | stickell | 2014-09-11 | 3 | -20/+12 | |
* | | module -> pyload | Walter Purcaro | 2014-09-14 | 383 | -25444/+0 | |
* | | save_join -> safe_join & save_path -> safe_filename | Walter Purcaro | 2014-09-14 | 12 | -35/+35 | |
* | | Merge branch 'stable' into 0.4.10 | Walter Purcaro | 2014-09-14 | 381 | -6436/+4193 | |
|\| | ||||||
| * | [File4safe] distributing LINK_PATTERN | stickell | 2014-09-07 | 1 | -1/+1 | |
| * | [Speedyshare] new hoster | zapp-brannigan | 2014-09-07 | 1 | -0/+43 | |
| * | New crypter UploadableChFolder | Walter Purcaro | 2014-09-04 | 1 | -0/+21 | |
| * | [LoadTo] Fix patterns | Walter Purcaro | 2014-09-04 | 1 | -5/+8 | |
| * | [SimpleHoster] Improve parseFileInfo | Walter Purcaro | 2014-09-04 | 2 | -11/+12 | |
| * | [Easybytez] distributing LINK_PATTERN | stickell | 2014-08-31 | 1 | -1/+1 | |
| * | [Checksum] Moved the checksum validation toggle to the plugin because the gen... | stickell | 2014-08-31 | 1 | -6/+7 |