aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/oscar/service.c
Commit message (Collapse)AuthorAgeLines
* More consistency in error/warning errors. Until now "WARNING:" was usuallyWilmer van der Gaast2008-01-06-1/+1
| | | | | in upper case while "Error:" wasn't .... that doesn't really make sense.
* s/imc/imcb/ for callback functions. Moved things aroundin nogaim.h aWilmer van der Gaast2007-04-15-2/+2
| | | | | | little bit, grouping things by category instead of original Gaim 0.58 filename.
* More cleanups, mainly in the callbacks. Replaced things likeWilmer van der Gaast2007-04-05-2/+2
| | | | | | | | 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-2/+2
| | | | | | will come tomorrow. It compiles, I'll leave the real testing up to someone else. ;-)
* Added a per-account web_aware setting for ICQ connections.Wilmer van der Gaast2006-08-04-0/+4
|
* Fixed various memory leaks/other possible problems after code review.Wilmer van der Gaast2006-05-15-1/+2
|
* Added/Fixed calls to show_got_added() in all IM-modules, now to fill in thatWilmer van der Gaast2006-04-03-1/+1
| | | | | call. (It should ask the user if he/she wants to add a buddy to his/her list.)
* Removed a bogus printf from the OSCAR code, grrrr.Wilmer van der Gaast2006-01-23-2/+0
|
* Initial repository (0.99 release tree)0.99Wilmer van der Gaast2005-11-06-0/+946