aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/msn/tables.c
Commit message (Collapse)AuthorAgeLines
* Remove MSN. Use the skypeweb purple plugin instead.dequis2018-01-10-162/+0
| | | | | | | | | | | | | | RIP As per http://ismsndeadyet.com/ all versions up to MSNP22 died a few months ago. We had a MSNP21 implementation, bought us two extra years. Implementing MSNP24 is technically possible but also pointless given skypeweb, and the authentication requires some fairly messed up crypto and legacy old-skype-protocol servers. For a long time I tried to reverse a potentially simpler method, and got fairly close, but never completed that. I haven't done any attempts to continue it in the last year, so I'm fine with giving up at this point.
* msn: removed switchboards, implemented SDG messagedequis2015-04-10-4/+4
|
* Reindent everything to K&R style with tabsIndent2015-02-20-33/+38
| | | | | | | Used uncrustify, with the configuration file in ./doc/uncrustify.cfg Commit author set to "Indent <please@skip.me>" so that it's easier to skip while doing git blame.
* Fix incorrect Free Software Foundation addressMatej Cepl2015-01-16-2/+2
|
* Don't treat error 241 as fatal since it isn't - or at least not always.Wilmer van der Gaast2010-08-28-1/+1
|
* Add/Remove support.Wilmer van der Gaast2010-08-14-0/+2
|
* Remove some old Passport stuff, this is all in soap.[ch] now.Wilmer van der Gaast2010-08-14-1/+1
|
* Put AWY at the beginning of the list since it's used as a fallback.Wilmer van der Gaast2010-03-06-1/+1
|
* MSN module updated to deal with the new API. Not many changes since itWilmer van der Gaast2010-03-06-24/+13
| | | | | | doesn't currently support away messages anyway. This is more a bit of a cleanup.
* Added SB_FATAL to MSN errorcode 911 so BitlBee won't disconnect from MSNWilmer van der Gaast2006-05-26-1/+1
| | | | | completely when a switchboard connection sends that error code.
* MSN consts!Wilmer van der Gaast2006-01-04-6/+6
|
* When trying to talk to MSN people who are offline, the switchboard gets ↵Wilmer van der Gaast2005-12-18-4/+4
| | | | | | | reset to a spare correctly. This fixes a problem with messages to MSN people not arriving sometimes.
* Initial repository (0.99 release tree)0.99Wilmer van der Gaast2005-11-06-0/+166