summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/ClickAndLoad.py
Commit message (Collapse)AuthorAgeFilesLines
* [ClickAndLoad] Use self.manager instead hookManagerGravatar Walter Purcaro 2015-01-271-4/+4
|
* [ClickAndLoad] Fix create_connection in python 2.5Gravatar Walter Purcaro 2015-01-261-5/+6
|
* [ClickAndLoad] Fix bad exceptGravatar Walter Purcaro 2015-01-251-3/+3
|
* [ClickAndLoad] Improve create_connectionGravatar Walter Purcaro 2015-01-231-32/+46
|
* socket.create_connection is unavailable in Python25Gravatar Nippey 2015-01-221-3/+32
| | | | | | socket.create_connection doesn't exist in Python 2.5. But it can be modeled with above function taken from: https://hg.python.org/cpython/file/2.6/Lib/socket.py#l534 So, it is how 2.6 does it :)
* [ClickAndLoad] Fix error "Port already in use"Gravatar Walter Purcaro 2015-01-131-13/+7
|
* [ClickAndLoad] UpdatedGravatar Walter Purcaro 2015-01-041-50/+54
|
* [ClickAndLoad] Revert initPeriodicalGravatar Walter Purcaro 2014-12-251-6/+1
|
* Don't start unused periodical in some addonsGravatar Walter Purcaro 2014-12-091-1/+6
|
* Code cosmetics: plugin class attributesGravatar Walter Purcaro 2014-10-281-5/+5
|
* [ClickAndLoad] Code cosmeticsGravatar Walter Purcaro 2014-10-141-28/+28
|
* Add __license__ key attribute to pluginsGravatar Walter Purcaro 2014-10-081-0/+1
|
* New __authors__ key replaces __author_name__ and __author_mail__ + ↵Gravatar Walter Purcaro 2014-10-071-2/+2
| | | | Whitespaces and EOF fixup
* Logging string cosmeticsGravatar Walter Purcaro 2014-09-271-1/+1
|
* Remove trailing whitespaces + remove license headers + import urllib methods ↵Gravatar Walter Purcaro 2014-08-011-16/+1
| | | | directly + sort and fix key attributes + use save_join instead join + sort some import declarations + other minor code cosmetics
* Removed all @author flags + key attributes cleanup for internal & hooks pluginsGravatar Walter Purcaro 2014-07-151-4/+5
|
* Remove bad whitespacesGravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@e4b2562
* Fix __config__Gravatar Walter Purcaro 2014-04-111-2/+2
| | | | Merges vuolter/pyload@83ff313
* Plugins: core.config -> configGravatar Walter Purcaro 2013-09-031-3/+3
|
* Fixed PEP 8 violations in HooksGravatar Stefano 2013-07-241-0/+1
|
* fixed log api call for several pluginsGravatar Walter Purcaro 2013-07-171-3/+3
|
* improved some code style issuesGravatar RaNaN 2011-05-141-12/+14
|
* little fixesGravatar RaNaN 2010-09-201-1/+6
|
* cnl cpu usage fixGravatar RaNaN 2010-09-141-7/+10
|
* little fixesGravatar RaNaN 2010-08-301-1/+1
|
* new dirsGravatar RaNaN 2010-08-251-0/+79
|
* merged guiGravatar mkaay 2010-08-251-79/+0
|
* extern cnlGravatar RaNaN 2010-08-231-4/+10
| | | | H: Bitte gib eine Versions-Meldung ein. Zeilen beginnend mit 'HG:' werden entfernt.
* hook deactivatingGravatar RaNaN 2010-08-061-0/+1
|
* more improvements and cleaned some importsGravatar RaNaN 2010-07-291-1/+0
|
* refactored plugins, new plugin managerGravatar mkaay 2010-05-051-9/+5
|
* version fix, removed debug messagesGravatar mkaay 2010-05-021-3/+3
|
* fixed cnlGravatar mkaay 2010-05-021-75/+36
|
* cnl fix, webif. add dialog - destionation choosableGravatar RaNaN 2010-02-121-2/+6
|
* fixed click'n'load, added youtube hd optionGravatar mkaay 2010-02-081-2/+2
|
* FlashGot + ClickNLoad Support + Webif. improvm.!! pyLoad FTW !!Gravatar RaNaN 2010-02-051-0/+112