aboutsummaryrefslogtreecommitdiffstats
path: root/server/plugin.py
AgeCommit message (Collapse)Author
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