aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/oscar
Commit message (Collapse)AuthorAgeLines
* 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
| | | | | in the "info" command response.
* Now setting odata->icq properly again, this got lost some time ago, whichWilmer van der Gaast2008-01-10-2/+3
| | | | | broke the info command and probably more things.
* More consistency in error/warning errors. Until now "WARNING:" was usuallyWilmer van der Gaast2008-01-06-2/+2
| | | | | in upper case while "Error:" wasn't .... that doesn't really make sense.
* Killed the <server> parameter to "account add" and changed the defaultWilmer van der Gaast2007-12-12-23/+5
| | | | | | | server for OSCAR to what both login.icq.com and login.oscar.aol.com resolve to these days. There's no need to specify a server anymore so why bother. And cleaned up the docs (removed all references to those OSCAR servers).
* Added /invite support for Jabber chatrooms (and fixed the argument orderWilmer van der Gaast2007-12-09-1/+1
| | | | | to chat_invite).
* printf() in daemons considered harmful.Wilmer van der Gaast2007-11-29-15/+0
|
* Merging from devel/Jelmer.Wilmer van der Gaast2007-11-14-1/+10
|\
| * Handing of multipart messages in OSCAR (usually from mobiles), this fixesWilmer van der Gaast2007-11-10-1/+10
| | | | | | | | | | bug #88, at last.
* | Merging from devel. Added documentation for the join_chat command, addingWilmer van der Gaast2007-07-06-1/+3
|\| | | | | | | | | a debian/ tree and a merge from Jelmer (mainly unittest stuff).
| * Merge from Jelmer (mainly unit testing things).Wilmer van der Gaast2007-07-01-0/+1
| |\
| | * Add lcov targetJelmer Vernooij2007-01-22-0/+1
| | |
| * | 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.)