summaryrefslogtreecommitdiff
path: root/protocols/MSN
AgeCommit message (Expand)Author
2018-05-15cmstub.lib statically linked to any plugin that uses CMPlugin templateGeorge Hazan
2018-05-08code cleaning (using new MS coding style)George Hazan
2018-05-03mir_forkThread<typename> - stronger typizatioin for thread function parameterGeorge Hazan
2018-05-03MSN: Strip path from filename, if path was suppliedleecher1337
2018-04-22no more PROTO_INTERFACE::OnEventGeorge Hazan
2018-04-22EV_PROTO_ONMENU removedGeorge Hazan
2018-04-22OnEvent(EV_PROTO_ONCONTACTDELETED) => PROTO_INTERFACE::OnContactDeletedGeorge Hazan
2018-04-21EV_PROTO_DBSETTINGSCHANGED - old useless stub removedGeorge Hazan
2018-04-21code cleaning:George Hazan
2018-04-19EV_PROTO_ONOPTIONS removed and replaced with the call of CallObjectEventHook(...George Hazan
2018-04-18core changes:George Hazan
2018-04-18g_hInstance incapulated into PLUGIN<>, no need in the separate variableGeorge Hazan
2018-04-18PLUGIN<> to half-automatically calculate the dll's g_hInstance and pass it in...George Hazan
2018-04-06code cleaningGeorge Hazan
2018-04-05CLIST_INTERFACE::pfnGetContactDisplayName => Clist_GetContactDisplayNameGeorge Hazan
2018-04-04mode code cleaningGeorge Hazan
2018-04-04warning fixGeorge Hazan
2018-04-03unneeded size fields removedGeorge Hazan
2018-04-03code cleaning: old unions replaced with MAllStrings & MAllStringsArrayGeorge Hazan
2018-03-31AssocMgr: removed not used files and functionsMataes
2018-03-30fixes #1217 (MSN doesn't log in)George Hazan
2018-03-29Seems like MSN now only uses Skype contacts internally, therefore crude hack ...leecher1337
2018-03-28PFLAG_UNIQUEIDSETTING removed, its functionality transferred to Proto_SetUniq...George Hazan
2018-03-28common protocol instance management code went into templateGeorge Hazan
2018-03-28all protocols rewritten to CMPluginBaseGeorge Hazan
2018-03-26code cleaningGeorge Hazan
2018-03-16entities' names to be started with capital lettersGeorge Hazan
2018-03-16always hated these long expressions: contact_iter makes them much shorterGeorge Hazan
2018-03-16LIST<>::indexOf(T**) - fast index calculation for direct iteratorsGeorge Hazan
2018-03-15LIST<> iterators:George Hazan
2018-03-09more loop-related code cleaningGeorge Hazan
2018-03-07some fixesKirill Volinsky
2018-02-24more nullptrGoraf
2018-02-24guard headersGoraf
2018-02-22MSN: Old AppID in Address book seems to be blacklisted, using new AppID leecher1337
2018-02-21MSN: C++'11 iteratorsGeorge Hazan
2018-01-31useless wrappers removed & replaced with PROTO_INTERFACE method callsGeorge Hazan
2018-01-31mir_app:George Hazan
2018-01-26code optimizationGeorge Hazan
2018-01-01massive copyright updatedartraiden
2017-12-29PROTO_INTERFACE::setAllContactStatuses - common code moved to the coreGeorge Hazan
2017-12-27obsolete structure ADDCONTACTSTRUCT, service MS_ADDCONTACT_SHOW and whole m_a...George Hazan
2017-12-16MSN: Old AppID in Address book seems to be blacklisted, using new AppIDleecher1337
2017-12-11mir_base64_* => parameters type fixGeorge Hazan
2017-12-10- remove emails (if author retired - it's useless to write to him; if author ...dartraiden
2017-12-06fixes #1045 (old unused shit removed from MSN)George Hazan
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 6...Kirill Volinsky
2017-12-06all rc files reverted to utf-8Kirill Volinsky
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-11-29CMake: clean up library dependencies.protomors