aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2011-01-17Add jQuery UI. Change connect system to use a dialog (it's just aThibaut Horel
2011-01-17Add field to filter the roster.Zaran
2011-01-17Add presence management (change contact display in roster onZaran
2011-01-15* Add basic stylesheetZaran
2011-01-02Get the roster when connected.Thibaut Horel
2010-12-31Cleanup of repository. Bases of webclient.Thibaut Horel
2010-12-01Correct small typo (fomat->format)Thibaut Horel
2010-12-01More pep8 cleanups and fixed object.pyGuillaume Horel
2010-11-29Some pep8ificationGuillaume Horel
2010-11-23Update to latest version of sleekxmppGuillaume Horel
2010-11-23Advertise alias in service discoveryGuillaume Horel
2010-11-21Small bugfix in user.pyGuillaume Horel
2010-11-21small pep8 cleanupGuillaume Horel
2010-11-20Add config file feature.Thibaut Horel
2010-11-18Improve item managment in query repliesThibaut Horel
2010-11-17Example of alias query handling.Thibaut Horel
2010-11-17Make server.py pep8 compliantThibaut Horel
2010-11-16Complete rewite of crypto.pyGuillaume Horel
2010-11-16Added SshRsaPrivateKey and SshRsaPublickey.Guillaume Horel
2010-11-16Further cleanups in ssh_rsa_key_util.pyGuillaume Horel
2010-11-16Merge branch 'master' of alias.fr.nf:aliasGuillaume Horel
2010-11-16Clean up ssh_rsa_key_util.py.Guillaume Horel
2010-11-15Basic alias pluginThibaut Horel
2010-11-15Merge branch 'master' of alias.fr.nf:aliasThibaut Horel
2010-11-14Added ssh_rsa_key_util.py.Guillaume Horel
2010-11-14Use logging instead of print for info messagesThibaut Horel
2010-11-13Small bug in subscription reply (the subscription acceptation wasn't sent back)Thibaut Horel
2010-11-12Add debug option to server component (-d switch) to log all debug messages.Thibaut Horel
2010-11-12Remove empty file cripto.pyThibaut Horel
2010-11-11Fix previous commit (pushed empty file).Guillaume Horel
2010-11-11Preliminary implementation of symmetric encryption.Guillaume Horel
2010-11-11When the component exits, send unavalaible status to all subscribed usersThibaut Horel
2010-11-10Handle user unsubscriptionThibaut Horel
2010-11-10Make user class a userhandler class (relative to a user root directory)Thibaut Horel
2010-11-10Add basic user classThibaut Horel
2010-11-10Ident bug in objectThibaut Horel
2010-11-09Correct small bug for component presence (due to the sleekxmpp doc being outd...Thibaut Horel
2010-11-09Add presence managmentThibaut Horel
2010-11-09Parse the command line to get component connection parameters.Thibaut Horel
2010-11-08Added basic server componentThibaut Horel
2010-11-08Add the sleekxmpp library (will be added as a submodule later)Thibaut Horel
2010-11-08Beginning of an ObjectHandler class to handle objects at user level (will be ...Thibaut Horel
2010-10-26Add static method to get method by hashThibaut Horel
2010-10-26Fix a bug in Object.setPermission (newlines were added when changing the perm...Thibaut Horel
2010-10-26Small bug in Object.getPermissionThibaut Horel
2010-10-25Permission get and set in Object classThibaut Horel
2010-10-25Simplification of permission systemThibaut Horel
2010-10-23Make object attributes a dictionnary to avoid conflicts with class attributesThibaut Horel
2010-10-23Append childThibaut Horel
2010-10-22CommentThibaut Horel