summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | [Plugin] Initial support for plugin deactivationGravatar Walter Purcaro 2014-10-271-9/+10
| * | | [Crypter] RewittenGravatar Walter Purcaro 2014-10-271-16/+61
| * | | Increase LOW_SPEED_TIME to try to avoid pycurl error 28Gravatar Walter Purcaro 2014-10-271-1/+1
| * | | Spare code cosmeticsGravatar Walter Purcaro 2014-10-2741-75/+73
| * | | [SimpleHoster] Direct download link supportGravatar Walter Purcaro 2014-10-271-8/+17
| * | | [XFSPHoster] Improve ERROR_PATTERNGravatar Walter Purcaro 2014-10-263-6/+2
| * | | [SimpleHoster][SimpleCrypter] Bump up __version__Gravatar Walter Purcaro 2014-10-262-2/+2
| * | | [RSDF] Fix typo (thx Guidobelix)Gravatar Walter Purcaro 2014-10-261-2/+2
| * | | Assign in-line regex to PATTERN variable in a couple of accountsGravatar Walter Purcaro 2014-10-262-4/+11
| * | | [SimpleHoster][SimpleCrypter] Clean error methodGravatar Walter Purcaro 2014-10-262-9/+17
| * | | [XFSPAccount] Improve VALID_UNTIL_PATTERNGravatar Walter Purcaro 2014-10-262-5/+3
| * | | Translation support for error method loggingGravatar Walter Purcaro 2014-10-261-2/+2
| * | | [PluginThread] Clean pyfile.error before task startingGravatar Walter Purcaro 2014-10-261-25/+20
| * | | [UptoboxCom] Now multiDL should be allowed againGravatar Walter Purcaro 2014-10-261-5/+2
| * | | [XFSPHoster] Fix checkErrorsGravatar Walter Purcaro 2014-10-261-9/+10
| * | | [XFileSharingPro] Added filevice.com to HOSTER_LISTGravatar Walter Purcaro 2014-10-261-2/+2
| * | | Extend translation support in plugins + a lot of code cosmetics and typo fixesGravatar Walter Purcaro 2014-10-26162-473/+469
| * | | Avoid gettext conflict due variable `_`Gravatar Walter Purcaro 2014-10-2538-41/+41
| * | | Replace single quotes with doubles in self.error and self.fail msgGravatar Walter Purcaro 2014-10-2552-77/+77
| * | | Spare code cosmeticsGravatar Walter Purcaro 2014-10-2566-124/+72
| * | | Fix and improve plugins loggingGravatar Walter Purcaro 2014-10-255-17/+27
| * | | Use parseTraffic instead parseFileSize in accountsGravatar Walter Purcaro 2014-10-259-26/+18
| * | | Fix error methodGravatar Walter Purcaro 2014-10-233-8/+14
| * | | Call error instead fail in some pluginsGravatar Walter Purcaro 2014-10-238-19/+20
| * | | [FilefactoryCom] Fix handleFreeGravatar Walter Purcaro 2014-10-231-45/+30
| * | | [Keep2shareCC] Fix handleCaptchaGravatar Walter Purcaro 2014-10-231-8/+12
| * | | Simplify captcha challenge callsGravatar Walter Purcaro 2014-10-2313-72/+17
| * | | [XFSPAccount] Better HOSTER_URLGravatar Walter Purcaro 2014-10-221-2/+2
| * | | New hoster plugin FileSharkPlGravatar prOq 2014-10-221-0/+138
| * | | Broken TRAFFIC_LEFT_PATTERN in RapidfileshareNet and TusfilesNet accountGravatar guidobelix 2014-10-223-8/+5
| * | | [CaptchaService] Update ReCaptcha KEY_PATTERNGravatar Walter Purcaro 2014-10-221-3/+3
| * | | Two space before function declarationGravatar Walter Purcaro 2014-10-22130-17/+464
| * | | Spare code cosmeticsGravatar Walter Purcaro 2014-10-2219-64/+47
| * | | [Keep2shareCC] Fix CAPTCHA_PATTERNGravatar Walter Purcaro 2014-10-221-10/+9
| * | | [CaptchaService] Fix KEY_PATTERNGravatar Walter Purcaro 2014-10-221-8/+8
| * | | [FilerNet] Revert last revert XDGravatar Walter Purcaro 2014-10-221-13/+6
| * | | Code cosmeticsGravatar Walter Purcaro 2014-10-226-6/+6
| * | | LoadTo.py] Improve checkDownloadGravatar zapp-brannigan 2014-10-221-2/+5
| * | | Merge pull request #813 from eerozeteen/patch-1Gravatar Walter Purcaro 2014-10-221-2/+2
| |\ \ \
| | * | | Update Captcha9kw.pyGravatar eerozeteen 2014-10-221-2/+2
| * | | | 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
* | | | [themes] Tiny code cosmeticsGravatar Walter Purcaro 2014-10-171-7/+7
* | | | [themes] Restore static jsGravatar Walter Purcaro 2014-10-1724-26428/+26428
* | | | [themes] Code cosmeticsGravatar Walter Purcaro 2014-10-1748-27583/+27292
* | | | New theme EstateGravatar Walter Purcaro 2014-10-16121-21/+13677
* | | | [Webui] Fix wrong trafficleft formatGravatar Walter Purcaro 2014-10-161-1/+1
* | | | Use fundamental block size to calculate free byte count. Preferred blocks are...Gravatar Daniel Loffgren 2014-10-111-2/+2
* | | | Fix previous mergingGravatar Walter Purcaro 2014-10-0728-96/+33
* | | | Merge branch 'stable' into 0.4.10Gravatar Walter Purcaro 2014-10-07382-1065/+1211
|\| | |
| * | | 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
* | | | Merge branch 'stable' into 0.4.10Gravatar Walter Purcaro 2014-10-0530-332/+128
|\| | |
| * | | 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
* | | | Fix refs on hook plugins + add missing __init__ filesGravatar Walter Purcaro 2014-10-0530-64/+213
* | | | Remove old Ev0InFetcher hookGravatar Walter Purcaro 2014-10-051-80/+0
* | | | Move hooks to hook directoryGravatar Walter Purcaro 2014-10-0528-0/+0
* | | | Split CaptchaService to captcha directoryGravatar Walter Purcaro 2014-10-055-210/+288
* | | | Update plugins to work with XFSPHosterGravatar Walter Purcaro 2014-10-0527-54/+54
* | | | Rename XFileSharingPro to XFSPHosterGravatar Walter Purcaro 2014-10-051-4/+4
* | | | Trace broken plugin __pattern__ blocking url parsingGravatar Walter Purcaro 2014-10-051-2/+8
* | | | Finish replace word "hook"Gravatar Walter Purcaro 2014-10-046-15/+5
* | | | Remove libGravatar Walter Purcaro 2014-10-03144-45333/+0
* | | | Remove trailing whitespacesGravatar Walter Purcaro 2014-10-0321-203/+203
* | | | Update pyload to the new plugins structureGravatar Walter Purcaro 2014-10-0365-215/+219
* | | | [UpdateManager] Support new plugins structureGravatar Walter Purcaro 2014-10-031-14/+33
* | | | Rename hooks directory to addonGravatar Walter Purcaro 2014-10-0343-0/+0