summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/XMPPInterface.py
Commit message (Collapse)AuthorAgeFilesLines
* Spare code cosmeticsGravatar Walter Purcaro 2015-03-101-7/+7
|
* Replace 'except' with 'except Exception'Gravatar Walter Purcaro 2015-01-131-3/+3
|
* Code cosmeticsGravatar Walter Purcaro 2014-11-101-1/+1
|
* Code cosmetics: plugin class attributesGravatar Walter Purcaro 2014-10-281-4/+4
|
* Update __config__Gravatar Walter Purcaro 2014-10-281-2/+1
|
* Spare code cosmeticsGravatar Walter Purcaro 2014-10-271-1/+1
|
* Two space before function declarationGravatar Walter Purcaro 2014-10-221-0/+20
|
* 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/+1
| | | | Whitespaces and EOF fixup
* Logging string cosmeticsGravatar Walter Purcaro 2014-09-271-9/+9
|
* Remove trailing whitespaces + remove license headers + import urllib methods ↵Gravatar Walter Purcaro 2014-08-011-17/+2
| | | | directly + sort and fix key attributes + use save_join instead join + sort some import declarations + other minor code cosmetics
* Prefer single quote for dict key nameGravatar Walter Purcaro 2014-07-151-6/+2
|
* Fix code indentation, some bad whitespaces and missing authors + use 'not' ↵Gravatar Walter Purcaro 2014-07-151-1/+1
| | | | instead 'is None' + replace __pattern__'s r" with r' + other minor cosmetics
* Removed all @author flags + key attributes cleanup for internal & hooks pluginsGravatar Walter Purcaro 2014-07-151-4/+5
|
* Fix __config__Gravatar Walter Purcaro 2014-04-111-4/+4
| | | | Merges vuolter/pyload@83ff313
* Fix __description__Gravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@74bcc70
* Fix __author_name__ and __author_mail__Gravatar Walter Purcaro 2014-04-111-2/+2
| | | | Merges vuolter/pyload@6c57a37
* Fixed some pylint violationsGravatar Stefano 2013-07-251-2/+2
|
* Fixed PEP 8 violations in HooksGravatar Stefano 2013-07-241-13/+13
|
* fixed log api call for several pluginsGravatar Walter Purcaro 2013-07-171-10/+10
|
* basic event managerGravatar RaNaN 2011-07-071-2/+2
|
* closed #345Gravatar RaNaN 2011-06-271-1/+1
|
* tls for xmpp interface, thanks to jimmyok.Gravatar RaNaN 2011-06-041-67/+73
|
* captcha input via IRC, XMPPGravatar RaNaN 2011-02-221-2/+5
|
* closed #223Gravatar RaNaN 2011-01-301-7/+10
|
* xmpp reconnect fixGravatar RaNaN 2010-12-261-1/+6
|
* more xmpp debugGravatar RaNaN 2010-12-261-6/+20
|
* string formating fixGravatar RaNaN 2010-08-311-1/+1
|
* little fixesGravatar RaNaN 2010-08-301-10/+1
|
* locale fixesGravatar RaNaN 2010-08-271-1/+1
|
* new dirsGravatar RaNaN 2010-08-251-0/+229
|
* merged guiGravatar mkaay 2010-08-251-229/+0
|
* XMPP InterfaceGravatar RaNaN 2010-08-121-0/+229