aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/msn/msn_util.c
Commit message (Expand)AuthorAgeLines
* msn: Fix ADL/RML (add/remove from list) throwing server errorsdequis2015-12-30-1/+1
* msn: implement the rest of the http gateway support, enable by defaultdequis2015-04-10-2/+2
* msn: add msn_queue_feed(), move read() out of msn_handler()dequis2015-04-10-17/+14
* msn: remove msn_linesplit, use g_strsplit_set insteaddequis2015-04-10-41/+10
* msn: remove unsupported commands, OIMs and dead codedequis2015-04-10-93/+0
* msn: implement PUT /user to set status as onlinedequis2015-04-10-9/+2
* msn: removed switchboards, implemented SDG messagedequis2015-04-10-3/+4
* msn: colorful debugdequis2015-04-10-1/+3
* Fix a bunch of memory leaksdequis2015-03-22-7/+13
* Reindent everything to K&R style with tabsIndent2015-02-20-286/+296
* Fix incorrect Free Software Foundation addressMatej Cepl2015-01-16-2/+2
* msn_buddy_ask: only ask to add if contact is in pending listdequis2014-11-17-1/+1
* Some more removals. Using ifdefs instead of read deletions in Yahoo! dir toWilmer van der Gaast2012-10-20-7/+0
* Online status should be read properly now.Wilmer van der Gaast2012-09-16-1/+9
* Moving msn_findheader() to lib/misc.c as get_rfc822_header() so I can use itWilmer van der Gaast2011-12-19-52/+0
* Rearrange things a bit to support multiple NS connections. This is apparentlyWilmer van der Gaast2010-09-03-2/+2
* Replace msn*write functions with saner versions that accept format strings.Wilmer van der Gaast2010-09-02-34/+9
* Making display name code a bit saner. Apparently PoS MSN is still sufferingWilmer van der Gaast2010-08-15-0/+16
* Read group info.Wilmer van der Gaast2010-08-15-0/+32
* Fix issues with logging in with huge SSO tickets (hilariously, the 1024-Wilmer van der Gaast2010-08-15-2/+1
* Add/Remove support.Wilmer van der Gaast2010-08-14-4/+11
* Separate boilerplate and body of abservice SOAP requests since the former'sWilmer van der Gaast2010-08-14-1/+3
* Responses to add requests work now.Wilmer van der Gaast2010-08-14-12/+62
* Show incoming auth. requests (although responding to them currently causesWilmer van der Gaast2010-08-14-7/+12
* Allow changing the display_name, now permanently!Wilmer van der Gaast2010-08-14-43/+6
* Successful login (including contact list sync). \o/Wilmer van der Gaast2010-08-12-0/+12
* Implement MSNP15 SSO (Sadistic Sign-On).Wilmer van der Gaast2010-08-11-25/+16
* Merging msn-offline branch. A tiny bit of MSNP13, and it works for the firstWilmer van der Gaast2010-08-08-1/+94
|\
| * Add MSNP11 challenge code which I'll need for doing this SOAP stuff.Wilmer van der Gaast2010-03-20-1/+95
* | MSN: Don't show any "special" messages when breaking down switchboards withWilmer van der Gaast2010-07-28-2/+8
* | MSN supports having people in multiple groups and BitlBee does not. WhenWilmer van der Gaast2010-07-25-3/+15
* | Create new MSN groups when necessary.Wilmer van der Gaast2010-06-11-10/+36
* | Moving MSN contacts between groups is now possible, but no support yet forWilmer van der Gaast2010-06-09-5/+17
* | Merging loads of stuff from mainline.Wilmer van der Gaast2010-04-14-2/+14
|\ \
| * | Added local_display_name setting for MSN accounts and some hopefully cleverWilmer van der Gaast2010-03-29-2/+14
| |/
* / Including DCC stuff again, with a wonderful extra layer of abstraction.Wilmer van der Gaast2010-04-11-2/+1
|/
* Fixed an "off-by -1" bug in msn_findheader() that could probably be triggeredWilmer van der Gaast2010-03-10-3/+3
* A few fixes for bugs that caused coredumps on testing.bitlbee.org (orWilmer van der Gaast2009-12-17-1/+1
* query.h now defines a callback function type, not using void* for it anymore.Wilmer van der Gaast2008-04-05-2/+6
* More consistency in error/warning errors. Until now "WARNING:" was usuallyWilmer van der Gaast2008-01-06-1/+1
* Changed warning message about unsent MSN messages. It should show the actualWilmer van der Gaast2008-01-06-0/+34
* More API changes: buddy list management. imcb_add_buddy() is now a *real*Wilmer van der Gaast2007-04-18-1/+1
* s/imc/imcb/ for callback functions. Moved things aroundin nogaim.h aWilmer van der Gaast2007-04-15-4/+4
* Cleaned up struct im_connection. No more username/password stuff sinceWilmer van der Gaast2007-04-15-1/+1
* More cleanups, mainly in the callbacks. Replaced things likeWilmer van der Gaast2007-04-05-3/+3
* s/gaim_connection/im_connection/ and some other minor API changes. The restWilmer van der Gaast2007-03-30-20/+20
* Added msn_http_encode() so it can be used in msn_buddy_list_add() too.Wilmer van der Gaast2006-08-25-3/+27
* Copy-paste considered harmful + Fixed double handling of gc->permit/denyWilmer van der Gaast2006-07-27-35/+0
* Added/Fixed calls to show_got_added() in all IM-modules, now to fill in thatWilmer van der Gaast2006-04-03-0/+3
* Stupid warnings. :-PWilmer van der Gaast2006-03-18-3/+0