summaryrefslogtreecommitdiff
path: root/protocols
AgeCommit message (Collapse)Author
2017-03-17forgotten TCHAR removedGeorge Hazan
2017-03-17fix for buffer overrunGeorge Hazan
2017-03-16SkypeWeb: Fix db event blob size (addresses #608)Robert Pösel
2017-03-16SkypeWeb: Fix flags data typeRobert Pösel
2017-03-16Slack: some improvementsaunsane
2017-03-16Slack: added im message sendaunsane
2017-03-15Tox: reset isTerminated variable (fixes #749)aunsane
2017-03-15SkypeWeb: Attempt to fix edited messages being stuck as unread (addresses #608)Robert Pösel
2017-03-15SkypeWeb: 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-15Tox:aunsane
- tox_network.cpp splitted on two logical parts - tox network status checking moved to separated thread - started rejection of toxThread wrapper
2017-03-12SkypeWeb: Fix replacing numeric HTML entities (fixes #685)Robert Pösel
2017-03-12Slack: initial commitaunsane
2017-03-12omemo: working on 4.3Gluzskiy 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-12VKontakte: sent track visitor on onlineElzorFox
2017-03-11adding Git hash to Miranda versionwatcherhd
2017-03-11SkypeWeb: add new oauth login flow (should fix auth with ms accounts)aunsane
2017-03-10Group chats:George Hazan
- GC_CONTROL_MSG left us forever; - tons of old/unused/useless slack simply wiped out; - new function: CSrmmBaseDialog::ClearLog
2017-03-10VKontacte: code cleaningElzorFox
2017-03-10compilation fixes for VS2017George Hazan
2017-03-10VKontakte: add .js file with stored procedures codeElzorFox
2017-03-09Visual Studio 2017 support addedwatcherhd
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-09chat 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-09VKontakte:ElzorFox
move js code to vk stored procedures version bump
2017-03-08VKontakte: no PollingThread => no onlineElzorFox
2017-03-08self-made crutch replaced with the existing functionGeorge Hazan
2017-03-07minor code cleaningGeorge Hazan
2017-03-06omemo: working on 4.3Gluzskiy Alexandr
2017-03-05Facebook: Version bumpRobert Pösel
2017-03-05Facebook: Fix reseting chat nameRobert 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-05Facebook: Fix joining chats that doesn't have Nick in databaseRobert Pösel
This was weird and useless condition. I don't know why it was here.
2017-03-05Facebook: Fix handling of various chat eventsRobert Pösel
E.g. renaming thread, adding/removing participants, etc.
2017-03-05Facebook: Update processing various FB events (especially messages)Robert Pösel
2017-03-05Facebook: Raise limit for ignoring duplicated messagesRobert 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-05Facebook: Remove "mercury" and "messaging" processingRobert Pösel
These events aren't used by Facebook anymore
2017-03-05Facebook: Remove forgotten useless optimizationsRobert Pösel
2017-03-05Facebook: Fix cutting unicode strings (fixes #711)Robert Pösel
2017-03-05Facebook: Remove useless optimizationsRobert Pösel
I was told that db driver checks if value isn't same before writing it.
2017-03-04MSN/skylogin: leecher1337
- Bumped Skype version number to make it login again to the login servers (Microsoft killed off old versions) - Fixed a bug in the skylogin code that prevented correct parsing of credentials - Added more verbose error output on credentials parsing failure
2017-03-04omemo: working on 4.3, libsignal-c: missed exportsGluzskiy Alexandr
2017-03-03omemo: working on 4.3, libsignal-c: missed exportsGluzskiy Alexandr
2017-03-02Tox: more logs to #720aunsane
2017-03-01fix #726 (Logging out and in duplicates last sent message if it was the last ↵George Hazan
message of the conversation)
2017-03-01omemo: initial implementation of 4.2, 4.3 ↵Gluzskiy Alexandr
(https://conversations.im/xeps/multi-end.html) //using short uninformative comments from now, as requested on http://forum.miranda-ng.org/index.php?topic=4506.msg19076#msg19076, due to inconvinient way of how github ui show comments
2017-02-28Tox: fix capitalizationdartraiden
2017-02-28jabber: fix caps ui bug introduced in early omemo implementation stageGluzskiy Alexandr
omemo: basic device list event handler, added +notify cap to permanent caps, currenlty jabber have problems with dynamic caps...
2017-02-28VKontakte:ElzorFox
add option ‘Add message link to messages with attachments’ version bump
2017-02-27Tox: revert previous chages related with #698aunsane
2017-02-27Tox: attempt to fix for #720aunsane
2017-02-26Facebook: Version bumpRobert Pösel