| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-05-16 | Fix for the non-working code commited by zaran | Guillaume Horel | |
| F# | |||
| 2011-05-16 | Catch exception when handling base64 strings | Guillaume Horel | |
| 2011-05-16 | Fixes in the config parser and various cleanups | Guillaume Horel | |
| 2011-05-14 | On connection get the user alias information and decrypt his private key | Zaran | |
| 2011-05-13 | Simple dialog plugin. | Zaran | |
| Test dialog when clicking register link. | |||
| 2011-05-12 | * Split the js code and css code into several files for easier coding | Zaran | |
| (they will be minified and concatenated in deployment anyway) * Add a light tooltip jquery plugin. Simple tooltip test on roster contacts * Some css changes (WIP) * Some documentation cleanup in js | |||
| 2011-05-04 | Various fixes. | Guillaume Horel | |
| - store the registration object using base64 encoding of the jid instead of hash, so that it's reversible - fix the namespace of the registration form | |||
| 2011-05-04 | Registration should be fully functional now. | Guillaume Horel | |
| this fixes #7 | |||
| 2011-05-03 | Merge branch 'master' of alias.fr.nf:alias | Guillaume Horel | |
| 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-03 | Add a favicon. Fix #1. | Zaran | |
| 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-05-01 | Use more meaningful file names. | Guillaume Horel | |
| suggestion of Thibaut | |||
| 2011-04-27 | Preliminary work for in-band registration. | Guillaume Horel | |
| 2011-04-25 | Remove some leftover debug code. | Guillaume Horel | |
| 2011-04-25 | Update config.ini.sample with the new options. | 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-24 | Plugged the logging facility into the daemon. | Guillaume Horel | |
| need more work, think it's broken as it is. | |||
| 2011-04-23 | Fixed the background options. | Guillaume Horel | |
| basic functionality should work now. Need to figure out how to redirect the logs to a file | |||
| 2011-04-23 | Remove some stray comments from the botched merge. | Guillaume Horel | |
| 2011-04-23 | Add option to run server in the background. | Guillaume Horel | |
| 2011-04-20 | Add a js configuration file to avoid work conflicts. | Zaran | |
| Copy the config.js.sample to config.js and set the bosh server and server component in there. Don't commit the file config.js. Note: the file config.js will have to be merged with alias.js in production | |||
| 2011-04-20 | Remove the jQuery-ui dependency. | Zaran | |
| * add a simple jQuery tab plugin * add tabs styling in the CSS * some code factorisation * code formatting in the js and the css | |||
| 2011-04-14 | File cleanup in webclient | Zaran | |
| 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-12 | Fixed bug: os.mkdirs and os.touch didn't exist | Guillaume Horel | |
| 2011-04-12 | Merge branch 'master' of alias.fr.nf:alias | Thibaut Horel | |
| 2011-04-12 | Test of a new design (test.html) | Zaran | |
| 2011-04-11 | Add a placeholder for the get_private_key method. | Guillaume Horel | |
| 2011-04-11 | Preliminary support of a user private key. | Guillaume Horel | |
| 2011-03-31 | Basic chat feature, crudely stripped down from Moffit's book. | Zaran | |
| 2011-03-29 | First test of the cryptoapplet (in progress). | Guillaume Horel | |
| 2011-03-27 | Basic tab system and design : | Zaran | |
| * clicking on a contact creates a tab containing chat layout | |||
| 2011-03-26 | Use cleaner live event binding for roster contacts (to avoid binding | Zaran | |
| the click event each time a contact is inserted). | |||
| 2011-02-09 | Feeble attempt to try to start to organize the js code | Zaran | |
| 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 | Add the unminified version of sjcl | Guillaume Horel | |
| 2011-01-22 | Import of the Stanford javascript crypto library | Guillaume Horel | |
| 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 | Client : when clicking on a name in the contact list, query the content | Thibaut Horel | |
| of its home node and display it. This is the first complete chain : alias client -> alias component -> alias client | |||
| 2011-01-20 | Add content request to alias plugin (to get the content of a given node) | Thibaut Horel | |
| Catch the permission errors in the plugin and send an error reply | |||
| 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 | |||
