Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merging stuff from mainline (1.2.6). | Wilmer van der Gaast | 2010-04-24 | -18/+59 |
|\ | ||||
| * | Merge msn-keepalive, a nice hack (not yet documented) which sends keepalives | Wilmer van der Gaast | 2010-04-16 | -2/+8 |
| |\ | | | | | | | | | | | | | | | | to switchboards with offline contacts. This is meant as a work-around for the current lack of support for offline messaging. | |||
| | * | Be more clever with keepalives; detect when a switchboard is opened with | Wilmer van der Gaast | 2010-04-10 | -15/+2 |
| | | | | | | | | | | | | | | | | | | someone who's offline already. Still a hack but it eases the pain a little bit. | |||
| | * | First stab at MSN keepalives. | Wilmer van der Gaast | 2010-04-10 | -2/+21 |
| | | | | | | | | | | | | | | | Only kicks in if the user goes offline during a conversation. | |||
| * | | Check MSN display names given by the server for UTF-8-correctness before | Wilmer van der Gaast | 2010-04-07 | -2/+10 |
| | | | | | | | | | | | | | | | using them since invalid XML ending up in user configs can get very ugly. | |||
| * | | Added local_display_name setting for MSN accounts and some hopefully clever | Wilmer van der Gaast | 2010-03-29 | -16/+43 |
| |/ | | | | | | | | | | | enough handling for it. Should solve problems with MSN servers forgetting/ overriding display names set by the user. | |||
* | | Merging in head. | Wilmer van der Gaast | 2010-03-14 | -9/+16 |
|\| | ||||
| * | Fix for bug #536: No longer fail on corrupted USR responses with certain | Wilmer van der Gaast | 2010-03-14 | -9/+16 |
| | | | | | | | | | | Unicode characters in the friendly name. | |||
* | | Merging in mainline, including improved away/status stuff. | Wilmer van der Gaast | 2010-03-07 | -21/+28 |
|\| | ||||
| * | MSN module updated to deal with the new API. Not many changes since it | Wilmer van der Gaast | 2010-03-06 | -6/+8 |
| | | | | | | | | | | | | doesn't currently support away messages anyway. This is more a bit of a cleanup. | |||
| * | Committing some >1y old change. This seems to fix a small leak in the MSN | Wilmer van der Gaast | 2009-12-07 | -15/+20 |
| | | | | | | | | | | mail notification handler. | |||
* | | Make purple use BitlBee's event handling API. Since the APIs never really | Wilmer van der Gaast | 2009-10-11 | -1/+1 |
|/ | | | | | | | | | | diverged too much this is fairly transparent. I did rename and redefine GAIM_INPUT_* variables to really make it work without adding another stupid layer in between. One problem left, the new libpurple input API doesn't care about return values. Fixing that in the next CL. | |||
* | Microsoft, I hate you. | Wilmer van der Gaast | 2008-08-02 | -13/+17 |
| | ||||
* | Reverting to the old MSN/Passport authentication mechanism, the new one | Wilmer van der Gaast | 2008-07-31 | -17/+13 |
| | | | | | is "broken". (Bug #439) | |||
* | Fixed two memory leaks in the MSN module. | Wilmer van der Gaast | 2008-06-29 | -3/+20 |
| | ||||
* | Now checking if msn_sb_create() returns NULL. This is very unlikely, but | Wilmer van der Gaast | 2008-04-21 | -3/+21 |
| | | | | | can happen if we run out of file descriptors, for example. | |||
* | Replaced old MSN Passport (v1.4) authentication code with what's described on | Wilmer van der Gaast | 2008-02-17 | -13/+17 |
| | | | | | | | | http://msnpiki.msnfanatic.com/index.php/MSNP13:SOAPTweener . This was an attempt to fix bug #360, but it didn't. However, this change may make BitlBee a little bit more future-proof. Plus, the code is tidier and sometimes faster than the old mechanism. | |||
* | Disabling "Unknown command" warnings since they're very noisy and pretty | Wilmer van der Gaast | 2008-02-03 | -1/+1 |
| | | | | | pointless. | |||
* | Added "mail_notifications" setting. Who needs those notifications anyway? | Wilmer van der Gaast | 2008-01-05 | -2/+2 |
| | | | | | Closes: #338. | |||
* | More API changes: buddy list management. imcb_add_buddy() is now a *real* | Wilmer van der Gaast | 2007-04-18 | -9/+17 |
| | | | | | | | | | 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. | |||
* | Split serv_got_update() into imcb_buddy_(status|times). (Well, the second | Wilmer van der Gaast | 2007-04-15 | -3/+5 |
| | | | | | | | 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 | -35/+35 |
| | | | | | | 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 | -30/+32 |
| | | | | | it's in acc too. wants_to_die is now an argument to imc_logout(). | |||
* | Now that all these functions take format strings, I have to make sure I | Wilmer van der Gaast | 2007-04-05 | -8/+2 |
| | | | | | use that and don't introduce vulnerabilities. :-) | |||
* | More cleanups, mainly in the callbacks. Replaced things like | Wilmer van der Gaast | 2007-04-05 | -61/+60 |
| | | | | | | | | 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 | -112/+112 |
| | | | | | | will come tomorrow. It compiles, I'll leave the real testing up to someone else. ;-) | |||
* | Added display_name setting for MSN connections. (Should replace the nick | Wilmer van der Gaast | 2006-07-03 | -0/+16 |
| | | | | | command later.) | |||
* | Merging from main/jelmer. | Wilmer van der Gaast | 2006-05-29 | -1/+8 |
|\ | ||||
| * | Added error_string variable to Passport client. | Wilmer van der Gaast | 2006-05-27 | -1/+8 |
| | | ||||
* | | Moved everything to the BitlBee event handling API. | Wilmer van der Gaast | 2006-05-10 | -7/+13 |
|/ | ||||
* | ns.c now passess the first group a buddy is in. | Wilmer van der Gaast | 2006-03-21 | -1/+7 |
| | ||||
* | Basic handling of LSG responses. | Wilmer van der Gaast | 2006-03-21 | -25/+18 |
| | ||||
* | Cleaned up some warnings in MSN module that appeared because of the const ↵ | Wilmer van der Gaast | 2006-01-04 | -3/+3 |
| | | | | change. | |||
* | Passport authentication works now. | Wilmer van der Gaast | 2005-12-17 | -1/+1 |
| | ||||
* | Initial repository (0.99 release tree)0.99 | Wilmer van der Gaast | 2005-11-06 | -0/+661 |