aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/msn/ns.c
Commit message (Collapse)AuthorAgeLines
...
* Added "mail_notifications" setting. Who needs those notifications anyway?Wilmer van der Gaast2008-01-05-2/+2
| | | | | Closes: #338.
* More API changes: buddy list management. imcb_add_buddy() is now a *real*Wilmer van der Gaast2007-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 secondWilmer van der Gaast2007-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 aWilmer van der Gaast2007-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 sinceWilmer van der Gaast2007-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 IWilmer van der Gaast2007-04-05-8/+2
| | | | | use that and don't introduce vulnerabilities. :-)
* More cleanups, mainly in the callbacks. Replaced things likeWilmer van der Gaast2007-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 restWilmer van der Gaast2007-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 nickWilmer van der Gaast2006-07-03-0/+16
| | | | | command later.)
* Merging from main/jelmer.Wilmer van der Gaast2006-05-29-1/+8
|\
| * Added error_string variable to Passport client.Wilmer van der Gaast2006-05-27-1/+8
| |
* | Moved everything to the BitlBee event handling API.Wilmer van der Gaast2006-05-10-7/+13
|/
* ns.c now passess the first group a buddy is in.Wilmer van der Gaast2006-03-21-1/+7
|
* Basic handling of LSG responses.Wilmer van der Gaast2006-03-21-25/+18
|
* Cleaned up some warnings in MSN module that appeared because of the const ↵Wilmer van der Gaast2006-01-04-3/+3
| | | | change.
* Passport authentication works now.Wilmer van der Gaast2005-12-17-1/+1
|
* Initial repository (0.99 release tree)0.99Wilmer van der Gaast2005-11-06-0/+661