Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | interval code cosmetics | Walter Purcaro | 2015-03-26 | 1 | -5/+3 |
| | |||||
* | Import cleanup for datetime and time modules | Walter Purcaro | 2015-03-14 | 1 | -2/+1 |
| | |||||
* | Spare code cosmetics | Walter Purcaro | 2015-03-10 | 1 | -11/+11 |
| | |||||
* | Spare code cosmetics | Walter Purcaro | 2015-02-08 | 1 | -2/+2 |
| | |||||
* | Replace 'except' with 'except Exception' | Walter Purcaro | 2015-01-13 | 1 | -4/+4 |
| | |||||
* | Don't start unused periodical in some addons | Walter Purcaro | 2014-12-09 | 1 | -1/+6 |
| | |||||
* | Code cosmetics | Walter Purcaro | 2014-11-10 | 1 | -1/+1 |
| | |||||
* | [IRCInterface] Initial SSL Support | Robert Müller | 2014-11-01 | 1 | -1/+7 |
| | |||||
* | Code cosmetics: use self.core.api instead self.api (for now) | Walter Purcaro | 2014-10-28 | 1 | -17/+15 |
| | |||||
* | Code cosmetics: plugin class attributes | Walter Purcaro | 2014-10-28 | 1 | -4/+4 |
| | |||||
* | Update __config__ | Walter Purcaro | 2014-10-28 | 1 | -2/+1 |
| | |||||
* | Spare code cosmetics | Walter Purcaro | 2014-10-27 | 1 | -1/+1 |
| | |||||
* | Extend translation support in plugins + a lot of code cosmetics and typo fixes | Walter Purcaro | 2014-10-26 | 1 | -3/+3 |
| | |||||
* | Two space before function declaration | Walter Purcaro | 2014-10-22 | 1 | -0/+24 |
| | |||||
* | Add __license__ key attribute to plugins | Walter Purcaro | 2014-10-08 | 1 | -0/+1 |
| | |||||
* | New __authors__ key replaces __author_name__ and __author_mail__ + ↵ | Walter Purcaro | 2014-10-07 | 1 | -2/+1 |
| | | | | Whitespaces and EOF fixup | ||||
* | Logging string cosmetics | Walter Purcaro | 2014-09-27 | 1 | -3/+3 |
| | |||||
* | Remove trailing whitespaces + remove license headers + import urllib methods ↵ | Walter Purcaro | 2014-08-01 | 1 | -21/+7 |
| | | | | directly + sort and fix key attributes + use save_join instead join + sort some import declarations + other minor code cosmetics | ||||
* | Fix and improve 5060e4c6374a5116d0d8b02528f910f8c5f8bcf9 | Walter Purcaro | 2014-07-20 | 1 | -4/+1 |
| | |||||
* | Prefer single quote for dict key name | Walter Purcaro | 2014-07-15 | 1 | -12/+12 |
| | |||||
* | Fix code indentation, some bad whitespaces and missing authors + use 'not' ↵ | Walter Purcaro | 2014-07-15 | 1 | -2/+1 |
| | | | | instead 'is None' + replace __pattern__'s r" with r' + other minor cosmetics | ||||
* | Removed all @author flags + key attributes cleanup for internal & hooks plugins | Walter Purcaro | 2014-07-15 | 1 | -5/+5 |
| | |||||
* | Remove bad whitespaces | Walter Purcaro | 2014-04-11 | 1 | -1/+1 |
| | | | | Merges vuolter/pyload@e4b2562 | ||||
* | Fix __config__ | Walter Purcaro | 2014-04-11 | 1 | -5/+5 |
| | | | | Merges vuolter/pyload@83ff313 | ||||
* | Fix __description__ | Walter Purcaro | 2014-04-11 | 1 | -1/+1 |
| | | | | Merges vuolter/pyload@74bcc70 | ||||
* | Fix __author_name__ and __author_mail__ | Walter Purcaro | 2014-04-11 | 1 | -2/+2 |
| | | | | Merges vuolter/pyload@6c57a37 | ||||
* | Fixed PEP 8 violations in Hooks | Stefano | 2013-07-24 | 1 | -106/+97 |
| | |||||
* | fixed log api call for several plugins | Walter Purcaro | 2013-07-17 | 1 | -7/+7 |
| | |||||
* | closed #604 | Jeix | 2012-09-13 | 1 | -11/+17 |
| | |||||
* | disabled GUI, fix captcha | RaNaN | 2011-08-08 | 1 | -1/+1 |
| | |||||
* | new DLC plugins, adapted irc interface - needs testing | RaNaN | 2011-07-13 | 1 | -38/+38 |
| | |||||
* | fixes for last commit | RaNaN | 2011-07-13 | 1 | -1/+1 |
| | |||||
* | removed server_methods, please test everything entirely | RaNaN | 2011-07-12 | 1 | -1/+2 |
| | |||||
* | basic event manager | RaNaN | 2011-07-07 | 1 | -2/+2 |
| | |||||
* | fixed positional captchas + availbillity over thrift | RaNaN | 2011-05-31 | 1 | -1/+1 |
| | |||||
* | improved some code style issues | RaNaN | 2011-05-14 | 1 | -18/+16 |
| | |||||
* | captcha input via IRC, XMPP | RaNaN | 2011-02-22 | 1 | -10/+41 |
| | |||||
* | small update for chat interfaces | Jeix | 2010-12-12 | 1 | -7/+14 |
| | |||||
* | Chat interfaces (xmpp/irc): push/pull feature | Jeix | 2010-12-12 | 1 | -0/+24 |
| | |||||
* | closed #170 | Jeix | 2010-10-24 | 1 | -1/+1 |
| | |||||
* | string formating fix | RaNaN | 2010-08-31 | 1 | -1/+1 |
| | |||||
* | locale fixes | RaNaN | 2010-08-27 | 1 | -1/+1 |
| | |||||
* | new dirs | RaNaN | 2010-08-25 | 1 | -0/+364 |
| | |||||
* | merged gui | mkaay | 2010-08-25 | 1 | -364/+0 |
| | |||||
* | some fixes, working irc interface | RaNaN | 2010-08-13 | 1 | -108/+95 |
| | |||||
* | Merge | Jeix | 2010-08-13 | 1 | -3/+3 |
|\ | |||||
| * | XMPP Interface | RaNaN | 2010-08-12 | 1 | -3/+3 |
| | | |||||
* | | irchook-xmlrpc fix | Jeix | 2010-08-13 | 1 | -26/+27 |
|/ | |||||
* | IRCHook fixes: getestet ! :D | Jeix | 2010-08-12 | 1 | -8/+9 |
| | |||||
* | IRC-Hook: respond fix | Jeix | 2010-08-12 | 1 | -4/+7 |
| | |||||
* | IRCHook extended for multiple owners and dynamic configuration | Jeix | 2010-08-12 | 1 | -15/+9 |
| | |||||
* | Share.cx free user support and fixes for IRC Hook | Jeix | 2010-08-12 | 1 | -70/+85 |
| | |||||
* | irc client fixes | RaNaN | 2010-08-11 | 1 | -45/+62 |
| | |||||
* | jeixs irc interface, cleaned some code | RaNaN | 2010-08-11 | 1 | -0/+346 |