Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Remove yahoo (the old protocol). Use funyahoo++ instead. | dequis | 2016-11-19 | -1024/+0 |
| | | | | | | RIP The previous commit already handled the part of telling users. | |||
* | yahoo: call callback on connect error to fix memleak | dequis | 2015-10-21 | -0/+1 |
| | | | | | | Passing NULL as the "fd" and 0 as the error. The callback is yahoo_connected() in libyahoo2.c, and with those parameters all it does is freeing the data parameter. | |||
* | yahoo: Fix handling of proxy connection failures | dequis | 2015-10-21 | -1/+9 |
| | | | | | | | | | | | | | | | Fixes trac ticket 135, https://bugs.bitlbee.org/bitlbee/ticket/135 The ticket mentions 100% cpu usage when failing to connect to a socks proxy. It also provides a patch that just checks source == -1 and disconnects cleanly instead of trying to continue logging in. This commit is pretty much the same thing, adapted to the API we're currently using, since the original patch was for bitlbee 1.0.1 and it looks like the old api was terrible back then. That ticket was almost 10 years old. The yahoo code didn't change a lot in that time. | |||
* | Rename mail notification related settings for consistency | dequis | 2015-05-28 | -3/+3 |
| | | | | | - GMail notifications stuff is now just 'mail_notifications' - sed -i s/notify_handle/mail_notifications_handle/ | |||
* | imcb_notify_email: change parameters to take a format string | dequis | 2015-05-28 | -10/+4 |
| | | | | | | | Saves some messing with g_strdup_printf for the callers, and flags/sent_at weren't used anyway. Also check if the mail_notifications setting is enabled | |||
* | Gmail notifications support through new imcb_notify_email() API | Artem Savkov | 2015-05-28 | -7/+21 |
| | ||||
* | 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 | -474/+469 |
| | | | | | | | 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 incorrect Free Software Foundation address | Matej Cepl | 2015-01-16 | -1/+1 |
| | ||||
* | 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 | -11/+0 |
| | ||||
* | 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 | -30/+11 |
| |\ \ | ||||
| * \ \ | merge in bitlbee 1.2.4 | Sven Moritz Hallberg | 2010-06-03 | -20/+45 |
| |\ \ \ | ||||
| * \ \ \ | 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/+0 |
| | | | | | | ||||
| * | | | | | merge in latest trunk | Sven Moritz Hallberg | 2008-07-17 | -11/+8 |
| |\ \ \ \ \ | ||||
| * | | | | | | - 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 |
| | | | | | | | ||||
* | | | | | | | 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 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Wno-pointer-to-int-cast is not supported by gcc3. | |||
* | | | | | | | 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 | -12/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | actually, but it needed a reconnect to see new contacts. | |||
* | | | | | | | Merge complete. It still logs in... | Wilmer van der Gaast | 2010-07-24 | -55/+56 |
| | | | | | | | ||||
* | | | | | | | 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 | -2/+2 |
|\ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ | 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 | -1/+1 |
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | modules. | |||
| * | | | | | | | Merging in mainline, including improved away/status stuff. | Wilmer van der Gaast | 2010-03-07 | -30/+11 |
| |\ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ | Merging BitlBee 1.2.4+ | Wilmer van der Gaast | 2009-11-23 | -20/+45 |
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | | | ||||
| * | | | | | | | | 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. | |||
* / | | | | | | Misc. cleanup. Also updated the Yahoo! module to deal with struct groupchat | Wilmer van der Gaast | 2010-05-08 | -11/+9 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | in a GSList so that a default config fully compiles again. | |||
* | | / / / | Really set Yahoo! status messages properly. YMSG, how I hate you. | Wilmer van der Gaast | 2010-03-16 | -1/+1 |
| |_|/ / / |/| | | | | ||||
* | | | | | Yahoo! fixes. Turns out the protocol really is somewhat odd. | Wilmer van der Gaast | 2010-03-06 | -1/+5 |
| | | | | | ||||
* | | | | | Fixed up Yahoo! I'll have to do some more thorough testing of this code | Wilmer van der Gaast | 2010-03-06 | -30/+7 |
| |/ / / |/| | | | | | | | | | | | | | | | since I may have broken something. | |||
* | | | | Valgrind pointed me at some memory leaks in the Yahoo! codek, including one | Wilmer van der Gaast | 2009-10-17 | -14/+17 |
| | | | | | | | | | | | | | | | | | | | | that existed for a while already. Fixed. | |||
* | | | | Fixed an ugly bug in the write handler that may have caused many weird bugs | Wilmer van der Gaast | 2009-10-10 | -3/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | for a while already by only sending one packet even if more of them were generated during an event cycle. | |||
* | | | | More Yahoo! fixes: Adding and removing buddies works, and for the first | Wilmer van der Gaast | 2009-10-10 | -3/+27 |
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | time buddy add requests are actually handled; from what I can see this simply didn't exist in libyahoo2 yet so far. :-( I melded pieces of changes from http://geny.sf.net/ to make this stuff work. | |||
* | | | Fixed ic->away leaking memory. This var is only used by OSCAR and should | Wilmer van der Gaast | 2008-12-14 | -6/+7 |
| | | | | | | | | | | | | | | | | | | maybe be killed. Also fixed some completely broken indentation in those functions. | |||
* | | | Fixed one crash bug in Yahoo! chatroom invitation handling. | Wilmer van der Gaast | 2008-09-28 | -2/+15 |
| | | | ||||
* | | | ext_yahoo_error() shouldn't close the connection if the error is fatal, | Wilmer van der Gaast | 2008-07-29 | -3/+0 |
| |/ |/| | | | | | | | the caller will do it already. | |||
* | | Never use yahoo_close() directly, always use yahoo_logoff(). | Wilmer van der Gaast | 2008-06-24 | -4/+1 |
| | | ||||
* | | This seems to fix the Yahoo! logoff code. I have no idea why this was broken | Wilmer van der Gaast | 2008-06-14 | -4/+0 |
| | | | | | | | | | | | | | | (on purpose) in libyahoo2, but this fix seems to work and at least Valgrind is still happy. And I actually see myself log off now, and the fd is actually cleaned up properly. | |||
* | | query.h now defines a callback function type, not using void* for it anymore. | Wilmer van der Gaast | 2008-04-05 | -2/+6 |
| | | | | | | | | | | | | Got rid of the bogus window handler pointer as the first argument to the callback. |