aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/oscar/auth.c
Commit message (Collapse)AuthorAgeLines
* oscar: remove old_icq_auth (XOR login, default off since 2010)dequis2018-03-30-148/+0
| | | | Holy crap this login method is *bad*
* typofix - https://github.com/vlajos/misspell_fixerVeres Lajos2015-08-07-1/+1
|
* Reindent everything to K&R style with tabsIndent2015-02-20-72/+103
| | | | | | | 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.
* Replace isdigit/isalpha/.../tolower/toupper with glib variantsdequis2015-01-16-1/+1
| | | | | | | | | | | This fixes warnings about passing signed chars to them (apparently they are implemented as macros that do array lookups without checks in some platforms, yay) Specifically: functions=isalnum|isalpha|isdigit|isspace|isxdigit|tolower|toupper sed -ir "s/$functions/g_ascii_&/g" **/*.c
* Disable old-style ICQ authentication. It looks like AOL or whoever is slowlyWilmer van der Gaast2010-06-02-1/+2
| | | | | | taking down support for it. Just to be sure, it can be re-enabled with a setting, I'll remove that after the next release.
* Remove some unused code in oscarJelmer Vernooij2005-11-15-7/+1
|
* Initial repository (0.99 release tree)0.99Wilmer van der Gaast2005-11-06-0/+543