summaryrefslogtreecommitdiff
path: root/protocols
AgeCommit message (Collapse)Author
2018-04-13fixes #1262 ([Discord] Database migration causes duplication of discord ↵George Hazan
contacts)
2018-04-09protocols: jabber: xep-0198Gluzskiy Alexandr
- turned on by default
2018-04-07protocols: jabber: xep-0198Gluzskiy Alexandr
- improoved resume logic
2018-04-07Proto_GetStatus is used everywhere instead of PS_GETSTATUSGeorge Hazan
2018-04-06code cleaningGeorge Hazan
2018-04-06protocols: jabber: xep-0198Gluzskiy Alexandr
2018-04-06VKontakte:ElzorFox
update VK_API to 5.74 add hidden option StickerSize (DWORD, default 128) add hidden option StickerBackground (BYTE, default false) add chat action pin/unpin message (no text pinned message from api) version bump
2018-04-06protocols: jabber: xep-0198Gluzskiy Alexandr
- reflect implemetation state in options
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-05CLIST_INTERFACE::pfnGetContactDisplayName => Clist_GetContactDisplayNameGeorge 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-04- CLIST_INTERFACE::pfnGetProtocolMenu => Menu_GetProtocolMenuGeorge Hazan
- CLIST_INTERFACE::pfnReloadProtoMenus => Menu_ReloadProtoMenus - CLIST_INTERFACE::pfnGetProtoIndexByPos considered unused... thus removed
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-03unneeded size fields removedGeorge Hazan
2018-04-03code cleaning: old unions replaced with MAllStrings & MAllStringsArrayGeorge Hazan
2018-04-03protocols: jabber: typo fixGluzskiy Alexandr
2018-04-03protocols: jabber: crash fixGluzskiy Alexandr
https://gist.github.com/apollo2k4/955dc2bd2b8cac46ab51fa787b12329c
2018-04-02fixes #1241 (some status menu items don't change language until restart)George Hazan
2018-04-01oopsdartraiden
2018-04-01better wordingdartraiden
2018-04-01renamed similar to other protocolsdartraiden
2018-04-01protocols: jabber: xep-0198Gluzskiy Alexandr
- few logic bugs fixed - started resumption implementation
2018-03-31AssocMgr: removed not used files and functionsMataes
2018-03-30VKontakte:ElzorFox
fix perpetual loop version bump
2018-03-30fixes #1217 (MSN doesn't log in)George Hazan
2018-03-29VKontakte: fix for #1222ElzorFox
2018-03-29CMPlugin doesn't work in ICQCorp because of the clutch with dll nameGeorge Hazan
2018-03-29Seems like MSN now only uses Skype contacts internally, therefore crude hack ↵leecher1337
to migrate MSN-user messages to Skype.
2018-03-28PFLAG_UNIQUEIDSETTING removed, its functionality transferred to ↵George Hazan
Proto_SetUniqueId / Proto_GetUniqueId
2018-03-28common protocol instance management code went into templateGeorge Hazan
2018-03-28all protocols rewritten to CMPluginBaseGeorge Hazan
2018-03-28PLUGIN<> to receive the basic class located inside mir_appGeorge Hazan
2018-03-28prootcols: jabber: xep-0198Gluzskiy Alexandr
- send ack on disconnect as suggested by xep - bugfixes (outgoing messages tracking still does not work properly)
2018-03-28protocols: jabber: xep-0198Gluzskiy Alexandr
- moved implementation to separated units (refactoring) - first part (without resumption) should work now (still have some bugs), feel free to test
2018-03-27crash fix for JabberGeorge Hazan
2018-03-27Jabber: crash fix for mood selection dialogGeorge Hazan
2018-03-27we better start threads inside OnModulesLoaded, so we don't have to kill themGeorge Hazan
2018-03-27protocols: jabber: omemoGluzskiy Alexandr
- fix possible crash on early session negotiation
2018-03-27protocols: jabber: xep-0198Gluzskiy Alexandr
- implemented client to server acks
2018-03-26Jabber: fix for showing auth menu itemsGeorge Hazan
2018-03-26protocols: jabber: omemoGluzskiy Alexandr
- check for empty GetPartialCaps ( fixes #1215 ) - more apropriate option description reflecting current status
2018-03-26code cleaningGeorge Hazan
2018-03-26protocols: jabber: work on xep-0198Gluzskiy Alexandr
2018-03-25dbchecker moved to deprecatedGeorge Hazan
2018-03-25Steam: stop polling when got "Not Logged On" erroraunsane