| Age | Commit message (Collapse) | Author |
|
this should fix tickets #10 and #11
|
|
|
|
|
|
|
|
Called from the post-receive hook
|
|
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.
|
|
Values are passed to the hook's standard input and not
to the commandline arguments. The Git doc is unclear on
this subject.
|
|
|
|
Depends on irclib (included).
The misc directory should be used for files related to project
maintenance or for configurations files (e.g. ejabberd.conf)
|
|
|
|
|
|
Proof of concept almost ready!
|
|
|
|
should work with code fixed by zaran,
just need to build an user directory with
the right objects.
|
|
(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.
|
|
|
|
objects are stored under each user's directory to make zaran happy.
|
|
computation time.
|
|
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).
|
|
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.
|
|
|
|
test.js implements the basic functionality
(recommand to load it in v8 (d8 test.js --shell)
|
|
|
|
added twice when user was not registered.
|
|
F#
|
|
|
|
|
|
|
|
Test dialog when clicking register link.
|
|
(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
|
|
- 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
|
|
this fixes #7
|
|
|
|
- registration info saved on the hard drive
- doesn't return registration info for
an already registered user
|
|
|
|
-still need to hook up the data with the backend
-and check all the error cases
|
|
suggestion of Thibaut
|
|
|
|
|
|
|
|
- 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.
|
|
- alias logs should be properly redirected
- needs to redirect sleekxmpp somewhere
|
|
need more work, think it's broken as it is.
|
|
basic functionality should work now. Need to figure out
how to redirect the logs to a file
|
|
|
|
|
|
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
|
|
* add a simple jQuery tab plugin
* add tabs styling in the CSS
* some code factorisation
* code formatting in the js and the css
|
|
|
|
- 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
|