summaryrefslogtreecommitdiff
path: root/plugins/MyDetails/src/data.cpp
AgeCommit message (Collapse)Author
2015-05-16cleanupKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13623 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-06MyDetails: Minor fixesTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@12640 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-02-25Get proper status message for protocol instead of globalslotwin
git-svn-id: http://svn.miranda-ng.org/main/trunk@12264 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-17MyDetails: changed warning lavel to w4Kirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@11491 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-30new sorting functions appliedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11180 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-30lstr* replacementsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11176 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-10-04services moved to the separate moduleGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10684 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-16in _tcsncpy_s / _tcsncat_s / strncpy_s / strncat_s the second parameter to ↵George Hazan
be omitted if the size of first one is fixed (not to contaminate sources with the excessive code) git-svn-id: http://svn.miranda-ng.org/main/trunk@9829 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-12MyDetails: Restored support for core default away messages, replaces ↵Tobias Weimer
SimpleAway with SimpleStatusMsg support git-svn-id: http://svn.miranda-ng.org/main/trunk@9439 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-12headers of not adopted plugins moved to !DeprecatedKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@9438 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-05-31MyDetails: code cleanupslotwin
git-svn-id: http://svn.miranda-ng.org/main/trunk@9378 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-03-15MyDetails: Proper fix for not showing virtual protocols (related to r8566)Robert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@8610 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-03-12MyDetails no longer shows virtual protocolsAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@8566 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-02-27fix for a crash in MyDetails + NASGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8289 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-08-10avatars related code cleaning & reorderingGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@5638 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-16words of wisdom were well receivedGeorge Hazan
now the shortened types are called ptrA, ptrT & ptrW respectively git-svn-id: http://svn.miranda-ng.org/main/trunk@4682 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-16shortened typedefs for string buffers:George Hazan
MCBuf -> mir_ptr<char> MTBuf -> mir_ptr<TCHAR> MWBuf -> mir_ptr<WCHAR> git-svn-id: http://svn.miranda-ng.org/main/trunk@4680 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-04-05- rest of menus cleared;George Hazan
- old database macroses wiped out from all plugins (left in m_database.h for compatibility) git-svn-id: http://svn.miranda-ng.org/main/trunk@4324 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-17more memory fixesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4072 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-02removed not used headersKirill Volinsky
added version info git-svn-id: http://svn.miranda-ng.org/main/trunk@3837 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-12forgotten xstatus name translationGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3574 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-12fix for mixing simple & extended statuses in MyDetailsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3570 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-31unicode smileys never worked in MyDetailsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3382 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-20- all xstatus services moved to m_xstatus.hGeorge Hazan
- old obsoleted services PS_GETXSTATUS & PS_SETXSTATUS removed git-svn-id: http://svn.miranda-ng.org/main/trunk@2390 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-10-07death of old nasty clutch with MS_PROTO_ENUMPROTOCOLS & PROTOACCOUNT::typeGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@1799 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-09-25account disabling causes crash in MyDetailsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@1652 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-09-07MyDetails: ignore Metacontacts and NewsAggregatorVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@1543 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-08-03rest of those unicode core checksGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@1346 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-26git-svn-id: http://svn.miranda-ng.org/main/trunk@1186 ↵Eugene Lishnevsky
1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-26Fixed the fix from last commit :)Eugene Lishnevsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@1185 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-25Fixed status name and message display in MyDetails for ICQ and Jabber.Eugene Lishnevsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@1184 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-23HistorySweeperLight, MyDetails, NewEventNotify: changed folder structure Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@1112 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c