Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | query.h now defines a callback function type, not using void* for it anymore. | Wilmer van der Gaast | 2008-04-05 | -2/+6 |
| | | | | | | Got rid of the bogus window handler pointer as the first argument to the callback. | |||
* | More consistency in error/warning errors. Until now "WARNING:" was usually | Wilmer van der Gaast | 2008-01-06 | -1/+1 |
| | | | | | in upper case while "Error:" wasn't .... that doesn't really make sense. | |||
* | Changed warning message about unsent MSN messages. It should show the actual | Wilmer van der Gaast | 2008-01-06 | -0/+34 |
| | | | | | message(s) now. | |||
* | More API changes: buddy list management. imcb_add_buddy() is now a *real* | Wilmer van der Gaast | 2007-04-18 | -1/+1 |
| | | | | | | | | | 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. | |||
* | s/imc/imcb/ for callback functions. Moved things aroundin nogaim.h a | Wilmer van der Gaast | 2007-04-15 | -4/+4 |
| | | | | | | 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 | -1/+1 |
| | | | | | it's in acc too. wants_to_die is now an argument to imc_logout(). | |||
* | More cleanups, mainly in the callbacks. Replaced things like | Wilmer van der Gaast | 2007-04-05 | -3/+3 |
| | | | | | | | | 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 | -20/+20 |
| | | | | | | will come tomorrow. It compiles, I'll leave the real testing up to someone else. ;-) | |||
* | Added msn_http_encode() so it can be used in msn_buddy_list_add() too. | Wilmer van der Gaast | 2006-08-25 | -3/+27 |
| | | | | | Most likely fixes #198. | |||
* | Copy-paste considered harmful + Fixed double handling of gc->permit/deny | Wilmer van der Gaast | 2006-07-27 | -35/+0 |
| | | | | | which actually broke the block/allow commands. | |||
* | Added/Fixed calls to show_got_added() in all IM-modules, now to fill in that | Wilmer van der Gaast | 2006-04-03 | -0/+3 |
| | | | | | call. (It should ask the user if he/she wants to add a buddy to his/her list.) | |||
* | Stupid warnings. :-P | Wilmer van der Gaast | 2006-03-18 | -3/+0 |
| | ||||
* | Fixed #111, Jabber away states get set correctly at connect-time now. | Wilmer van der Gaast | 2006-03-18 | -8/+0 |
| | ||||
* | Got rid of raw ^B's in source, | Wilmer van der Gaast | 2005-11-16 | -1/+1 |
| | | | | | | | | Replaced most irc_usermsg() calls in nogaim.c with serv_got_crap(), Slightly clearer handling of buddy add requests. Thanks to timing for the patch. | |||
* | Initial repository (0.99 release tree)0.99 | Wilmer van der Gaast | 2005-11-06 | -0/+359 |