Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | | | | | | | | Pick up buddy group information from OSCAR server-side contact list. | Wilmer van der Gaast | 2010-05-09 | -5/+7 | |
| | | | | | | | | |||||
* | | | | | | | | Safety check for yesterday's fixes: Double-check that a groupchat struct | Wilmer van der Gaast | 2010-05-09 | -2/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | isn't claimed already. | ||||
* | | | | | | | | Merging mainline, mostly for chatroom fixes I implemented there. | Wilmer van der Gaast | 2010-05-09 | -2/+0 | |
|\| | | | | | | | |||||
| * | | | | | | | Room names on OSCAR can't start with digits, this broke the "chat with" | Wilmer van der Gaast | 2010-05-09 | -1/+2 | |
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | command on ICQ so far. Just prepend "icq_" and it'll work. | ||||
* | | | | | | | Fixed up OSCAR to work with the new way of setting up groupchats. | Wilmer van der Gaast | 2010-05-09 | -3/+9 | |
| | | | | | | | |||||
* | | | | | | | nogaim.c is close to doing something useful again without speaking any IRC | Wilmer van der Gaast | 2010-03-31 | -3/+4 | |
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | itself. | ||||
* | / / / / | Added ignore_auth_requests setting (patch from vmiklos, bug #578). | Wilmer van der Gaast | 2010-03-21 | -4/+13 | |
| |/ / / / |/| | | | | |||||
* | | | | | Two more fixes in OSCAR to avoid NULL pointers being passed to | Wilmer van der Gaast | 2010-03-07 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | g_strcasecmp(). | ||||
* | | | | | OSCAR cleanup. | Wilmer van der Gaast | 2010-03-06 | -15/+20 | |
|/ / / / | |||||
* | | | | Detect disconnects caused by concurrent logins or rate limiting, and disable | Wilmer van der Gaast | 2008-12-14 | -2/+29 | |
| | | | | | | | | | | | | | | | | | | | | auto-reconnect in those cases to prevent loops. | ||||
* | | | | Fixed ic->away leaking memory. This var is only used by OSCAR and should | Wilmer van der Gaast | 2008-12-14 | -20/+17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | maybe be killed. Also fixed some completely broken indentation in those functions. | ||||
* | | | | Restored support for password-protected chatrooms (for now only by accepting | Wilmer van der Gaast | 2008-09-28 | -1/+1 | |
| |_|/ |/| | | | | | | | | | | | a password in the IRC JOIN command). | ||||
* | | | Shut up a "mostly harmless" warning (this NULL would never actually be | Wilmer van der Gaast | 2008-06-22 | -1/+1 | |
| | | | | | | | | | | | | | | | dereferenced as far as I can see). | ||||
* | | | Another fixup after [devel,394]. Clearly I'm not a morning person. | Wilmer van der Gaast | 2008-06-22 | -2/+2 | |
| | | | |||||
* | | | Fixed bug in [devel,394]. | Wilmer van der Gaast | 2008-06-22 | -1/+1 | |
| | | | |||||
* | | | Partial fix for #419: Moved normalize() and some other stuff to OSCAR | Wilmer van der Gaast | 2008-06-22 | -24/+56 | |
| | | | | | | | | | | | | | | | | | | becuase it's the only place where it's used, and using this to strip spaces from all screennames before sending them to BitlBee. | ||||
* | | | query.h now defines a callback function type, not using void* for it anymore. | Wilmer van der Gaast | 2008-04-05 | -6/+12 | |
| |/ |/| | | | | | | | | | Got rid of the bogus window handler pointer as the first argument to the callback. | ||||
* | | Fixed handling of OSCAR multi-part messages... They're not arrays, they're | Wilmer van der Gaast | 2008-01-30 | -4/+6 | |
|/ | | | | | linked lists! | ||||
* | Fixed two valgrind warnings (partially uninitialized "struct tm" vars.) | Wilmer van der Gaast | 2008-01-24 | -0/+1 | |
| | |||||
* | Killed info_string_append() and now showing the IP address of ICQ users | Wilmer van der Gaast | 2008-01-12 | -82/+102 | |
| | | | | | in the "info" command response. | ||||
* | Now setting odata->icq properly again, this got lost some time ago, which | Wilmer van der Gaast | 2008-01-10 | -2/+3 | |
| | | | | | broke the info command and probably more things. | ||||
* | Killed the <server> parameter to "account add" and changed the default | Wilmer van der Gaast | 2007-12-12 | -22/+4 | |
| | | | | | | | 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 order | Wilmer van der Gaast | 2007-12-09 | -1/+1 | |
| | | | | | to chat_invite). | ||||
* | Merging from devel/Jelmer. | Wilmer van der Gaast | 2007-11-14 | -1/+10 | |
|\ | |||||
| * | Handing of multipart messages in OSCAR (usually from mobiles), this fixes | Wilmer van der Gaast | 2007-11-10 | -1/+10 | |
| | | | | | | | | | | bug #88, at last. | ||||
* | | Merging from devel. Added documentation for the join_chat command, adding | Wilmer van der Gaast | 2007-07-06 | -1/+2 | |
|\| | | | | | | | | | a debian/ tree and a merge from Jelmer (mainly unittest stuff). | ||||
| * | s/Gender: Unknown// in OSCAR profile info. If we don't know, just don't | Wilmer van der Gaast | 2007-04-27 | -1/+2 | |
| | | | | | | | | | | mention it, like the other vars. | ||||
* | | Added imcb_buddy_nick_hint so the Jabber conference module can suggest sane | Wilmer van der Gaast | 2007-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 Gaast | 2007-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 and | Wilmer van der Gaast | 2007-04-21 | -10/+14 | |
| | | | | | useful for testing.) | ||||
* | Consistency; Using OPT_T(YP|HINK)ING for outgoing typing notfication crap | Wilmer van der Gaast | 2007-04-20 | -1/+1 | |
| | | | | | too. | ||||
* | Renamed some more prpl functions. | Wilmer van der Gaast | 2007-04-20 | -4/+4 | |
| | |||||
* | Renamed/slightly changed syntax of groupchat callback functions. | Wilmer van der Gaast | 2007-04-19 | -5/+5 | |
| | |||||
* | More API changes: buddy list management. imcb_add_buddy() is now a *real* | Wilmer van der Gaast | 2007-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 the | Wilmer van der Gaast | 2007-04-16 | -8/+8 | |
| | | | | | buddy/groupchat related functions. | ||||
* | Split serv_got_update() into imcb_buddy_(status|times). (Well, the second | Wilmer van der Gaast | 2007-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 a | Wilmer van der Gaast | 2007-04-15 | -50/+50 | |
| | | | | | | little bit, grouping things by category instead of original Gaim 0.58 filename. | ||||
* | Cleaned up struct im_connection. No more username/password stuff since | Wilmer van der Gaast | 2007-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 Gaast | 2007-04-15 | -21/+7 | |
| | |||||
* | More cleanups, mainly in the callbacks. Replaced things like | Wilmer van der Gaast | 2007-04-05 | -68/+54 | |
| | | | | | | | | 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 rest | Wilmer van der Gaast | 2007-03-30 | -232/+232 | |
| | | | | | | will come tomorrow. It compiles, I'll leave the real testing up to someone else. ;-) | ||||
* | Preparing for Jabber conference room support. | Wilmer van der Gaast | 2007-03-27 | -37/+15 | |
| | |||||
* | Fixed #139. (Wrong Gender description) | Wilmer van der Gaast | 2006-10-21 | -1/+1 | |
| | |||||
* | Extra comments in set.h and now properly using set_getbool() instead of | Wilmer van der Gaast | 2006-08-13 | -4/+0 | |
| | | | | | set_getint(). | ||||
* | Added a per-account web_aware setting for ICQ connections. | Wilmer van der Gaast | 2006-08-04 | -0/+5 | |
| | |||||
* | Implemented per-account nick lists instead of per-protocol nick lists. | Wilmer van der Gaast | 2006-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 only | Wilmer van der Gaast | 2006-07-02 | -0/+15 | |
| | | | | | OSCAR and Jabber. | ||||
* | Got rid of struct aim_user (now using account_t everywhere). Needs some more | Wilmer van der Gaast | 2006-07-01 | -21/+14 | |
| | | | | | testing though. | ||||
*-. | Merging from main development tree. | Wilmer van der Gaast | 2006-05-26 | -7/+14 | |
|\ \ | |||||
| | * | Disabling chat charset stuff again for now and fixed the crash-bug. | Wilmer van der Gaast | 2006-05-25 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | Unfortunately I can't figure out how to generate chat names that don't break old BitlBees. |