index
:
bitlbee
develop
install-dev
master
patched-3.4.1
patched-master
scram
server-time
set-account
tagged_msg
twitter-reconnect
personal fork of github.com/bitlbee/bitlbee
Marius Halden
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
protocols
/
msn
/
msn.h
Commit message (
Expand
)
Author
Age
Lines
*
Fixed issue with logging in to unverified MSN accounts.
Wilmer van der Gaast
2010-11-13
-0
/
+1
*
Finish re-authentication works. Should now work for OIMs as well.
Wilmer van der Gaast
2010-09-04
-1
/
+2
*
This works (includes some token sabotage code to ease testing), but I just
Wilmer van der Gaast
2010-09-04
-2
/
+2
*
Rearrange things a bit to support multiple NS connections. This is apparently
Wilmer van der Gaast
2010-09-03
-18
/
+23
*
Replace msn*write functions with saner versions that accept format strings.
Wilmer van der Gaast
2010-09-02
-2
/
+2
*
Fetch the user's profile to see if there's a display name set there. If
Wilmer van der Gaast
2010-08-18
-4
/
+10
*
Making display name code a bit saner. Apparently PoS MSN is still suffering
Wilmer van der Gaast
2010-08-15
-1
/
+1
*
Parse authentication errors.
Wilmer van der Gaast
2010-08-15
-1
/
+1
*
The ADL command doesn't support >150 contacts. Split it up.
Wilmer van der Gaast
2010-08-15
-0
/
+6
*
Read group info.
Wilmer van der Gaast
2010-08-15
-4
/
+9
*
Responses to add requests work now.
Wilmer van der Gaast
2010-08-14
-2
/
+2
*
Show incoming auth. requests (although responding to them currently causes
Wilmer van der Gaast
2010-08-14
-1
/
+1
*
Allow changing the display_name, now permanently!
Wilmer van der Gaast
2010-08-14
-1
/
+0
*
Remove some old Passport stuff, this is all in soap.[ch] now.
Wilmer van der Gaast
2010-08-14
-3
/
+0
*
Sending offline messages works now ... but Pidgin doesn't seem to receive the...
Wilmer van der Gaast
2010-08-13
-3
/
+8
*
Proper responses to CHL challenges. Clean up bee_users before calling
Wilmer van der Gaast
2010-08-12
-6
/
+9
*
Successful login (including contact list sync). \o/
Wilmer van der Gaast
2010-08-12
-1
/
+4
*
Get contact list/address book info. Next step: We have to send it back.
Wilmer van der Gaast
2010-08-12
-0
/
+15
*
Implement MSNP15 SSO (Sadistic Sign-On).
Wilmer van der Gaast
2010-08-11
-1
/
+2
*
Merging msn-offline branch. A tiny bit of MSNP13, and it works for the first
Wilmer van der Gaast
2010-08-08
-1
/
+11
|
\
|
*
Added soap.c with a fairly reusable SOAP framework and simple code for
Wilmer van der Gaast
2010-03-20
-2
/
+7
|
*
Add MSNP11 challenge code which I'll need for doing this SOAP stuff.
Wilmer van der Gaast
2010-03-20
-1
/
+6
*
|
MSN supports having people in multiple groups and BitlBee does not. When
Wilmer van der Gaast
2010-07-25
-1
/
+1
*
|
Create new MSN groups when necessary.
Wilmer van der Gaast
2010-06-11
-1
/
+7
*
|
Moving MSN contacts between groups is now possible, but no support yet for
Wilmer van der Gaast
2010-06-09
-1
/
+1
*
|
Mainline merge.
Wilmer van der Gaast
2010-05-03
-0
/
+8
|
\
\
|
*
\
Merge msn-keepalive, a nice hack (not yet documented) which sends keepalives
Wilmer van der Gaast
2010-04-16
-0
/
+8
|
|
\
\
|
|
*
|
Be more clever with keepalives; detect when a switchboard is opened with
Wilmer van der Gaast
2010-04-10
-1
/
+2
|
|
*
|
First stab at MSN keepalives.
Wilmer van der Gaast
2010-04-10
-0
/
+7
|
|
|
/
*
|
|
Merging loads of stuff from mainline.
Wilmer van der Gaast
2010-04-14
-0
/
+1
|
\
|
|
|
*
|
Added local_display_name setting for MSN accounts and some hopefully clever
Wilmer van der Gaast
2010-03-29
-0
/
+1
|
|
/
*
|
Merging mainline.
Wilmer van der Gaast
2010-03-17
-4
/
+3
|
\
|
|
*
Adding a few consts and other misc fixes from bug #431. Doing this via a
Wilmer van der Gaast
2010-03-14
-3
/
+3
|
|
\
|
|
*
Some const/etc cleanups submitted by domen@coderock.org back in bug #431.
Wilmer van der Gaast
2010-03-14
-3
/
+3
|
*
|
MSN module updated to deal with the new API. Not many changes since it
Wilmer van der Gaast
2010-03-06
-1
/
+0
*
|
|
Added MSN file transfer of type MSNFTP.
ulim
2008-08-11
-0
/
+4
|
/
/
*
/
Added msn_sb_write_msg() (patch from ulim).
Wilmer van der Gaast
2008-08-10
-0
/
+6
|
/
*
Don't automatically enable MSN debugging messages for debugging builds.
Wilmer van der Gaast
2008-04-08
-1
/
+1
*
When a switchboard connection dies (at the TCP level) and there are still
Wilmer van der Gaast
2008-01-12
-5
/
+5
*
Changed warning message about unsent MSN messages. It should show the actual
Wilmer van der Gaast
2008-01-06
-0
/
+1
*
s/gaim_connection/im_connection/ and some other minor API changes. The rest
Wilmer van der Gaast
2007-03-30
-13
/
+13
*
Preparing for Jabber conference room support.
Wilmer van der Gaast
2007-03-27
-2
/
+2
*
Added msn_http_encode() so it can be used in msn_buddy_list_add() too.
Wilmer van der Gaast
2006-08-25
-0
/
+1
*
Moved everything to the BitlBee event handling API.
Wilmer van der Gaast
2006-05-10
-2
/
+2
*
Basic handling of LSG responses.
Wilmer van der Gaast
2006-03-21
-1
/
+4
*
Cleaned up some warnings in MSN module that appeared because of the const cha...
Wilmer van der Gaast
2006-01-04
-1
/
+1
*
MSN consts!
Wilmer van der Gaast
2006-01-04
-6
/
+6
*
When trying to talk to MSN people who are offline, the switchboard gets reset...
Wilmer van der Gaast
2005-12-18
-0
/
+2
*
Initial repository (0.99 release tree)
0.99
Wilmer van der Gaast
2005-11-06
-0
/
+170