Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Although I have no idea what the author meant with code like | Wilmer van der Gaast | 2008-03-15 | -1/+1 |
| | | | | | | | `if(cp != "\005")', I'm sure he feels homesick to QuickBasic. Since BitlBee doesn't use this function anyway, it doesn't really matter if my fix works. As long as it keeps the compiler quiet. | |||
* | Indicate that we support YMSG protocol version 12, this should hopefully | Wilmer van der Gaast | 2008-03-15 | -1/+1 |
| | | | | | keep BitlBee working after 2008-04-02 <http://messenger.yahoo.com/eol>. | |||
* | Replaced GPL-incompatible SHA1 hashing code (and renamed the files in case | Wilmer van der Gaast | 2007-11-23 | -22/+22 |
| | | | | | I ever need SHA256 ;-)). | |||
* | More API changes: buddy list management. imcb_add_buddy() is now a *real* | Wilmer van der Gaast | 2007-04-18 | -6/+13 |
| | | | | | | | | | callback, it's only called from inside IM-modules. This makes sure a buddy only gets added to the BitlBee structures if the add was successful. This gets rid of the weirdness described in #55. Unfortunately for now this change breaks A) automatic renaming of ICQ contacts (if there are names stored in the contact list) B) add -tmp. | |||
* | Updating the Yahoo! module. This seems to fix handling of incoming away | Wilmer van der Gaast | 2007-04-15 | -65/+506 |
| | | | | | | states/messages, should fix some issues with group chats, and unfortunately also adds some crap which I don't want to clean up for now. | |||
* | Moved Base64-related functions to a separate file and added decode funtions. | Wilmer van der Gaast | 2006-06-25 | -1/+3 |
| | ||||
* | Added saner base64 encoding function (actually, moved the one from libyahoo2.c | Wilmer van der Gaast | 2006-06-23 | -26/+2 |
| | | | | | to core, with some changes), which I need for the XML format password garbling. | |||
* | Got rid of the config.h includes in IM-code. Now that HAVE_CONFIG_H is | Wilmer van der Gaast | 2005-11-30 | -4/+0 |
| | | | | | defined, they started to cause problems. | |||
* | Initial repository (0.99 release tree)0.99 | Wilmer van der Gaast | 2005-11-06 | -0/+4591 |