aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/msn/msn.c
Commit message (Collapse)AuthorAgeLines
...
* | Added display_name setting for MSN connections. (Should replace the nickWilmer van der Gaast2006-07-03-30/+60
| | | | | | | | | | command later.)
* | Got rid of struct aim_user (now using account_t everywhere). Needs some moreWilmer van der Gaast2006-07-01-3/+3
|/ | | | | testing though.
* Fixed md->grouplist memory leak.Wilmer van der Gaast2006-06-21-0/+2
|
* Fixed a (very rare, AFAIK) NULL-pointer dereference.Wilmer van der Gaast2006-06-12-24/+27
|
* When closing down MSN (sb) connections with unsent messages, the warningWilmer van der Gaast2006-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 Gaast2006-01-04-4/+4
| | | | change.
* Merge from JelmerJelmer Vernooij2005-11-15-0/+1
|\
| * Remove handle_cmp() replacing it by a protocol-specific function.Jelmer Vernooij2005-11-15-0/+1
| |
* | Migrate my pluginable branch to use Wilmers' branch as parentJelmer Vernooij2005-11-07-5/+4
|/
* Initial repository (0.99 release tree)0.99Wilmer van der Gaast2005-11-06-0/+402