On Fri, 2010-09-24 at 09:33 +0300, Vlad Dragu wrote: > I think we can try the following: > 1. He must work on the code version in the repository > (this is the version that Proppy got working on his and my server)
Yep. > 2. a simple html integration - basically include a js > in a html file that will initialize the chat and have it working > 3. php hooks for authentication - call to a php file > from within the authentication js file. The php will return the result > of the authentication as well as username and the js will set the > necessary cookies so that the user is authenticated in the chat. In > our case, I think php will always return a succesfull authentication. > Even if the user is not loggedin, php will return Guest1234.. so that > the user can chat. > - call to a > php file that will return the list of friends, probably in json format > (but any format will do). > 4. php hooks for bot - the ability for a php script to > send messages to the server > - the ability for the server > to launch a php file once a message is received (this will help with > the wait_for_action(REPLY)). Maybe we can use the groups feature here > (a BOT group and if the message is intended for a user in this group, > the server knows it must send it to php. Yes, thanks! Those are good suggestions imho. If David agrees too on the bounty (maybe $500?), I'll forward this list to him - it's best to let him chose the task I think, it usually works better this way. The main goal for us is to push him to have a more thorough look at the missions specs, so he has HackIt in mind when he develops later on, and make him do something that goes in a direction that is useful to us. Xavier. _______________________________________________ Hackit Bar mailing list - [email protected] Wiki: http://community.hackit.cx/ List: http://community.hackit.cx/ml/ Forum: http://community.hackit.cx/forum/ Ideas: http://community.hackit.cx/ideas/ IRC: irc://irc.freenode.net/#politis
