summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Improve error method + fix TEXT_ENCODING in SimpleCrypterGravatar Walter Purcaro 2014-10-223-10/+20
|/ /
* | Improve COOKIES parsingGravatar Walter Purcaro 2014-10-222-3/+4
* | [SimpleCrypter] Fix missing TEXT_ENCODING routineGravatar Walter Purcaro 2014-10-221-2/+5
* | Remove needless self.htmlGravatar Walter Purcaro 2014-10-219-15/+0
* | [UpdateManager] MIN_INTERVAL is 6h nowGravatar Walter Purcaro 2014-10-201-2/+2
* | Fix resume and progress column for some FTP filesGravatar estaban 2014-10-202-3/+3
* | [MegasharesCom] Fix PASSPORT_RENEW_PATTERNGravatar Walter Purcaro 2014-10-201-9/+13
* | Preload self.htmlGravatar Walter Purcaro 2014-10-203-18/+12
* | Fix download resume featureGravatar Walter Purcaro 2014-10-201-4/+5
* | [Ftp] Improve __pattern__Gravatar Walter Purcaro 2014-10-201-3/+4
* | [SafelinkingNet] Better way to retrieve passwordGravatar Walter Purcaro 2014-10-201-3/+1
* | [XFSPAccount] Fixed broken login due missing HOSTER_URLGravatar Walter Purcaro 2014-10-202-4/+32
* | Tiny code cosmetics in Ftp and Http accountsGravatar Walter Purcaro 2014-10-202-2/+4
* | Improve log functionsGravatar Walter Purcaro 2014-10-201-5/+8
* | Improve packagetools regex 2Gravatar Walter Purcaro 2014-10-201-27/+28
* | FixesGravatar Walter Purcaro 2014-10-192-8/+8
* | Merge pull request #805 from zapp-brannigan/patch-1Gravatar Walter Purcaro 2014-10-191-1/+1
|\ \
| * | [ZippyshareCom.py] fixed FILE_NAME_PATTERN againGravatar zapp-brannigan 2014-10-191-2/+2
* | | Change some self.req.load to self.loadGravatar Walter Purcaro 2014-10-193-6/+6
* | | Update other plugins to support self.errorGravatar Walter Purcaro 2014-10-196-14/+14
* | | Improve error methodGravatar Walter Purcaro 2014-10-192-4/+10
* | | Update hosters to self.errorGravatar Walter Purcaro 2014-10-1955-172/+172
* | | parseError -> error now calls Fail instead ExceptionGravatar Walter Purcaro 2014-10-193-31/+24
* | | Fix XDCCRequest _keepAliveGravatar Walter Purcaro 2014-10-191-1/+1
* | | Improve packagetools regexGravatar Walter Purcaro 2014-10-191-51/+50
* | | [UptoboxCom] Fix multiDLGravatar Walter Purcaro 2014-10-191-2/+2
|/ /
* | Fixed logging issue with coords valuesGravatar Walter Purcaro 2014-10-183-5/+39
* | [RelinkUs] Fix regex errors and str conversionGravatar AndroKev 2014-10-181-12/+33
* | [RapidgatorNet] Fix process routineGravatar Walter Purcaro 2014-10-181-8/+10
* | Merge pull request #800 from zapp-brannigan/patch-1Gravatar Walter Purcaro 2014-10-181-3/+3
|\ \
| * | Update PromptfileCom.pyGravatar zapp-brannigan 2014-10-161-3/+3
* | | [FilerNet] Revert captcha_keyGravatar Walter Purcaro 2014-10-181-6/+7
* | | [XFileSharingPro] Improve hook regexGravatar Walter Purcaro 2014-10-181-2/+2
* | | [SimpleCrypter] Fix account routineGravatar Walter Purcaro 2014-10-181-6/+9
* | | [XFileSharingPro] FixesGravatar Walter Purcaro 2014-10-183-14/+32
* | | [XFileSharingPro][XFileSharingProFolder] Account pairing routineGravatar Walter Purcaro 2014-10-182-6/+25
* | | [SimpleCrypter] Fix account associationGravatar Walter Purcaro 2014-10-181-1/+10
* | | [HotfileFolderCom] Rename to HotfileComFolderGravatar Walter Purcaro 2014-10-181-2/+2
* | | [XFileSharingPro] Fix account __type__Gravatar Walter Purcaro 2014-10-181-3/+3
* | | Update accounts to use HOSTER_NAME instead HOSTER_URLGravatar Walter Purcaro 2014-10-1825-25/+25
* | | Tiny code cosmeticsGravatar Walter Purcaro 2014-10-182-6/+7
* | | Convert some crypters to use XFSPCrypter instead SimpleCrypterGravatar Walter Purcaro 2014-10-184-23/+18
* | | New account XFileSharingProGravatar Walter Purcaro 2014-10-181-0/+20
* | | [XFSPAccount] Set HOSTER_NAME (instead HOSTER_URL) as the mandatory attributeGravatar Walter Purcaro 2014-10-181-4/+17
* | | [XFSPCrypter] Better LINK_PATTERNGravatar Walter Purcaro 2014-10-181-13/+2
* | | Fix TRAFFIC_LEFT_PATTERN in RapidfileshareNet and TusfilesNet accountsGravatar Walter Purcaro 2014-10-173-6/+5
* | | New accounts LinestorageCom and UploadcComGravatar Walter Purcaro 2014-10-172-0/+32
* | | Merge pull request #803 from zapp-brannigan/patch-3Gravatar Walter Purcaro 2014-10-171-2/+2
|\ \ \
| * | | Update ZippyshareCom.pyGravatar zapp-brannigan 2014-10-171-2/+2
* | | | [UploadedTo] Improved error handling (thx NETHeader)Gravatar Walter Purcaro 2014-10-171-2/+2
* | | | Spare code cosmeticsGravatar Walter Purcaro 2014-10-175-18/+15
* | | | [XFileSharingPro] Updated to support XFileSharingProFolderGravatar Walter Purcaro 2014-10-171-35/+47
* | | | [SimpleCrypter] Fix missing LINK_PATTERNGravatar Walter Purcaro 2014-10-171-0/+2
* | | | New decrypter XFileSharingProFolderGravatar Walter Purcaro 2014-10-171-0/+22
* | | | New internal plugin XFSPCrypterGravatar Walter Purcaro 2014-10-171-0/+39
|/ / /
* / / Fix trafficleft size in some account pluginsGravatar Walter Purcaro 2014-10-1611-13/+13
|/ /
* | [Webui] Fix wrong trafficleft formatGravatar Walter Purcaro 2014-10-161-1/+1
* | Merge pull request #799 from Guidobelix/RapidfileshareNetGravatar Walter Purcaro 2014-10-161-2/+3
|\ \
| * | [RapidfileshareNet] Improve TRAFFIC_LEFT_PATTERNGravatar guidobelix 2014-10-151-2/+3
* | | Merge pull request #796 from Guidobelix/TusfilesNetGravatar Walter Purcaro 2014-10-151-35/+1
|\ \ \ | |/ / |/| |
| * | Sinplified after the improvements to XFSPAccountGravatar guidobelix 2014-10-151-35/+1
|/ /
* | [XFSPAccount] Fix TRAFFIC_LEFT_PATTERNGravatar Walter Purcaro 2014-10-151-2/+2
* | New hoster NowVideoAtGravatar Walter Purcaro 2014-10-152-5/+43
* | New crypter RapidfileshareNetFolderGravatar guidobelix 2014-10-151-0/+19
* | New plugin RapidfileshareNet (account + hoster)Gravatar guidobelix 2014-10-152-0/+49
* | [XFSPAccount] Improve TRAFFIC_LEFT_PATTERNGravatar Walter Purcaro 2014-10-151-5/+14
* | Improve unit detection in size patternGravatar Walter Purcaro 2014-10-1449-49/+49
* | [ClickAndLoad] Code cosmeticsGravatar Walter Purcaro 2014-10-142-50/+53
* | [XFSPHoster] TEXT_ENCODING supportGravatar Walter Purcaro 2014-10-142-4/+4
* | New crypter JunocloudMeFolderGravatar guidobelix 2014-10-141-0/+20
* | New plugin JunocloudMe (hoster + account)Gravatar guidobelix 2014-10-142-0/+45
* | [XFileSharingPro] Fix regexpGravatar Walter Purcaro 2014-10-131-8/+12
* | [XFileSharingPro] Code cosmetics 2Gravatar Walter Purcaro 2014-10-121-11/+11
* | [XFileSharingPro] Code cosmeticsGravatar Walter Purcaro 2014-10-121-1/+1
* | [DeleteFinished] Fix pluginConfigChangedGravatar Walter Purcaro 2014-10-121-2/+12
* | [XFileSharingPro] Match optionGravatar Walter Purcaro 2014-10-122-33/+51
* | [YoutubeBatch] Fix API_KEYGravatar Walter Purcaro 2014-10-121-4/+5
* | [MegaNz] Fix decryptAttrGravatar Walter Purcaro 2014-10-111-4/+7
* | [XFileSharingPro] Hoster list cleanup + linestorage.comGravatar Walter Purcaro 2014-10-111-20/+7
* | [CaptchaService] Fix KEY patternGravatar Walter Purcaro 2014-10-111-6/+6
* | [accounts] Code cosmeticsGravatar Walter Purcaro 2014-10-1150-5/+57
* | Pattern update 3Gravatar Walter Purcaro 2014-10-1140-56/+56
* | Pattern update 2Gravatar Walter Purcaro 2014-10-11111-137/+137
* | Pattern update 1Gravatar Walter Purcaro 2014-10-1175-95/+93
* | [FileshareInUa] Mark deadGravatar Walter Purcaro 2014-10-112-72/+6
* | New crypter SexuriaComGravatar NETHeader 2014-10-111-0/+102
* | [CatShareNet] Account supportGravatar Walter Purcaro 2014-10-112-3/+59
* | Merge pull request #785 from marley2013/patch-4Gravatar Walter Purcaro 2014-10-111-2/+2
|\ \
| * | Update OverLoadMe.pyGravatar marley2013 2014-10-101-2/+2
|/ /
* | [CaptchaService] Fix ReCaptcha KEY patternGravatar Walter Purcaro 2014-10-101-4/+4
* | [FiredriveComFolder] Mark deadGravatar Walter Purcaro 2014-10-101-17/+3
* | [FiredriveCom][SockshareCom] Mark deadGravatar Walter Purcaro 2014-10-102-111/+6
* | [XFSPHoster] Update LINK_PATTERNGravatar Walter Purcaro 2014-10-101-3/+3
* | [EasybytezCom] Update LINK_PATTERNGravatar Walter Purcaro 2014-10-101-2/+2
* | ShareRapidCom -> MegaRapidCzGravatar Walter Purcaro 2014-10-094-23/+23
* | Newline cosmeticsGravatar Walter Purcaro 2014-10-085-2/+10
* | Add __license__ key attribute to pluginsGravatar Walter Purcaro 2014-10-08383-0/+386
* | Fix previous plugins updateGravatar Walter Purcaro 2014-10-0821-42/+42
* | [XFileSharingPro] RestoreGravatar Walter Purcaro 2014-10-083-16/+36
* | Update plugins XFileSharingPro basedGravatar Walter Purcaro 2014-10-0821-63/+63
* | [XFileSharingPro] Rename to XFSPHosterGravatar Walter Purcaro 2014-10-081-4/+4
* | [XFSPAccount] Fix missing COOKIE typecheckGravatar Walter Purcaro 2014-10-081-2/+3
* | New __authors__ key replaces __author_name__ and __author_mail__ + Whitespace...Gravatar Walter Purcaro 2014-10-07382-778/+683
* | [SimpleCrypter][SimpleHoster] Better exception handlingGravatar Walter Purcaro 2014-10-072-21/+28
* | Marked some hosters as deadGravatar Walter Purcaro 2014-10-076-51/+18
* | Bunch of account plugins XFSPAccount basedGravatar Walter Purcaro 2014-10-0711-0/+176
* | Code cosmetics on some account pluginsGravatar Walter Purcaro 2014-10-078-13/+14
* | [EasybytezCom] Now XFSPAccount plugin basedGravatar Walter Purcaro 2014-10-071-20/+7
* | [TusfilesNet] Now XFSPAccount plugin basedGravatar Walter Purcaro 2014-10-071-18/+7
* | [XFileSharingPro] Code cosmeticsGravatar Walter Purcaro 2014-10-072-13/+13
* | [XFSPAccount] Improve loadAccountInfoGravatar Walter Purcaro 2014-10-071-15/+34
* | [PandaPlaNet] Mark deadGravatar Walter Purcaro 2014-10-072-28/+18
* | [OboomCom] Fix connection limit error (thx Efcis)Gravatar Walter Purcaro 2014-10-061-2/+6
* | Update SimpleCrypter based pluginsGravatar Walter Purcaro 2014-10-0620-43/+43
* | [SimpleCrypter] Improve patternsGravatar Walter Purcaro 2014-10-061-8/+10
* | [SimpleHoster] Better filename processing + info about new pattern attributesGravatar Walter Purcaro 2014-10-061-2/+8
* | [CaptchaService] Restore req.loadGravatar Walter Purcaro 2014-10-061-3/+3
* | [LomafileCom] Premium support + updated patternsGravatar Walter Purcaro 2014-10-062-52/+39
* | [XFSPAccount] Improve patternsGravatar Walter Purcaro 2014-10-061-13/+15
* | [DevhostStFolder] Folder-in-folder supportGravatar Walter Purcaro 2014-10-062-8/+31
* | Spare code cosmeticsGravatar Walter Purcaro 2014-10-0510-18/+17
* | [SimpleHoster] Added default handle patterns LINK_FREE_PATTERN and LINK_PREMI...Gravatar Walter Purcaro 2014-10-051-3/+27
* | New hoster plugin FilepupNetGravatar Walter Purcaro 2014-10-051-0/+50
* | [MegasharesCom] Update patternsGravatar igel-kun 2014-10-051-13/+16
* | Fix pillow import headerGravatar Walter Purcaro 2014-10-053-7/+15
* | Remove old Ev0InFetcher hookGravatar Walter Purcaro 2014-10-051-80/+0
* | [HotfileFolderCom] Fix broken __pattern__ (thx zapp-brannigan)Gravatar Walter Purcaro 2014-10-051-2/+2
* | [XFSPAccount] COOKIES attribute supportGravatar Walter Purcaro 2014-10-058-21/+27
* | Spare code fixes about COOKIESGravatar Walter Purcaro 2014-10-053-9/+22
* | Use load instead req.load in all crypters and CaptchaServiceGravatar Walter Purcaro 2014-10-054-10/+10
* | [LinkSaveIn] Now SimpleCrypter basedGravatar Walter Purcaro 2014-10-051-5/+21
* | Remove some dead accountsGravatar Walter Purcaro 2014-10-053-153/+0
* | Better import lib headerGravatar Walter Purcaro 2014-10-056-14/+9
* | Spare __pattern__ cosmeticsGravatar Walter Purcaro 2014-10-043-4/+4
* | [HotfileFolderCom] Mark deadGravatar Walter Purcaro 2014-10-041-19/+4
* | [EgoFilesCom] Mark deadGravatar Walter Purcaro 2014-10-041-80/+4
* | Fix broken plugins after SH_COOKIES -> COOKIESGravatar Walter Purcaro 2014-10-043-4/+4
* | [OboomCom] Fix account loginGravatar Walter Purcaro 2014-10-043-23/+34
* | [Dev-Host] Improve patterns a bitGravatar Walter Purcaro 2014-10-031-2/+2
* | [Dev-Host] Folder support (partially)Gravatar zapp-brannigan 2014-10-031-0/+29
* | Spare code cosmeticsGravatar Walter Purcaro 2014-10-034-17/+11
* | [CaptchaService] Fix typoGravatar Walter Purcaro 2014-10-031-16/+25
* | [CaptchaService] Fix code indentation typoGravatar Walter Purcaro 2014-10-031-2/+2
* | [OboomCom] Revert captcha changesGravatar Walter Purcaro 2014-10-031-22/+28
* | Update plugins after CaptchaService and XFileSharingPro changesGravatar Walter Purcaro 2014-10-0330-109/+123
* | [MovReelCom] Fixed LINK_PATTERNGravatar Walter Purcaro 2014-10-031-4/+5
* | [XFileSharingPro] TEMP_OFFLINE_PATTERNGravatar Walter Purcaro 2014-10-031-0/+1
* | [XFileSharingPro] Captcha refactoring + pattern improvementGravatar Walter Purcaro 2014-10-031-33/+40
* | [CaptchaService] ImprovedGravatar Walter Purcaro 2014-10-031-35/+134
* | Fix captcha import of OCR classGravatar Walter Purcaro 2014-10-024-4/+4
* | [OneFichierCom] Fix waiting againGravatar Walter Purcaro 2014-10-021-3/+3
* | [OneFichierCom] Fix typoGravatar Walter Purcaro 2014-10-011-7/+7
* | [OneFichierCom] Bump version numberGravatar Walter Purcaro 2014-10-011-3/+2
* | [OneFichierCom] Fixed wait pattern + code optimizationsGravatar Walter Purcaro 2014-10-012-36/+31
* | [CatShareNet] Fixed and improvedGravatar Walter Purcaro 2014-09-291-4/+11
* | [XFileSharingPro] Fixed typoGravatar Walter Purcaro 2014-09-281-2/+2
* | [SpeedyshareCom] Code cleanupGravatar Walter Purcaro 2014-09-283-23/+33
* | New hoster DropboxComGravatar zapp-brannigan 2014-09-281-0/+42
* | New hoster Dev-HostGravatar zapp-brannigan 2014-09-281-0/+48
* | Cleaned-up XFileSharingPro based pluginsGravatar Walter Purcaro 2014-09-2818-39/+39
* | [DeadHoster] Improve getInfo + two hosters mark deadGravatar Walter Purcaro 2014-09-283-38/+9
* | Prepare method improves setup oneGravatar Walter Purcaro 2014-09-283-23/+32
* | [XFileSharingPro] COOKIES preset to english + improved setup routineGravatar Walter Purcaro 2014-09-287-27/+32
* | [UptoboxCom] MultiDL supportGravatar Walter Purcaro 2014-09-281-40/+7
* | [CatShareNet] Increase version numberGravatar Walter Purcaro 2014-09-281-1/+1
* | [CatShareNet] Fixup 2Gravatar Walter Purcaro 2014-09-281-2/+2
* | [CatShareNet] FixupGravatar Walter Purcaro 2014-09-282-22/+22
* | [ZippyshareCom] Fix alternative checksum typeGravatar Walter Purcaro 2014-09-272-15/+26
* | [KingfilesNet] Better SOLVEMEDIA_PATTERNGravatar Walter Purcaro 2014-09-271-3/+3
* | New hoster KingfilesNetGravatar Walter Purcaro 2014-09-271-0/+93
* | [FiredriveCom] Fix TEMP_OFFLINE_PATTERNGravatar Walter Purcaro 2014-09-272-2/+4
* | [CatShareNet] Fix missing recaptchaGravatar Walter Purcaro 2014-09-271-1/+2
* | [CatShareNet] Plugin rewrittenGravatar prOq 2014-09-272-19/+32
* | [UnRar] Fix import errorGravatar Walter Purcaro 2014-09-271-2/+2
* | Remove old, not working, SerienjunkiesOrg crypter.Gravatar Walter Purcaro 2014-09-271-324/+0
* | Logging string cosmeticsGravatar Walter Purcaro 2014-09-2785-264/+192
* | Better dead plugin fallbackGravatar Walter Purcaro 2014-09-262-6/+8
* | [MultiuploadCom] Mark deadGravatar Walter Purcaro 2014-09-261-54/+5
* | [LomafileCom] range -> xrangeGravatar Walter Purcaro 2014-09-261-1/+1
* | [TurbobitNet] Fixed some patternsGravatar prOq 2014-09-261-20/+31
* | [CaptchaService] Fix ReCaptcha key recognitionGravatar Walter Purcaro 2014-09-261-5/+11
* | Rename SH flagsGravatar Walter Purcaro 2014-09-2619-38/+38
* | Fix cookie deletion + Account support for SimpleCrypterGravatar Walter Purcaro 2014-09-264-17/+39
* | Remove ReCaptchaGravatar Walter Purcaro 2014-09-261-24/+0
* | [TusfilesNet] Added support for Premium usersGravatar Walter Purcaro 2014-09-262-4/+77
* | Extend ExtractArchive events + code optimizationsGravatar Walter Purcaro 2014-09-253-76/+148
* | [ZippyshareCom] Improve __pattern__ a bitGravatar Walter Purcaro 2014-09-251-1/+1
* | [ZippyshareCom] Partially rewrittenGravatar Walter Purcaro 2014-09-241-43/+30
* | [SimpleCrypter] Better built-in infoGravatar Walter Purcaro 2014-09-241-7/+14
* | [PremiumTo] fixed issue with get parameter on downloadGravatar stickell 2014-09-171-3/+2
* | Update EasybytezComGravatar Guidobelix 2014-09-161-9/+11
* | [XFilesharingPro] Embedded urls supportGravatar igel-kun 2014-09-152-3/+19
* | [BasePlugin] Little code cosmeticsGravatar Walter Purcaro 2014-09-141-4/+7
* | Fixed EasybytezCom to work properly for registered (free) usersGravatar Guidobelix 2014-09-141-15/+21
* | [FTP] Restore pattern.Gravatar stickell 2014-09-131-2/+2
* | [4shared] Fixed login sequenceGravatar stickell 2014-09-121-16/+11
* | [Premium4Me] Renamed to PremiumToGravatar stickell 2014-09-124-47/+44
* | [MultiDebrid] renaming files to MyfastlineComGravatar stickell 2014-09-113-6/+6
* | [MultiDebrid] renamed to MyfastlineGravatar stickell 2014-09-113-20/+12
* | [File4safe] distributing LINK_PATTERNGravatar stickell 2014-09-071-1/+1