summaryrefslogtreecommitdiff
path: root/src/modules/plugins
AgeCommit message (Collapse)Author
2014-12-01ZeroMemory -> memset, few bugs fisedRozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11184 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-11-26FirstRun plugin ignored by the coreVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@11081 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-02reverted MSN removal (too early)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@10901 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-02MSN protocol stopped working (R.I.P), moved to deprecated, banned by the ↵Vadim Dashevskiy
core, delete mask in PluginUpdater was created git-svn-id: http://svn.miranda-ng.org/main/trunk@10896 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-10-25- Fixed enabling/disabling checkbox behaviourTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@10868 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-10-24-Fixed icon order in plugin optionsTobias Weimer
-Fixed groupbox caption git-svn-id: http://svn.miranda-ng.org/main/trunk@10866 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-10-08git-svn-id: http://svn.miranda-ng.org/main/trunk@10748 ↵Vadim Dashevskiy
1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-10-08SkypeKit Skype is banned by the coreVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@10747 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-29FlashAvatars is banned by coreVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@9983 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-02oopsVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@9650 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-02dbx_tree is blacklistedVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@9649 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-25MetaContact -> metacontact; decapitalizationDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@9573 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-02minor fixesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9397 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-03-25- language packs' directory is now %miranda_path%\LanguagesGeorge Hazan
- lang pack loading code restructurization git-svn-id: http://svn.miranda-ng.org/main/trunk@8738 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-03-23code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8725 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-03-23new setting in a mirandaboot.ini:DefaultLanguageGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8721 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-03-12git-svn-id: http://svn.miranda-ng.org/main/trunk@8574 ↵Vadim Dashevskiy
1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-03-12old MetaContacts plugin and Sbx_mmap_SA are blacklisted nowVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@8573 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-26db3x marked is obsoletedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7903 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-24oops... forgotten that shitty pascal still cannot export variablesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7858 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-21minor code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7820 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-02added destructor LIST::~LIST, that calls destroy() automatically.George Hazan
thus manual call of destroy() might be removed from: - class destructors; - Unload() plugin's functions (for global data); - local (auto) variables in functions finalizations git-svn-id: http://svn.miranda-ng.org/main/trunk@7467 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-01copyright update for year 2014George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7438 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-30code cleaning and reorderingGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7432 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-27clist -> contact listDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@7401 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-21timer for clearing plugin's name filterGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@6956 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-20more correct beep George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@6951 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-20fix for bug #189 (incremental search in plugins list doesn't work)George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@6950 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-14Encryption: gathering all things together, part IGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@6910 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-12- changed m_crypto.h;George Hazan
- crypto-plugins are forced to be loaded in the very beginning, alongside with the database plugins git-svn-id: http://svn.miranda-ng.org/main/trunk@6874 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-09-25valid options initializationGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@6225 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-09-21using Uxtheme in coreKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@6158 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-08-19obsolete code removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@5751 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-07-16Cosmetics Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@5384 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-06-26return of wrongly deleted fast hooksGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@5138 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-06-18Fixed max width of plugins list.Robert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@5015 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-06-14Improved and iconized some MessageBoxes.Robert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@4931 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-13StdCrypt included into the list of the standard projectsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4446 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-04-11SRMM icons to be unloaded automaticallyGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4418 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-13fix: Options/Plugins gives the incorrect warning when one switches from ↵George Hazan
tabSRMM to Scriver dynamically git-svn-id: http://svn.miranda-ng.org/main/trunk@4009 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-06fix for Options/OldPluginSettings: old mode never worked, even being set in ↵George Hazan
a database git-svn-id: http://svn.miranda-ng.org/main/trunk@3906 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-04new subclassing functions applied to all pluginsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3880 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-01service call replaced with helper: MS_UTILS_PATHTOABSOLUTEWGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3827 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-21added forward service cleanup for the dynamically unloaded pluginsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3667 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-21MS_SYSTEM_MODULEUNLOAD should be called after calling Unload, but before the ↵George Hazan
physical dll unload git-svn-id: http://svn.miranda-ng.org/main/trunk@3666 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-21fix for passing valid parameter into ME_SYSTEM_MODULELOAD/ME_SYSTEM_MODULEUNLOADGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3660 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c