commit 6ecf38256c9baa909fa7926b51b1733b0182fa0b Author: Alberto Bertogli Date: Tue Oct 30 17:54:28 2007 -0300 Version 3.6. Signed-off-by: Alberto Bertogli commit 28106693f86807693c17498c7648d3f7b4b87a57 Author: Alberto Bertogli Date: Tue Oct 30 18:29:16 2007 -0300 Use hashlib instead of the md5 module when possible. To avoid the deprecation warnings and possible problems in the future, start using hashlib to get the md5 class when possible. Signed-off-by: Alberto Bertogli commit 3d51839577f58e034c6c4346de651da489259945 Author: Alberto Bertogli Date: Tue Oct 30 17:10:24 2007 -0300 Add a .gitignore file. Signed-off-by: Alberto Bertogli commit 42db7e71d1a71956b595daa052f7005a1feb2ba7 Author: Alberto Bertogli Date: Tue Oct 30 17:04:31 2007 -0300 Make some scripts +x. Darcs didn't track permissions, so this wasn't possible in the previous repository. Signed-off-by: Alberto Bertogli commit 16b25aea142647b253a8f7bd3737decf4fe965da Author: Alberto Bertogli Date: Tue Oct 30 17:06:38 2007 -0300 Remove obsolete scripts from utils/. Signed-off-by: Alberto Bertogli commit aa499bb98fbf701fe393c96f3fa8fd1db90ad40d Author: Alberto Bertogli Date: Tue Oct 30 14:29:05 2007 -0300 Change login parameter to work around protocol changes. Apparently, the protocol has changed, and now this parameter needs to be changed in order to log in. Thanks to Pablo Mazzini for the report and fix. Signed-off-by: Alberto Bertogli commit 85bddf7d9db567e2cd640e1231c7284453ae64a4 Author: Alberto Bertogli Date: Sat Apr 28 17:21:50 2007 +0000 Ignore kopete's keepalive messages. commit d48bab7d55cbb218648fe1536ad6d11f1764734b Author: Alberto Bertogli Date: Sat Apr 28 17:11:37 2007 +0000 Fix some typos in the README file. Thanks to dharana@dharana.net for reporting some of them. commit c053861a560d837bce55180d6926eb2305599e3f Author: Alberto Bertogli Date: Wed Nov 9 20:59:14 2005 +0000 Add commands to show the list with realnicks. Based on a patch by Ben Clifford. commit d88c01b96643a273c5be2465e8d742a07252325c Author: Alberto Bertogli Date: Wed Nov 9 20:52:41 2005 +0000 Show your nick if the nick command is called without parameters. This is based on Ben Clifford's patch. commit 5f8afa4efd3a1fde47b96bd5d803188b59da0fe3 Author: Alberto Bertogli Date: Wed Nov 9 20:45:23 2005 +0000 Fix the spelling of "necessarily". commit 8d7feb0873fa46aac5e04d4eebb30ea9d4bb9bd0 Author: Alberto Bertogli Date: Tue May 31 00:53:14 2005 +0000 Remove some unnecesary imports.