summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-04-06protocols: jabber: xep-0198Gluzskiy Alexandr
- a bit improoved logic - implemented "keep-alive" like ack request (currently sema logick as ping, should also work with ping disabled, ping is not necessary if strm_mgmt enabled)
2018-04-06PF2_NONE : flag for protocols that have no statuses at allGeorge Hazan
fixes #1247
2018-04-06CloudFile: no need to create fake protocol instances just for searchGeorge Hazan
2018-04-05CLIST_INTERFACE::pfnGetContactDisplayName => Clist_GetContactDisplayNameGeorge Hazan
2018-04-05these calls aren't required anymoreGeorge Hazan
2018-04-05bunch of obsoleted CLIST_INTERFACE::Tray* methods removed or moved to ↵George Hazan
Clist_Tray*
2018-04-05CLIST_INTERFACE::pfnDrawMenuItem => Clist_DrawMenuItemGeorge Hazan
2018-04-05CLIST_INTERFACE::pfnChangeContactIcon => Clist_ChangeContactIconGeorge Hazan
2018-04-05CLIST_INTERFACE::pfnLoadContactTree => Clist_LoadContactTreeGeorge Hazan
2018-04-05Import crashes if the original profile contains wrong number of groupsGeorge Hazan
2018-04-05CLIST_INTERFACE::pfnGetStatusModeDescription => Clist_GetStatusModeDescriptionGeorge Hazan
2018-04-05ICQCorp: custom logging removed & replaced with standard Miranda network logGeorge Hazan
2018-04-04protocols: jabber: xep-0198Gluzskiy Alexandr
- do not request roster on resumed session
2018-04-04unused CLIST_INTERFACE data moved inside mir_appGeorge Hazan
2018-04-04CLIST_INTERFACE::pfnReloadExtraIcons => ExtraIcon_Reload()George Hazan
CLIST_INTERFACE::pfnSetAllExtraIcons => ExtraIcon_SetAll()
2018-04-04- CLIST_INTERFACE::pfnGetProtocolMenu => Menu_GetProtocolMenuGeorge Hazan
- CLIST_INTERFACE::pfnReloadProtoMenus => Menu_ReloadProtoMenus - CLIST_INTERFACE::pfnGetProtoIndexByPos considered unused... thus removed
2018-04-04CLIST_INTERFACE::pfnGetAccountIndexByPos => Clist_GetAccountIndexGeorge Hazan
2018-04-04static function CLIST_INTERFACE::pfnGetContactIcon exported as ↵George Hazan
Clist_GetContactIcon (history++ to be recompiled)
2018-04-04static function CLIST_INTERFACE::pfnInitAutoRebuild replaced with ↵George Hazan
Clist_InitAutoRebuild
2018-04-04- static function CLIST_INTERFACE::pfnGetAverageMode exported as ↵George Hazan
Proto_GetAverageStatus - Proto_ActivateAccount is not exported anymore due to the lack of need
2018-04-04warning fixesGeorge Hazan
2018-04-04protocols: jabber: xep-0198Gluzskiy Alexandr
- basic error handling
2018-04-04mode code cleaningGeorge Hazan
2018-04-04warning fixGeorge Hazan
2018-04-04code cleaningGeorge Hazan
2018-04-04fix for adding separators into SRMM toolbarGeorge Hazan
2018-04-04Windows lists:George Hazan
- fix for a 64-bit issue that could cause a crash; - code cleaning
2018-04-04TabSRMM: very complicated & non-linear dependency between BBCodes & toolbar ↵George Hazan
buttons visibility removed
2018-04-03unneeded option removedGeorge Hazan
2018-04-03TabSRMM: Chat filter works only after click #1242aunsane
2018-04-03we shall create missing icons (or destroy unneeded ones) after applying ↵George Hazan
toolbar options
2018-04-03MirandaG15: move docs to wikidartraiden
2018-04-03unneeded size fields removedGeorge Hazan
2018-04-03Accounts() : iterator for accountsGeorge Hazan
2018-04-03code cleaning: old unions replaced with MAllStrings & MAllStringsArrayGeorge Hazan
2018-04-03CLIST_INTERFACE:George Hazan
- unused members removed (requires new History++ for people who compile Miranda themselves); - useless helpers Proto_IsAccountEnabled & Proto_IsProtocolLocked replaced with direct calls of PROTOACCOUNT members IsEnabled & IsLocked respectively; - static interface member pfnGetProtocolVisibility replaced with static function Clist_GetProtocolVisibility or PROTOACCOUNT::IsVisible when possible
2018-04-03Clist_modern: fix for calculating common protocol status even for old protocolsGeorge Hazan
2018-04-03protocols: jabber: typo fixGluzskiy Alexandr
2018-04-03protocols: jabber: crash fixGluzskiy Alexandr
https://gist.github.com/apollo2k4/955dc2bd2b8cac46ab51fa787b12329c
2018-04-02Dbx_mdbx: fix for record number calculationGeorge Hazan
2018-04-02fix for global status menu translationGeorge Hazan
2018-04-02related to #1241: fix for icon names' translation in Icon - Menu itemsGeorge Hazan
2018-04-02related to #1241 - fix for AVS options' translationGeorge Hazan
2018-04-02code cleaningGeorge Hazan
2018-04-02partially fixes #1241 = extra icons translationGeorge Hazan
2018-04-02Clist_modern: unloaded protos not to be included into expanded subs tooGeorge Hazan
2018-04-02fixes #1241 (some status menu items don't change language until restart)George Hazan
2018-04-02fixes #1240 (Changing account order makes some accounts disappear) - ancient ↵George Hazan
evil destroyed
2018-04-02fixes #1243 (Groups and metacontacts state don't save during profile ↵George Hazan
convertation)
2018-04-02fixes #1239 (MDBX: crash on "dbmodulechain.cpp (45): CDbxMDBX::GetModuleID" ↵George Hazan
after MSN plugin login and new messages added)