aboutsummaryrefslogtreecommitdiffstats
path: root/server/plugin.py
AgeCommit message (Collapse)Author
2011-04-25Final cleanup of the logging systemGuillaume Horel
- set up a root logger, which is going to catch all the other logger instances set up by other modules (sleekxmpp for instance) - by default, if not in background mode, everything gets logged to the console.
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-11Preliminary support of a user private key.Guillaume Horel
2011-01-29Retrieve both the key and perm at the same time for performance reason.Zaran
Also make the key a subitem (instead of an attribute) of the result stanza.
2011-01-21Added key management to the component serverGuillaume Horel
2011-01-20Add content request to alias plugin (to get the content of a given node)Thibaut Horel
Catch the permission errors in the plugin and send an error reply
2011-01-20Simplification of the object module : now use only one class (maybe add some ↵Zaran
function back later) Requesting the child items now works Add a zip example of objects for testing
2011-01-19Some more fixes to the component serverGuillaume Horel
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