| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |||
| 2011-01-17 | Add jQuery UI. Change connect system to use a dialog (it's just a | Thibaut Horel | |
| test, of course not definitive design). | |||
| 2011-01-17 | Add field to filter the roster. | Zaran | |
| 2011-01-17 | Add presence management (change contact display in roster on | Zaran | |
| each presence stanza) | |||
| 2011-01-15 | * Add basic stylesheet | Zaran | |
| * Make xmpp console hide/show system * Better roster fetching | |||
| 2011-01-02 | Get the roster when connected. | Thibaut Horel | |
| 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 | |||
| 2010-12-01 | Correct small typo (fomat->format) | Thibaut Horel | |
| 2010-12-01 | More pep8 cleanups and fixed object.py | Guillaume Horel | |
| 2010-11-29 | Some pep8ification | Guillaume Horel | |
| 2010-11-23 | Update to latest version of sleekxmpp | Guillaume Horel | |
| this fixes the bug with service discovery | |||
| 2010-11-23 | Advertise alias in service discovery | Guillaume Horel | |
| 2010-11-21 | Small bugfix in user.py | Guillaume Horel | |
| 2010-11-21 | small pep8 cleanup | Guillaume Horel | |
| 2010-11-20 | Add config file feature. | Thibaut Horel | |
| New -c switch to specify a config file on the command line. See config.ini.sample for an example of a config file. The configuration options can then be shared across modules : just import config module. | |||
| 2010-11-18 | Improve item managment in query replies | Thibaut Horel | |
| 2010-11-17 | Example of alias query handling. | Thibaut Horel | |
| The request must be of the form : <iq to='xxx@object.alias.fr.nf'> <query xmlns='alias:query' type='items'/> </iq> where xxx is the base64 encoding of the buddy's jabber id whom profile you are requesting. Also tried to make some files more pep8 compliant (coding style) | |||
| 2010-11-17 | Make server.py pep8 compliant | Thibaut Horel | |
| 2010-11-16 | Complete rewite of crypto.py | Guillaume Horel | |
| crypto.py now uses keyczar. The examples are now much more representative of the type of encryptions in alias | |||
| 2010-11-16 | Added SshRsaPrivateKey and SshRsaPublickey. | Guillaume Horel | |
| These are two helper classes to create Rsa key objects from ssh keyfiles. | |||
| 2010-11-16 | Further cleanups in ssh_rsa_key_util.py | Guillaume Horel | |
| 2010-11-16 | Merge branch 'master' of alias.fr.nf:alias | Guillaume Horel | |
| 2010-11-16 | Clean up ssh_rsa_key_util.py. | Guillaume Horel | |
| reused some functions from keyczar.util | |||
| 2010-11-15 | Basic alias plugin | Thibaut Horel | |
| 2010-11-15 | Merge branch 'master' of alias.fr.nf:alias | Thibaut Horel | |
| 2010-11-14 | Added ssh_rsa_key_util.py. | Guillaume Horel | |
| Set of utility functions to read and write rsa keys in the openssh format. | |||
| 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-12 | Remove empty file cripto.py | Thibaut Horel | |
| 2010-11-11 | Fix previous commit (pushed empty file). | Guillaume Horel | |
| 2010-11-11 | Preliminary implementation of symmetric encryption. | Guillaume 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-10 | Add basic user class | Thibaut Horel | |
| 2010-11-10 | Ident bug in object | Thibaut Horel | |
| 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 | |
| 2010-11-08 | Add the sleekxmpp library (will be added as a submodule later) | Thibaut Horel | |
| 2010-11-08 | Beginning of an ObjectHandler class to handle objects at user level (will be ↵ | Thibaut Horel | |
| use with xmpp interaction) | |||
| 2010-10-26 | Add static method to get method by hash | Thibaut Horel | |
| 2010-10-26 | Fix a bug in Object.setPermission (newlines were added when changing the ↵ | Thibaut Horel | |
| permissions) | |||
| 2010-10-26 | Small bug in Object.getPermission | Thibaut Horel | |
| 2010-10-25 | Permission get and set in Object class | Thibaut Horel | |
| 2010-10-25 | Simplification of permission system | Thibaut Horel | |
