Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-22 | warning fixes | George Hazan | |
2017-03-21 | Tox: fixed #772 | aunsane | |
2017-03-21 | more warnings fixed | George Hazan | |
2017-03-21 | omemo: working on 4.3 | Gluzskiy Alexandr | |
createnode fixes typo fixes | |||
2017-03-21 | warning fix | George Hazan | |
2017-03-21 | VKontakte: | ElzorFox | |
update VK_API_VER to 5.63 version bump | |||
2017-03-20 | omemo: working on 4.3 | Gluzskiy Alexandr | |
implemented pubsub address detection as required by xep-0060 8.1.1 implemented xep-0060 8.1.1, xep-0163 3 as required by omemo 4.3 omemo 4.3 now complete and working //TODO: chek createnode handlers, not always called, especially if connection is slow | |||
2017-03-19 | VKontakte: fix warning C4840 in MSVS 2017 | ElzorFox | |
2017-03-19 | VKontakte: | ElzorFox | |
fix sending API requests (maximum 3 requests to API methods per second) fix sending long and uint parameters as signed int version bump | |||
2017-03-19 | VKontakte: more correct fix for sending unneeded GetServerHistory requestes | ElzorFox | |
2017-03-19 | VKontakte: | ElzorFox | |
fix sending unneeded GetServerHistory requestes tempory (?) increase timeout between API requests | |||
2017-03-18 | SkypeWeb: Revert my invalid attempts related to #608 | Robert Pösel | |
* reverted commit b225a055f5d3abc754899d115582f39cc2168f3f * reverted commit 88cb4210be8c51a6fb567216bb87d2d6cf7826f8 | |||
2017-03-17 | forgotten TCHAR removed | George Hazan | |
2017-03-17 | fix for buffer overrun | George Hazan | |
2017-03-16 | SkypeWeb: Fix db event blob size (addresses #608) | Robert Pösel | |
2017-03-16 | SkypeWeb: Fix flags data type | Robert Pösel | |
2017-03-16 | Slack: some improvements | aunsane | |
2017-03-16 | Slack: added im message send | aunsane | |
2017-03-15 | Tox: reset isTerminated variable (fixes #749) | aunsane | |
2017-03-15 | SkypeWeb: Attempt to fix edited messages being stuck as unread (addresses #608) | Robert Pösel | |
2017-03-15 | SkypeWeb: Remove useless "OnDbEventRead" logging (fixes #734) | Robert Pösel | |
I still kept "MarkMessagesRead" because that is at least related to the SkypeWeb account contacts. "OnDbEventRead" is fired for any contact of any protocol. | |||
2017-03-15 | Tox: | aunsane | |
- tox_network.cpp splitted on two logical parts - tox network status checking moved to separated thread - started rejection of toxThread wrapper | |||
2017-03-12 | SkypeWeb: Fix replacing numeric HTML entities (fixes #685) | Robert Pösel | |
2017-03-12 | Slack: initial commit | aunsane | |
2017-03-12 | omemo: working on 4.3 | Gluzskiy Alexandr | |
started implementation of xep-0060 8.1.1 as required by xep-0.163 3 please corect me if it already done somewhere in jabber i still need a way to get pubsub address of current jabber server via some jabber api //oh... i can't use this shitty one word useless comments, i am starting to hate myself, sorry... //so i will write normal long comments as always ) | |||
2017-03-12 | VKontakte: sent track visitor on online | ElzorFox | |
2017-03-11 | adding Git hash to Miranda version | watcherhd | |
2017-03-11 | SkypeWeb: add new oauth login flow (should fix auth with ms accounts) | aunsane | |
2017-03-10 | Group chats: | George Hazan | |
- GC_CONTROL_MSG left us forever; - tons of old/unused/useless slack simply wiped out; - new function: CSrmmBaseDialog::ClearLog | |||
2017-03-10 | VKontacte: code cleaning | ElzorFox | |
2017-03-10 | compilation fixes for VS2017 | George Hazan | |
2017-03-10 | VKontakte: add .js file with stored procedures code | ElzorFox | |
2017-03-09 | Visual Studio 2017 support added | watcherhd | |
2017-03-09 | - GCSessionInfoBase fields iWidth and iHeight moved to StdMSg; | George Hazan | |
- CHAT_MANAGER methods DoEventHook & DoEventHookAsync removed from CHAT_API; - CSrmmBaseDialog::DoEventHook introduced instead | |||
2017-03-09 | chat API: | George Hazan | |
- SESSION_INFO now addresses an instance of CChatRoomDlg instead of HWND; - linked list of sessions replaced with the usual LIST<>; - saveCI removed everywhere | |||
2017-03-09 | VKontakte: | ElzorFox | |
move js code to vk stored procedures version bump | |||
2017-03-08 | VKontakte: no PollingThread => no online | ElzorFox | |
2017-03-08 | self-made crutch replaced with the existing function | George Hazan | |
2017-03-07 | minor code cleaning | George Hazan | |
2017-03-06 | omemo: working on 4.3 | Gluzskiy Alexandr | |
2017-03-05 | Facebook: Version bump | Robert Pösel | |
2017-03-05 | Facebook: Fix reseting chat name | Robert Pösel | |
When user changed thread name from website and set it to "", in Miranda it previously stay "". Now it correctly generates new name from participant names. | |||
2017-03-05 | Facebook: Fix joining chats that doesn't have Nick in database | Robert Pösel | |
This was weird and useless condition. I don't know why it was here. | |||
2017-03-05 | Facebook: Fix handling of various chat events | Robert Pösel | |
E.g. renaming thread, adding/removing participants, etc. | |||
2017-03-05 | Facebook: Update processing various FB events (especially messages) | Robert Pösel | |
2017-03-05 | Facebook: Raise limit for ignoring duplicated messages | Robert Pösel | |
Recently it wasn't hard to experience duplicated messages because Facebook sent us so many duplicit events (mainly as response to mark message as read). With this commit it should be better now. | |||
2017-03-05 | Facebook: Remove "mercury" and "messaging" processing | Robert Pösel | |
These events aren't used by Facebook anymore | |||
2017-03-05 | Facebook: Remove forgotten useless optimizations | Robert Pösel | |
2017-03-05 | Facebook: Fix cutting unicode strings (fixes #711) | Robert Pösel | |
2017-03-05 | Facebook: Remove useless optimizations | Robert Pösel | |
I was told that db driver checks if value isn't same before writing it. |