source: protocols/msn/msn.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Date Author Log Message
(edit) @4e4616a   2015-11-28T15:59:34Z dx msn: Buffer writes a bit to send several commands with a single …
(edit) @99fe030   2015-05-13T08:05:01Z dx msn: Implement sending typing notifications Also remove some old …
(edit) @a733669   2015-05-13T07:43:24Z dx msn: Remove nudges
(edit) @951aefd   2015-04-12T15:27:31Z dx msn/gw.c: ensure that the im_connection still exists in callbacks
(edit) @e59eec0   2015-04-10T17:10:41Z dx msn: switch to long polling http
(edit) @913a663   2015-04-10T17:10:41Z dx msn: implement the rest of the http gateway support, enable by default
(edit) @a4be2f6   2015-04-10T17:10:41Z dx msn: add msn_queue_feed(), move read() out of msn_handler()
(edit) @3b09b38   2015-04-10T17:10:40Z dx msn: remove msn_linesplit, use g_strsplit_set instead
(edit) @cfeadc3   2015-04-10T17:10:40Z dx msn: start of the http gateway code
(edit) @d550358   2015-04-10T17:10:40Z dx msn: remove unsupported commands, OIMs and dead code
(edit) @d80822c   2015-04-10T17:10:40Z dx msn: implement PUT /user to set status as online
(edit) @11e42dc   2015-04-10T17:10:40Z dx msn: removed switchboards, implemented SDG message
(edit) @254a4da   2015-04-10T17:10:40Z dx msn: start update to msnp21 - bump protocol version - update CVR …
(edit) @5ebff60   2015-02-20T22:50:54Z dx Reindent everything to K&R style with tabs Used uncrustify, with the …
(edit) @6f10697   2015-01-16T19:50:23Z dx Fix incorrect Free Software Foundation address
(edit) @bc7a0d4   2014-12-06T17:58:35Z dx msn: configurable notification server host/port
(edit) @509cf60   2012-10-20T00:02:45Z wilmer Some more removals. Using ifdefs instead of read deletions in Yahoo! …
(edit) @208db4b   2012-09-29T19:38:18Z wilmer Support for sending messages to federated contacts. They don't seem to …
(edit) @79bb7e4   2012-09-16T17:40:44Z wilmer Online status should be read properly now.
(edit) @080c43a   2012-09-16T13:52:19Z wilmer Some more tweaks: Should show up online now, and be able to send and …
(edit) @f9258ae   2012-09-16T11:52:35Z wilmer Generate a machine UUID instead of using a hardcoded one.
(edit) @bc676ac   2012-09-16T00:09:58Z wilmer MSNP18 code. It logs in now but otherwise doesn't work all too well.
(edit) @9b0ad7e   2011-12-19T00:00:31Z wilmer Moving msn_findheader() to lib/misc.c as get_rfc822_header() so I can …
(edit) @9c84617   2010-12-13T00:42:58Z wilmer Silently adding /CTCP NUDGE support for MSN contacts.
(edit) @76c89dc7   2010-12-12T00:25:17Z wilmer Allow changing MSN display names in server-side profiles. (I.e. the …
(edit) @ed0589c   2010-11-13T13:01:40Z wilmer Fixed issue with logging in to unverified MSN accounts.
(edit) @27053b5   2010-09-04T17:13:55Z wilmer Finish re-authentication works. Should now work for OIMs as well.
(edit) @4aa8a04   2010-09-04T15:54:52Z wilmer This works (includes some token sabotage code to ease testing), but I …
(edit) @bae0617   2010-09-03T21:24:58Z wilmer Rearrange things a bit to support multiple NS connections. This is …
(edit) @64768d4   2010-09-02T09:15:44Z wilmer Replace msn*write functions with saner versions that accept format …
(edit) @80175a1   2010-08-18T19:21:44Z wilmer Fetch the user's profile to see if there's a display name set there. …
(edit) @e0e1546   2010-08-15T18:46:10Z wilmer Making display name code a bit saner. Apparently PoS MSN is still …
(edit) @660cb00   2010-08-15T13:23:03Z wilmer Parse authentication errors.
(edit) @5a7af1b   2010-08-15T13:02:52Z wilmer The ADL command doesn't support >150 contacts. Split it up.
(edit) @ff27648   2010-08-15T00:05:49Z wilmer Read group info.
(edit) @193dc74   2010-08-14T16:16:52Z wilmer Responses to add requests work now.
(edit) @e5854a8   2010-08-14T14:50:10Z wilmer Show incoming auth. requests (although responding to them currently …
(edit) @4452e69   2010-08-14T13:06:11Z wilmer Allow changing the display_name, now permanently!
(edit) @4e4af1b   2010-08-14T08:48:46Z wilmer Remove some old Passport stuff, this is all in soap.[ch] now.
(edit) @91d6e91   2010-08-13T09:12:31Z wilmer Sending offline messages works now ... but Pidgin doesn't seem to …
(edit) @be7a180   2010-08-12T22:38:30Z wilmer Proper responses to CHL challenges. Clean up bee_users before calling …
(edit) @ca7de3a   2010-08-12T22:13:26Z wilmer Successful login (including contact list sync). \o/
(edit) @7f34ce2   2010-08-11T23:03:33Z wilmer Get contact list/address book info. Next step: We have to send it …
(edit) @523fb23   2010-08-11T08:08:39Z wilmer Implement MSNP15 SSO (Sadistic Sign-On).
(edit) @2528cda   2010-08-08T15:34:49Z wilmer Merging msn-offline branch. A tiny bit of MSNP13, and it works for the …
(edit) @8b01217   2010-07-24T23:26:33Z wilmer MSN supports having people in multiple groups and BitlBee does not. …
(edit) @70ac477   2010-06-11T11:34:39Z wilmer Create new MSN groups when necessary.
(edit) @6acc033   2010-06-09T00:35:13Z wilmer Moving MSN contacts between groups is now possible, but no support yet …
(edit) @f924563   2010-05-03T00:52:08Z wilmer Mainline merge.
(edit) @efbc154   2010-04-16T09:58:22Z wilmer Merge msn-keepalive, a nice hack (not yet documented) which sends …
(edit) @21c87a7   2010-04-14T09:27:50Z wilmer Merging loads of stuff from mainline.
(edit) @bb839e8   2010-04-10T01:05:39Z wilmer Be more clever with keepalives; detect when a switchboard is opened …
(edit) @9bf2481   2010-04-09T23:16:38Z wilmer First stab at MSN keepalives. Only kicks in if the user goes offline …
(edit) @e3413cc   2010-03-30T01:30:19Z wilmer Added local_display_name setting for MSN accounts and some hopefully …
(edit) @e5a8118   2010-03-20T17:27:23Z wilmer Added soap.c with a fairly reusable SOAP framework and simple code for …
(edit) @21029d0   2010-03-20T13:56:27Z wilmer Add MSNP11 challenge code which I'll need for doing this SOAP stuff.
(edit) @e8c8d00   2010-03-17T15:15:19Z wilmer Merging mainline.
(edit) @fb00989   2010-03-14T17:55:27Z wilmer Adding a few consts and other misc fixes from bug #431. Doing this via …
(edit) @c6ca3ee   2010-03-14T17:49:24Z wilmer Some const/etc cleanups submitted by domen@… back in bug #431.
(edit) @b051d39   2010-03-06T15:44:46Z wilmer MSN module updated to deal with the new API. Not many changes since it …
(edit) @a2b99ec   2008-08-10T22:17:58Z a.sporto+bee Added MSN file transfer of type MSNFTP. Transfer is direct and the …
(edit) @a830512   2008-08-10T09:15:26Z wilmer Added msn_sb_write_msg() (patch from ulim).
(edit) @aa31117   2008-04-08T20:44:34Z wilmer Don't automatically enable MSN debugging messages for debugging builds.
(edit) @59f527b6   2008-01-12T17:24:38Z wilmer When a switchboard connection dies (at the TCP level) and there are …
(edit) @46dca11   2008-01-06T12:32:27Z wilmer Changed warning message about unsent MSN messages. It should show the …
(edit) @0da65d5   2007-03-31T05:40:45Z wilmer s/gaim_connection/im_connection/ and some other minor API changes. The …
(edit) @fa29d093   2007-03-28T05:53:11Z wilmer Preparing for Jabber conference room support.
(edit) @54794b8   2006-08-25T12:34:36Z wilmer Added msn_http_encode() so it can be used in msn_buddy_list_add() too. …
(edit) @ba9edaa   2006-05-10T17:34:46Z wilmer Moved everything to the BitlBee event handling API.
(edit) @bc736cfa   2006-03-21T08:00:12Z wilmer Basic handling of LSG responses.
(edit) @08995b0   2006-01-04T12:09:35Z wilmer Cleaned up some warnings in MSN module that appeared because of the …
(edit) @0196c47   2006-01-04T11:33:29Z wilmer MSN consts!
(edit) @3b9390b   2005-12-18T10:39:13Z wilmer When trying to talk to MSN people who are offline, the switchboard …
(add) @b7d3cc34   2005-11-06T18:23:18Z wilmer Initial repository (0.99 release tree) 0.99
Note: See TracRevisionLog for help on using the revision log.