aboutsummaryrefslogtreecommitdiffstats
path: root/object.py
AgeCommit message (Collapse)Author
2010-12-01Correct small typo (fomat->format)Thibaut Horel
2010-12-01More pep8 cleanups and fixed object.pyGuillaume Horel
2010-11-29Some pep8ificationGuillaume Horel
2010-11-20Add config file feature.Thibaut Horel
New -c switch to specify a config file on the command line. See config.ini.sample for an example of a config file. The configuration options can then be shared across modules : just import config module.
2010-11-17Example of alias query handling.Thibaut Horel
The request must be of the form : <iq to='xxx@object.alias.fr.nf'> <query xmlns='alias:query' type='items'/> </iq> where xxx is the base64 encoding of the buddy's jabber id whom profile you are requesting. Also tried to make some files more pep8 compliant (coding style)
2010-11-10Ident bug in objectThibaut Horel
2010-11-08Beginning of an ObjectHandler class to handle objects at user level (will be ↵Thibaut Horel
use with xmpp interaction)
2010-10-26Add static method to get method by hashThibaut Horel
2010-10-26Fix a bug in Object.setPermission (newlines were added when changing the ↵Thibaut Horel
permissions)
2010-10-26Small bug in Object.getPermissionThibaut Horel
2010-10-25Permission get and set in Object classThibaut Horel
2010-10-23Make object attributes a dictionnary to avoid conflicts with class attributesThibaut Horel
2010-10-23Append childThibaut Horel
2010-10-22CommentThibaut Horel
2010-10-22Some modifications on object classThibaut Horel
2010-10-18Start of the Object class.Thibaut Horel
Basic save and restore system.
2010-07-30Project creation.Thibaut Horel