summaryrefslogtreecommitdiff
path: root/plugins/SecureIM/src/crypt_lists.cpp
AgeCommit message (Expand)Author
2018-04-05CLIST_INTERFACE::pfnGetContactDisplayName => Clist_GetContactDisplayNameGeorge Hazan
2018-04-03Accounts() : iterator for accountsGeorge Hazan
2018-03-28PFLAG_UNIQUEIDSETTING removed, its functionality transferred to Proto_SetUniq...George Hazan
2018-03-16class renaming, part IIGeorge Hazan
2018-03-16always hated these long expressions: contact_iter makes them much shorterGeorge Hazan
2018-02-21all another C++'11 iteratorsGeorge Hazan
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 6...Kirill Volinsky
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-11-13Code modernize ...Goraf
2015-06-30MS_CLIST_GETSTATUSMODEDESCRIPTION & MS_CLIST_GETCONTACTDISPLAYNAME replaced w...George Hazan
2015-06-19SIZEOF replaced with more secure analog - _countofGeorge Hazan
2015-06-19- all static protocol services replaced with functions;George Hazan
2015-05-24replace wcscpy to mir_wstrcpyKirill Volinsky
2015-05-23some crazy list declarations fixedGeorge Hazan
2015-05-23mir_tstrncpy <> _tcsncpyGeorge Hazan
2015-05-23replace strncpy to mir_strncpyKirill Volinsky
2015-05-23replace strncat to mir_strncatKirill Volinsky
2015-05-22replace strcpy to mir_strcpyKirill Volinsky
2015-05-21war against atavisms continuesGeorge Hazan
2015-05-16fix for strncat useKirill Volinsky
2015-04-30minus critical sectionKirill Volinsky
2015-04-07SecureIM:Tobias Weimer
2014-07-08code cleaningGeorge Hazan
2014-02-12another bunch of useless conversions diedGeorge Hazan
2014-02-11more sorting issuesGeorge Hazan
2014-02-10HCONTACT is not needed anymoreGeorge Hazan
2014-02-10- HANDLE hContact => HCONTACTGeorge Hazan
2013-07-25replace sprintf to mir_snprintf (part 5)Kirill Volinsky
2013-04-09- short function names allows to write database loops in one string;George Hazan
2013-04-05- rest of menus cleared;George Hazan
2013-04-01SecureIM:George Hazan
2013-03-31code cleaningGeorge Hazan
2013-03-17- rest of memory leaks George Hazan
2013-02-22hooking loading/unloading eventsKirill Volinsky
2012-12-01icolib: icon creation quirksGeorge Hazan
2012-11-19- returned back SecureIM option for the extra icons usage;George Hazan
2012-10-10service call replaced with the direct function callGeorge Hazan
2012-10-08removed dirty hack in SecureIM George Hazan
2012-10-07death of old nasty clutch with MS_PROTO_ENUMPROTOCOLS & PROTOACCOUNT::typeGeorge Hazan
2012-07-23SecureIM, SeenPlugin, SendSS, Sessions: changed folder structure Vadim Dashevskiy