Commit message (Expand) | Author | Age | Lines | |
---|---|---|---|---|
* | coverity: Fix some (harmless?) use-after-free with g_slist_remove() | dequis | 2015-02-22 | -1/+1 |
* | Reindent everything to K&R style with tabs | Indent | 2015-02-20 | -2303/+2600 |
* | Fix compiler warnings on Cygwin and Mac OS X. | Jason Copenhaver | 2015-01-16 | -7/+11 |
* | Replace isdigit/isalpha/.../tolower/toupper with glib variants | dequis | 2015-01-16 | -1/+1 |
* | 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 |
* | RIP native win32 support (use cygwin instead) | dequis | 2014-09-27 | -6/+0 |
* | I'm still bored on a long flight. Wrote a script to automatically update | Wilmer van der Gaast | 2013-02-21 | -1/+1 |
* | 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 |
* | Removing some more cruft now that I've (re)discovered ld garbage collection. | Wilmer van der Gaast | 2012-10-20 | -4861/+1 |
* | 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 |
* | 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 |
| * | Better handling of yahoo add responses: libyahoo2 seems to (IMHO) wrongly | Wilmer van der Gaast | 2010-08-22 | -0/+19 |
* | | First step in this merge. Mostly a bzr merge and then a cleanup of conflicts | Wilmer van der Gaast | 2010-08-24 | -0/+1 |
|\ \ | |/ |/| | ||||
| * | 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 |
* | | | | | | | | 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 |
* | | | | | | | | Some fixes for compiler warnings that only show up when compiling with -O2, | Wilmer van der Gaast | 2010-08-05 | -1/+1 |
* | | | | | | | | Try another way to silence int-pointer cast warnings in the Yahoo! module. | Wilmer van der Gaast | 2010-08-04 | -5/+5 |
* | | | | | | | | Some NULL pointer checks for libyahoo2 - this code's currently crashing | Wilmer van der Gaast | 2010-07-25 | -3/+6 |
* | | | | | | | | Inverting allow_reconnect logic on login failures. Automatic reconnects were | Wilmer van der Gaast | 2010-07-24 | -4/+6 |
* | | | | | | | | 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 |
* | | | | | | | | 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 |
* | | | | | | | | 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 |
| * | | | | | | | | 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 |
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | | | ||||
| * | | | | | | | | 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 |
* | | | | | | | | | | | 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 |
| | |_|_|_|/ / / / / | |/| | | | | | | | | ||||
* / | | | | | | | | | Misc. cleanup. Also updated the Yahoo! module to deal with struct groupchat | Wilmer van der Gaast | 2010-05-08 | -11/+9 |
|/ / / / / / / / / |