diff options
Diffstat (limited to 'protocols/MSN')
69 files changed, 69 insertions, 69 deletions
diff --git a/protocols/MSN/CMakeLists.txt b/protocols/MSN/CMakeLists.txt index 58e247810b..9fdb7dc81d 100644 --- a/protocols/MSN/CMakeLists.txt +++ b/protocols/MSN/CMakeLists.txt @@ -1,4 +1,4 @@ -file(GLOB SOURCES "src/*.h" "src/skylogin/*.h" "src/*.cpp" "src/*.c" "src/skylogin/*.c" "res/*.rc") +file(GLOB SOURCES "src/*.h" "src/skylogin/*.h" "src/*.cpp" "src/*.c" "src/skylogin/*.c" "res/*.rc") set(TARGET MSN) include(${CMAKE_SOURCE_DIR}/cmake/plugin.cmake) target_link_libraries(${TARGET} libjson ${OPENSSL_LIBRARIES} comctl32.lib) diff --git a/protocols/MSN/docs/gpl.txt b/protocols/MSN/docs/gpl.txt index 45645b4b53..75fe0077e7 100644 --- a/protocols/MSN/docs/gpl.txt +++ b/protocols/MSN/docs/gpl.txt @@ -1,4 +1,4 @@ - GNU GENERAL PUBLIC LICENSE
+ GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
diff --git a/protocols/MSN/docs/history.txt b/protocols/MSN/docs/history.txt index b3f08ab339..d46255eebc 100644 --- a/protocols/MSN/docs/history.txt +++ b/protocols/MSN/docs/history.txt @@ -1,4 +1,4 @@ -Legend:
+Legend:
[+] added
[*] changed
[-] deleted
diff --git a/protocols/MSN/docs/readme.txt b/protocols/MSN/docs/readme.txt index 8c0a035958..1798eefac8 100644 --- a/protocols/MSN/docs/readme.txt +++ b/protocols/MSN/docs/readme.txt @@ -1,4 +1,4 @@ -Protocol for the Miranda IM for communicating with users of
+Protocol for the Miranda IM for communicating with users of
the MSN Messenger protocol.
Copyright (C) 2003-5 George Hazan (ghazan@postman.ru)
diff --git a/protocols/MSN/docs/todo.txt b/protocols/MSN/docs/todo.txt index 627c0ae56b..f562166ed7 100644 --- a/protocols/MSN/docs/todo.txt +++ b/protocols/MSN/docs/todo.txt @@ -1,4 +1,4 @@ -There're most important problems and known bugs:
+There're most important problems and known bugs:
1. File transfers:
- problems with the multihomed machines.
diff --git a/protocols/MSN/proto_msn/CMakeLists.txt b/protocols/MSN/proto_msn/CMakeLists.txt index 7df814f1c5..08e6986ff2 100644 --- a/protocols/MSN/proto_msn/CMakeLists.txt +++ b/protocols/MSN/proto_msn/CMakeLists.txt @@ -1,2 +1,2 @@ -set(TARGET Proto_MSN) +set(TARGET Proto_MSN) include(${CMAKE_SOURCE_DIR}/cmake/icons.cmake)
\ No newline at end of file diff --git a/protocols/MSN/proto_msn/res/Proto_MSN.rc b/protocols/MSN/proto_msn/res/Proto_MSN.rc index 6d2a82de81..0c60684791 100644 --- a/protocols/MSN/proto_msn/res/Proto_MSN.rc +++ b/protocols/MSN/proto_msn/res/Proto_MSN.rc @@ -1,4 +1,4 @@ -// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\src\resource.h"
diff --git a/protocols/MSN/proto_msn/src/resource.h b/protocols/MSN/proto_msn/src/resource.h index 2842dcf4f3..0b2abf1fd2 100644 --- a/protocols/MSN/proto_msn/src/resource.h +++ b/protocols/MSN/proto_msn/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by Proto_MSN.rc
//
diff --git a/protocols/MSN/res/msn.rc b/protocols/MSN/res/msn.rc index a59f01f92e..c6ef7531ef 100644 --- a/protocols/MSN/res/msn.rc +++ b/protocols/MSN/res/msn.rc @@ -1,4 +1,4 @@ -// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\src\resource.h"
diff --git a/protocols/MSN/res/version.rc b/protocols/MSN/res/version.rc index d99de84d82..de874a17dd 100644 --- a/protocols/MSN/res/version.rc +++ b/protocols/MSN/res/version.rc @@ -1,4 +1,4 @@ -// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
diff --git a/protocols/MSN/src/des.c b/protocols/MSN/src/des.c index 030fb983cd..141c7b9b95 100644 --- a/protocols/MSN/src/des.c +++ b/protocols/MSN/src/des.c @@ -1,4 +1,4 @@ -/*
+/*
* FIPS-46-3 compliant Triple-DES implementation
*
* Copyright (C) 2006-2007 Christophe Devine
diff --git a/protocols/MSN/src/des.h b/protocols/MSN/src/des.h index e1fc923fad..cc31b85ed9 100644 --- a/protocols/MSN/src/des.h +++ b/protocols/MSN/src/des.h @@ -1,4 +1,4 @@ -/** +/** * \file des.h */ #ifndef _DES_H diff --git a/protocols/MSN/src/ezxml.c b/protocols/MSN/src/ezxml.c index 6f13194177..f1024847c8 100644 --- a/protocols/MSN/src/ezxml.c +++ b/protocols/MSN/src/ezxml.c @@ -1,4 +1,4 @@ -/* ezxml.c
+/* ezxml.c
*
* Copyright 2004-2006 Aaron Voisine <aaron@voisine.org>
*
diff --git a/protocols/MSN/src/ezxml.h b/protocols/MSN/src/ezxml.h index 37a0385541..0548c67150 100644 --- a/protocols/MSN/src/ezxml.h +++ b/protocols/MSN/src/ezxml.h @@ -1,4 +1,4 @@ -/* ezxml.h +/* ezxml.h * * Copyright 2004-2006 Aaron Voisine <aaron@voisine.org> * diff --git a/protocols/MSN/src/msn.cpp b/protocols/MSN/src/msn.cpp index 5ff0f96647..e9293b49d0 100644 --- a/protocols/MSN/src/msn.cpp +++ b/protocols/MSN/src/msn.cpp @@ -1,4 +1,4 @@ -/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_auth.cpp b/protocols/MSN/src/msn_auth.cpp index 7e2858ceff..5709379f91 100644 --- a/protocols/MSN/src/msn_auth.cpp +++ b/protocols/MSN/src/msn_auth.cpp @@ -1,4 +1,4 @@ -/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_avatar.cpp b/protocols/MSN/src/msn_avatar.cpp index 3dad24f1e0..13da4bd847 100644 --- a/protocols/MSN/src/msn_avatar.cpp +++ b/protocols/MSN/src/msn_avatar.cpp @@ -1,4 +1,4 @@ -/*
+/*
Plugin for Miranda NG for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-17 Miranda NG Team
diff --git a/protocols/MSN/src/msn_chat.cpp b/protocols/MSN/src/msn_chat.cpp index 1b3b530669..5c3d4e2a81 100644 --- a/protocols/MSN/src/msn_chat.cpp +++ b/protocols/MSN/src/msn_chat.cpp @@ -1,4 +1,4 @@ -/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_commands.cpp b/protocols/MSN/src/msn_commands.cpp index 82b77b6f03..0575e2d1dd 100644 --- a/protocols/MSN/src/msn_commands.cpp +++ b/protocols/MSN/src/msn_commands.cpp @@ -1,4 +1,4 @@ -/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_contact.cpp b/protocols/MSN/src/msn_contact.cpp index 94c2fa498b..5d568ff17b 100644 --- a/protocols/MSN/src/msn_contact.cpp +++ b/protocols/MSN/src/msn_contact.cpp @@ -1,4 +1,4 @@ -/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_errors.cpp b/protocols/MSN/src/msn_errors.cpp index 68de79ad4f..2158bf5242 100644 --- a/protocols/MSN/src/msn_errors.cpp +++ b/protocols/MSN/src/msn_errors.cpp @@ -1,4 +1,4 @@ -/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_http.cpp b/protocols/MSN/src/msn_http.cpp index d97d6497da..2a4eb48fad 100644 --- a/protocols/MSN/src/msn_http.cpp +++ b/protocols/MSN/src/msn_http.cpp @@ -1,4 +1,4 @@ -/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_ieembed.cpp b/protocols/MSN/src/msn_ieembed.cpp index dcbb150409..df311d392a 100644 --- a/protocols/MSN/src/msn_ieembed.cpp +++ b/protocols/MSN/src/msn_ieembed.cpp @@ -1,4 +1,4 @@ -/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_ieembed.h b/protocols/MSN/src/msn_ieembed.h index cef9799f63..57a28b0015 100644 --- a/protocols/MSN/src/msn_ieembed.h +++ b/protocols/MSN/src/msn_ieembed.h @@ -1,4 +1,4 @@ -/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_libstr.cpp b/protocols/MSN/src/msn_libstr.cpp index b5303150ba..9ecd5a1cfa 100644 --- a/protocols/MSN/src/msn_libstr.cpp +++ b/protocols/MSN/src/msn_libstr.cpp @@ -1,4 +1,4 @@ -/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_links.cpp b/protocols/MSN/src/msn_links.cpp index e6bf5641b8..755cdced05 100644 --- a/protocols/MSN/src/msn_links.cpp +++ b/protocols/MSN/src/msn_links.cpp @@ -1,4 +1,4 @@ -/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_lists.cpp b/protocols/MSN/src/msn_lists.cpp index 78a7a59e42..f969a0f1a8 100644 --- a/protocols/MSN/src/msn_lists.cpp +++ b/protocols/MSN/src/msn_lists.cpp @@ -1,4 +1,4 @@ -/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_mail.cpp b/protocols/MSN/src/msn_mail.cpp index a2924d90c8..e4fed4dabf 100644 --- a/protocols/MSN/src/msn_mail.cpp +++ b/protocols/MSN/src/msn_mail.cpp @@ -1,4 +1,4 @@ -/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_menu.cpp b/protocols/MSN/src/msn_menu.cpp index a8729e5437..d6ef990c68 100644 --- a/protocols/MSN/src/msn_menu.cpp +++ b/protocols/MSN/src/msn_menu.cpp @@ -1,4 +1,4 @@ -/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_mime.cpp b/protocols/MSN/src/msn_mime.cpp index d8da556bec..40168ed884 100644 --- a/protocols/MSN/src/msn_mime.cpp +++ b/protocols/MSN/src/msn_mime.cpp @@ -1,4 +1,4 @@ -/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_misc.cpp b/protocols/MSN/src/msn_misc.cpp index 5bf2bb2aa3..141075fcbe 100644 --- a/protocols/MSN/src/msn_misc.cpp +++ b/protocols/MSN/src/msn_misc.cpp @@ -1,4 +1,4 @@ -/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_msgsplit.cpp b/protocols/MSN/src/msn_msgsplit.cpp index 2e61ffbd11..f3e988f990 100644 --- a/protocols/MSN/src/msn_msgsplit.cpp +++ b/protocols/MSN/src/msn_msgsplit.cpp @@ -1,4 +1,4 @@ -/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_opts.cpp b/protocols/MSN/src/msn_opts.cpp index d14771eaca..8d5e180441 100644 --- a/protocols/MSN/src/msn_opts.cpp +++ b/protocols/MSN/src/msn_opts.cpp @@ -1,4 +1,4 @@ -/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_proto.cpp b/protocols/MSN/src/msn_proto.cpp index b5cff2b7f4..07fe4bdf44 100644 --- a/protocols/MSN/src/msn_proto.cpp +++ b/protocols/MSN/src/msn_proto.cpp @@ -1,4 +1,4 @@ -/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_proto.h b/protocols/MSN/src/msn_proto.h index d0576b7908..2329758d0a 100644 --- a/protocols/MSN/src/msn_proto.h +++ b/protocols/MSN/src/msn_proto.h @@ -1,4 +1,4 @@ -/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_skypeab.cpp b/protocols/MSN/src/msn_skypeab.cpp index 35f6b0e829..1a7f927f75 100644 --- a/protocols/MSN/src/msn_skypeab.cpp +++ b/protocols/MSN/src/msn_skypeab.cpp @@ -1,4 +1,4 @@ -/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_soapab.cpp b/protocols/MSN/src/msn_soapab.cpp index 2f82ab7a1c..006eef02db 100644 --- a/protocols/MSN/src/msn_soapab.cpp +++ b/protocols/MSN/src/msn_soapab.cpp @@ -1,4 +1,4 @@ -/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_soapstore.cpp b/protocols/MSN/src/msn_soapstore.cpp index 813d47820b..c0c62748bf 100644 --- a/protocols/MSN/src/msn_soapstore.cpp +++ b/protocols/MSN/src/msn_soapstore.cpp @@ -1,4 +1,4 @@ -/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_srv.cpp b/protocols/MSN/src/msn_srv.cpp index 35401b533a..55a00150f4 100644 --- a/protocols/MSN/src/msn_srv.cpp +++ b/protocols/MSN/src/msn_srv.cpp @@ -1,4 +1,4 @@ -/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_ssl.cpp b/protocols/MSN/src/msn_ssl.cpp index d1c72c8a46..2aade5bc23 100644 --- a/protocols/MSN/src/msn_ssl.cpp +++ b/protocols/MSN/src/msn_ssl.cpp @@ -1,4 +1,4 @@ -/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_std.cpp b/protocols/MSN/src/msn_std.cpp index c7e417319f..1140681d36 100644 --- a/protocols/MSN/src/msn_std.cpp +++ b/protocols/MSN/src/msn_std.cpp @@ -1,4 +1,4 @@ -/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_svcs.cpp b/protocols/MSN/src/msn_svcs.cpp index 3a27b3c2a9..a4bfe038d1 100644 --- a/protocols/MSN/src/msn_svcs.cpp +++ b/protocols/MSN/src/msn_svcs.cpp @@ -1,4 +1,4 @@ -/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_switchboard.cpp b/protocols/MSN/src/msn_switchboard.cpp index fec422f88f..3035d42cd2 100644 --- a/protocols/MSN/src/msn_switchboard.cpp +++ b/protocols/MSN/src/msn_switchboard.cpp @@ -1,4 +1,4 @@ -/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_threads.cpp b/protocols/MSN/src/msn_threads.cpp index 213e03b1a4..22573c0b14 100644 --- a/protocols/MSN/src/msn_threads.cpp +++ b/protocols/MSN/src/msn_threads.cpp @@ -1,4 +1,4 @@ -/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_ws.cpp b/protocols/MSN/src/msn_ws.cpp index 87920c1723..8fd071c05a 100644 --- a/protocols/MSN/src/msn_ws.cpp +++ b/protocols/MSN/src/msn_ws.cpp @@ -1,4 +1,4 @@ -/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/resource.h b/protocols/MSN/src/resource.h index 938a0124b7..35c073806b 100644 --- a/protocols/MSN/src/resource.h +++ b/protocols/MSN/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ..\res\msn.rc
//
diff --git a/protocols/MSN/src/skylogin/common.c b/protocols/MSN/src/skylogin/common.c index 4aa14956e8..a1ebc90dee 100644 --- a/protocols/MSN/src/skylogin/common.c +++ b/protocols/MSN/src/skylogin/common.c @@ -1,4 +1,4 @@ -/*
+/*
* Skype Login
*
* Based on:
diff --git a/protocols/MSN/src/skylogin/common.h b/protocols/MSN/src/skylogin/common.h index 5396000603..66e6727fb2 100644 --- a/protocols/MSN/src/skylogin/common.h +++ b/protocols/MSN/src/skylogin/common.h @@ -1,4 +1,4 @@ -#ifndef __COMMON_H__
+#ifndef __COMMON_H__
#define __COMMON_H__
#ifdef _WIN32
diff --git a/protocols/MSN/src/skylogin/crc.c b/protocols/MSN/src/skylogin/crc.c index 48cf20762c..f596a43996 100644 --- a/protocols/MSN/src/skylogin/crc.c +++ b/protocols/MSN/src/skylogin/crc.c @@ -1,4 +1,4 @@ -#include "crc.h"
+#include "crc.h"
/* ============================================================= */
/* COPYRIGHT (C) 1986 Gary S. Brown. You may use this program, or */
diff --git a/protocols/MSN/src/skylogin/crc.h b/protocols/MSN/src/skylogin/crc.h index d2964e841b..d6c0c395e2 100644 --- a/protocols/MSN/src/skylogin/crc.h +++ b/protocols/MSN/src/skylogin/crc.h @@ -1,4 +1,4 @@ -#ifndef CRC_H
+#ifndef CRC_H
#define CRC_H
/* This computes a 32 bit CRC of the data in the buffer, and returns the
CRC. The polynomial used is 0xedb88320. */
diff --git a/protocols/MSN/src/skylogin/credentials.c b/protocols/MSN/src/skylogin/credentials.c index df80f2cafb..30c91b20bb 100644 --- a/protocols/MSN/src/skylogin/credentials.c +++ b/protocols/MSN/src/skylogin/credentials.c @@ -1,4 +1,4 @@ -/*
+/*
* Skype Login
*
* Based on:
diff --git a/protocols/MSN/src/skylogin/credentials.h b/protocols/MSN/src/skylogin/credentials.h index b6c323089d..7270d2ba0a 100644 --- a/protocols/MSN/src/skylogin/credentials.h +++ b/protocols/MSN/src/skylogin/credentials.h @@ -1,3 +1,3 @@ -Memory_U Credentials_Write(Skype_Inst *pInst);
+Memory_U Credentials_Write(Skype_Inst *pInst);
int Credentials_Read(Skype_Inst *pInst, Memory_U creds, SResponse *LoginDatas);
int Credentials_Parse(Skype_Inst *pInst, Memory_U creds, SResponse *LoginDatas);
diff --git a/protocols/MSN/src/skylogin/login.c b/protocols/MSN/src/skylogin/login.c index 406ebe279e..8acd3d9ae5 100644 --- a/protocols/MSN/src/skylogin/login.c +++ b/protocols/MSN/src/skylogin/login.c @@ -1,4 +1,4 @@ -/*
+/*
* Skype Login
*
* Based on:
diff --git a/protocols/MSN/src/skylogin/login.h b/protocols/MSN/src/skylogin/login.h index 6d5113466d..8c0e74f0a6 100644 --- a/protocols/MSN/src/skylogin/login.h +++ b/protocols/MSN/src/skylogin/login.h @@ -1,2 +1,2 @@ -int PerformLogin(Skype_Inst *pInst, const char *User, const char *Pass);
+int PerformLogin(Skype_Inst *pInst, const char *User, const char *Pass);
void InitInstance(Skype_Inst *pInst);
diff --git a/protocols/MSN/src/skylogin/objects.c b/protocols/MSN/src/skylogin/objects.c index f5941128f0..2ef29d7a16 100644 --- a/protocols/MSN/src/skylogin/objects.c +++ b/protocols/MSN/src/skylogin/objects.c @@ -1,4 +1,4 @@ -/*
+/*
* Skype Login
*
* Based on:
diff --git a/protocols/MSN/src/skylogin/objects.h b/protocols/MSN/src/skylogin/objects.h index 1c11ef9a8e..6257ef4492 100644 --- a/protocols/MSN/src/skylogin/objects.h +++ b/protocols/MSN/src/skylogin/objects.h @@ -1,4 +1,4 @@ -#include "common.h"
+#include "common.h"
typedef struct
{
diff --git a/protocols/MSN/src/skylogin/platform.h b/protocols/MSN/src/skylogin/platform.h index c5cf2d4438..0d5f7fc3a5 100644 --- a/protocols/MSN/src/skylogin/platform.h +++ b/protocols/MSN/src/skylogin/platform.h @@ -1,4 +1,4 @@ -int64_t PlatFormSpecific();
+int64_t PlatFormSpecific();
void InitNodeId(Skype_Inst *pInst);
void FillMiscDatas(Skype_Inst *pInst, unsigned int *Datas);
void FillRndBuffer(unsigned char *Buffer);
diff --git a/protocols/MSN/src/skylogin/platform_w32.c b/protocols/MSN/src/skylogin/platform_w32.c index bbddc270ef..5aba6e6e5f 100644 --- a/protocols/MSN/src/skylogin/platform_w32.c +++ b/protocols/MSN/src/skylogin/platform_w32.c @@ -1,4 +1,4 @@ -/*
+/*
* Skype Login
*
* Based on:
diff --git a/protocols/MSN/src/skylogin/random.c b/protocols/MSN/src/skylogin/random.c index b13e6b79f3..d3f7b0d4ab 100644 --- a/protocols/MSN/src/skylogin/random.c +++ b/protocols/MSN/src/skylogin/random.c @@ -1,4 +1,4 @@ -/*
+/*
* Skype Login
*
* Based on:
diff --git a/protocols/MSN/src/skylogin/random.h b/protocols/MSN/src/skylogin/random.h index adea8f9cf1..7580ab5b5c 100644 --- a/protocols/MSN/src/skylogin/random.h +++ b/protocols/MSN/src/skylogin/random.h @@ -1,4 +1,4 @@ -unsigned int BytesSHA1(uchar *Data, uint Length);
+unsigned int BytesSHA1(uchar *Data, uint Length);
void GenSessionKey(uchar *Buffer, uint Size);
void SpecialSHA(uchar *SessionKey, uint SkSz, uchar *SHAResult, uint ResSz);
uchar *FinalizeLoginDatas(Skype_Inst *pInst, uchar *Buffer, uint *Size, uchar *Suite, int SuiteSz);
diff --git a/protocols/MSN/src/skylogin/rc4comm.c b/protocols/MSN/src/skylogin/rc4comm.c index d63676878f..183e89d9b9 100644 --- a/protocols/MSN/src/skylogin/rc4comm.c +++ b/protocols/MSN/src/skylogin/rc4comm.c @@ -1,4 +1,4 @@ -/*
+/*
* Skype Login
*
* Based on:
diff --git a/protocols/MSN/src/skylogin/rc4comm.h b/protocols/MSN/src/skylogin/rc4comm.h index c9c24bb7b1..8c6b7c2d9b 100644 --- a/protocols/MSN/src/skylogin/rc4comm.h +++ b/protocols/MSN/src/skylogin/rc4comm.h @@ -1,3 +1,3 @@ -int RC4Comm_Init(LSConnection *pConn);
+int RC4Comm_Init(LSConnection *pConn);
int RC4Comm_Send (LSConnection *pConn, const char * buf, int len);
int RC4Comm_Recv (LSConnection *pConn, char * buf, int len);
diff --git a/protocols/MSN/src/skylogin/skylogin.c b/protocols/MSN/src/skylogin/skylogin.c index e0bab68c17..7eff38a1a8 100644 --- a/protocols/MSN/src/skylogin/skylogin.c +++ b/protocols/MSN/src/skylogin/skylogin.c @@ -1,4 +1,4 @@ -/*
+/*
* Skype Login
*
* Based on:
diff --git a/protocols/MSN/src/skylogin/skylogin.h b/protocols/MSN/src/skylogin/skylogin.h index 89e8e83b70..350f01dac1 100644 --- a/protocols/MSN/src/skylogin/skylogin.h +++ b/protocols/MSN/src/skylogin/skylogin.h @@ -1,4 +1,4 @@ -typedef void* SkyLogin;
+typedef void* SkyLogin;
/* Size of the buffer you should supply as pszOutUIC on SkyLogin_CreateUICString */
#define UICSTR_SIZE 1024
diff --git a/protocols/MSN/src/skylogin/uic.c b/protocols/MSN/src/skylogin/uic.c index 6b32b70796..d9bbed2f18 100644 --- a/protocols/MSN/src/skylogin/uic.c +++ b/protocols/MSN/src/skylogin/uic.c @@ -1,4 +1,4 @@ -/*
+/*
* Skype Login
*
* Based on:
diff --git a/protocols/MSN/src/skylogin/uic.h b/protocols/MSN/src/skylogin/uic.h index ad870035a8..eb05ea1e85 100644 --- a/protocols/MSN/src/skylogin/uic.h +++ b/protocols/MSN/src/skylogin/uic.h @@ -1,3 +1,3 @@ -Memory_U CreateUIC(Skype_Inst *pInst, const char *pszNonce, const char *pszSalt);
+Memory_U CreateUIC(Skype_Inst *pInst, const char *pszNonce, const char *pszSalt);
int CreateUICString(Skype_Inst *pInst, const char *pszNonce, const char *pszSalt, char *pszOutUIC);
int GetCredentialsUIC(Skype_Inst *pInst, char *pszOutUIC);
diff --git a/protocols/MSN/src/stdafx.cxx b/protocols/MSN/src/stdafx.cxx index 2cfe57c9c5..f0e72e2cd0 100644 --- a/protocols/MSN/src/stdafx.cxx +++ b/protocols/MSN/src/stdafx.cxx @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2012-17 Miranda NG team (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/MSN/src/stdafx.h b/protocols/MSN/src/stdafx.h index 37d0bae992..3c3cc5adcd 100644 --- a/protocols/MSN/src/stdafx.h +++ b/protocols/MSN/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/version.h b/protocols/MSN/src/version.h index 0836b0d939..9ed9844da2 100644 --- a/protocols/MSN/src/version.h +++ b/protocols/MSN/src/version.h @@ -1,4 +1,4 @@ -/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
|