summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | [SkipRev] Another fixGravatar Walter Purcaro 2014-12-161-3/+3
| | |
* | | [SimpleHoster] Improve and fixGravatar Walter Purcaro 2014-12-161-24/+34
| | |
* | | [UnZip] Password supportGravatar Walter Purcaro 2014-12-161-5/+15
| | |
* | | [XFSHoster] Improve SIZE_PATTERNGravatar Walter Purcaro 2014-12-161-8/+2
| | |
* | | [Keep2shareCc] Fix captcha_urlGravatar Walter Purcaro 2014-12-161-5/+3
| | |
* | | [UploadableCh] Fixup (thx user01)Gravatar Walter Purcaro 2014-12-161-9/+7
| | |
* | | [UnrestrictLi] Fix secondsToMidnight on python 2.5 & 2.6 (2)Gravatar Walter Purcaro 2014-12-161-4/+4
| | |
* | | [UnrestrictLi] Fix secondsToMidnight on python 2.5 & 2.6Gravatar Walter Purcaro 2014-12-161-3/+11
| | |
* | | Update plugins (2)Gravatar Walter Purcaro 2014-12-166-39/+49
| | |
* | | Merge branch 'pr/n959_philou75' into stableGravatar Walter Purcaro 2014-12-162-18/+7
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: module/plugins/internal/SimpleHoster.py
| * | | Make the waiting time work again on OneFichier.comGravatar philou75 2014-12-122-11/+4
| | | |
* | | | Update pluginsGravatar Walter Purcaro 2014-12-164-20/+37
| | | |
* | | | Merge pull request #958 from sebdelsol/patch-2Gravatar Walter Purcaro 2014-12-161-1/+1
|\ \ \ \ | | | | | | | | | | [SendspaceCom] https link
| * | | | [SendspaceCom] https linkGravatar sebdelsol 2014-12-121-1/+1
| |/ / / | | | | | | | | https link were not handled (a lot of sendspace link are https).
* | | | Merge pull request #957 from sebdelsol/patch-1Gravatar Walter Purcaro 2014-12-161-2/+1
|\ \ \ \ | | | | | | | | | | [ZippyshareCom] malformed download url
| * | | | Update ZippyshareCom.pyGravatar sebdelsol 2014-12-121-2/+1
| |/ / / | | | | | | | | | | | | #bug correction : bad download url that is rejected with a 400 html error. change p_url creation to use '/'.join() instead of os.path.join() that doesn't work for an url.
* | | | Merge pull request #956 from zapp-brannigan/patch-1Gravatar Walter Purcaro 2014-12-161-4/+10
|\ \ \ \ | | | | | | | | | | [FilecryptCc.py] Upgrade captcha handling
| * | | | [FilecryptCc.py] Upgrade captcha handlingGravatar zapp-brannigan 2014-12-111-4/+10
| |/ / / | | | | | | | | Added support for "click the open circle" captchas.
* | | | Merge pull request #951 from Guidobelix/Tus2Gravatar Walter Purcaro 2014-12-161-1/+1
|\ \ \ \ | | | | | | | | | | [TusfilesNet] Updated OFFLINE_PATTERN
| * | | | [TusfilesNet] Updated OFFLINE_PATTERNGravatar Guidobelix 2014-12-061-1/+1
| |/ / /
* | | | Update plugins after SimpleHoster changesGravatar Walter Purcaro 2014-12-125-32/+25
| | | |
* | | | Fix missing create_getInfoGravatar Walter Purcaro 2014-12-1233-33/+126
| | | |
* | | | [SimpleHoster] Remove CONTENT_DISPOSITION + Rename parseInfo to parseInfosGravatar Walter Purcaro 2014-12-121-6/+5
| | | |
* | | | [RapiduNet] Improve account pluginGravatar Walter Purcaro 2014-12-111-18/+20
| | | | | | | | | | | | | | | | | | | | Conflicts: module/plugins/accounts/RapiduNet.py
* | | | [CaptchaService] New service AdYouLike + AdsCaptcha detect_key fixupGravatar Walter Purcaro 2014-12-102-124/+164
| | | |
* | | | Spare code cosmeticsGravatar Walter Purcaro 2014-12-0922-141/+168
| | | |
* | | | Fix __version__ format in some pluginsGravatar Walter Purcaro 2014-12-0951-51/+51
| | | |
* | | | Don't start unused periodical in some addonsGravatar Walter Purcaro 2014-12-0919-18/+113
| | | |
* | | | [SkipRev] Update (2)Gravatar Walter Purcaro 2014-12-081-16/+12
| | | |
* | | | [RestartSlow] New fixed version re-addedGravatar Walter Purcaro 2014-12-081-0/+61
| | | |
* | | | [SkipRev] Tiny fixupGravatar Walter Purcaro 2014-12-071-5/+6
| | | |
* | | | [RapidshareCom] Remove (very) old pluginGravatar Walter Purcaro 2014-12-072-283/+0
| | | |
* | | | Plugin code cosmetics (3)Gravatar Walter Purcaro 2014-12-0759-118/+157
| | | |
* | | | Plugin code cosmetics (2)Gravatar Walter Purcaro 2014-12-063-41/+77
| | | |
* | | | [SkipRev] UpdateGravatar Walter Purcaro 2014-12-061-9/+33
| | | |
* | | | Plugin code cosmeticsGravatar Walter Purcaro 2014-12-066-24/+20
| | | |
* | | | [RestartSlow] Temp removedGravatar Walter Purcaro 2014-12-061-39/+0
| | | |
* | | | [SimpleHoster] Fix multihostGravatar Walter Purcaro 2014-12-061-6/+11
| | | |
* | | | [XFileSharingPro] Improve regexpGravatar Walter Purcaro 2014-12-061-4/+4
| | | |
* | | | [MultiHoster] Code cosmeticsGravatar Walter Purcaro 2014-12-061-22/+23
|/ / /
* | | [DebridItaliaCom] Typo fixupGravatar Walter Purcaro 2014-12-061-4/+4
| | |
* | | Merge pull request #949 from Guidobelix/Juno2Gravatar Walter Purcaro 2014-12-061-3/+2
|\ \ \ | | | | | | | | [JunocloudMe] Fixed patterns and recovered intended behaviour
| * | | [JunocloudMe] Fixed patterns and recovered intended behaviourGravatar Guidobelix 2014-12-051-3/+2
| | | | | | | | | | | | | | | | | | | | Changes to be committed: modified: JunocloudMe.py
* | | | [OboomCom] Traffic size path (temp)Gravatar Walter Purcaro 2014-12-062-7/+7
| | | |
* | | | [DebridItaliaCom] UpdatedGravatar Walter Purcaro 2014-12-063-39/+45
| | | |
* | | | Code cosmetics about checkErrorsGravatar Walter Purcaro 2014-12-0511-19/+35
| | | |
* | | | [DodanePl] Typo fixupGravatar Walter Purcaro 2014-12-051-2/+2
| | | |
* | | | [FileSharkPl] CleanupGravatar Walter Purcaro 2014-12-051-55/+46
| | | |
* | | | [RapiduNet] CleanupGravatar Walter Purcaro 2014-12-051-52/+37
| | | |
* | | | [FileSharkPl] Recovered needed behaviourGravatar prOq 2014-12-051-13/+25
| | | | | | | | | | | | | | | | | | | | Conflicts: module/plugins/hoster/FileSharkPl.py
* | | | [RapiduNet] new hoster and account pluginGravatar prOq 2014-12-052-0/+142
| | | |
* | | | [DodanePl] Mark dead XDGravatar Walter Purcaro 2014-12-051-31/+9
| | | |
* | | | Initial DodanePl pluginGravatar z00nx 0 2014-12-051-0/+40
| | | |
* | | | [FilerNet] CleanupGravatar Walter Purcaro 2014-12-051-42/+22
| | | |
* | | | Fix with statement on old env like python 2.5 (2)Gravatar Walter Purcaro 2014-12-056-9/+15
| | | |
* | | | [UpdateManager] Fix with statement on old env like python 2.5Gravatar Walter Purcaro 2014-12-051-1/+3
|/ / /
* | | [FastshareCz] CleanupGravatar Walter Purcaro 2014-12-051-38/+29
| | |
* | | Merge pull request #946 from AndroKev/premiumToGravatar Walter Purcaro 2014-12-041-1/+1
|\ \ \ | | | | | | | | [premiumTo] Traffic fix (Tib vs. Gib)
| * | | [premiumTo] Traffic fix (Tib vs. Gib)Gravatar AndroKev 2014-12-041-1/+1
|/ / /
* | | Go4Up -> Go4UpComGravatar Walter Purcaro 2014-12-041-4/+7
| | |
* | | [UploadableCh] CleanupGravatar Walter Purcaro 2014-12-041-66/+73
| | |
* | | New crypter Go4UpGravatar Walter Purcaro 2014-12-041-0/+46
| | |
* | | Merge pull request #700 from zapp-brannigan/patch-2Gravatar Walter Purcaro 2014-12-031-0/+83
|\ \ \ | | | | | | | | [Uploadable.ch] New hoster
| * | | Update UploadableCh.pyGravatar zapp-brannigan 2014-09-041-1/+1
| | | |
| * | | Delete KingfilesNet.pyGravatar zapp-brannigan 2014-08-311-63/+0
| | | |
| * | | [kingfiles.net] New hosterGravatar zapp-brannigan 2014-08-311-0/+63
| | | | | | | | | | | | As requested in https://github.com/pyload/pyload/issues/510
| * | | Update UploadableCh.pyGravatar zapp-brannigan 2014-08-311-1/+3
| | | |
| * | | Update UploadableCh.pyGravatar zapp-brannigan 2014-08-311-1/+1
| | | |
| * | | Update UploadableCh.pyGravatar zapp-brannigan 2014-08-311-2/+1
| | | |
| * | | Update UploadableCh.pyGravatar zapp-brannigan 2014-08-311-2/+2
| | | |
| * | | [Uploadable.ch] New hosterGravatar zapp-brannigan 2014-08-311-0/+82
| | | | | | | | | | | | As requested in https://github.com/pyload/pyload/issues/679
* | | | [NetloadIn] Syntax fixupGravatar Walter Purcaro 2014-12-032-13/+13
| | | |
* | | | [FilerNet] Fix https://github.com/pyload/pyload/issues/897Gravatar Walter Purcaro 2014-12-031-3/+3
| | | |
* | | | Fix https://github.com/pyload/pyload/issues/943Gravatar Walter Purcaro 2014-12-037-8/+8
| | | |
* | | | [ShareonlineBiz] Fix recaptchaGravatar Walter Purcaro 2014-12-031-1/+3
| | | |
* | | | [SkipRev] Syntax fixesGravatar Walter Purcaro 2014-12-031-8/+8
| | | |
* | | | [UpdateManager] Fix https://github.com/pyload/pyload/issues/940 (2)Gravatar Walter Purcaro 2014-12-031-6/+6
| | | |
* | | | [ShareonlineBiz] Fix getInfo (2)Gravatar Walter Purcaro 2014-12-022-7/+8
| | | |
* | | | [UpdateManager] Fix https://github.com/pyload/pyload/issues/940Gravatar Walter Purcaro 2014-12-021-32/+35
| | | |
* | | | [SkipRev] TypoGravatar Walter Purcaro 2014-12-021-2/+2
| | | |
* | | | [SkipRev] Fixup 1Gravatar Walter Purcaro 2014-12-021-4/+4
| | | |
* | | | [ShareonlineBiz] Fix getInfoGravatar Walter Purcaro 2014-12-021-3/+3
| | | |
* | | | [SkipRev] UpdatedGravatar Walter Purcaro 2014-12-021-0/+56
| | | |
* | | | New addon RestartSlowGravatar Walter Purcaro 2014-12-021-0/+39
| | | |
* | | | [NetloadIn] CleanupGravatar Walter Purcaro 2014-12-021-108/+128
| | | |
* | | | Merge branch 'stable-next' into stableGravatar Walter Purcaro 2014-12-0230-325/+342
|\ \ \ \
| * | | | [SimpleHoster] Force _isDirectLink to old styleGravatar Walter Purcaro 2014-12-021-0/+2
| | | | |
| * | | | FixesGravatar Walter Purcaro 2014-12-012-16/+13
| | | | |
| * | | | [SafesharingEu] CleanupGravatar Walter Purcaro 2014-12-012-25/+11
| | | | |
| * | | | [XFSAccount] Improve patternsGravatar Walter Purcaro 2014-12-012-5/+4
| | | | |
| * | | | [ShareonlineBiz] Extend SimpleHosterGravatar Walter Purcaro 2014-12-011-97/+87
| | | | |
| * | | | [BasePlugin] Improve some routinesGravatar Walter Purcaro 2014-12-011-18/+15
| | | | |
| * | | | [Keep2shareCc] Rewrite hosterGravatar Walter Purcaro 2014-12-011-50/+70
| | | | |
| * | | | Update some pluginsGravatar Walter Purcaro 2014-12-0118-63/+56
| | | | |
| * | | | [SimpleHoster] Fix some stuff, improve othersGravatar Walter Purcaro 2014-12-011-40/+83
| | | | |
| * | | | [DeadCrypter][DeadHoster] Improve getInfoGravatar Walter Purcaro 2014-12-012-4/+6
| | | | |
| * | | | [SimpleHoster] Unquote file nameGravatar Walter Purcaro 2014-12-013-14/+7
| | | | |
| * | | | [EasybytezCom] Revert loadAccountInfoGravatar Walter Purcaro 2014-12-011-7/+1
| | | | |
| * | | | [UpdateManager] Option autorestartGravatar Walter Purcaro 2014-12-011-7/+8
| | | | |
* | | | | Merge pull request #920 from chris-19/stableGravatar Walter Purcaro 2014-12-011-102/+104
|\ \ \ \ \ | |/ / / / |/| | | | Netload Plugin rewrite to recaptcha use
| * | | | Update NetloadIn.pyGravatar Christian Plesche 2014-11-231-6/+7
| | | | | | | | | | | | | | | restart after waiting period
| * | | | Update NetloadIn.pyGravatar Christian Plesche 2014-11-231-4/+2
| | | | | | | | | | | | | | | some code cleanup
| * | | | Update NetloadIn.pyGravatar Christian Plesche 2014-11-231-100/+103
| | | | | | | | | | | | | | | changed to recaptcha, initial commit, needs rework
* | | | | Merge pull request #821 from Guidobelix/SafesharingEuGravatar Walter Purcaro 2014-12-012-0/+55
|\ \ \ \ \ | | | | | | | | | | | | [SafesharingEu] New hoster & account plugins
| * | | | | [SafesharingEu] Added support for registered users.Gravatar guidobelix 2014-11-302-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | new file: module/plugins/accounts/SafesharingEu.py modified: module/plugins/hoster/SafesharingEu.py
| * | | | | [SafesharingEu] Improved error handlingGravatar guidobelix 2014-11-301-1/+3
| | | | | |
| * | | | | [SafesharingEu] Improved patternsGravatar Guido Galliani 2014-11-302-8/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | modified: module/plugins/accounts/SafesharingEu.py modified: module/plugins/hoster/SafesharingEu.py
| * | | | | [SafesharingEu] Added support for registered users.Gravatar guidobelix 2014-11-302-0/+54
|/ / / / / | | | | | | | | | | | | | | | | | | | | new file: module/plugins/accounts/SafesharingEu.py modified: module/plugins/hoster/SafesharingEu.py
* | | | | [BasePlugin] Improve downloadFile routineGravatar Walter Purcaro 2014-11-291-43/+46
| | | | |
* | | | | [SimpleHoster] Fix _getDirectLink (3)Gravatar Walter Purcaro 2014-11-291-7/+12
| | | | |
* | | | | [SimpleHoster] Fix _getDirectLink (2)Gravatar Walter Purcaro 2014-11-291-2/+2
| | | | |
* | | | | [SimpleHoster] Fix _getDirectLinkGravatar Walter Purcaro 2014-11-291-2/+2
| | | | |
* | | | | [Captcha9kw] Option "Captcha per minute" (thx stefanos)Gravatar Walter Purcaro 2014-11-281-14/+17
| | | | |
* | | | | [UnRar] Fix version detectionGravatar Walter Purcaro 2014-11-281-7/+7
| | | | |
* | | | | [SimpleHoster] Improve getInfo routineGravatar Walter Purcaro 2014-11-281-4/+10
| | | | |
* | | | | [SimpleHoster] Fix deprecated method getFileInfoGravatar Walter Purcaro 2014-11-281-4/+5
| | | | |
* | | | | [XFSAccount] Fix leech traffic detectionGravatar Walter Purcaro 2014-11-282-8/+14
| | | | |
* | | | | Merge pull request #928 from Gummibaer/patch-1Gravatar Walter Purcaro 2014-11-271-3/+4
|\ \ \ \ \ | | | | | | | | | | | | [LinkCryptWs] Fixup
| * | | | | Fix Error [LinkCryptWs.py]Gravatar Gummibaer 2014-11-261-3/+4
|/ / / / / | | | | | | | | | | Error: global name 'pyfile' is not defined
* | | | | [XFSHoster] Code improvementsGravatar Walter Purcaro 2014-11-242-16/+22
| | | | |
* | | | | [HugefilesNet] FixGravatar Walter Purcaro 2014-11-241-4/+5
| | | | |
* | | | | [XFileSharingPro] Temp disable universal hook featureGravatar Walter Purcaro 2014-11-241-3/+3
| | | | |
* | | | | [SimpleHoster] Fix _getDirectLink routineGravatar Walter Purcaro 2014-11-232-21/+18
| | | | |
* | | | | [CaptchaService] More debug loggingGravatar Walter Purcaro 2014-11-231-6/+10
|/ / / /
* | | | [BasePlugin] Fix filename recognitionGravatar Walter Purcaro 2014-11-231-22/+5
| | | |
* | | | [XFSAccount] Revert validuntil computationGravatar Walter Purcaro 2014-11-231-4/+4
| | | |
* | | | [XFSAccount] Leech traffic supportGravatar Walter Purcaro 2014-11-231-6/+37
| | | |
* | | | [UpleaCom] Fix typoGravatar Walter Purcaro 2014-11-231-5/+5
| | | |
* | | | [XFSAccount] Fix validuntil computationGravatar Walter Purcaro 2014-11-231-4/+10
| | | |
* | | | [BasePlugin] Fix typoGravatar Walter Purcaro 2014-11-232-3/+3
| | | |
* | | | Fix URL_REPLACEMENTS in XFSHoster pluginsGravatar Walter Purcaro 2014-11-234-8/+10
| | | |
* | | | [XFileSharingPro] Improve hooks patternsGravatar Walter Purcaro 2014-11-231-3/+3
| | | |
* | | | Fix some URL_REPLACEMENTSGravatar Walter Purcaro 2014-11-237-22/+20
| | | |
* | | | Fix missing create_getInfo in dead cryptersGravatar Walter Purcaro 2014-11-2323-23/+89
| | | |
* | | | [ZShareNet] Dead hosterGravatar Walter Purcaro 2014-11-231-0/+19
| | | |
* | | | Fixes about create_getInfoGravatar Walter Purcaro 2014-11-235-16/+31
| | | |
* | | | [BasePlugin] Improve a bitGravatar Walter Purcaro 2014-11-231-35/+50
| | | |
* | | | [FilecryptCc] Tiny fixupGravatar jojo141185 2014-11-221-2/+2
| | | |
* | | | [XFSAccount] Fix trafficleftGravatar Walter Purcaro 2014-11-221-4/+2
| | | |
* | | | Revert remaining modulesGravatar Walter Purcaro 2014-11-2214-211/+186
| | | |
* | | | Revert plugins to stableGravatar Walter Purcaro 2014-11-228-720/+553
| | | |
* | | | [SimpleHoster] Fix statusMap generator for python 2.5Gravatar Walter Purcaro 2014-11-221-2/+2
| | | |
* | | | [XFSHoster] Improve ERROR_PATTERN + revert direct link detection in ↵Gravatar Walter Purcaro 2014-11-221-8/+5
| | | | | | | | | | | | | | | | getDownloadLink
* | | | [XFSAccount][XFSHoster] Tiny pattern improvementGravatar Walter Purcaro 2014-11-222-3/+6
| | | |
* | | | [UptoboxCom] Account fixup (thx ajarc)Gravatar Walter Purcaro 2014-11-221-1/+2
| | | |
* | | | [RarefileNet] Restore NAME_PATTERN and SIZE_PATTERNGravatar Walter Purcaro 2014-11-221-1/+4
| | | |
* | | | [SimpleHoster] FixupGravatar Walter Purcaro 2014-11-221-6/+11
| | | |
* | | | [SimpleHoster] Multi-hoster and error handling support + fixes (thx MaPePeR)Gravatar Walter Purcaro 2014-11-222-19/+79
| | | |
* | | | [XFSHoster] ImprovementsGravatar Walter Purcaro 2014-11-221-34/+37
| | | |
* | | | [MultiHoster] Fix __name__Gravatar Walter Purcaro 2014-11-221-1/+1
| | | |
* | | | [RarefileNet] Remove old handleCaptchaGravatar Walter Purcaro 2014-11-221-14/+1
| | | |
* | | | [XFSHoster] Fix getPostParametersGravatar Walter Purcaro 2014-11-211-52/+50
| | | |
* | | | [SimpleHoster] Fix create_getInfoGravatar Walter Purcaro 2014-11-212-6/+7
| | | |
* | | | [SimpleHoster] Code cosmeticsGravatar Walter Purcaro 2014-11-212-16/+25
| | | |
* | | | [SimpleCrypter] Extend SimpleHosterGravatar Walter Purcaro 2014-11-211-37/+10
| | | |
* | | | [EasybytezCom] Use XFSHoster INFO_PATTERNGravatar Walter Purcaro 2014-11-211-2/+1
| | | |
* | | | [XFSHoster] Update info patternsGravatar Walter Purcaro 2014-11-211-3/+3
| | | |
* | | | [SimpleCrypter][SimpleHoster] Fix info attr initGravatar Walter Purcaro 2014-11-212-8/+6
| | | |
* | | | Fix cookie domainGravatar Walter Purcaro 2014-11-2128-32/+32
| | | |
* | | | [SimpleHoster] CONTENT_DISPOSITION featureGravatar Walter Purcaro 2014-11-211-5/+6
| | | |
* | | | [XFSHoster] UpdatedGravatar Walter Purcaro 2014-11-211-1/+4
| | | |
* | | | [SimpleCrypter] UpdatedGravatar Walter Purcaro 2014-11-211-14/+36
| | | |
* | | | [SimpleHoster] UpdatedGravatar Walter Purcaro 2014-11-211-153/+166
| | | |
* | | | [FilecryptCc] Code improvementsGravatar Walter Purcaro 2014-11-211-41/+24
| | | |
* | | | New crypter FilecryptCcGravatar zapp-brannigan 2014-11-201-0/+165
| | | |
* | | | [XFSHoster] Fix StreamcloudEu (thx seoester)Gravatar Walter Purcaro 2014-11-201-5/+3
| | | |
* | | | [LinkCryptWs] Fix (thx NETHeader)Gravatar Walter Purcaro 2014-11-201-40/+25
| | | |
* | | | [UptoboxCom] Fix ERROR_PATTERNGravatar Thierry Merle 2014-11-161-1/+3
| | | |
* | | | [SimpleHoster][OneFichierCom] Fix issue #836 ('status': 3)Gravatar Thierry Merle 2014-11-152-8/+7
| | | |
* | | | [Plugin] Fix typo (thx rlindner81)Gravatar Walter Purcaro 2014-11-151-1/+1
| | | |
* | | | [HTTPRequest] Raise Fail if write response failsGravatar Walter Purcaro 2014-11-151-16/+21
| | | |
* | | | [LinkCryptWs] Fix typoGravatar Walter Purcaro 2014-11-151-5/+3
| | | |
* | | | [Plugin] Fix wait routine 2Gravatar Walter Purcaro 2014-11-153-5/+6
| | | |
* | | | [SimpleCrypter][SimpleHoster] Temp workaroundGravatar Walter Purcaro 2014-11-142-9/+5
| | | |
* | | | [UlozTo] Fixed hoster and accountGravatar Radek Senfeld 2014-11-143-12/+16
| | | |
* | | | [RapidgatorNet] Set the language in COOKIESGravatar Thierry Merle 2014-11-142-5/+7
| | | |
* | | | [Plugin] Fix wait routine (thx rlindner81)Gravatar Walter Purcaro 2014-11-141-9/+18
| | | |
* | | | [Plugin] Some fixes by rlindner81Gravatar Walter Purcaro 2014-11-131-5/+7
| | | |
* | | | Spare code cosmeticsGravatar Walter Purcaro 2014-11-133-5/+5
| | | |
* | | | [PluginManager] Fix parseUrls routine + code cosmeticsGravatar Walter Purcaro 2014-11-131-23/+16
| | | |
* | | | [Plugin] Fix download routineGravatar Walter Purcaro 2014-11-121-17/+22
| | | |
* | | | [PluginManager] Fix pattern creation in parse routineGravatar Walter Purcaro 2014-11-121-3/+6
| | | |
* | | | [Captcha9kw] Restore https feature + code cosmeticsGravatar Walter Purcaro 2014-11-121-12/+11
| | | |
* | | | [Plugin] Content-disposition name should not need to be html_unescapedGravatar Walter Purcaro 2014-11-121-1/+1
| | | |
* | | | [Captcha9kw] Fix typoGravatar Walter Purcaro 2014-11-121-5/+5
| | | |
* | | | Don't purge slash symbol on unix when save_pathGravatar Walter Purcaro 2014-11-121-1/+1
| | | |
* | | | [Captcha9kw] Fix some stuff (thx stefanos)Gravatar Walter Purcaro 2014-11-121-14/+34
| | | |
* | | | [PluginManager] Use key 'version' instead 'v'Gravatar Walter Purcaro 2014-11-121-2/+2
| | | |
* | | | [Captcha9kw] Fix str.strip 2Gravatar Walter Purcaro 2014-11-121-3/+3
| | | |
* | | | [Captcha9kw] Fix str.stripGravatar Walter Purcaro 2014-11-121-3/+3
| | | |
* | | | [Plugin] Save reason as pyfile.error when failsGravatar Walter Purcaro 2014-11-122-6/+12
| | | |
* | | | [Captcha9kw] Code improvementsGravatar Walter Purcaro 2014-11-121-63/+56
| | | |
* | | | [PluginManager] Fix typoGravatar Walter Purcaro 2014-11-111-1/+1
| | | |
* | | | [PluginManager] Fix broken parse routineGravatar Walter Purcaro 2014-11-111-14/+15
| | | |
* | | | [PluginManager] Fix self.plugins ref (thx clinton-hall)Gravatar Walter Purcaro 2014-11-111-2/+9
| | | |
* | | | Fix url to name conversion in api and simple pluginsGravatar Walter Purcaro 2014-11-113-5/+8
| | | |
* | | | [Captcha9kw] Some fixes (thx Nippey)Gravatar Walter Purcaro 2014-11-111-31/+31
| | | |
* | | | [PandaplaNet] Fix file nameGravatar Walter Purcaro 2014-11-111-4/+4
| | | |
* | | | [UpdateManager] Fix version representationGravatar Walter Purcaro 2014-11-111-18/+29
| | | |
* | | | [Captcha9kw] Improve __config__Gravatar Walter Purcaro 2014-11-101-11/+11
| | | |