summaryrefslogtreecommitdiffstats
path: root/module/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Fix https://github.com/pyload/pyload/issues/1793Gravatar Walter Purcaro 2015-08-302-24/+24
|
* Merge pull request #1779 from GammaC0de/patch-5Gravatar Walter Purcaro 2015-08-301-1/+58
|\ | | | | [OneFichierCom] fix #1768
| * Update OneFichierCom.pyGravatar GammaC0de 2015-08-231-1/+1
| |
| * Update OneFichierCom.pyGravatar GammaC0de 2015-08-221-1/+58
| |
* | Merge pull request #1794 from B1gG/patch-1Gravatar Walter Purcaro 2015-08-301-2/+2
|\ \ | | | | | | Update to resolve issue #1793
| * | Update to resolve issue #1793Gravatar B1gG 2015-08-271-2/+2
| |/ | | | | | | | | This update resolve the issue raised when you try to share a link from YouTube android app to pyLoad client. Issue was that the parser doesn't detect youtu.be as a valid URL for YoutubeCom.py and always use BasePlugin.py instead of, that is why the "__pattern__" need to be modified. The URL_REPLACEMENTS is not appropriate for this short url and was fixed also, in order to construct and typical youtube.com URL, that this script can handle.
* | Merge pull request #1773 from GammaC0de/patch-1Gravatar Walter Purcaro 2015-08-301-0/+73
|\ \ | | | | | | [New Hook] TransmissionRPC
| * | Update TransmissionRPC.pyGravatar GammaC0de 2015-08-231-1/+1
| | |
| * | Create TransmissionRPC.pyGravatar GammaC0de 2015-08-201-0/+73
| |/
* | Merge pull request #1769 from NETHeader/NETHeader-patch-1Gravatar Walter Purcaro 2015-08-301-25/+36
|\ \ | | | | | | [crypter/SexuriaCom] Fix for recent code change
| * | Update SexuriaCom.pyGravatar NETHeader 2015-08-191-1/+1
| | | | | | | | | Remove unnecessary comment
| * | Update SexuriaCom.pyGravatar NETHeader 2015-08-191-1/+1
| | | | | | | | | Minor whitespace changes
| * | Update SexuriaCom.pyGravatar NETHeader 2015-08-191-26/+37
| | | | | | | | | | | | | | | | | | | | | Fix to reflect the recent changes of - refactored function names - change of module.plugins.Crypter into module.plugins.internal.Crypter Additionally, some irregular passwords like '-' or 'Kein Passwort' are ignored now.
* | | Merge pull request #1789 from Bambie42/stableGravatar Walter Purcaro 2015-08-302-9/+6
|\ \ \ | | | | | | | | [LinkCryptWs] partly fixes #1756
| * | | partly fixes #1756Gravatar Bambie42 2015-08-262-9/+6
| | |/ | |/|
* | | fix #1765Gravatar GammaC0de 2015-08-211-4/+4
| | |
* | | fix #1765Gravatar GammaC0de 2015-08-211-1/+2
|/ /
* | Spare plugin updatesGravatar Walter Purcaro 2015-08-1917-22/+23
| |
* | Temp fix https://github.com/pyload/pyload/pull/1708Gravatar Walter Purcaro 2015-08-191-2/+2
| |
* | Merge pull request #1767 from djgreg13/stableGravatar Walter Purcaro 2015-08-191-3/+3
|\ \ | | | | | | OneFichierCom premium detection fixed
| * | OneFichierCom premium detection fixedGravatar Gregory G 2015-08-191-3/+3
| | |
* | | Merge pull request #1764 from GammaC0de/patch-2Gravatar Walter Purcaro 2015-08-191-1/+1
|\ \ \ | | | | | | | | [OneFichierCom] fix UpdateManager error: "Version mismatch"
| * | | Update OneFichierCom.pyGravatar GammaC0de 2015-08-181-1/+1
| |/ /
* / / [UpdateManager] show plugin type one errorGravatar GammaC0de 2015-08-191-2/+2
|/ /
* | Merge pull request #1723 from Pavion/patch-1Gravatar Walter Purcaro 2015-08-181-0/+1
|\ \ | | | | | | HotFolder.py fix for not being periodical anymore
| * | HotFolder.py fix for not being periodical anymoreGravatar Pavion 2015-08-051-0/+1
| |/
* | Merge pull request #1728 from GammaC0de/patch-2Gravatar Walter Purcaro 2015-08-181-3/+6
|\ \ | | | | | | fix ExternalScripts not working
| * | [ExternalScripts] add registered script informationGravatar GammaC0de 2015-08-061-0/+1
| | |
| * | fix ExternalScripts not workingGravatar GammaC0de 2015-08-061-3/+5
| |/
* | Merge pull request #1733 from lazlev/patch-3Gravatar Walter Purcaro 2015-08-181-0/+1
|\ \ | | | | | | Fix #1691
| * | Fix #1691Gravatar lazlev 2015-08-081-0/+1
| |/
* | Merge pull request #1741 from joberreiter/patch-1Gravatar Walter Purcaro 2015-08-181-5/+5
|\ \ | | | | | | [hooks/Checksum.py] Fix rename error and checksum comparison
| * | Minor change to log outputGravatar Jochen Oberreiter 2015-08-111-1/+1
| | | | | | | | | Using `data[key].lower()` instead of `data[key]` to synchronize it with the comparison itself.
| * | Change comparison from identity to equalityGravatar Jochen Oberreiter 2015-08-111-2/+2
| | | | | | | | | Using '==' instead of 'is' for the comparison.
| * | Fix error introduced by function renameGravatar Jochen Oberreiter 2015-08-111-2/+2
| |/ | | | | Replace all computeChecksum with compute_checksum. Error was introduced by the recent function name changes without refactoring the source correctly.
* | Merge pull request #1746 from GammaC0de/patch-4Gravatar Walter Purcaro 2015-08-181-2/+2
|\ \ | | | | | | [YoutubeCom] fix #1744
| * | [YoutubeCom] fix #1744Gravatar GammaC0de 2015-08-121-2/+2
| |/
* | Merge pull request #1748 from fayf/stableGravatar Walter Purcaro 2015-08-181-3/+3
|\ \ | | | | | | [accounts/RapidgatorNet] Fixes #1698
| * | [accounts/RapidgatorNet] Fixes #1698Gravatar Andrew Ching 2015-08-121-3/+3
| |/
* | Merge pull request #1750 from GammaC0de/patch-5Gravatar Walter Purcaro 2015-08-181-1/+3
|\ \ | | | | | | [UploadedTo] add PREMIUM_ONLY_PATTERN
| * | [UploadedTo] add PREMIUM_ONLY_PATTERNGravatar GammaC0de 2015-08-121-1/+3
| |/
* | Merge pull request #1752 from synweap15/rapideo-nopremium-signature-fixGravatar Walter Purcaro 2015-08-182-4/+4
|\ \ | | | | | | [Rapideo.pl] [NoPremium.pl] Method signature fix
| * | NoPremiumPl account version bumpGravatar synweap15 2015-08-131-1/+1
| | |
| * | fix NoPremiumPl account parse_info method signatureGravatar synweap15 2015-08-131-1/+1
| | |
| * | RapideoPl account version bumpGravatar synweap15 2015-08-131-1/+1
| | |
| * | fix RapideoPl account parse_info method signatureGravatar synweap15 2015-08-131-1/+1
| |/
* | Merge pull request #1754 from joberreiter/patch-3Gravatar Walter Purcaro 2015-08-182-7/+15
|\ \ | | | | | | [SharelinksBiz & FilecryptCc] Fixes #1753
| * | Update ShareLinksBiz.pyGravatar Jochen Oberreiter 2015-08-161-1/+4
| | | | | | | | | Correct regex search for getting captcha url data
| * | Update FilecryptCc.pyGravatar Jochen Oberreiter 2015-08-141-3/+4
| | | | | | | | | Test if regexp search has returned an object before using it. Should fix #1753.
| * | Update ShareLinksBiz.pyGravatar Jochen Oberreiter 2015-08-141-1/+1
| | | | | | | | | Bump version
| * | Check if search has returned a resultGravatar Jochen Oberreiter 2015-08-141-2/+6
| |/ | | | | Fixes #1753
* | Merge pull request #1755 from estaban/patch-6Gravatar Walter Purcaro 2015-08-181-2/+2
|\ \ | | | | | | File name not found on OneFichier
| * | Update OneFichierCom.pyGravatar estaban 2015-08-141-1/+1
| | | | | | | | | Increment version
| * | File name not found on OneFichierGravatar estaban 2015-08-141-1/+1
| |/ | | | | Updated regexp, website now displays "File Name" instead of "FileName".
* | Merge pull request #1763 from salimimani/patch-1Gravatar Walter Purcaro 2015-08-181-1/+1
|\ \ | | | | | | Update MediafireCom.py
| * | Update MediafireCom.pyGravatar salimimani 2015-08-171-1/+1
| |/
* / Fix missing import statementGravatar Walter Purcaro 2015-08-092-2/+2
|/
* Fix https://github.com/pyload/pyload/issues/1707Gravatar Walter Purcaro 2015-08-042-3/+3
|
* Update SimpleHoster.pyGravatar estaban 2015-08-041-2/+2
|
* Download deleted because of file size mismatchGravatar estaban 2015-08-041-1/+3
| | | | | | | | | | | One some hosters like OneFichier for example, the webpage displays a file size of 1.46GB. However the real file size can be 1.4649853GB, which makes a difference between the downloaded file size and the expected file size. size_tolerance is meant for that, but its value is currently set to 1MB. This is an issue in the above case where the difference between expected size and downloaded size is almost 10MB. In many cases, this causes the downloaded file to simply be deleted, even though it has been downloaded without any issue. The biggest possible size difference is 10MB, at least if the website displays 2 decimals and that the biggest unit is GB. Therefore I propose to change the max tolerance from 1MB to 10MB. FYI the error message in the log looks like that: Fail: File size mismatch | Expected file size: 1492501135.36 | Downloaded file size: 1488025852
* Some fixes (2)Gravatar Walter Purcaro 2015-08-044-5/+7
|
* [Account] fix relogin not workingGravatar GammaC0de 2015-08-041-4/+1
|
* [ZDF] Encode file name / titleGravatar jellysheep 2015-08-041-1/+1
| | | The title used as file name is encoded in Latin-1. This commit enables pyload to download those files and display their names in the queue correctly.
* Some fixesGravatar Walter Purcaro 2015-08-049-31/+34
|
* ...has no attribute "COOKIES"Gravatar Gutz-Pilz 2015-08-041-0/+1
| | | https://github.com/pyload/pyload/issues/1694
* Merge pull request #1666 from jellysheep/patch-1Gravatar Walter Purcaro 2015-08-041-1/+1
|\ | | | | [ZDF] Encode unicode characters when loading XML
| * [ZDF] Encode unicode characters when loading XMLGravatar jellysheep 2015-08-021-1/+1
| | | | | | | | The XML file from the ZDF website often contains unicode characters, which lead to errors like `'ascii' codec can't decode byte 0xc3 in position 29: ordinal not in range(128)`. This change makes the plugin encode unicode characters to UTF-8 before parsing the XML data.
* | Merge pull request #1690 from GammaC0de/patch-2Gravatar Walter Purcaro 2015-08-041-1/+1
|\ \ | | | | | | fix XFileSharingPro.py cannot be updated
| * | Update XFileSharingPro.pyGravatar GammaC0de 2015-08-041-1/+1
| | |
* | | Fix #1603Gravatar TodsDeath 2015-08-041-2/+2
|/ /
* | Update Plugin.pyGravatar GammaC0de 2015-08-031-1/+1
| |
* | Update SimpleHoster.pyGravatar GammaC0de 2015-08-031-2/+2
| |
* | Update Plugin.pyGravatar GammaC0de 2015-08-031-1/+1
| |
* | Update XFSAccount.pyGravatar GammaC0de 2015-08-031-4/+5
| |
* | Update Plugin.pyGravatar GammaC0de 2015-08-031-2/+2
| |
* | Merge pull request #1670 from GammaC0de/patch-2Gravatar Walter Purcaro 2015-08-031-2/+2
|\ \ | | | | | | [AntiStandby] fix import error
| * | fix import errorGravatar GammaC0de 2015-08-031-2/+2
| | |
* | | Use set_cookie instead cj.setCookieGravatar Walter Purcaro 2015-08-0314-46/+61
|/ /
* / Fix https://github.com/pyload/pyload/issues/1664Gravatar Walter Purcaro 2015-08-021-4/+3
|/
* Fix https://github.com/pyload/pyload/issues/1591Gravatar Walter Purcaro 2015-08-025-56/+83
|
* Merge pull request #1665 from J-8/stableGravatar Walter Purcaro 2015-08-022-2/+2
|\ | | | | Fix for issue #1654
| * Fix for issue #1654Gravatar J-8 2015-08-022-2/+2
| | | | | | | | Replaced HTTP with HTTPS in order not to reveal user credentials.
* | Tiny fixesGravatar Walter Purcaro 2015-08-025-10/+12
| |
* | Fix https://github.com/pyload/pyload/issues/1663Gravatar Walter Purcaro 2015-08-026-15/+15
|/
* fix #1646 (2)Gravatar SK 2015-08-021-3/+3
|
* Fix https://github.com/pyload/pyload/issues/1651Gravatar Walter Purcaro 2015-08-021-5/+5
|
* Fix https://github.com/pyload/pyload/issues/1650Gravatar Walter Purcaro 2015-08-021-2/+2
|
* Fix https://github.com/pyload/pyload/issues/1640 (3)Gravatar Walter Purcaro 2015-08-021-7/+7
|
* Fix https://github.com/pyload/pyload/issues/1630Gravatar Walter Purcaro 2015-08-022-27/+27
|
* Fix https://github.com/pyload/pyload/issues/1649Gravatar Walter Purcaro 2015-08-022-3/+6
|
* Fix https://github.com/pyload/pyload/issues/1590Gravatar Walter Purcaro 2015-08-021-8/+8
|
* Fix https://github.com/pyload/pyload/issues/1643Gravatar Walter Purcaro 2015-08-021-8/+3
|
* Fix https://github.com/pyload/pyload/issues/1640 (2)Gravatar Walter Purcaro 2015-08-0210-28/+23
|
* [AntiStandby] Improve linux_standbyGravatar Walter Purcaro 2015-08-021-2/+6
|
* Update some pluginsGravatar Walter Purcaro 2015-08-0210-34/+33
|
* Fix https://github.com/pyload/pyload/issues/1646Gravatar Walter Purcaro 2015-08-022-6/+8
|
* Fix https://github.com/pyload/pyload/issues/1640Gravatar Walter Purcaro 2015-08-023-46/+47
|
* Fix load_account routineGravatar Walter Purcaro 2015-08-012-26/+34
|
* Fix https://github.com/pyload/pyload/issues/1636Gravatar Walter Purcaro 2015-08-012-3/+4
|
* Fix https://github.com/pyload/pyload/issues/1632Gravatar Walter Purcaro 2015-07-311-2/+2
|
* Fix https://github.com/pyload/pyload/issues/1543Gravatar Walter Purcaro 2015-07-311-2/+2
|
* Fix and improve account logicGravatar Walter Purcaro 2015-07-315-93/+89
|
* Fix https://github.com/pyload/pyload/issues/1628Gravatar Walter Purcaro 2015-07-313-10/+5
|
* Fix https://github.com/pyload/pyload/issues/1601Gravatar Walter Purcaro 2015-07-312-5/+8
|
* [Captcha] Fix _decrypt methodGravatar Walter Purcaro 2015-07-317-20/+17
|
* Fix https://github.com/pyload/pyload/issues/1602 (2)Gravatar Walter Purcaro 2015-07-311-2/+2
|
* [Account] Fix ********** bugGravatar Walter Purcaro 2015-07-311-2/+3
|
* Fix https://github.com/pyload/pyload/issues/1613Gravatar Walter Purcaro 2015-07-311-8/+5
|
* [ShareonlineBiz] Improve accountGravatar Walter Purcaro 2015-07-311-28/+35
|
* [Addon] Fix unload method not called on exitGravatar Walter Purcaro 2015-07-311-1/+2
|
* Fix https://github.com/pyload/pyload/issues/1625Gravatar Walter Purcaro 2015-07-314-68/+65
|
* Fix https://github.com/pyload/pyload/issues/1624Gravatar Walter Purcaro 2015-07-301-6/+2
|
* [AntiStandby] Fix import typoGravatar Walter Purcaro 2015-07-301-2/+2
|
* [AntiStandby] Fix max_mtime methodGravatar Walter Purcaro 2015-07-302-6/+4
|
* Merge pull request #1615 from zapp-brannigan/patch-3Gravatar Walter Purcaro 2015-07-301-2/+5
|\ | | | | [FilecryptCc.py] Fix https://github.com/pyload/pyload/issues/1614
| * [FilecryptCc.py] Fix https://github.com/pyload/pyload/issues/1614Gravatar zapp-brannigan 2015-07-301-2/+5
| |
* | Fix get_code call in captcha hooksGravatar Walter Purcaro 2015-07-305-5/+5
|/
* Still improving _log methodsGravatar Walter Purcaro 2015-07-296-16/+16
|
* Fix https://github.com/pyload/pyload/issues/1600 (2)Gravatar Walter Purcaro 2015-07-291-4/+4
|
* Fix https://github.com/pyload/pyload/issues/1600Gravatar Walter Purcaro 2015-07-291-8/+21
|
* Fix https://github.com/pyload/pyload/issues/1602Gravatar Walter Purcaro 2015-07-292-2/+2
|
* [MultiHook] Better error handling for plugins_cachedGravatar Walter Purcaro 2015-07-291-4/+4
|
* Fix http://forum.pyload.org/viewtopic.php?f=12&t=4421Gravatar Walter Purcaro 2015-07-291-2/+2
|
* New plugins: AniStreamCom and CloudsixMeGravatar Walter Purcaro 2015-07-295-6/+40
|
* Fix https://github.com/pyload/pyload/issues/1594 (2)Gravatar Walter Purcaro 2015-07-291-3/+3
|
* Fix https://github.com/pyload/pyload/issues/1597Gravatar Walter Purcaro 2015-07-291-18/+19
|
* Fix https://github.com/pyload/pyload/issues/1594Gravatar Walter Purcaro 2015-07-291-3/+3
|
* Fix https://github.com/pyload/pyload/issues/1595Gravatar Walter Purcaro 2015-07-291-2/+2
|
* Merge pull request #1593 from TodsDeath/patch-1Gravatar Walter Purcaro 2015-07-291-1/+1
|\ | | | | Update Account.py, fixed not-working premium downloads
| * Update Account.pyGravatar TodsDeath 2015-07-291-1/+1
| | | | | | better readability than conditional expression
| * Update Account.pyGravatar TodsDeath 2015-07-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the needed premium key is not directly in info, but in the sub-directory 'data': {'data': {'login': '***', 'maxtraffic': None, 'options': {'limitdl': ['0']}, 'password': '**********', 'premium': True, 'timestamp': 1438159062.570853, 'trafficleft': -1, 'type': 'RealdebridCom', 'valid': True, 'validuntil': 1450976583.0}, 'login': {'password': '**********', 'timestamp': 1438159044.071365, 'valid': True}}
* | [Plugin] Fix set_cookiesGravatar Walter Purcaro 2015-07-292-6/+6
|/
* Fix http://forum.pyload.org/viewtopic.php?f=12&t=4419Gravatar Walter Purcaro 2015-07-291-33/+61
|
* Fix https://github.com/pyload/pyload/issues/1520 (3)Gravatar Walter Purcaro 2015-07-292-3/+8
|
* Fix _log methodGravatar Walter Purcaro 2015-07-297-12/+63
|
* Fix https://github.com/pyload/pyload/issues/1588Gravatar Walter Purcaro 2015-07-291-4/+4
|
* Fix https://github.com/pyload/pyload/issues/1586Gravatar Walter Purcaro 2015-07-296-32/+34
|
* Fix https://github.com/pyload/pyload/issues/1587Gravatar Walter Purcaro 2015-07-291-2/+2
|
* [AntiStandby] HotfixGravatar Walter Purcaro 2015-07-291-8/+8
|
* New plugin: AntiStandbyGravatar Walter Purcaro 2015-07-291-0/+157
| | | | Fix https://github.com/pyload/pyload/issues/1231
* Fix https://github.com/pyload/pyload/issues/1583Gravatar Walter Purcaro 2015-07-283-7/+7
|
* Fix missing `encode`Gravatar Walter Purcaro 2015-07-281-2/+2
|
* Fix https://github.com/pyload/pyload/issues/1578 (3)Gravatar Walter Purcaro 2015-07-281-2/+2
|
* Fix https://github.com/pyload/pyload/issues/1520Gravatar Walter Purcaro 2015-07-285-10/+15
|
* Fix https://github.com/pyload/pyload/issues/1582Gravatar Walter Purcaro 2015-07-281-2/+2
|
* Fix https://github.com/pyload/pyload/issues/1581Gravatar Walter Purcaro 2015-07-281-2/+3
|
* Fix content-dispositionGravatar Walter Purcaro 2015-07-2810-26/+16
|
* Fix http://forum.pyload.org/viewtopic.php?f=12&t=4410Gravatar Walter Purcaro 2015-07-282-3/+4
|
* Fix https://github.com/pyload/pyload/issues/1578 (2)Gravatar Walter Purcaro 2015-07-281-11/+17
|
* Fix https://github.com/pyload/pyload/issues/1578Gravatar Walter Purcaro 2015-07-281-3/+3
|
* Fix https://github.com/pyload/pyload/issues/1577 and ↵Gravatar Walter Purcaro 2015-07-281-2/+2
| | | | https://github.com/pyload/pyload/issues/1580
* [Account] HotfixGravatar Walter Purcaro 2015-07-281-32/+62
|
* [Hook] Hotfix _log methodGravatar Walter Purcaro 2015-07-281-2/+2
|
* Fix https://github.com/pyload/pyload/issues/1575Gravatar Walter Purcaro 2015-07-281-1/+3
|
* Improve _log methodGravatar Walter Purcaro 2015-07-288-31/+37
|
* Missed to bump up some plugin __version__Gravatar Walter Purcaro 2015-07-286-6/+6
|
* Fix https://github.com/pyload/pyload/issues/1545Gravatar Walter Purcaro 2015-07-282-8/+8
|
* Fix https://github.com/pyload/pyload/pull/1564 (thx Nippey)Gravatar Walter Purcaro 2015-07-282-3/+6
|
* Fix https://github.com/pyload/pyload/pull/1561 (thx bilalghouri)Gravatar Walter Purcaro 2015-07-281-10/+2
|
* Fix https://github.com/pyload/pyload/pull/1558 (thx lpiter)Gravatar Walter Purcaro 2015-07-281-5/+9
|
* Fix https://github.com/pyload/pyload/pull/1552 (thx selaux)Gravatar Walter Purcaro 2015-07-271-2/+2
|
* Fix https://github.com/pyload/pyload/pull/1571Gravatar Walter Purcaro 2015-07-271-6/+6
|
* Spare code fixesGravatar Walter Purcaro 2015-07-278-26/+26
|
* [ExtractArchive] Rename archive_password.txt -> passwords.txtGravatar Walter Purcaro 2015-07-271-1/+1
|
* Fix captcha timeoutGravatar Walter Purcaro 2015-07-272-11/+11
|
* Bunch of fixupsGravatar Walter Purcaro 2015-07-278-55/+64
|
* Then update othersGravatar Walter Purcaro 2015-07-2713-21/+21
|
* Update internal pluginsGravatar Walter Purcaro 2015-07-2712-225/+231
|
* Don't user dictionary’s iterator methodsGravatar Walter Purcaro 2015-07-2519-28/+28
|
* Account rewritten (2)Gravatar Walter Purcaro 2015-07-2575-171/+208
|
* Account rewrittenGravatar Walter Purcaro 2015-07-2599-498/+486
|
* Fix typoGravatar Walter Purcaro 2015-07-2416-20/+20
|
* Code cosmeticsGravatar Walter Purcaro 2015-07-2456-176/+170
|
* Hotfixes (2)Gravatar Walter Purcaro 2015-07-24484-627/+646
|
* HotfixesGravatar Walter Purcaro 2015-07-246-18/+63
|
* Small __init__ fixesGravatar Walter Purcaro 2015-07-243-7/+7
|
* [Plugin] Another fix about page decodingGravatar Walter Purcaro 2015-07-241-1/+1
|
* Improve CaptchaGravatar Walter Purcaro 2015-07-2362-117/+124
|
* Code cosmeticsGravatar Walter Purcaro 2015-07-2315-139/+146
|
* [Extractor] is_usable -> findGravatar Walter Purcaro 2015-07-215-38/+45
|
* New Captcha skeletonGravatar Walter Purcaro 2015-07-2146-263/+271
|
* New __status__ magic keyGravatar Walter Purcaro 2015-07-19483-0/+483
|
* [OCR] Fix __init__ (2)Gravatar Walter Purcaro 2015-07-1910-26/+14
|
* [OCR] Fix __init__Gravatar Walter Purcaro 2015-07-192-9/+7
|
* Rename self.core to self.pyload (plugins only)Gravatar Walter Purcaro 2015-07-1959-260/+229
|
* Code cosmetics (3)Gravatar Walter Purcaro 2015-07-19100-326/+334
|
* Fix addonsGravatar Walter Purcaro 2015-07-1937-425/+333
|
* Improve fixurl methodGravatar Walter Purcaro 2015-07-194-18/+14
|
* Code cosmetics (2)Gravatar Walter Purcaro 2015-07-1987-356/+360
|
* [Hoster] Fix the http request issueGravatar Walter Purcaro 2015-07-182-2/+5
|
* Code cosmeticsGravatar Walter Purcaro 2015-07-1854-136/+118
|
* Reorder some functionsGravatar Walter Purcaro 2015-07-183-68/+68
|
* No more need to use the req argument when call load methodGravatar Walter Purcaro 2015-07-1758-202/+134
|
* Spare fixes and code cosmeticsGravatar Walter Purcaro 2015-07-17105-260/+434
|
* No camelCase style anymoreGravatar Walter Purcaro 2015-07-07482-3093/+3125
|
* [Plugin] Fix decoding in load methodGravatar Walter Purcaro 2015-07-051-6/+2
|
* Fix long int conversion issueGravatar Walter Purcaro 2015-07-051-2/+2
|
* Spare code cosmetics (4)Gravatar Walter Purcaro 2015-06-2455-226/+201
|
* Spare code cosmetics (3)Gravatar Walter Purcaro 2015-06-2419-190/+190
|
* Spare code cosmetics (2)Gravatar Walter Purcaro 2015-06-2496-585/+582
|