summaryrefslogtreecommitdiff
path: root/plugins/StatusManager/src/stdafx.h
AgeCommit message (Collapse)Author
2024-09-05fixes #4612 (KeepStatus: "Check connection" setting should be enabled by ↵George Hazan
default) + some code cleaning
2022-09-10no need to export Miranda's offal to the outside worldGeorge Hazan
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-03-2821 years after Win2k release we don't need win2k.h - everything we need is ↵George Hazan
included into minimum Windows SDK 7.1
2020-01-30fixes #2061 (StartupStatus should also handle account enabling)George Hazan
2019-01-28mir_urlDecode & mir_urlEncode to return CMStringAGeorge Hazan
2018-07-11int hLangpack/m_hLang removed and replaced with HPLUGINGeorge Hazan
2018-06-19StatusManager: code cleaningGeorge Hazan
2018-06-19StatusManager:George Hazan
- project structure linearized; - AAA flag "Use same settings wasn't saved across Miranda starts; - perversion with declaring static arrays in commonstatus.h removed
2018-06-13System idle:George Hazan
- plugin StdIdle that had been acting as an options dialog for StdAutoAway removed; - service MS_IDLE_GETIDLEINFO moved into the core and replaced with Idle_GetInfo(); - new function Idle_Enter() is available to tell the core that Miranda is idle; - StdAutoAway & StatusManager adapted for these changes;
2018-05-28all plugins => CMPlugin virtual functionsGeorge Hazan
2018-05-20CMPlugin to receive a reference to PLUGININFOEXGeorge Hazan
2018-05-17Tipper, StopSpamMod, StopSpam, StatusManager, StatusChange, StartupSilence, ↵George Hazan
StartPosition, SplashScreen, SpellChecker, Spamotron => CMPlugin
2018-05-15__NO_CMPLUGIN_NEEDED added to plugin headers to allow them be compiledGeorge Hazan
2018-04-06code cleaningGeorge Hazan
2018-01-29StatusManager:George Hazan
- all protocol data really merged together; - duplicated settings arrays removed; - stupid protoList removed; - fixed #1119; - version bump
2017-12-06fixes #1054 (StatusManager cannot enable/disable modules "on the fly")George Hazan
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵Kirill Volinsky
62202ed10617927d5429bc59898e12a366abe744)
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-02-07warning fixesGeorge Hazan
2017-01-07StatusManager: Respect if subplugin was disabled as dll previouslyRobert Pösel
This makes a bit better update experience for users that used and disabled one of subplugins in the past, because they will be disabled by default after update to StatusManager.
2017-01-06StatusManager: #662aunsane
- ability to disable subplugins - project cleaning
2017-01-06StatusManager: #662aunsane
- files splitted by folders - main.cpp cleanup - project cleanup
2016-10-22KeepStatus, StartupStatus and AdvanceAutoAway merged into one pluginaunsane