| Age | Commit message (Collapse) | Author |
|
objects are stored under each user's directory to make zaran happy.
|
|
this fixes #7
|
|
- registration info saved on the hard drive
- doesn't return registration info for
an already registered user
|
|
-still need to hook up the data with the backend
-and check all the error cases
|
|
|
|
- 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.
|
|
- alias logs should be properly redirected
- needs to redirect sleekxmpp somewhere
|
|
- 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
|
|
|
|
Also make the key a subitem (instead of an attribute) of the result stanza.
|
|
|
|
|
|
function back later)
Requesting the child items now works
Add a zip example of objects for testing
|
|
|
|
still lots of work to do
|
|
* remove sleekxmpp (install guideline in server/README)
* move server code to server directory
* webclient directory with basic strophejs example
|