Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | This seems to fix the Yahoo! logoff code. I have no idea why this was broken | Wilmer van der Gaast | 2008-06-14 | -11/+4 |
| | | | | | | | (on purpose) in libyahoo2, but this fix seems to work and at least Valgrind is still happy. And I actually see myself log off now, and the fd is actually cleaned up properly. | |||
* | query.h now defines a callback function type, not using void* for it anymore. | Wilmer van der Gaast | 2008-04-05 | -2/+6 |
| | | | | | | Got rid of the bogus window handler pointer as the first argument to the callback. | |||
* | 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. | |||
* | Inviting someone to a Yahoo! chatroom with msg=NULL is bad. I wonder if | Wilmer van der Gaast | 2008-03-15 | -1/+1 |
| | | | | | /invite ever worked in the Yahoo! module... | |||
* | 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>. | |||
* | Merge from Jelmer. | Wilmer van der Gaast | 2008-02-16 | -1/+1 |
|\ | ||||
| * | Fix lcov dependencies. | Jelmer Vernooij | 2008-02-16 | -1/+1 |
| | | ||||
* | | Apparently ext_yahoo_got_im can be called with msg=NULL, so it should be | Wilmer van der Gaast | 2008-01-17 | -3/+7 |
|/ | | | | | handled. Let's just ignore those packets. | |||
* | Added "mail_notifications" setting. Who needs those notifications anyway? | Wilmer van der Gaast | 2008-01-05 | -1/+9 |
| | | | | | Closes: #338. | |||
* | Added /invite support for Jabber chatrooms (and fixed the argument order | Wilmer van der Gaast | 2007-12-09 | -1/+1 |
| | | | | | to chat_invite). | |||
* | 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 ;-)). | |||
* | Merging from devel. Added documentation for the join_chat command, adding | Wilmer van der Gaast | 2007-07-06 | -0/+1 |
|\ | | | | | | | | | a debian/ tree and a merge from Jelmer (mainly unittest stuff). | |||
| * | Merge from Jelmer (mainly unit testing things). | Wilmer van der Gaast | 2007-07-01 | -0/+1 |
| |\ | ||||
| | * | Add lcov target | Jelmer Vernooij | 2007-01-22 | -0/+1 |
| | | | ||||
* | | | Read-only support for Jabber conferences (non-anonymous rooms only). | Wilmer van der Gaast | 2007-04-22 | -7/+7 |
|/ / | | | | | | | | | Just don't use this, you're really not going to like it. :-) | |||
* | | Consistency; Using OPT_T(YP|HINK)ING for outgoing typing notfication crap | Wilmer van der Gaast | 2007-04-20 | -1/+1 |
| | | | | | | | | | | too. | |||
* | | Renamed some more prpl functions. | Wilmer van der Gaast | 2007-04-20 | -4/+4 |
| | | ||||
* | | Renamed/slightly changed syntax of groupchat callback functions. | Wilmer van der Gaast | 2007-04-19 | -11/+11 |
| | | ||||
* | | More API changes: buddy list management. imcb_add_buddy() is now a *real* | Wilmer van der Gaast | 2007-04-18 | -7/+19 |
| | | | | | | | | | | | | | | | | | | 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. | |||
* | | API cleanup pretty much complete. Fixed pretty much everything except the | Wilmer van der Gaast | 2007-04-16 | -9/+6 |
| | | | | | | | | | | buddy/groupchat related functions. | |||
* | | Hopefully improved Yahoo! "markup" stripping. | Wilmer van der Gaast | 2007-04-16 | -6/+12 |
| | | ||||
* | | Updating the Yahoo! module. This seems to fix handling of incoming away | Wilmer van der Gaast | 2007-04-15 | -242/+696 |
| | | | | | | | | | | | | 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. | |||
* | | Split serv_got_update() into imcb_buddy_(status|times). (Well, the second | Wilmer van der Gaast | 2007-04-15 | -43/+58 |
| | | | | | | | | | | | | | | one isn't implemented yet, but I'll do that later.) At last I got rid of the hack called get_status_string(). And now Yahoo seems to mess up away messages... | |||
* | | s/imc/imcb/ for callback functions. Moved things aroundin nogaim.h a | Wilmer van der Gaast | 2007-04-15 | -14/+14 |
| | | | | | | | | | | | | little bit, grouping things by category instead of original Gaim 0.58 filename. | |||
* | | Cleaned up struct im_connection. No more username/password stuff since | Wilmer van der Gaast | 2007-04-15 | -8/+8 |
| | | | | | | | | | | it's in acc too. wants_to_die is now an argument to imc_logout(). | |||
* | | More format string problems. | Wilmer van der Gaast | 2007-04-15 | -16/+2 |
| | | ||||
* | | More cleanups, mainly in the callbacks. Replaced things like | Wilmer van der Gaast | 2007-04-05 | -21/+16 |
| | | | | | | | | | | | | | | | | do_error_dialog() and (set|hide)_login_progress(_error)?() with things that hopefully make more sense. Although it's still not really great... | |||
* | | s/gaim_connection/im_connection/ and some other minor API changes. The rest | Wilmer van der Gaast | 2007-03-30 | -108/+107 |
| | | | | | | | | | | | | will come tomorrow. It compiles, I'll leave the real testing up to someone else. ;-) | |||
* | | Preparing for Jabber conference room support. | Wilmer van der Gaast | 2007-03-27 | -23/+15 |
|/ | ||||
* | [merge] wilmer | Jelmer Vernooij | 2006-12-05 | -37/+18 |
|\ | ||||
| * | Merging from devel. | Wilmer van der Gaast | 2006-10-15 | -6/+8 |
| |\ | ||||
| | * | The Yahoo! module now properly sets away states instead of away messages. | Wilmer van der Gaast | 2006-07-27 | -6/+8 |
| | | | | | | | | | | | | | | | | | | (So other BitlBees can read your Yahoo! away states better and others can see the proper icons again.) | |||
| * | | Implemented per-account nick lists instead of per-protocol nick lists. | Wilmer van der Gaast | 2006-07-03 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nick_t is dead, instead nicks are just saves in a per-account_t GLib hash table. While doing this, the import_buddies command finally died and text_save() disappeared, because the old file format can't handle most of the new features in this branch anyway. Still have to implement support for the new nick lists in text_load()! | |||
| * | | Got rid of struct aim_user (now using account_t everywhere). Needs some more | Wilmer van der Gaast | 2006-07-01 | -4/+4 |
| | | | | | | | | | | | | | | | testing though. | |||
| * | | 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. | |||
* / | Add support for checking test suite coverage using gcov. | Jelmer Vernooij | 2006-07-07 | -0/+3 |
|/ | ||||
* | Merging from main development tree. | Wilmer van der Gaast | 2006-05-19 | -1/+2 |
|\ | ||||
| * | Yahoo module now passes the idle value to serv_got_update(). | Wilmer van der Gaast | 2006-05-16 | -1/+2 |
| | | ||||
* | | Added correct return values for callbacks in yahoo.c. | Wilmer van der Gaast | 2006-05-15 | -6/+4 |
| | | ||||
* | | Moved everything to the BitlBee event handling API. | Wilmer van der Gaast | 2006-05-10 | -9/+9 |
|/ | ||||
* | Removed some unused stuff from nogaim.h, preparing to fix some API issues there. | Wilmer van der Gaast | 2006-03-31 | -6/+1 |
| | ||||
* | Fixed Yahoo! invisible status. (Thanks to a patch someone posted on ↵ | Wilmer van der Gaast | 2006-01-14 | -7/+10 |
| | | | | FreshMeat some time ago.) | |||
* | Got rid of yahoo_list, since GLib has this all already. Couldn't test too ↵ | Wilmer van der Gaast | 2006-01-13 | -284/+22 |
| | | | | well if this breaks anything, but it shouldn't. | |||
* | Converted all tables in yahoo_fn into static consts so BitlBee instances can ↵ | Wilmer van der Gaast | 2006-01-03 | -190/+190 |
| | | | | share them. | |||
* | Removed useless UTF8-related functions (iconv works a lot better). | Wilmer van der Gaast | 2005-12-31 | -50/+0 |
| | ||||
* | Changed filenames of IM modules (jabberr, msnn, etc, didn't really make sense) | Wilmer van der Gaast | 2005-12-17 | -4/+4 |
| | ||||
* | Merge my pluginable branch | Jelmer Vernooij | 2005-12-14 | -12/+6 |
|\ | ||||
| * | Merge from Wilmer | Jelmer Vernooij | 2005-12-04 | -16/+0 |
| |\ | ||||
| * \ | Merge Wilmer | Jelmer Vernooij | 2005-11-19 | -4/+0 |
| |\ \ |