index
:
alias
angular
master
webclient-rewrite
A distributed personal data manager
gitolite user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server.py
Age
Commit message (
Collapse
)
Author
2010-11-15
Basic alias plugin
Thibaut Horel
2010-11-14
Use logging instead of print for info messages
Thibaut Horel
2010-11-13
Small bug in subscription reply (the subscription acceptation wasn't sent back)
Thibaut Horel
2010-11-12
Add debug option to server component (-d switch) to log all debug messages.
Thibaut Horel
2010-11-11
When the component exits, send unavalaible status to all subscribed users
Thibaut Horel
Keyboard Interrupt (Ctrl-C) now works properly
2010-11-10
Handle user unsubscription
Thibaut Horel
2010-11-10
Make user class a userhandler class (relative to a user root directory)
Thibaut Horel
Add proper user registration to server component
2010-11-09
Correct small bug for component presence (due to the sleekxmpp doc being ↵
Thibaut Horel
outdated) Now you should be able to subscribe to and see the component presence.
2010-11-09
Add presence managment
Thibaut Horel
2010-11-09
Parse the command line to get component connection parameters.
Thibaut Horel
Much better than being hard coded.
2010-11-08
Added basic server component
Thibaut Horel