aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/msn
Commit message (Collapse)AuthorAgeLines
* MSN: Don't show any "special" messages when breaking down switchboards withWilmer van der Gaast2010-07-28-4/+14
| | | | | | queued messages. They were never supposed to be seen by the user. Also, don't send them all to offline users.
* MSN supports having people in multiple groups and BitlBee does not. WhenWilmer van der Gaast2010-07-25-7/+23
| | | | | | moving people between groups, make sure they *are* removed from their old group.
* Create new MSN groups when necessary.Wilmer van der Gaast2010-06-11-11/+104
|
* Moving MSN contacts between groups is now possible, but no support yet forWilmer van der Gaast2010-06-09-10/+28
| | | | | creating new groups.
* Merging killerbee stuff, bringing all the bleeding-edge stuff together.Wilmer van der Gaast2010-06-07-9/+12
|\
| * Merging mainline.Wilmer van der Gaast2010-06-06-1/+3
| |\
| * | Allow one to run the configure script from a different directory and put allWilmer van der Gaast2010-05-25-1/+4
| | | | | | | | | | | | | | | | | | build files in there. I need this to properly make Debian package variants (i.e. libpurple and native).
| * | GAIM_INPUT_* were renamed, at last.Wilmer van der Gaast2010-05-25-6/+6
| | |
| * | Mainline merge. (Probably mostly irrelevant for this branch, oh well.)Wilmer van der Gaast2010-05-16-27/+22
| |\ \
| * \ \ Merging stuff from mainline (1.2.6).Wilmer van der Gaast2010-04-24-42/+134
| |\ \ \
| * \ \ \ Merging in killerbee stuff (just file transfers and maybe a few things fromWilmer van der Gaast2010-03-21-57/+755
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mainline). Once I add ft support glue to protocols/purple/ I guess this will all go into killerbee.
| * \ \ \ \ Merging in head.Wilmer van der Gaast2010-03-14-15/+26
| |\ \ \ \ \
| * \ \ \ \ \ Merging in mainline, including improved away/status stuff.Wilmer van der Gaast2010-03-07-57/+50
| |\ \ \ \ \ \
| * | | | | | | Make purple use BitlBee's event handling API. Since the APIs never reallyWilmer van der Gaast2009-10-11-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | diverged too much this is fairly transparent. I did rename and redefine GAIM_INPUT_* variables to really make it work without adding another stupid layer in between. One problem left, the new libpurple input API doesn't care about return values. Fixing that in the next CL.
* | | | | | | | Merging head.Wilmer van der Gaast2010-06-01-1/+3
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Passport 3.0 authentication turns out to be slightly different from whatWilmer van der Gaast2010-05-15-1/+3
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the msnpiki MSNP13 doc says and stuff is breaking now. This should fix the main problem now.
* | | | | | | Mainline merge.Wilmer van der Gaast2010-05-13-27/+22
|\| | | | | |
| * | | | | | Stop those "Many switchboard failures" messages. No point in showing themWilmer van der Gaast2010-05-11-27/+22
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | unless the lost switchboard actually had something queued.
* | | | | | Safety check for yesterday's fixes: Double-check that a groupchat structWilmer van der Gaast2010-05-09-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | isn't claimed already.
* | | | | | Create the struct groupchat early on in msn_chat_with() so the new chatWilmer van der Gaast2010-05-09-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | setup method works properly.
* | | | | | Mainline merge.Wilmer van der Gaast2010-05-03-2/+60
|\| | | | |
| * | | | | Merge msn-keepalive, a nice hack (not yet documented) which sends keepalivesWilmer van der Gaast2010-04-16-9/+66
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to switchboards with offline contacts. This is meant as a work-around for the current lack of support for offline messaging.
| | * | | | | Be more clever with keepalives; detect when a switchboard is opened withWilmer van der Gaast2010-04-10-17/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | someone who's offline already. Still a hack but it eases the pain a little bit.
| | * | | | | First stab at MSN keepalives.Wilmer van der Gaast2010-04-10-9/+48
| | | |_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | Only kicks in if the user goes offline during a conversation.
* | | | | | Merging loads of stuff from mainline.Wilmer van der Gaast2010-04-14-40/+75
|\| | | | |
| * | | | | Check MSN display names given by the server for UTF-8-correctness beforeWilmer van der Gaast2010-04-07-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | using them since invalid XML ending up in user configs can get very ugly.
| * | | | | Added local_display_name setting for MSN accounts and some hopefully cleverWilmer van der Gaast2010-03-29-40/+67
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | enough handling for it. Should solve problems with MSN servers forgetting/ overriding display names set by the user.
* | | | / Including DCC stuff again, with a wonderful extra layer of abstraction.Wilmer van der Gaast2010-04-11-4/+8
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | Some hooks are missing so sending files doesn't work yet. Receiving also still seems to have some issues. On the plus side, at least the MSN/Jabber modules work again.
* | | | Small cleanup. The max_packet_size variable doesn't seem to be readWilmer van der Gaast2010-03-17-1/+1
| | | | | | | | | | | | | | | | | | | | anywhere, and reworked string handling in ft_listen() a little bit.
* | | | Merging mainline.Wilmer van der Gaast2010-03-17-72/+76
|\| | |
| * | | Fix for bug #536: No longer fail on corrupted USR responses with certainWilmer van der Gaast2010-03-14-9/+16
| | | | | | | | | | | | | | | | | | | | Unicode characters in the friendly name.
| * | | Adding a few consts and other misc fixes from bug #431. Doing this via aWilmer van der Gaast2010-03-14-3/+7
| |\ \ \ | | | | | | | | | | | | | | | | | | | | merge because bzr can probably deal with the conflicts better than patch.
| | * | | Some const/etc cleanups submitted by domen@coderock.org back in bug #431.Wilmer van der Gaast2010-03-14-3/+7
| | | | |
| * | | | Fixed an "off-by -1" bug in msn_findheader() that could probably be triggeredWilmer van der Gaast2010-03-10-3/+3
| | |_|/ | |/| | | | | | | | | | | | | | by incoming messages without headers.
| * | | Put AWY at the beginning of the list since it's used as a fallback.Wilmer van der Gaast2010-03-06-1/+1
| | | |
| * | | MSN module updated to deal with the new API. Not many changes since itWilmer van der Gaast2010-03-06-41/+29
| | | | | | | | | | | | | | | | | | | | | | | | doesn't currently support away messages anyway. This is more a bit of a cleanup.
| * | | A few fixes for bugs that caused coredumps on testing.bitlbee.org (orWilmer van der Gaast2009-12-17-1/+1
| | | | | | | | | | | | | | | | | | | | caught my attention in new compiler warnings).
| * | | Committing some >1y old change. This seems to fix a small leak in the MSNWilmer van der Gaast2009-12-07-15/+20
| | |/ | |/| | | | | | | | | | mail notification handler.
* | | No functional changes, just some style "fixes". Although I admit I'mWilmer van der Gaast2009-12-13-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | somewhat growing out of my own coding style, I do try to keep things consistent at least within files. Comments are now in reviewboard: http://code.bitlbee.org/rb/r/13/
* | | Added conf entries and lib/ftutil.[ch].ulim2008-08-12-64/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ft_listen = <IP-A>:<Port-A>;<IP-B>:<Port-B> to specify listening addresses for the bitlbee<->client connection and the bitlbee<->IM peer connection, respectively. ft_max_size should be obvious. ft_max_kbps should limit the kilobits per second per transfer (not implemented yet).
* | | copied ulibc/BSD ifdefs over to invitation.c.ulim2008-08-11-0/+14
| | | | | | | | | | | | | | | I'll have to move these to a generic header file eventually.
* | | Added MSN file transfer of type MSNFTP.ulim2008-08-11-57/+797
|/ / | | | | | | | | Transfer is direct and the sender can not be firewalled.
* | Added msn_sb_write_msg() (patch from ulim).Wilmer van der Gaast2008-08-10-58/+51
| |
* | Microsoft, I hate you.Wilmer van der Gaast2008-08-02-197/+207
| |
* | Reverting to the old MSN/Passport authentication mechanism, the new oneWilmer van der Gaast2008-07-31-207/+197
|/ | | | | is "broken". (Bug #439)
* Fixed two memory leaks in the MSN module.Wilmer van der Gaast2008-06-29-3/+20
|
* Now checking if msn_sb_create() returns NULL. This is very unlikely, butWilmer van der Gaast2008-04-21-3/+21
| | | | | can happen if we run out of file descriptors, for example.
* Don't automatically enable MSN debugging messages for debugging builds.Wilmer van der Gaast2008-04-08-1/+1
|
* query.h now defines a callback function type, not using void* for it anymore.Wilmer van der Gaast2008-04-05-2/+6
| | | | | | Got rid of the bogus window handler pointer as the first argument to the callback.
* Automatically truncate MSN passports to 16 characters because that's theWilmer van der Gaast2008-02-17-0/+7
| | | | | | maximum supported by MSN and giving a longer password will make the authentication fail.