aboutsummaryrefslogtreecommitdiffstats
path: root/server/user.py
AgeCommit message (Collapse)Author
2011-04-25Some further daemon cleanups.Guillaume Horel
- alias logs should be properly redirected - needs to redirect sleekxmpp somewhere
2011-04-13Rewrite of the object classes and various fixesGuillaume Horel
- splitted the Object class into ObjectWriter and ObjectReader - in the UserHandler class, the root object is now automatically created when registering with the component server. - use of os.join.path everywhere to make the code more robust
2011-04-12Fixed bug: os.mkdirs and os.touch didn't existGuillaume Horel
2011-04-11Preliminary support of a user private key.Guillaume Horel
2011-01-18A few cleanups to the component serverGuillaume Horel
still lots of work to do
2010-12-31Cleanup of repository. Bases of webclient.Thibaut Horel
* remove sleekxmpp (install guideline in server/README) * move server code to server directory * webclient directory with basic strophejs example