aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/oscar
Commit message (Expand)AuthorAgeLines
* Warn the user when his/her AIM/ICQ password seems to be too long. For someWilmer van der Gaast2010-08-30-0/+8
* Use nifty gcc -MD feature to automatically track .h dependencies of all CWilmer van der Gaast2010-08-27-0/+3
* Pass "user is mobile" info coming from OSCAR up to BitlBee and show mobileWilmer van der Gaast2010-08-21-0/+4
* OpenSolaris (non-gcc) fixes, patches from Dagobert Michelsen <dam@opencsw.org>Wilmer van der Gaast2010-08-07-1/+0
* Some fixes for compiler warnings that only show up when compiling with -O2,Wilmer van der Gaast2010-08-05-2/+2
* Suppress GLib warning when trying to get a user's IP address while not anyWilmer van der Gaast2010-07-25-1/+1
* Some support for changing group info on OSCAR.Wilmer van der Gaast2010-07-25-2/+10
* Fixing chat_join() for OSCAR to return a struct groupchat* right away,Wilmer van der Gaast2010-07-24-2/+3
* Adding protocol-specific chatroom settings. First one to use this: AIMWilmer van der Gaast2010-07-24-5/+24
* Fix possible crash on trying to use half-created OSCAR chatrooms.Wilmer van der Gaast2010-07-17-3/+13
* Merging mainline.Wilmer van der Gaast2010-07-17-1/+1
|\
| * WTF AOL, now suddenly underscores are not allowed in room names?Wilmer van der Gaast2010-07-17-1/+1
* | Show idle + login time info in /WHOIS (if available).Wilmer van der Gaast2010-06-07-1/+1
* | Merging killerbee stuff, bringing all the bleeding-edge stuff together.Wilmer van der Gaast2010-06-07-8/+14
|\ \
| * | Merging mainline.Wilmer van der Gaast2010-06-06-3/+10
| |\|
| | * Disable old-style ICQ authentication. It looks like AOL or whoever is slowlyWilmer van der Gaast2010-06-02-1/+3
| * | Allow one to run the configure script from a different directory and put allWilmer van der Gaast2010-05-25-1/+5
| * | Mainline merge. (Probably mostly irrelevant for this branch, oh well.)Wilmer van der Gaast2010-05-16-137/+2
| |\ \
| * \ \ Merging in killerbee stuff (just file transfers and maybe a few things fromWilmer van der Gaast2010-03-21-4/+13
| |\ \ \
| * \ \ \ Merging in mainline, including improved away/status stuff.Wilmer van der Gaast2010-03-07-16/+23
| |\ \ \ \
| * | | | | Make purple use BitlBee's event handling API. Since the APIs never reallyWilmer van der Gaast2009-10-11-7/+7
* | | | | | Merging head.Wilmer van der Gaast2010-06-01-2/+7
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Oi, don't leak that precious memory!Wilmer van der Gaast2010-05-16-1/+2
| * | | | | Handle AIM_CAPS_ICQRTF messages (sometimes sent by certain mobile clients).Wilmer van der Gaast2010-05-16-2/+6
| | |_|_|/ | |/| | |
* | | | | Mainline merge.Wilmer van der Gaast2010-05-13-136/+0
|\| | | |
| * | | | It looks like AIM mem requests (implemented as damn_you() andWilmer van der Gaast2010-05-09-136/+0
* | | | | Pick up buddy group information from OSCAR server-side contact list.Wilmer van der Gaast2010-05-09-5/+7
* | | | | Safety check for yesterday's fixes: Double-check that a groupchat structWilmer van der Gaast2010-05-09-2/+6
* | | | | Merging mainline, mostly for chatroom fixes I implemented there.Wilmer van der Gaast2010-05-09-2/+0
|\| | | |
| * | | | Room names on OSCAR can't start with digits, this broke the "chat with"Wilmer van der Gaast2010-05-09-1/+2
| | |_|/ | |/| |
* | | | Fixed up OSCAR to work with the new way of setting up groupchats.Wilmer van der Gaast2010-05-09-3/+9
* | | | nogaim.c is close to doing something useful again without speaking any IRCWilmer van der Gaast2010-03-31-3/+4
|/ / /
* | / Added ignore_auth_requests setting (patch from vmiklos, bug #578).Wilmer van der Gaast2010-03-21-4/+13
| |/ |/|
* | Two more fixes in OSCAR to avoid NULL pointers being passed toWilmer van der Gaast2010-03-07-1/+3
* | OSCAR cleanup.Wilmer van der Gaast2010-03-06-15/+20
|/
* Fixed compatibility with AIM mobile messages. Should work according toWilmer van der Gaast2009-06-18-1/+12
* Detect disconnects caused by concurrent logins or rate limiting, and disableWilmer van der Gaast2008-12-14-2/+29
* Fixed ic->away leaking memory. This var is only used by OSCAR and shouldWilmer van der Gaast2008-12-14-20/+17
* Restored support for password-protected chatrooms (for now only by acceptingWilmer van der Gaast2008-09-28-1/+1
* Shut up a "mostly harmless" warning (this NULL would never actually beWilmer van der Gaast2008-06-22-1/+1
* Another fixup after [devel,394]. Clearly I'm not a morning person.Wilmer van der Gaast2008-06-22-2/+2
* Fixed bug in [devel,394].Wilmer van der Gaast2008-06-22-1/+1
* Partial fix for #419: Moved normalize() and some other stuff to OSCARWilmer van der Gaast2008-06-22-24/+56
* query.h now defines a callback function type, not using void* for it anymore.Wilmer van der Gaast2008-04-05-6/+12
* Merge from Jelmer.Wilmer van der Gaast2008-02-16-1/+1
|\
| * Fix lcov dependencies.Jelmer Vernooij2008-02-16-1/+1
* | Fixed handling of OSCAR multi-part messages... They're not arrays, they'reWilmer van der Gaast2008-01-30-4/+6
* | Fixed two valgrind warnings (partially uninitialized "struct tm" vars.)Wilmer van der Gaast2008-01-24-0/+1
* | Killed info_string_append() and now showing the IP address of ICQ usersWilmer van der Gaast2008-01-12-82/+102
* | Now setting odata->icq properly again, this got lost some time ago, whichWilmer van der Gaast2008-01-10-2/+3
|/