Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | | | | Fixed a very interesting memory leak in the OSCAR module. | Wilmer van der Gaast | 2006-10-15 | -1/+0 | |
| |_|/ |/| | | |||||
* | | | Merging from devel. | Wilmer van der Gaast | 2006-10-15 | -66/+41 | |
|\ \ \ | |_|/ |/| | | |||||
| * | | Fixed some memory leaking in the MSN Passport code. | Wilmer van der Gaast | 2006-10-13 | -11/+11 | |
| | | | |||||
| * | | Added msn_http_encode() so it can be used in msn_buddy_list_add() too. | Wilmer van der Gaast | 2006-08-25 | -21/+30 | |
| | | | | | | | | | | | | | | | 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. | ||||
* | | 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/+76 | |
| | | | | | | | | | | 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 | |
| | |||||
* | Merging libevent branch: Events can now be handles by both glib and libevent. | Wilmer van der Gaast | 2006-06-21 | -16/+28 | |
|\ | |||||
| * | Merging from main/jelmer. | Wilmer van der Gaast | 2006-05-29 | -13/+41 | |
| |\ | |||||
| * | | Moved everything to the BitlBee event handling API. | Wilmer van der Gaast | 2006-05-10 | -16/+28 | |
| | | | |||||
* | | | Fixed a (very rare, AFAIK) NULL-pointer dereference. | Wilmer van der Gaast | 2006-06-12 | -24/+27 | |
| |/ |/| | |||||
* | | Using http_dorequest_url() at one place in passport.c now. | Wilmer van der Gaast | 2006-05-27 | -3/+2 | |
| | | |||||
* | | Added error_string variable to Passport client. | Wilmer van der Gaast | 2006-05-27 | -6/+33 | |
| | | |||||
* | | Added SB_FATAL to MSN errorcode 911 so BitlBee won't disconnect from MSN | Wilmer van der Gaast | 2006-05-26 | -5/+7 | |
|/ | | | | | completely when a switchboard connection sends that error code. | ||||
* | 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.) | ||||
* | ns.c now passess the first group a buddy is in. | Wilmer van der Gaast | 2006-03-21 | -1/+7 | |
| | |||||
* | Basic handling of LSG responses. | Wilmer van der Gaast | 2006-03-21 | -26/+22 | |
| | |||||
* | 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 | |
| | |||||
* | Fixed a very stupid bug in the "Closing switchboard with unsent messages" | Wilmer van der Gaast | 2006-03-17 | -4/+4 | |
| | | | | | | warning message. There's still another problem with switchboar management somewhere.. :-( | ||||
* | When closing down MSN (sb) connections with unsent messages, the warning | Wilmer van der Gaast | 2006-01-30 | -3/+6 | |
| | | | | | 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 | -9/+9 | |
| | | | | change. | ||||
* | MSN consts! | Wilmer van der Gaast | 2006-01-04 | -12/+12 | |
| | |||||
* | When trying to talk to MSN people who are offline, the switchboard gets ↵ | Wilmer van der Gaast | 2005-12-18 | -5/+31 | |
| | | | | | | | reset to a spare correctly. This fixes a problem with messages to MSN people not arriving sometimes. | ||||
* | Crashbug fix in new MSN Passport code (plus a fix to make the 005 reply ↵ | Wilmer van der Gaast | 2005-12-18 | -2/+2 | |
| | | | | actually work). | ||||
* | Passport authentication works now. | Wilmer van der Gaast | 2005-12-17 | -209/+105 | |
| | |||||
* | Changed filenames of IM modules (jabberr, msnn, etc, didn't really make sense) | Wilmer van der Gaast | 2005-12-17 | -4/+4 | |
| | |||||
* | Merge my pluginable branch | Jelmer Vernooij | 2005-12-14 | -5/+4 | |
|\ | |||||
| * | Merge Wilmer | Jelmer Vernooij | 2005-11-19 | -1/+1 | |
| |\ | |||||
| * \ | Merge from Jelmer | Jelmer Vernooij | 2005-11-15 | -0/+1 | |
| |\ \ | |||||
| * \ \ | Merge changes from Wilmer | Jelmer Vernooij | 2005-11-15 | -1/+1 | |
| |\ \ \ | |||||
| * | | | | Migrate my pluginable branch to use Wilmers' branch as parent | Jelmer Vernooij | 2005-11-07 | -5/+4 | |
| | | | | | |||||
* | | | | | Implements solution to typing notifications in ticket #45 | Matt Sparks | 2005-12-04 | -1/+1 | |
| |_|_|/ |/| | | | |||||
* | | | | 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. | ||||
* | | | Remove handle_cmp() replacing it by a protocol-specific function. | Jelmer Vernooij | 2005-11-15 | -0/+1 | |
| |/ |/| | |||||
* | | Updates copyright headers of files that were changed in 2005 too. | Wilmer van der Gaast | 2005-11-12 | -1/+1 | |
|/ | | | | | (IOW, needed to change something to test the post-rsync hook. ;-)) | ||||
* | Initial repository (0.99 release tree)0.99 | Wilmer van der Gaast | 2005-11-06 | -0/+2816 | |