Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Changed warning message about unsent MSN messages. It should show the actual | Wilmer van der Gaast | 2008-01-06 | -15/+1 |
| | | | | | message(s) now. | |||
* | Added "mail_notifications" setting. Who needs those notifications anyway? | Wilmer van der Gaast | 2008-01-05 | -0/+2 |
| | | | | | Closes: #338. | |||
* | Added /invite support for Jabber chatrooms (and fixed the argument order | Wilmer van der Gaast | 2007-12-09 | -1/+1 |
| | | | | | to chat_invite). | |||
* | 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 | -5/+5 |
| | ||||
* | Split serv_got_update() into imcb_buddy_(status|times). (Well, the second | Wilmer van der Gaast | 2007-04-15 | -11/+0 |
| | | | | | | | 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 | -7/+7 |
| | | | | | | 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 | -3/+3 |
| | | | | | 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 | -9/+9 |
| | | | | | | | | 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 | -72/+72 |
| | | | | | | 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 | -15/+12 |
| | ||||
* | Merge from main tree. | Wilmer van der Gaast | 2006-10-22 | -9/+8 |
|\ | ||||
| * | "Restructured" msn_login() a little bit. | Wilmer van der Gaast | 2006-10-21 | -9/+8 |
| | | ||||
* | | Merging from main development tree. | Wilmer van der Gaast | 2006-10-15 | -1/+0 |
|\| | ||||
| * | Fixed a very interesting memory leak in the OSCAR module. | Wilmer van der Gaast | 2006-10-15 | -1/+0 |
| | | ||||
* | | Merging from devel and storage-xml. | Wilmer van der Gaast | 2006-10-15 | -17/+2 |
|\| | ||||
| * | Merging from devel. | Wilmer van der Gaast | 2006-10-15 | -17/+2 |
| |\ | ||||
| | * | Added msn_http_encode() so it can be used in msn_buddy_list_add() too. | Wilmer van der Gaast | 2006-08-25 | -18/+2 |
| | | | | | | | | | | | | | | | Most likely fixes #198. | |||
* | | | Implemented a list of away states, using this for a better set_away(), and | Wilmer van der Gaast | 2006-09-23 | -4/+5 |
|/ / | | | | | | | | | got rid of the double <presence> tag sent because of presence_announce(). | |||
* | | Merging from main. | Wilmer van der Gaast | 2006-07-14 | -0/+2 |
|\| | ||||
| * | Completed [167]. (Memory leak wasn't completely fixed yet.) | Wilmer van der Gaast | 2006-07-03 | -0/+2 |
| | | ||||
* | | Implemented per-account nick lists instead of per-protocol nick lists. | Wilmer van der Gaast | 2006-07-03 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | 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 display_name setting for MSN connections. (Should replace the nick | Wilmer van der Gaast | 2006-07-03 | -30/+60 |
| | | | | | | | | | | command later.) | |||
* | | Got rid of struct aim_user (now using account_t everywhere). Needs some more | Wilmer van der Gaast | 2006-07-01 | -3/+3 |
|/ | | | | | testing though. | |||
* | Fixed md->grouplist memory leak. | Wilmer van der Gaast | 2006-06-21 | -0/+2 |
| | ||||
* | Fixed a (very rare, AFAIK) NULL-pointer dereference. | Wilmer van der Gaast | 2006-06-12 | -24/+27 |
| | ||||
* | When closing down MSN (sb) connections with unsent messages, the warning | Wilmer van der Gaast | 2006-01-30 | -2/+2 |
| | | | | | message now mentions the people those messages were meant for. | |||
* | Cleaned up some warnings in MSN module that appeared because of the const ↵ | Wilmer van der Gaast | 2006-01-04 | -4/+4 |
| | | | | change. | |||
* | Merge from Jelmer | Jelmer Vernooij | 2005-11-15 | -0/+1 |
|\ | ||||
| * | Remove handle_cmp() replacing it by a protocol-specific function. | Jelmer Vernooij | 2005-11-15 | -0/+1 |
| | | ||||
* | | Migrate my pluginable branch to use Wilmers' branch as parent | Jelmer Vernooij | 2005-11-07 | -5/+4 |
|/ | ||||
* | Initial repository (0.99 release tree)0.99 | Wilmer van der Gaast | 2005-11-06 | -0/+402 |