Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Replace isdigit/isalpha/.../tolower/toupper with glib variants | dequis | 2015-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 slowly | Wilmer van der Gaast | 2010-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 oscar | Jelmer Vernooij | 2005-11-15 | -7/+1 |
| | ||||
* | Initial repository (0.99 release tree)0.99 | Wilmer van der Gaast | 2005-11-06 | -0/+543 |