aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/oscar
Commit message (Collapse)AuthorAgeLines
...
| * | s/Gender: Unknown// in OSCAR profile info. If we don't know, just don'tWilmer van der Gaast2007-04-27-1/+2
| | | | | | | | | | | | | | | mention it, like the other vars.
* | | Added imcb_buddy_nick_hint so the Jabber conference module can suggest saneWilmer van der Gaast2007-06-04-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | nicknames for chatroom participants. There'll probably be a lot of underscores now, but this is by far the cleanest way to implement this, I think. At least now whispers will work properly. Also using this function call to set names for ICQ contacts in a slightly saner way.
* | | Read-only support for Jabber conferences (non-anonymous rooms only).Wilmer van der Gaast2007-04-22-1/+1
|/ / | | | | | | | | Just don't use this, you're really not going to like it. :-)
* | join_chat root command works for AIM chats now. (Was trivial to add andWilmer van der Gaast2007-04-21-10/+14
| | | | | | | | | | useful for testing.)
* | Consistency; Using OPT_T(YP|HINK)ING for outgoing typing notfication crapWilmer van der Gaast2007-04-20-1/+1
| | | | | | | | | | too.
* | Renamed some more prpl functions.Wilmer van der Gaast2007-04-20-4/+4
| |
* | Renamed/slightly changed syntax of groupchat callback functions.Wilmer van der Gaast2007-04-19-5/+5
| |
* | More API changes: buddy list management. imcb_add_buddy() is now a *real*Wilmer van der Gaast2007-04-18-7/+17
| | | | | | | | | | | | | | | | | | callback, it's only called from inside IM-modules. This makes sure a buddy only gets added to the BitlBee structures if the add was successful. This gets rid of the weirdness described in #55. Unfortunately for now this change breaks A) automatic renaming of ICQ contacts (if there are names stored in the contact list) B) add -tmp.
* | API cleanup pretty much complete. Fixed pretty much everything except theWilmer van der Gaast2007-04-16-8/+8
| | | | | | | | | | buddy/groupchat related functions.
* | Split serv_got_update() into imcb_buddy_(status|times). (Well, the secondWilmer van der Gaast2007-04-15-59/+20
| | | | | | | | | | | | | | one isn't implemented yet, but I'll do that later.) At last I got rid of the hack called get_status_string(). And now Yahoo seems to mess up away messages...
* | s/imc/imcb/ for callback functions. Moved things aroundin nogaim.h aWilmer van der Gaast2007-04-15-74/+74
| | | | | | | | | | | | little bit, grouping things by category instead of original Gaim 0.58 filename.
* | Cleaned up struct im_connection. No more username/password stuff sinceWilmer van der Gaast2007-04-15-16/+17
| | | | | | | | | | it's in acc too. wants_to_die is now an argument to imc_logout().
* | More format string problems.Wilmer van der Gaast2007-04-15-21/+7
| |
* | More cleanups, mainly in the callbacks. Replaced things likeWilmer van der Gaast2007-04-05-92/+78
| | | | | | | | | | | | | | | | do_error_dialog() and (set|hide)_login_progress(_error)?() with things that hopefully make more sense. Although it's still not really great...
* | s/gaim_connection/im_connection/ and some other minor API changes. The restWilmer van der Gaast2007-03-30-237/+237
| | | | | | | | | | | | will come tomorrow. It compiles, I'll leave the real testing up to someone else. ;-)
* | Preparing for Jabber conference room support.Wilmer van der Gaast2007-03-27-37/+15
|/
* [merge] wilmerJelmer Vernooij2006-12-05-32/+43
|\
| * Fixed #139. (Wrong Gender description)Wilmer van der Gaast2006-10-21-1/+1
| |
| * Fixed a very interesting memory leak in the OSCAR module.Wilmer van der Gaast2006-10-15-1/+2
| |
| * Extra comments in set.h and now properly using set_getbool() instead ofWilmer van der Gaast2006-08-13-8/+0
| | | | | | | | | | set_getint().
| * Added a per-account web_aware setting for ICQ connections.Wilmer van der Gaast2006-08-04-0/+9
| |
| * Implemented per-account nick lists instead of per-protocol nick lists.Wilmer van der Gaast2006-07-03-1/+2
| | | | | | | | | | | | | | | | | | | | nick_t is dead, instead nicks are just saves in a per-account_t GLib hash table. While doing this, the import_buddies command finally died and text_save() disappeared, because the old file format can't handle most of the new features in this branch anyway. Still have to implement support for the new nick lists in text_load()!
| * Added protocol-specific settings, made the server setting specific to onlyWilmer van der Gaast2006-07-02-0/+15
| | | | | | | | | | OSCAR and Jabber.
| * Got rid of struct aim_user (now using account_t everywhere). Needs some moreWilmer van der Gaast2006-07-01-21/+14
| | | | | | | | | | testing though.
* | Add support for checking test suite coverage using gcov.Jelmer Vernooij2006-07-07-0/+3
|/
*-. Merging from main development tree.Wilmer van der Gaast2006-05-26-11/+35
|\ \
| | * Fixed a NULL pointer dereference that showed up on testing.b.o sometimes.Wilmer van der Gaast2006-05-26-1/+1
| | |
| | * Disabling chat charset stuff again for now and fixed the crash-bug.Wilmer van der Gaast2006-05-25-4/+6
| | | | | | | | | | | | | | | | | | Unfortunately I can't figure out how to generate chat names that don't break old BitlBees.
| | * Silenced all compiler warnings that appeared after previous commit.Wilmer van der Gaast2006-05-23-1/+1
| | |
| | * Trying to fix charset issues with outgoing AIM chat messages.Wilmer van der Gaast2006-05-22-5/+25
| | |
| | * Modified oscar.c headers.Wilmer van der Gaast2006-05-21-0/+2
| |/
* | Merging from main development tree.Wilmer van der Gaast2006-05-19-3/+4
|\|
| * Fixed various memory leaks/other possible problems after code review.Wilmer van der Gaast2006-05-15-1/+2
| |
| * Fix compilation with tccJelmer Vernooij2006-05-10-2/+2
| |
* | Moved everything to the BitlBee event handling API.Wilmer van der Gaast2006-05-10-41/+58
|/
* Y2K! ;-)Wilmer van der Gaast2006-04-17-1/+1
|
* Cleaned up two more functions from nogaim.Wilmer van der Gaast2006-04-13-2/+0
|
* Added/Fixed calls to show_got_added() in all IM-modules, now to fill in thatWilmer van der Gaast2006-04-03-2/+3
| | | | | call. (It should ask the user if he/she wants to add a buddy to his/her list.)
* Added a special +b usermode for easier parseability of some things.Wilmer van der Gaast2006-03-21-1/+1
| | | | | (For now blist and qlist, but more should come)
* Small code cleanup, got rid of some functions in nogaim.c that we never needed.Wilmer van der Gaast2006-03-15-8/+3
|
* Removed a bogus printf from the OSCAR code, grrrr.Wilmer van der Gaast2006-01-23-2/+0
|
* Removed some very unpleasant check from the OSCAR code. (CausedWilmer van der Gaast2006-01-19-1/+8
| | | | | testing.bitlbee.org to get ... quite busy.)
* Fixed read() error handling in Jabber module.Wilmer van der Gaast2006-01-19-0/+1
|
* IPv6 socket improvements. Daemon mode can now also listen on IPv6 sockets.Wilmer van der Gaast2005-12-27-1/+1
| | | | | | Also, when reverse lookup fails, BitlBee now correctly falls back to an ASCII-formatted IP instead of "localhost.".
* Changed filenames of IM modules (jabberr, msnn, etc, didn't really make sense)Wilmer van der Gaast2005-12-17-4/+4
|
* Non-blocking SSL handshakes for GnuTLS. The rest might come later, but isWilmer van der Gaast2005-12-16-3/+1
| | | | | slightly less important.
* Merged Jelmer's pluginable tree (mainly useful for the Win32 port).Wilmer van der Gaast2005-12-15-8/+5
|\
| * Merge my pluginable branchJelmer Vernooij2005-12-14-8/+5
| |\
| | * Merge from WilmerJelmer Vernooij2005-11-28-2309/+42
| | |\
| | * \ Merge WilmerJelmer Vernooij2005-11-19-1/+117
| | |\ \