Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Remove yahoo (the old protocol). Use funyahoo++ instead. | dequis | 2016-11-19 | -431/+0 |
| | | | | | | RIP The previous commit already handled the part of telling users. | |||
* | Reindent everything to K&R style with tabs | Indent | 2015-02-20 | -79/+104 |
| | | | | | | | 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 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 | |||
* | Fix incorrect Free Software Foundation address | Matej Cepl | 2015-01-16 | -1/+1 |
| | ||||
* | RIP native win32 support (use cygwin instead) | dequis | 2014-09-27 | -2/+0 |
| | | | | It has been broken for a very long time and nobody cared about it. | |||
* | Cleaning up some more Yahoo! symbols. | Wilmer van der Gaast | 2012-10-20 | -0/+4 |
| | ||||
* | Merge complete. It still logs in... | Wilmer van der Gaast | 2010-07-24 | -182/+155 |
| | ||||
* | Remove unnecessary Windows-specific code. | Jelmer Vernooij | 2006-05-26 | -2/+0 |
| | ||||
* | Got rid of the config.h includes in IM-code. Now that HAVE_CONFIG_H is | Wilmer van der Gaast | 2005-11-30 | -4/+0 |
| | | | | | defined, they started to cause problems. | |||
* | Initial repository (0.99 release tree)0.99 | Wilmer van der Gaast | 2005-11-06 | -0/+437 |