Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Remove some compatibility macros that referenced nonexistent functions | dequis | 2015-05-05 | -2/+0 |
| | ||||
* | coverity: Fix some (harmless?) use-after-free with g_slist_remove() | dequis | 2015-02-22 | -1/+1 |
| | | | | | | | These were passing a pointer to a variable right after it was g_free()'d They are most likely harmless as g_slist_remove() probably just needs the pointer location, but fixing it anyway. | |||
* | Reindent everything to K&R style with tabs | Indent | 2015-02-20 | -2303/+2600 |
| | | | | | | | 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. | |||
* | Fix compiler warnings on Cygwin and Mac OS X. | Jason Copenhaver | 2015-01-16 | -7/+11 |
| | | | | | | | | * Don't use PIE/PIC on Cygwin/Darwin unless specified as these platforms don't support it. * Cleanup warnings for 'make check' build. * Fix the type issue for getsockopt calls. * Fix enum warnings in Yahoo libs on Mac OS X. | |||
* | 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 | -11/+11 |
| | ||||
* | Use glib functions for base64 decoding/encoding | dequis | 2014-11-24 | -2/+17 |
| | | | | | | | | | | | | This fixes several coverity warnings about 'tainted data index sink' and a fixme about thread safety in the old base64_decode implementation. Had to adapt the code that used base64_encode_real: - oauth.c: different character set order, but it's for the nonce so it doesn't matter - libyahoo2.c: used as part of the auth, changes "+/=" into "._-". Fixed by encoding first the usual way through glib, then replacing. | |||
* | RIP native win32 support (use cygwin instead) | dequis | 2014-09-27 | -6/+0 |
| | | | | It has been broken for a very long time and nobody cared about it. | |||
* | I'm still bored on a long flight. Wrote a script to automatically update | Wilmer van der Gaast | 2013-02-21 | -1/+1 |
| | | | | | | | my copyright mentions since some were getting pretty stale. Left files not touched since before 2012 alone so that this change doesn't touch almost EVERY source file. | |||
* | Cleaning up some more Yahoo! symbols. | Wilmer van der Gaast | 2012-10-20 | -20/+18 |
| | ||||
* | Some more removals. Using ifdefs instead of read deletions in Yahoo! dir to | Wilmer van der Gaast | 2012-10-20 | -1/+17 |
| | | | | | | not make merges too complicated (although upstream really seems dead at this point :-/). | |||
* | Removing some more cruft now that I've (re)discovered ld garbage collection. | Wilmer van der Gaast | 2012-10-20 | -4861/+1 |
| | | | | | Mostly stuff related to obsolete Y!MSG login obfuscation schemes. | |||
* | Allow building position-independent executables. #981, patch from brainsmoke. | Wilmer van der Gaast | 2012-09-15 | -1/+1 |
| | ||||
* | Rename SRCDIR directory to _SRCDIR_. I guess #907 was caused by SRCDIR | Wilmer van der Gaast | 2012-02-11 | -3/+3 |
| | | | | | unexpectedly being set to something already. | |||
* | yahoo: unused-but-set-variables | Miklos Vajna | 2011-12-06 | -42/+19 |
| | ||||
* | Merge mainline stuff. | Wilmer van der Gaast | 2010-08-31 | -0/+22 |
|\ | ||||
| * | Use nifty gcc -MD feature to automatically track .h dependencies of all C | Wilmer van der Gaast | 2010-08-27 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | files, this finally gives proper dependencies, which means the end of getting broken binaries around headerfile changes, etc. Sure, this may not work on obscurux with superawesomeincompatiblecc while autoconf does, but at least BitlBee's configure script still runs in <1s. :-) | |||
| * | Better handling of yahoo add responses: libyahoo2 seems to (IMHO) wrongly | Wilmer van der Gaast | 2010-08-22 | -0/+19 |
| | | | | | | | | | | | | assume that a non-0 status means the contact is on the list already and on-line. This causes ugly "imcb_buddy_status() for unknown handle" msgs. | |||
* | | First step in this merge. Mostly a bzr merge and then a cleanup of conflicts | Wilmer van der Gaast | 2010-08-24 | -0/+1 |
|\ \ | |/ |/| | | | | | and parts I want to/have to redo (because of ui-fix). | |||
| * | merge in bitlbee 1.2.7 | Sven Moritz Hallberg | 2010-06-03 | -0/+9 |
| |\ | ||||
| * \ | merge in bitlbee 1.2.5 | Sven Moritz Hallberg | 2010-06-03 | -239/+191 |
| |\ \ | ||||
| * \ \ | merge in bitlbee 1.2.4 | Sven Moritz Hallberg | 2010-06-03 | -63/+479 |
| |\ \ \ | ||||
| * \ \ \ | pretty blind try at merging in the latest trunk | Sven Moritz Hallberg | 2009-03-12 | -8/+22 |
| |\ \ \ \ | ||||
| * | | | | | commit updates by ashish shukla <wahjava@gmail.com> | Sven Moritz Hallberg | 2009-03-12 | -3/+4 |
| | | | | | | ||||
| * | | | | | merge in latest trunk | Sven Moritz Hallberg | 2008-07-17 | -24/+14 |
| |\ \ \ \ \ | ||||
| * \ \ \ \ \ | merge in upstream changes | Sven Moritz Hallberg | 2008-02-16 | -1/+1 |
| |\ \ \ \ \ \ | ||||
| * | | | | | | | - add support for setting ops/voice according to OTR msgstate | Sven Moritz Hallberg | 2008-02-09 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add 'otr trust' user command - support non-otr messages during keygen - run otr messages through strip_html - interpret <b> and <i> tags in html messages - record max message size in prpl - add 'encrypted' flag to user_t - cosmetics | |||
* | | | | | | | | Pick up away info from Yahoo! too. | Wilmer van der Gaast | 2010-08-21 | -0/+2 |
| | | | | | | | | ||||
* | | | | | | | | OpenSolaris (non-gcc) fixes, patches from Dagobert Michelsen <dam@opencsw.org> | Wilmer van der Gaast | 2010-08-07 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with some changes. | |||
* | | | | | | | | Some fixes for compiler warnings that only show up when compiling with -O2, | Wilmer van der Gaast | 2010-08-05 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and some additions to the Debian package description. | |||
* | | | | | | | | Try another way to silence int-pointer cast warnings in the Yahoo! module. | Wilmer van der Gaast | 2010-08-04 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Wno-pointer-to-int-cast is not supported by gcc3. | |||
* | | | | | | | | Some NULL pointer checks for libyahoo2 - this code's currently crashing | Wilmer van der Gaast | 2010-07-25 | -3/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | because BitlBee ignores file transfers. | |||
* | | | | | | | | Inverting allow_reconnect logic on login failures. Automatic reconnects were | Wilmer van der Gaast | 2010-07-24 | -4/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | getting im.bitlbee.org IP-banned sometimes. This fix keeps it happy for some time already. | |||
* | | | | | | | | Support buddy groups on Yahoo! | Wilmer van der Gaast | 2010-07-24 | -3/+30 |
| | | | | | | | | ||||
* | | | | | | | | New handling of authorization requests. The old one wasn't fully broken | Wilmer van der Gaast | 2010-07-24 | -13/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | actually, but it needed a reconnect to see new contacts. | |||
* | | | | | | | | Merge complete. It still logs in... | Wilmer van der Gaast | 2010-07-24 | -1985/+2170 |
| | | | | | | | | ||||
* | | | | | | | | This should mostly be a no-op, merging *loads* of whitespace changes from | Wilmer van der Gaast | 2010-07-23 | -866/+973 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libyahoo2 so that I can see better what really changed. | |||
* | | | | | | | | Show idle + login time info in /WHOIS (if available). | Wilmer van der Gaast | 2010-06-07 | -3/+1 |
| | | | | | | | | ||||
* | | | | | | | | Merging killerbee stuff, bringing all the bleeding-edge stuff together. | Wilmer van der Gaast | 2010-06-07 | -3/+6 |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | Allow one to run the configure script from a different directory and put all | Wilmer van der Gaast | 2010-05-25 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | build files in there. I need this to properly make Debian package variants (i.e. libpurple and native). | |||
| * | | | | | | | | Mainline merge. (Probably mostly irrelevant for this branch, oh well.) | Wilmer van der Gaast | 2010-05-16 | -0/+9 |
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | | | ||||
| * | | | | | | | | Merging head. Most changes are not so relevant because they're to IM | Wilmer van der Gaast | 2010-03-20 | -2/+6 |
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | modules. | |||
| * | | | | | | | | Merging in head. | Wilmer van der Gaast | 2010-03-14 | -197/+158 |
| |\ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ | Merging in mainline, including improved away/status stuff. | Wilmer van der Gaast | 2010-03-07 | -55/+42 |
| |\ \ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ \ | Merging BitlBee 1.2.4+ | Wilmer van der Gaast | 2009-11-23 | -266/+396 |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | | | ||||
| * | | | | | | | | | | Make purple use BitlBee's event handling API. Since the APIs never really | Wilmer van der Gaast | 2009-10-11 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | diverged too much this is fairly transparent. I did rename and redefine GAIM_INPUT_* variables to really make it work without adding another stupid layer in between. One problem left, the new libpurple input API doesn't care about return values. Fixing that in the next CL. | |||
* | | | | | | | | | | | Merging head. | Wilmer van der Gaast | 2010-06-01 | -0/+5 |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | | | ||||
| * | | | | | | | | | | Add a warning when the user included a domain part in his/her Yahoo! username. | Wilmer van der Gaast | 2010-05-14 | -0/+5 |
| | | | | | | | | | | | ||||
* | | | | | | | | | | | Merging mainline, mostly for chatroom fixes I implemented there. | Wilmer van der Gaast | 2010-05-09 | -0/+4 |
|\| | | | | | | | | | | ||||
| * | | | | | | | | | | Yahoo! seems to echo conference room invitations now, huh? No idea what this | Wilmer van der Gaast | 2010-05-09 | -0/+4 |
| | |_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is but let's ignore them. |