summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/SkipRev.py
Commit message (Collapse)AuthorAgeFilesLines
* "is" is evil (2)Gravatar Nitzo 2016-01-101-2/+2
|
* "is" is evilGravatar Nitzo 2016-01-021-1/+1
|
* Spare code fixes (3)Gravatar Walter Purcaro 2015-12-281-18/+19
|
* [SkipRev] Fixup (1)Gravatar Walter Purcaro 2015-12-271-12/+8
|
* Version up for all pluginsGravatar Walter Purcaro 2015-10-181-1/+1
|
* Fix https://github.com/pyload/pyload/issues/1998Gravatar Walter Purcaro 2015-10-111-1/+1
| | | | | Fix https://github.com/pyload/pyload/issues/1999 Fix https://github.com/pyload/pyload/issues/2001
* Spare code cosmetics (3)Gravatar Walter Purcaro 2015-10-101-1/+1
|
* Spare improvementsGravatar Walter Purcaro 2015-10-081-1/+2
|
* Fixpack (3)Gravatar Walter Purcaro 2015-10-041-1/+1
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-09-211-1/+0
|
* Spare improvements and fixesGravatar Walter Purcaro 2015-09-211-13/+1
|
* Code cosmeticsGravatar Walter Purcaro 2015-07-241-1/+1
|
* Hotfixes (2)Gravatar Walter Purcaro 2015-07-241-1/+1
|
* New __status__ magic keyGravatar Walter Purcaro 2015-07-191-0/+1
|
* Rename self.core to self.pyload (plugins only)Gravatar Walter Purcaro 2015-07-191-4/+4
|
* Fix addonsGravatar Walter Purcaro 2015-07-191-20/+9
|
* Code cosmetics (2)Gravatar Walter Purcaro 2015-07-191-1/+1
|
* Code cosmeticsGravatar Walter Purcaro 2015-07-181-1/+1
|
* No camelCase style anymoreGravatar Walter Purcaro 2015-07-071-5/+5
|
* Spare code cosmetics (2)Gravatar Walter Purcaro 2015-06-241-3/+2
|
* Update allGravatar Walter Purcaro 2015-06-241-2/+1
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-06-241-2/+2
|
* fix #1507Gravatar GammaC0de 2015-06-161-3/+3
|
* Update everythingGravatar Walter Purcaro 2015-06-081-3/+3
|
* Use 'import' instead 'from'Gravatar Walter Purcaro 2015-05-011-3/+3
|
* interval code cosmeticsGravatar Walter Purcaro 2015-03-261-3/+1
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-03-181-0/+4
|
* Tiny code cosmeticsGravatar Walter Purcaro 2015-03-101-3/+3
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-03-101-10/+12
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-03-071-2/+2
|
* [ExternalScripts] Version upGravatar Walter Purcaro 2015-03-061-9/+9
|
* [SkipRev] Fix https://github.com/pyload/pyload/issues/1217 (2)Gravatar Walter Purcaro 2015-03-061-2/+4
|
* [SkipRev] Fix setup loop on download preparingGravatar Walter Purcaro 2015-03-061-4/+6
|
* [SkipRev] Fix https://github.com/pyload/pyload/issues/1217Gravatar Walter Purcaro 2015-03-061-10/+16
|
* [SkipRev] Fix https://github.com/pyload/pyload/issues/1007Gravatar Walter Purcaro 2015-02-121-4/+6
|
* [SkipRev] Fix https://github.com/pyload/pyload/issues/1048Gravatar Walter Purcaro 2015-01-161-2/+2
|
* [SkipRev] Fix https://github.com/pyload/pyload/issues/1036Gravatar Walter Purcaro 2015-01-111-2/+2
|
* [SkipRev] Improve file name grabbingGravatar Walter Purcaro 2015-01-091-16/+4
|
* [SkipRev] Improve downloadFailed routineGravatar Walter Purcaro 2014-12-241-3/+8
|
* [SkipRev] TypoGravatar Walter Purcaro 2014-12-231-1/+1
|
* [SkipRev] Now should work fine...Gravatar Walter Purcaro 2014-12-231-14/+35
|
* [SkipRev] Another fixGravatar Walter Purcaro 2014-12-161-3/+3
|
* Update plugins (2)Gravatar Walter Purcaro 2014-12-161-3/+3
|
* Update plugins after SimpleHoster changesGravatar Walter Purcaro 2014-12-121-4/+4
|
* Don't start unused periodical in some addonsGravatar Walter Purcaro 2014-12-091-0/+5
|
* [SkipRev] Update (2)Gravatar Walter Purcaro 2014-12-081-16/+12
|
* [SkipRev] Tiny fixupGravatar Walter Purcaro 2014-12-071-5/+6
|
* [SkipRev] UpdateGravatar Walter Purcaro 2014-12-061-9/+33
|
* [SkipRev] Syntax fixesGravatar Walter Purcaro 2014-12-031-8/+8
|
* [SkipRev] TypoGravatar Walter Purcaro 2014-12-021-2/+2
|
* [SkipRev] Fixup 1Gravatar Walter Purcaro 2014-12-021-4/+4
|
* [SkipRev] UpdatedGravatar Walter Purcaro 2014-12-021-0/+56
|
* Removed SkipRev. See #167Gravatar Stefano 2013-09-211-47/+0
|
* Fixed PEP 8 violations in HooksGravatar Stefano 2013-07-241-2/+3
|
* Version 0.07: code cosmeticsGravatar Walter Purcaro 2013-05-271-8/+9
|
* Version 0.06: improved filename recognition (big thanks to stickell)Gravatar Vuolter 2013-05-251-4/+4
|
* Version 0.05: several fixed according stickell advicesGravatar Vuolter 2013-05-251-5/+7
|
* Version 0.04: forgot to import basenameGravatar Vuolter 2013-05-251-2/+2
|
* Version 0.3: use endswith instead of find (thx stickell)Gravatar Vuolter 2013-05-251-5/+5
|
* Version 0.02: log actionsGravatar Vuolter 2013-05-251-1/+3
|
* Added plugin SkipRevGravatar Vuolter 2013-05-251-0/+41