aboutsummaryrefslogtreecommitdiffstats
path: root/server/server.py
AgeCommit message (Collapse)Author
2011-05-02In-band registration is almost functional.Guillaume Horel
-still need to hook up the data with the backend -and check all the error cases
2011-05-01Use more meaningful file names.Guillaume Horel
suggestion of Thibaut
2011-04-27Preliminary work for in-band registration.Guillaume Horel
2011-04-25Remove some leftover debug code.Guillaume Horel
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-24Plugged the logging facility into the daemon.Guillaume Horel
need more work, think it's broken as it is.
2011-04-23Fixed the background options.Guillaume Horel
basic functionality should work now. Need to figure out how to redirect the logs to a file
2011-04-23Add option to run server in the background.Guillaume Horel
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
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