aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Merging mainline.Wilmer van der Gaast2010-03-12-378/+383
|\
| * Document the new -x flag in one useful location and make it a bit better atWilmer van der Gaast2010-03-11-5/+6
| | | | | | | | | | | | argument checking to avoid ugly (even though harmless) segfaults. Also skip any md5: prefix that may be present when checking hashes.
| * Fixed an "off-by -1" bug in msn_findheader() that could probably be triggeredWilmer van der Gaast2010-03-10-3/+3
| | | | | | | | | | by incoming messages without headers.
| * Huh, what was that dead code doing there.. :-/Wilmer van der Gaast2010-03-10-73/+0
| |
| * Fixed a compiler warning for an ugliness that fortunately shouldn't haveWilmer van der Gaast2010-03-09-1/+1
| | | | | | | | | | caused any issues except with broken protocol modules.
| * Replaced obsolete (useless for the current .xml files) encode/decode toolsWilmer van der Gaast2010-03-08-71/+69
| | | | | | | | | | | | with a few command-line options to the BitlBee binary. Type "bitlbee -x" for more info.
| * Added ' HTML entity since we're sure getting that one a lot withWilmer van der Gaast2010-03-08-0/+1
| | | | | | | | | | libpurple..
| * Merging in improved away/status message code.Wilmer van der Gaast2010-03-07-199/+253
| |\
| | * Doc update.Wilmer van der Gaast2010-03-07-9/+45
| | |
| | * Changed formatting of Jabber buddy info response.Wilmer van der Gaast2010-03-07-5/+5
| | |
| | * Two more fixes in OSCAR to avoid NULL pointers being passed toWilmer van der Gaast2010-03-07-1/+3
| | | | | | | | | | | | | | | g_strcasecmp().
| | * Added global and per-account settings "away" and "status" so the user canWilmer van der Gaast2010-03-07-22/+68
| | | | | | | | | | | | | | | set these things individually.
| | * Adapted nogaim.c. Pretty nice cleanup of away state alias handling, mostly.Wilmer van der Gaast2010-03-06-45/+40
| | |
| | * Yahoo! fixes. Turns out the protocol really is somewhat odd.Wilmer van der Gaast2010-03-06-5/+6
| | |
| | * Put AWY at the beginning of the list since it's used as a fallback.Wilmer van der Gaast2010-03-06-1/+1
| | |
| | * Fixed up Yahoo! I'll have to do some more thorough testing of this codeWilmer van der Gaast2010-03-06-45/+12
| | | | | | | | | | | | | | | since I may have broken something.
| | * OSCAR cleanup.Wilmer van der Gaast2010-03-06-15/+20
| | |
| | * MSN module updated to deal with the new API. Not many changes since itWilmer van der Gaast2010-03-06-41/+29
| | | | | | | | | | | | | | | | | | doesn't currently support away messages anyway. This is more a bit of a cleanup.
| | * Away with this stupid GAIM_AWAY_CUSTOM constant. Let's see what still uses it.Wilmer van der Gaast2010-03-06-3/+2
| | |
| | * The Jabber part of the change. Also made representation of not-away a bitWilmer van der Gaast2010-03-06-17/+22
| | | | | | | | | | | | | | | more consistent. Except for free-for-chat, which is nuts anyway.
| | * Preparing for per-account status/away messages. Convert some #defines inWilmer van der Gaast2010-03-06-3/+13
| |/ | | | | | | | | account.h to an enum while I'm at it.
| * Also disable Yahoo! module if SSL support is missing since it also fullyWilmer van der Gaast2010-02-17-3/+3
| | | | | | | | | | depends on working SSL support.
| * A few fixes for bugs that caused coredumps on testing.bitlbee.org (orWilmer van der Gaast2009-12-17-11/+30
| | | | | | | | | | caught my attention in new compiler warnings).
| * Committing some >1y old change. This seems to fix a small leak in the MSNWilmer van der Gaast2009-12-07-15/+20
| | | | | | | | | | mail notification handler.
* | Restoring some logic that seemed broken but was important with handlingWilmer van der Gaast2009-11-19-1/+6
| | | | | | | | | | | | of chatrooms (and likely more things). The restored version is somewhat less confusing.
* | Fixed a facepalm kind of NULL pointer dereference bug.Wilmer van der Gaast2009-11-19-4/+5
| |
* | resource_select now defaults to activity instead of priority. Also, addingWilmer van der Gaast2009-11-19-48/+54
|/ | | | | | | | | a activity_timeout setting. Now, messages to someone who hasn't spoken for a while will be sent to his/her bare JID, usually resulting in a broadcast. This should fix issues with messages sometimes arriving on someone's Crackberry/Android/etc instead of some place s/he's paying attention to. Last, the activity timer is only reset on incoming messages.
* Proper detection of a usable libresolv.so or libresolv.a. glibc 2.9 andWilmer van der Gaast2009-11-12-8/+41
| | | | | | later are no longer retarded and support SRV record lookups without having to link against a static library.
* "chat add", not chat_addWilmer van der Gaast2009-10-24-1/+1
|
* Shuffling a few more #includes. Much more shuffling will be needed.Wilmer van der Gaast2009-10-23-4/+8
|
* Don't include chat.h from bitlbee.h. make install-dev doesn't installWilmer van der Gaast2009-10-22-1/+11
| | | | | | chat.h and it shouldn't ... but things broke because bitlbee.h includes it. Fixes #534.
* Hah. Forgot to update the version number in bitlbee.h. I really haven't done1.2.4Wilmer van der Gaast2009-10-17-1/+1
| | | | | this for a while.
* I call you BitlBee 1.2.4. I hope. :-)Wilmer van der Gaast2009-10-17-0/+17
|
* If you can't find what you expect in an IQ packet, it doesn't mean it'sWilmer van der Gaast2009-10-17-2/+3
| | | | | | incorrect, so stop spamming. Ideally it should return a feature-not- implemented but I'll do that later.
* Document password-protected rooms.Wilmer van der Gaast2009-10-17-0/+4
|
* Valgrind pointed me at some memory leaks in the Yahoo! codek, including oneWilmer van der Gaast2009-10-17-17/+22
| | | | | that existed for a while already. Fixed.
* Turns out I *did* implement HTTPS auth for Yahoo! myself already, but IWilmer van der Gaast2009-10-13-184/+178
| | | | | | kept it as a patch somewhere in my homedir because I thought I didn't need it. I like this code more so I'll use it instead.
* Setting Yahoo! away states works again.Wilmer van der Gaast2009-10-10-23/+30
|
* Fixed an ugly bug in the write handler that may have caused many weird bugsWilmer van der Gaast2009-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 firstWilmer van der Gaast2009-10-10-41/+167
| | | | | | | | | 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.
* Added imcb_ask_auth() instead of reimplementing authorization requestsWilmer van der Gaast2009-10-10-15/+63
| | | | | in every protocol module.
* Fixed embarassing early free() bug that sat in the WATCH command handlingWilmer van der Gaast2009-10-04-1/+1
| | | | | | for *years*. I guess it took a while for IRC clients to actually use that functionality...
* Fixing a crash bug that causes crashes only with buggy Jabber conferenceWilmer van der Gaast2009-10-04-6/+9
| | | | | | servers, sending a "you left this chat" without first acknowledging you entering it.
* Cleaned up Yahoo! fix: Error handling, and also not crashing when theWilmer van der Gaast2009-10-03-77/+66
| | | | | connection disappears again before authentication finishes.
* Yahoo! can log in again. This code still needs major cleanups, use it onlyWilmer van der Gaast2009-10-03-9/+306
| | | | | if you're very desparate.
* Fixed fd leak in ini.c. How could I miss this one.. :-(Wilmer van der Gaast2009-07-20-2/+6
|
* Fixed another crash bug (this one was triggered by just typing "chat set").Wilmer van der Gaast2009-06-24-0/+2
|
* Fixed crash on setting an unknown setting.Wilmer van der Gaast2009-06-24-1/+1
|
* Fixed compatibility with AIM mobile messages. Should work according toWilmer van der Gaast2009-06-18-1/+12
| | | | | | reports in bug #88 (where this patch comes from) and #bitlbee. Not sure about side effects, one way to find out...
* Fixed a bug that caused crashes when joining certain kinds of Google TalkWilmer van der Gaast2009-06-03-2/+4
| | | | | | | | | chatrooms. Doesn't seem to be Google Talk specific, other than that this is the first time I see empty <x xmlns="http://jabber.org/protocol/muc#user"/> elements that cause this crash. A more proper/efficient fix may be to just move the break outside the inner if.