aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/oscar/im.c
Commit message (Collapse)AuthorAgeLines
* typofix - https://github.com/vlajos/misspell_fixerVeres Lajos2015-08-07-8/+8
|
* Reindent everything to K&R style with tabsIndent2015-02-20-310/+378
| | | | | | | Used uncrustify, with the configuration file in ./doc/uncrustify.cfg Commit author set to "Indent <please@skip.me>" so that it's easier to skip while doing git blame.
* Massive cleanup in OSCAR.Wilmer van der Gaast2012-10-20-586/+0
|
* Removing some more cruft now that I've (re)discovered ld garbage collection.Wilmer van der Gaast2012-10-20-61/+0
| | | | | Mostly stuff related to obsolete Y!MSG login obfuscation schemes.
* oscar: unused-but-set-variablesMiklos Vajna2011-12-06-4/+3
|
* Fix typo: recieve -> receiveأحمد المحمودي (Ahmed El-Mahmoudy)2010-10-25-1/+1
|
* s/imc/imcb/ for callback functions. Moved things aroundin nogaim.h aWilmer van der Gaast2007-04-15-4/+4
| | | | | | 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-4/+4
| | | | | | | | 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. ;-)
* Fixed a NULL pointer dereference that showed up on testing.b.o sometimes.Wilmer van der Gaast2006-05-26-1/+1
|
* Merging the Hanji groupchat patchNelson Elhage2005-12-04-0/+26
|
* Remove OFT and rendez-vous support (not used anyway and implemented Jelmer Vernooij2005-11-20-1/+1
| | | | | in a way too complicated way)
* Applied AIM typing notification patch from Hanji.Wilmer van der Gaast2005-11-19-0/+86
|
* Initial repository (0.99 release tree)0.99Wilmer van der Gaast2005-11-06-0/+2029