| Commit message (Expand) | Author | Age | Lines |
* | Silently adding /CTCP NUDGE support for MSN contacts. | Wilmer van der Gaast | 2010-12-13 | -1/+6 |
* | Rearrange things a bit to support multiple NS connections. This is apparently | Wilmer van der Gaast | 2010-09-03 | -6/+6 |
* | Replace msn*write functions with saner versions that accept format strings. | Wilmer van der Gaast | 2010-09-02 | -32/+25 |
* | Ignore empty status messages, and msnmsgrp2p invitations. | Wilmer van der Gaast | 2010-08-22 | -2/+2 |
* | Remove some old Passport stuff, this is all in soap.[ch] now. | Wilmer van der Gaast | 2010-08-14 | -2/+1 |
* | Some syntax checking fixups; don't make the same mistake of failing just if | Wilmer van der Gaast | 2010-08-12 | -6/+6 |
* | Implement MSNP15 SSO (Sadistic Sign-On). | Wilmer van der Gaast | 2010-08-11 | -0/+6 |
* | Enough changes to successfully login up to (but not including) fetching the | Wilmer van der Gaast | 2010-08-08 | -0/+1 |
* | Merging msn-offline branch. A tiny bit of MSNP13, and it works for the first | Wilmer van der Gaast | 2010-08-08 | -2/+7 |
|\ |
|
| * | Error reporting and added a msgq_send function. Need to put some more | Wilmer van der Gaast | 2010-03-20 | -11/+5 |
| * | Added soap.c with a fairly reusable SOAP framework and simple code for | Wilmer van der Gaast | 2010-03-20 | -0/+12 |
* | | Merging killerbee stuff, bringing all the bleeding-edge stuff together. | Wilmer van der Gaast | 2010-06-07 | -1/+1 |
|\ \ |
|
| * \ | Mainline merge. (Probably mostly irrelevant for this branch, oh well.) | Wilmer van der Gaast | 2010-05-16 | -27/+22 |
| |\ \ |
|
| * \ \ | Merging stuff from mainline (1.2.6). | Wilmer van der Gaast | 2010-04-24 | -0/+42 |
| |\ \ \ |
|
| * \ \ \ | Merging in killerbee stuff (just file transfers and maybe a few things from | Wilmer van der Gaast | 2010-03-21 | -56/+41 |
| |\ \ \ \ |
|
| * | | | | | Make purple use BitlBee's event handling API. Since the APIs never really | Wilmer van der Gaast | 2009-10-11 | -1/+1 |
| | |_|_|/
| |/| | | |
|
* | | | | | Mainline merge. | Wilmer van der Gaast | 2010-05-13 | -27/+22 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | Stop those "Many switchboard failures" messages. No point in showing them | Wilmer van der Gaast | 2010-05-11 | -27/+22 |
| | |_|/
| |/| | |
|
* | | | | Safety check for yesterday's fixes: Double-check that a groupchat struct | Wilmer van der Gaast | 2010-05-09 | -2/+5 |
* | | | | Create the struct groupchat early on in msn_chat_with() so the new chat | Wilmer van der Gaast | 2010-05-09 | -1/+4 |
* | | | | Mainline merge. | Wilmer van der Gaast | 2010-05-03 | -0/+43 |
|\| | | |
|
| * | | | Be more clever with keepalives; detect when a switchboard is opened with | Wilmer van der Gaast | 2010-04-10 | -1/+32 |
| * | | | First stab at MSN keepalives. | Wilmer van der Gaast | 2010-04-10 | -7/+18 |
| |/ / |
|
* | / | Including DCC stuff again, with a wonderful extra layer of abstraction. | Wilmer van der Gaast | 2010-04-11 | -0/+3 |
| |/
|/| |
|
* | | No functional changes, just some style "fixes". Although I admit I'm | Wilmer van der Gaast | 2009-12-13 | -2/+4 |
* | | Added MSN file transfer of type MSNFTP. | ulim | 2008-08-11 | -56/+39 |
|/ |
|
* | Added msn_sb_write_msg() (patch from ulim). | Wilmer van der Gaast | 2008-08-10 | -0/+42 |
* | Disabling "Unknown command" warnings since they're very noisy and pretty | Wilmer van der Gaast | 2008-02-03 | -1/+1 |
* | When a switchboard connection dies (at the TCP level) and there are still | Wilmer van der Gaast | 2008-01-12 | -0/+43 |
* | Changed warning message about unsent MSN messages. It should show the actual | Wilmer van der Gaast | 2008-01-06 | -35/+6 |
* | Added handling of MSN switchboard NAK messages. Untested, but hey, it | Wilmer van der Gaast | 2008-01-05 | -0/+11 |
* | Read-only support for Jabber conferences (non-anonymous rooms only). | Wilmer van der Gaast | 2007-04-22 | -1/+1 |
* | Renamed/slightly changed syntax of groupchat callback functions. | Wilmer van der Gaast | 2007-04-19 | -12/+12 |
* | API cleanup pretty much complete. Fixed pretty much everything except the | Wilmer van der Gaast | 2007-04-16 | -3/+3 |
* | s/imc/imcb/ for callback functions. Moved things aroundin nogaim.h a | Wilmer van der Gaast | 2007-04-15 | -3/+3 |
* | Cleaned up struct im_connection. No more username/password stuff since | Wilmer van der Gaast | 2007-04-15 | -8/+8 |
* | More cleanups, mainly in the callbacks. Replaced things like | Wilmer van der Gaast | 2007-04-05 | -6/+5 |
* | s/gaim_connection/im_connection/ and some other minor API changes. The rest | Wilmer van der Gaast | 2007-03-30 | -34/+34 |
* | Preparing for Jabber conference room support. | Wilmer van der Gaast | 2007-03-27 | -9/+11 |
* | MSN message packets are now sent at once instead of separately. Probably | Wilmer van der Gaast | 2006-10-24 | -6/+9 |
* | Merging from main/jelmer. | Wilmer van der Gaast | 2006-05-29 | -4/+6 |
|\ |
|
| * | Added SB_FATAL to MSN errorcode 911 so BitlBee won't disconnect from MSN | Wilmer van der Gaast | 2006-05-26 | -4/+6 |
* | | Moved everything to the BitlBee event handling API. | Wilmer van der Gaast | 2006-05-10 | -7/+13 |
|/ |
|
* | Fixed a very stupid bug in the "Closing switchboard with unsent messages" | Wilmer van der Gaast | 2006-03-17 | -4/+4 |
* | When closing down MSN (sb) connections with unsent messages, the warning | Wilmer van der Gaast | 2006-01-30 | -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 |
* | When trying to talk to MSN people who are offline, the switchboard gets reset... | Wilmer van der Gaast | 2005-12-18 | -1/+25 |
* | Implements solution to typing notifications in ticket #45 | Matt Sparks | 2005-12-04 | -1/+1 |
* | Updates copyright headers of files that were changed in 2005 too. | Wilmer van der Gaast | 2005-11-12 | -1/+1 |
* | Initial repository (0.99 release tree)0.99 | Wilmer van der Gaast | 2005-11-06 | -0/+659 |