Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PEP-8, Python Zen, refactor and reduce code (part 14 in master module/threads) | fedeG | 2015-04-20 | 1 | -3/+6 |
* | Spare code cosmetics (7) | Walter Purcaro | 2015-04-20 | 1 | -3/+3 |
* | range -> xrange | Walter Purcaro | 2015-04-19 | 1 | -2/+2 |
* | Use with statement | Walter Purcaro | 2015-04-19 | 1 | -3/+4 |
* | fixed: MultiHook | Armin | 2015-04-18 | 1 | -3/+5 |
* | Spare code cosmetics (5) | Walter Purcaro | 2015-04-18 | 5 | -8/+13 |
* | PEP-8, Python Zen, refactor and reduce code (part 3 in master module) | Walter Purcaro | 2015-04-17 | 1 | -4/+3 |
* | Spare code cosmetics (4) | Walter Purcaro | 2015-04-17 | 1 | -0/+8 |
* | Spare code cosmetics (3) | Walter Purcaro | 2015-04-17 | 3 | -4/+4 |
* | Spare code cosmetics (2) | Walter Purcaro | 2015-04-17 | 1 | -4/+4 |
* | Spare code cosmetics (1) | Walter Purcaro | 2015-04-17 | 2 | -4/+4 |
* | Merge pull request #5 from ardi69/0.4.10 | Walter Purcaro | 2015-04-16 | 3 | -4/+6 |
|\ | |||||
| * | fixed: more typos | Armin | 2015-04-16 | 1 | -3/+3 |
| * | fix typo | Armin | 2015-04-14 | 2 | -1/+3 |
* | | Fix comments | Walter Purcaro | 2015-04-16 | 4 | -7/+7 |
* | | [config] Use get method instead dict access | Walter Purcaro | 2015-04-16 | 3 | -17/+17 |
|/ | |||||
* | fix: assignJob | Armin | 2015-04-13 | 2 | -5/+5 |
* | Cleanup (2) | Walter Purcaro | 2015-04-13 | 3 | -28/+3 |
* | Cleanup | Walter Purcaro | 2015-04-13 | 13 | -5/+141 |
* | Move lib to lib/Python/Lib | Walter Purcaro | 2015-04-13 | 1 | -1/+1 |
* | Merge branch 'pr/n3_ardi69' into 0.4.10 | Walter Purcaro | 2015-04-12 | 7 | -126/+99 |
|\ | |||||
| * | import fixes + code-cleanup | Armin | 2015-04-12 | 3 | -5/+3 |
| * | fix, fix and more fixes | Armin | 2015-04-12 | 6 | -124/+99 |
| * | remove testing stuff | Armin | 2015-04-10 | 1 | -1/+1 |
* | | Cleanup | Walter Purcaro | 2015-04-10 | 2 | -2/+2 |
|/ | |||||
* | added: configdata of deleted or outdated plugins are deletedfrom config | Armin | 2015-04-10 | 1 | -0/+5 |
* | more fixes. now running all plugins | Armin | 2015-04-10 | 2 | -30/+27 |
* | fix: OboomCom and SmoozedCom with beaker >= v1.7.x | Armin | 2015-04-09 | 3 | -11/+12 |
* | [config] webinterface -> webui | Walter Purcaro | 2015-04-07 | 1 | -5/+5 |
* | fix again | Armin | 2015-04-04 | 1 | -1/+1 |
* | fix plugin location | Armin | 2015-04-04 | 1 | -2/+2 |
* | Merge branch 'pr/n1156_ItachiSan' into 0.4.10 | Walter Purcaro | 2015-03-29 | 1 | -9/+17 |
* | safe_join -> fs_join | Walter Purcaro | 2015-02-28 | 1 | -3/+3 |
* | Fix extractor plugin type | Walter Purcaro | 2015-02-17 | 1 | -1/+1 |
* | Revert fcead1870013b6a970eca7878a66dbe783c80ea3 | Walter Purcaro | 2015-02-16 | 5 | -25/+15 |
* | Fix plugins to work on 0.4.10 | Walter Purcaro | 2015-02-16 | 17 | -0/+2497 |
* | module temp | Walter Purcaro | 2015-02-16 | 17 | -2497/+0 |
* | Partially revert acc46fc3497a66a427b795b4a22c6e71d69185a1 | Walter Purcaro | 2015-02-16 | 5 | -14/+14 |
* | Update | Walter Purcaro | 2014-12-13 | 13 | -18/+18 |
* | Spare code fixes (2) | Walter Purcaro | 2014-12-12 | 3 | -14/+17 |
* | Set utf-8 coding in all __init__.py | Walter Purcaro | 2014-12-11 | 3 | -0/+3 |
* | Str unquote stuff | Walter Purcaro | 2014-12-11 | 1 | -0/+3 |
* | Spare code cosmetics | Walter Purcaro | 2014-12-11 | 4 | -17/+1 |
* | Rename some events + engage renamed addon methods | Walter Purcaro | 2014-12-11 | 2 | -53/+79 |
* | Support new key attributes | Walter Purcaro | 2014-12-10 | 5 | -14/+14 |
* | License cleanup | Walter Purcaro | 2014-12-07 | 12 | -186/+15 |
* | Fix with_statement | Walter Purcaro | 2014-12-07 | 2 | -0/+4 |
* | PEP-8, Python Zen, refactor and reduce code (thx FedeG) | Walter Purcaro | 2014-12-01 | 12 | -68/+53 |
* | Remove merged PluginThread | Walter Purcaro | 2014-11-22 | 1 | -2/+3 |
* | Import threading instead thread + thread cleanup | Walter Purcaro | 2014-11-20 | 2 | -9/+10 |
* | Use utils encode/decode | Walter Purcaro | 2014-11-20 | 1 | -6/+4 |
* | [PluginManager] Improve getPlugin | Walter Purcaro | 2014-11-16 | 2 | -54/+79 |
* | Update plugins 2 | Walter Purcaro | 2014-11-15 | 1 | -3/+4 |
* | Code cosmetics | Walter Purcaro | 2014-11-15 | 4 | -47/+39 |
* | Update PluginManager | Walter Purcaro | 2014-11-15 | 1 | -24/+15 |
* | Split PluginThread | Walter Purcaro | 2014-11-15 | 8 | -544/+697 |
* | datatypes -> datatype | Walter Purcaro | 2014-11-15 | 1 | -1/+1 |
* | Merge branch 'stable' into 0.4.10 | Walter Purcaro | 2014-11-13 | 5 | -175/+219 |
* | Trace broken plugin __pattern__ blocking url parsing | Walter Purcaro | 2014-10-05 | 1 | -2/+8 |
* | Finish replace word "hook" | Walter Purcaro | 2014-10-04 | 1 | -1/+1 |
* | Update pyload to the new plugins structure | Walter Purcaro | 2014-10-03 | 6 | -52/+56 |
* | Restructure pyload file tree (1) | Walter Purcaro | 2014-09-14 | 13 | -0/+2444 |