| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-02-20 | Wrote a helper class to work with sjcl objects | Guillaume Horel | |
| can encrypt and decrypt sjcl objects | |||
| 2012-02-18 | Implementation of aes-ocb in python and javascript | Guillaume Horel | |
| We can know easily encrypt directories in python, and generate objects in the alias format. | |||
| 2012-02-18 | comestic changes | Guillaume Horel | |
| 2012-01-30 | Some cleaning in gitignore. | Zaran | |
| 2012-01-29 | More sane permissions for the daemon | Guillaume Horel | |
| 2012-01-28 | Hide the register dialog when submitting the keys | Guillaume Horel | |
| 2012-01-28 | Allow to connect by pressing enter | Guillaume Horel | |
| 2012-01-21 | Finally fixed the issue with the disappearing pid | Guillaume Horel | |
| Now the startup script works great | |||
| 2012-01-19 | Almost there... | Guillaume Horel | |
| 2012-01-19 | Load the plugins properly | Guillaume Horel | |
| 2012-01-18 | Updated sjcl and strop to the latest release | Guillaume Horel | |
| Now the bug fixing starts! | |||
| 2012-01-18 | Some random fixes | Guillaume Horel | |
| 2012-01-18 | Added setup.py and big reorg of the source tree | Guillaume Horel | |
| this should fix tickets #10 and #11 | |||
| 2012-01-18 | Preliminary init script | Guillaume Horel | |
| 2012-01-16 | Merge branch 'master' of alias.fr.nf:alias | Guillaume Horel | |
| 2012-01-16 | Fixes to support sleekxmpp 1.0 | Guillaume Horel | |
| 2011-09-21 | Add trac update hook. | Zaran | |
| Called from the post-receive hook | |||
| 2011-09-21 | Improve irc notification to support multiple commits. | Zaran | |
| post-recieve hooks print all the commit lines to standard output which is piped to git-post-commit.py. git-post-commit.py now reads on standard input, one line at a time and prints in the channel. | |||
| 2011-09-21 | Fix a bug in post-recieve | Zaran | |
| Values are passed to the hook's standard input and not to the commandline arguments. The Git doc is unclear on this subject. | |||
| 2011-09-20 | Add trac template. | Zaran | |
| 2011-09-20 | Add post-receive script | Zaran | |
| Depends on irclib (included). The misc directory should be used for files related to project maintenance or for configurations files (e.g. ejabberd.conf) | |||
| 2011-09-20 | Tiny cosmetic change | Zaran | |
| 2011-09-20 | Update sjcl | Zaran | |
| 2011-06-22 | Added script to generate object | Guillaume Horel | |
| Proof of concept almost ready! | |||
| 2011-06-13 | Some significant and much needed design changes enforced by Enguerrand. | Zaran | |
| 2011-06-01 | Fixes to handle alias queries on the server side | Guillaume Horel | |
| should work with code fixed by zaran, just need to build an user directory with the right objects. | |||
| 2011-05-31 | Add a function to request an object to the object component | Zaran | |
| (this wasn't tested cause we need some changes server side) Get the root object of a contact when clicking on it in the roster. Make the 'start chat' link in the tooltips actually work. | |||
| 2011-05-20 | Merge branch 'master' of alias.fr.nf:alias | Guillaume Horel | |
| 2011-05-20 | Rewrote the objects storage engine | Guillaume Horel | |
| objects are stored under each user's directory to make zaran happy. | |||
| 2011-05-20 | Store the extended private key during registration to save later | Zaran | |
| computation time. | |||
| 2011-05-19 | Client-side user registration. | Zaran | |
| Send a registration request on connect: * if the user is already registered, set the rsa key from the information sent by the server component. * if not, display the registration form. The forms contains a link to generate a new rsa public/private key (and encrypt the private with the user's password). | |||
| 2011-05-19 | Remove the salt field from the registration form. | Zaran | |
| The privkey is handled by the sjcl as a JSON structure containing the ciphertext, the salt, etc. so we don't need a separate field for the salt. | |||
| 2011-05-19 | Add and load the librairies for asymmetric encryption. | Zaran | |
| 2011-05-19 | Started to play around with js crypto code | Guillaume Horel | |
| test.js implements the basic functionality (recommand to load it in v8 (d8 test.js --shell) | |||
| 2011-05-18 | Add basic code for displaying received forms from xmpp. | Zaran | |
| 2011-05-18 | Fix a bug in Guillaume's code causing the registration form to be | Zaran | |
| added twice when user was not registered. | |||
| 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 | |
