commit bf96c1f821c433faca069024bcf28183dbc76663 Author: Alberto Bertogli Date: Sun Nov 1 12:54:40 2009 -0300 Version 3.7 Signed-off-by: Alberto Bertogli commit 9f5060d7c92696e321e384e963dc406d7300060b Author: Alberto Bertogli Date: Sun Oct 25 13:48:33 2009 -0300 Miscelaneous documentation updates This patch updates the docs, and also removes some obsolete documents. The most significant change is the update of my email address and the website URL. Signed-off-by: Alberto Bertogli commit c3d85a89753aa62973d6fb4a77b4f5f7d4263820 Author: Alberto Bertogli Date: Sun Oct 25 13:21:07 2009 -0300 Support the NOT message (notice notification) The NOT message is sent by the server to give us a notice. It is usually associated with MSN Calendar and MSN Alerts, according to http://www.hypothetic.org/docs/msn/notification/miscellaneous.php. Without this patch, the communication with the server gets stucked waiting for us to read the payload. Thanks to Yevgen Goncharuk (jen140) for helping to find this problem and testing the patch. Signed-off-by: Alberto Bertogli commit 007576b8dc4a2a40771225e0ee2e9c4adf63974d Author: Alberto Bertogli Date: Sun Oct 25 13:29:19 2009 -0300 Remove obsolete changelog Using git has made doc/Changelog obsolete, and there are also automatically generated changelogs for each release in the website. There is no point in keeping this file inside the tree, so remove it. Signed-off-by: Alberto Bertogli commit bd6fde8e58a51c9613cfc45b767f81427cbe3bbd Author: Alberto Bertogli Date: Thu Feb 12 19:51:28 2009 -0200 Add a simple, scriptable MSN bot This bot is a new bot, much more complete than msnbot, that handles internal logins and supports plugins (at the moment, compatible with the gtalkbot ones). It's also a good example on how to use the library. commit 34b679ea393a3b77c03f8259486ba1527c2db530 Author: Alberto Bertogli Date: Sat Dec 13 20:19:55 2008 -0200 Fix hash concatenation in passport_auth() Pablo Mazzini (pmazzini@gmail.com) reported that the hash string contained some repeated fields (kpp, ct, etc.), and the way the concatenation was performed leaved the string "tpf=ct=..." which is undesirable. To be cautious, this patch does not remove the redundant fields, but fixes the broken concatenation. Thanks to Pablo Mazzini for the bug report and preliminary patch. Signed-off-by: Alberto Bertogli commit b029f327e4ed0623be40be81c11bdc383151b8ad Author: Alberto Bertogli Date: Fri Jun 20 21:03:38 2008 -0300 Remove useless sleep() from msnbot's main loop Because the select() blocks until a fd is available, there is no need for the time.sleep(). I think it's just a leftover from older code, wrongly copied. Also, remove the unneeded timeout select() parameter, and fix some crappy whitespace. Signed-off-by: Alberto Bertogli