|
|
@9e9140b
|
2011-03-08T06:23:34Z |
wilmer |
Fix crash on quick MSN logoff (NULL pointer dereference because GLib …
|
|
|
@02e06b5
|
2011-01-23T16:32:07Z |
wilmer |
Sneaky if statement is sneaky. The fix from the previous changeset …
|
|
|
@5282ffd
|
2011-01-22T17:29:55Z |
wilmer |
MSN changed the @msn.com login server URL and/or broke the old one. :-(
|
|
|
@9c84617
|
2010-12-13T00:42:58Z |
wilmer |
Silently adding /CTCP NUDGE support for MSN contacts.
|
|
|
@8eec79d
|
2010-12-13T00:33:56Z |
wilmer |
MSN: Don't send any of the special messages offline since they creep …
|
|
|
@76c89dc7
|
2010-12-12T00:25:17Z |
wilmer |
Allow changing MSN display names in server-side profiles. (I.e. the …
|
|
|
@d68365c
|
2010-11-20T15:39:58Z |
wilmer |
D'oh. Obviously, only look at MSN buddies when checking the MSN …
|
|
|
@4eb75b2
|
2010-11-20T11:31:39Z |
wilmer |
Sometimes for whatever reasons MSN adds all contacts to both the …
|
|
|
@10685d3
|
2010-11-19T21:00:14Z |
wilmer |
Fixed two doc/string typos.
|
|
|
@ed0589c
|
2010-11-13T13:01:40Z |
wilmer |
Fixed issue with logging in to unverified MSN accounts.
|
|
|
@9066974
|
2010-10-23T03:05:48Z |
wilmer |
Fixed some still-leaky code in the MSN incoming status message handling.
|
|
|
@6197702
|
2010-10-09T18:41:19Z |
wilmer |
Merging OTR branch. It's more or less a plugin if you enable it, and …
|
|
|
@23b29c6
|
2010-10-08T06:32:44Z |
wilmer |
Clean up ordering of free()s in msn_buddy_data_free().
|
|
|
@8a35d4b
|
2010-10-07T06:41:50Z |
wilmer |
base64-decode the msg in offline msg non-delivery reports and suppress …
|
|
|
@afb9ea9
|
2010-10-07T06:25:35Z |
wilmer |
Silencing some (mostly whiny) compiler warnings.
|
|
|
@c1d40e7
|
2010-10-07T06:19:39Z |
wilmer |
Fixed some memory leaks.
|
|
|
@385fbc4
|
2010-10-06T08:31:15Z |
wilmer |
Fixed string handling bug with long MSN passwords.
|
|
|
@8e9e2b7
|
2010-10-03T02:45:26Z |
wilmer |
Merging mainline, which includes a huge msnp13 merge.
Not 100% sure …
|
|
|
@2af3e23
|
2010-10-02T06:56:33Z |
wilmer |
Restore MSN password truncation code. MSN still can't handle passwords …
|
|
|
@04cd284
|
2010-10-02T05:19:27Z |
wilmer |
Export block/allow list again. The way this is done is ugly though and …
|
|
|
@ed86165
|
2010-10-02T04:22:57Z |
wilmer |
Silence some debugging stuff that was still going to stdout.
|
|
|
@52f5e90
|
2010-10-02T04:21:50Z |
wilmer |
Fixed possible crash bug on removing contacts while the auth cookie …
|
|
|
@2c6b0f4
|
2010-09-05T14:09:43Z |
wilmer |
Fix auth for @msn.com accounts.
|
|
|
@4e1be76
|
2010-09-04T17:23:46Z |
wilmer |
Clean up any stuff stuck in the soap queue at disconnect time.
|
|
|
@27053b5
|
2010-09-04T17:13:55Z |
wilmer |
Finish re-authentication works. Should now work for OIMs as well.
|
|
|
@4aa8a04
|
2010-09-04T15:54:52Z |
wilmer |
This works (includes some token sabotage code to ease testing), but I …
|
|
|
@bae0617
|
2010-09-03T21:24:58Z |
wilmer |
Rearrange things a bit to support multiple NS connections. This is …
|
|
|
@64768d4
|
2010-09-02T09:15:44Z |
wilmer |
Replace msn*write functions with saner versions that accept format …
|
|
|
@f5c0d8e
|
2010-08-31T20:06:14Z |
wilmer |
Merge mainline stuff.
|
|
|
@02bb9db
|
2010-08-29T09:39:27Z |
wilmer |
Handle payloads attached to errors (assume any number in cmd[2] would …
|
|
|
@feb1bad
|
2010-08-28T12:24:37Z |
wilmer |
Pull in Makefile dependencies fix from mainline.
|
|
|
@00374ac
|
2010-08-28T12:22:50Z |
wilmer |
Don't treat error 241 as fatal since it isn't - or at least not always.
|
|
|
@b0a89cc
|
2010-08-27T08:48:18Z |
wilmer |
Use nifty gcc -MD feature to automatically track .h dependencies of …
|
|
|
@be999a5
|
2010-08-23T23:12:24Z |
wilmer |
First step in this merge. Mostly a bzr merge and then a cleanup of …
|
|
|
@9b1d2d6
|
2010-08-22T10:42:27Z |
wilmer |
Ignore empty status messages, and msnmsgrp2p invitations.
|
|
|
@fd424c8
|
2010-08-21T23:08:33Z |
wilmer |
Also pick up MSN Messenger mobile info.
|
|
|
@327af51
|
2010-08-21T17:27:32Z |
wilmer |
Some general cleanup, plus fixing a bug in the memberlist parsing …
|
|
|
@801b90b
|
2010-08-20T19:30:12Z |
wilmer |
Check if a connection is down before handling its SOAP responses.
|
|
|
@f2520b5
|
2010-08-20T08:22:28Z |
wilmer |
In debugging mode, dump all SOAP requests + responses with some …
|
|
|
@80175a1
|
2010-08-18T19:21:44Z |
wilmer |
Fetch the user's profile to see if there's a display name set there. …
|
|
|
@e0e1546
|
2010-08-15T18:46:10Z |
wilmer |
Making display name code a bit saner. Apparently PoS MSN is still …
|
|
|
@9b01339
|
2010-08-15T17:19:06Z |
wilmer |
Check the <isMessengerUser/> flag in address book entries, ignore the …
|
|
|
@9679fd8
|
2010-08-15T14:27:44Z |
wilmer |
Removing soap.h dependency in Makefile. I'll have to fix the internal …
|
|
|
@660cb00
|
2010-08-15T13:23:03Z |
wilmer |
Parse authentication errors.
|
|
|
@5a7af1b
|
2010-08-15T13:02:52Z |
wilmer |
The ADL command doesn't support >150 contacts. Split it up.
|
|
|
@ff27648
|
2010-08-15T00:05:49Z |
wilmer |
Read group info.
|
|
|
@d97f51b
|
2010-08-14T23:23:23Z |
wilmer |
Fix issues with logging in with huge SSO tickets (hilariously, the …
|
|
|
@4fc95c5
|
2010-08-14T21:33:33Z |
wilmer |
Add/Remove support.
|
|
|
@6ddb223
|
2010-08-14T19:57:13Z |
wilmer |
Separate boilerplate and body of abservice SOAP requests since the …
|
|
|
@193dc74
|
2010-08-14T16:16:52Z |
wilmer |
Responses to add requests work now.
|
|
|
@e5854a8
|
2010-08-14T14:50:10Z |
wilmer |
Show incoming auth. requests (although responding to them currently …
|
|
|
@5848675
|
2010-08-14T13:32:46Z |
wilmer |
The contact's full name is in a different field now in NLN messages.
|
|
|
@4452e69
|
2010-08-14T13:06:11Z |
wilmer |
Allow changing the display_name, now permanently!
|
|
|
@d93c0eb9
|
2010-08-14T12:20:59Z |
wilmer |
Read incoming MSN status/away messages.
|
|
|
@12767e3
|
2010-08-14T11:30:40Z |
wilmer |
Status/Away messages.
|
|
|
@73efe3a
|
2010-08-14T11:07:45Z |
wilmer |
Allow Passport authentication with @msn.com accounts.
|
|
|
@4e4af1b
|
2010-08-14T08:48:46Z |
wilmer |
Remove some old Passport stuff, this is all in soap.[ch] now.
|
|
|
@91d6e91
|
2010-08-13T09:12:31Z |
wilmer |
Sending offline messages works now ... but Pidgin doesn't seem to …
|
|
|
@b46769d
|
2010-08-12T22:44:56Z |
wilmer |
Some syntax checking fixups; don't make the same mistake of failing …
|
|
|
@be7a180
|
2010-08-12T22:38:30Z |
wilmer |
Proper responses to CHL challenges. Clean up bee_users before calling …
|
|
|
@ca7de3a
|
2010-08-12T22:13:26Z |
wilmer |
Successful login (including contact list sync). \o/
|
|
|
@7f34ce2
|
2010-08-11T23:03:33Z |
wilmer |
Get contact list/address book info. Next step: We have to send it …
|
|
|
@523fb23
|
2010-08-11T08:08:39Z |
wilmer |
Implement MSNP15 SSO (Sadistic Sign-On).
|
|
|
@7db65b7
|
2010-08-09T19:04:55Z |
wilmer |
Not working yet, but some code for fetching the membership list. …
|
|
|
@5fecede
|
2010-08-08T17:29:43Z |
wilmer |
Enough changes to successfully login up to (but not including) …
|
|
|
@2528cda
|
2010-08-08T15:34:49Z |
wilmer |
Merging msn-offline branch. A tiny bit of MSNP13, and it works for the …
|
|
|
@daae10f
|
2010-08-07T16:33:02Z |
wilmer |
OpenSolaris (non-gcc) fixes, patches from Dagobert Michelsen …
|
|
|
@4255320
|
2010-07-27T22:18:27Z |
wilmer |
MSN: Don't show any "special" messages when breaking down switchboards …
|
|
|
@8b01217
|
2010-07-24T23:26:33Z |
wilmer |
MSN supports having people in multiple groups and BitlBee does not. …
|
|
|
@70ac477
|
2010-06-11T11:34:39Z |
wilmer |
Create new MSN groups when necessary.
|
|
|
@6acc033
|
2010-06-09T00:35:13Z |
wilmer |
Moving MSN contacts between groups is now possible, but no support yet …
|
|
|
@4aa0f6b
|
2010-06-07T14:31:07Z |
wilmer |
Merging killerbee stuff, bringing all the bleeding-edge stuff together.
|
|
|
@1fdb0a4
|
2010-06-05T23:26:07Z |
wilmer |
Merging mainline.
|
|
|
@bb09b3c
|
2010-06-03T21:13:57Z |
pesco |
merge in bitlbee 1.2.7
|
|
|
@814aa52
|
2010-06-03T11:00:45Z |
pesco |
merge in bitlbee 1.2.6
|
|
|
@5f8ab6a9
|
2010-06-03T10:41:03Z |
pesco |
merge in bitlbee 1.2.5
|
|
|
@f60079b
|
2010-05-25T22:26:54Z |
wilmer |
Allow one to run the configure script from a different directory and …
|
|
|
@d25ebea
|
2010-05-25T22:04:55Z |
wilmer |
GAIM_INPUT_* were renamed, at last.
|
|
|
@ec86b22
|
2010-05-15T23:28:16Z |
wilmer |
Mainline merge. (Probably mostly irrelevant for this branch, oh well.)
|
|
|
@f8ec890
|
2010-05-15T00:20:33Z |
wilmer |
Passport 3.0 authentication turns out to be slightly different from …
|
|
|
@704dd38
|
2010-06-01T21:51:27Z |
wilmer |
Merging head.
|
|
|
@3429b58
|
2010-05-13T22:05:13Z |
wilmer |
Mainline merge.
|
|
|
@f8cb76d
|
2010-05-11T21:33:37Z |
wilmer |
Stop those "Many switchboard failures" messages. No point in showing …
|
|
|
@e5abfd4
|
2010-05-09T11:26:57Z |
wilmer |
Safety check for yesterday's fixes: Double-check that a groupchat …
|
|
|
@36577aa
|
2010-05-09T00:28:38Z |
wilmer |
Create the struct groupchat early on in msn_chat_with() so the new …
|
|
|
@f924563
|
2010-05-03T00:52:08Z |
wilmer |
Mainline merge.
|
|
|
@ae3dc99
|
2010-04-24T17:02:07Z |
wilmer |
Merging stuff from mainline (1.2.6).
|
|
|
@efbc154
|
2010-04-16T09:58:22Z |
wilmer |
Merge msn-keepalive, a nice hack (not yet documented) which sends …
|
|
|
@21c87a7
|
2010-04-14T09:27:50Z |
wilmer |
Merging loads of stuff from mainline.
|
|
|
@17a6ee9
|
2010-04-11T14:37:06Z |
wilmer |
Including DCC stuff again, with a wonderful extra layer of …
|
|
|
@bb839e8
|
2010-04-10T01:05:39Z |
wilmer |
Be more clever with keepalives; detect when a switchboard is opened …
|
|
|
@9bf2481
|
2010-04-09T23:16:38Z |
wilmer |
First stab at MSN keepalives.
Only kicks in if the user goes offline …
|
|
|
@7815a2b
|
2010-04-07T02:15:44Z |
wilmer |
Check MSN display names given by the server for UTF-8-correctness …
|
|
|
@e3413cc
|
2010-03-30T01:30:19Z |
wilmer |
Added local_display_name setting for MSN accounts and some hopefully …
|
|
|
@85693e6
|
2010-03-21T16:17:24Z |
wilmer |
Merging in killerbee stuff (just file transfers and maybe a few things …
|
|
|
@bc090f0
|
2010-03-20T22:42:59Z |
wilmer |
Error reporting and added a msgq_send function. Need to put some more …
|
|
|
@ffb6dea
|
2010-03-20T21:58:04Z |
wilmer |
Killing some memory leaks.
|
|
|
@e5a8118
|
2010-03-20T17:27:23Z |
wilmer |
Added soap.c with a fairly reusable SOAP framework and simple code for …
|
|
|
@21029d0
|
2010-03-20T13:56:27Z |
wilmer |
Add MSNP11 challenge code which I'll need for doing this SOAP stuff.
|
|
|
@60e4df3
|
2010-03-17T23:23:27Z |
wilmer |
Small cleanup. The max_packet_size variable doesn't seem to be read …
|
|
|