| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-01-18 | Added setup.py and big reorg of the source tree | Guillaume Horel | |
| this should fix tickets #10 and #11 | |||
| 2012-01-16 | Fixes to support sleekxmpp 1.0 | Guillaume Horel | |
| 2011-06-01 | Fixes to handle alias queries on the server side | Guillaume Horel | |
| should work with code fixed by zaran, just need to build an user directory with the right objects. | |||
| 2011-05-20 | Rewrote the objects storage engine | Guillaume Horel | |
| objects are stored under each user's directory to make zaran happy. | |||
| 2011-05-04 | Registration should be fully functional now. | Guillaume Horel | |
| this fixes #7 | |||
| 2011-05-03 | More fixes for the alias registration. | Guillaume Horel | |
| - registration info saved on the hard drive - doesn't return registration info for an already registered user | |||
| 2011-05-02 | In-band registration is almost functional. | Guillaume Horel | |
| -still need to hook up the data with the backend -and check all the error cases | |||
| 2011-04-27 | Preliminary work for in-band registration. | Guillaume Horel | |
| 2011-04-25 | Final cleanup of the logging system | Guillaume 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-25 | Some further daemon cleanups. | Guillaume Horel | |
| - alias logs should be properly redirected - needs to redirect sleekxmpp somewhere | |||
| 2011-04-13 | Rewrite of the object classes and various fixes | Guillaume 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-11 | Add a placeholder for the get_private_key method. | Guillaume Horel | |
| 2011-01-29 | Retrieve 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-22 | Fix small bug (cannot assign split to None) | Guillaume Horel | |
| 2011-01-21 | Added key management to the component server | Guillaume Horel | |
| 2011-01-20 | Simplification 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-19 | Some more fixes to the component server | Guillaume Horel | |
| 2011-01-18 | A few cleanups to the component server | Guillaume Horel | |
| still lots of work to do | |||
| 2010-12-31 | Cleanup 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 | |||
