Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-13 | fixes #1262 ([Discord] Database migration causes duplication of discord ↵ | George Hazan | |
contacts) | |||
2018-04-09 | protocols: jabber: xep-0198 | Gluzskiy Alexandr | |
- turned on by default | |||
2018-04-07 | protocols: jabber: xep-0198 | Gluzskiy Alexandr | |
- improoved resume logic | |||
2018-04-07 | Proto_GetStatus is used everywhere instead of PS_GETSTATUS | George Hazan | |
2018-04-06 | code cleaning | George Hazan | |
2018-04-06 | protocols: jabber: xep-0198 | Gluzskiy Alexandr | |
2018-04-06 | VKontakte: | 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-06 | protocols: jabber: xep-0198 | Gluzskiy Alexandr | |
- reflect implemetation state in options | |||
2018-04-06 | protocols: jabber: xep-0198 | Gluzskiy 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-05 | CLIST_INTERFACE::pfnGetContactDisplayName => Clist_GetContactDisplayName | George Hazan | |
2018-04-05 | CLIST_INTERFACE::pfnGetStatusModeDescription => Clist_GetStatusModeDescription | George Hazan | |
2018-04-05 | ICQCorp: custom logging removed & replaced with standard Miranda network log | George Hazan | |
2018-04-04 | protocols: jabber: xep-0198 | Gluzskiy Alexandr | |
- do not request roster on resumed session | |||
2018-04-04 | - CLIST_INTERFACE::pfnGetProtocolMenu => Menu_GetProtocolMenu | George Hazan | |
- CLIST_INTERFACE::pfnReloadProtoMenus => Menu_ReloadProtoMenus - CLIST_INTERFACE::pfnGetProtoIndexByPos considered unused... thus removed | |||
2018-04-04 | warning fixes | George Hazan | |
2018-04-04 | protocols: jabber: xep-0198 | Gluzskiy Alexandr | |
- basic error handling | |||
2018-04-04 | mode code cleaning | George Hazan | |
2018-04-04 | warning fix | George Hazan | |
2018-04-03 | unneeded size fields removed | George Hazan | |
2018-04-03 | code cleaning: old unions replaced with MAllStrings & MAllStringsArray | George Hazan | |
2018-04-03 | protocols: jabber: typo fix | Gluzskiy Alexandr | |
2018-04-03 | protocols: jabber: crash fix | Gluzskiy Alexandr | |
https://gist.github.com/apollo2k4/955dc2bd2b8cac46ab51fa787b12329c | |||
2018-04-02 | fixes #1241 (some status menu items don't change language until restart) | George Hazan | |
2018-04-01 | oops | dartraiden | |
2018-04-01 | better wording | dartraiden | |
2018-04-01 | renamed similar to other protocols | dartraiden | |
2018-04-01 | protocols: jabber: xep-0198 | Gluzskiy Alexandr | |
- few logic bugs fixed - started resumption implementation | |||
2018-03-31 | AssocMgr: removed not used files and functions | Mataes | |
2018-03-30 | VKontakte: | ElzorFox | |
fix perpetual loop version bump | |||
2018-03-30 | fixes #1217 (MSN doesn't log in) | George Hazan | |
2018-03-29 | VKontakte: fix for #1222 | ElzorFox | |
2018-03-29 | CMPlugin doesn't work in ICQCorp because of the clutch with dll name | George Hazan | |
2018-03-29 | Seems like MSN now only uses Skype contacts internally, therefore crude hack ↵ | leecher1337 | |
to migrate MSN-user messages to Skype. | |||
2018-03-28 | PFLAG_UNIQUEIDSETTING removed, its functionality transferred to ↵ | George Hazan | |
Proto_SetUniqueId / Proto_GetUniqueId | |||
2018-03-28 | common protocol instance management code went into template | George Hazan | |
2018-03-28 | all protocols rewritten to CMPluginBase | George Hazan | |
2018-03-28 | PLUGIN<> to receive the basic class located inside mir_app | George Hazan | |
2018-03-28 | prootcols: jabber: xep-0198 | Gluzskiy Alexandr | |
- send ack on disconnect as suggested by xep - bugfixes (outgoing messages tracking still does not work properly) | |||
2018-03-28 | protocols: jabber: xep-0198 | Gluzskiy Alexandr | |
- moved implementation to separated units (refactoring) - first part (without resumption) should work now (still have some bugs), feel free to test | |||
2018-03-27 | crash fix for Jabber | George Hazan | |
2018-03-27 | Jabber: crash fix for mood selection dialog | George Hazan | |
2018-03-27 | we better start threads inside OnModulesLoaded, so we don't have to kill them | George Hazan | |
2018-03-27 | protocols: jabber: omemo | Gluzskiy Alexandr | |
- fix possible crash on early session negotiation | |||
2018-03-27 | protocols: jabber: xep-0198 | Gluzskiy Alexandr | |
- implemented client to server acks | |||
2018-03-26 | Jabber: fix for showing auth menu items | George Hazan | |
2018-03-26 | protocols: jabber: omemo | Gluzskiy Alexandr | |
- check for empty GetPartialCaps ( fixes #1215 ) - more apropriate option description reflecting current status | |||
2018-03-26 | code cleaning | George Hazan | |
2018-03-26 | protocols: jabber: work on xep-0198 | Gluzskiy Alexandr | |
2018-03-25 | dbchecker moved to deprecated | George Hazan | |
2018-03-25 | Steam: stop polling when got "Not Logged On" error | aunsane | |