Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-15 | fixes #747 (crash in options during SRMM plugin unload) | George Hazan | |
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 | added by mistake | watcherhd | |
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-14 | more common data moved into CTabBaseDlg | George Hazan | |
2017-03-14 | tabSRMM: | George Hazan | |
- fixes #735 (crazy dark magic of Windows); - common code of window creation moved to CTabBaseDlg::OnInitDialog(); - DM_REFRESHTABINDEX replaced with the call of TContainerData::UpdateTabs(); | |||
2017-03-14 | TabSRMM: there is no sense to assign twice | dartraiden | |
2017-03-14 | some fixes to make Coverity happier | George Hazan | |
2017-03-14 | fixes #744 | George Hazan | |
2017-03-13 | TabSRMM: fix copypaste bug | dartraiden | |
2017-03-12 | SkypeWeb: Fix replacing numeric HTML entities (fixes #685) | Robert Pösel | |
2017-03-12 | space added before commit hash | George Hazan | |
2017-03-12 | minor fix | George Hazan | |
2017-03-12 | - fixes #742 (closing groupchat tab crashes Miranda); | George Hazan | |
- the bForce parameter of CSrmmBaseDialog::CloseTab considered useless | |||
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-11 | Merge branch 'master' of https://github.com/miranda-ng/miranda-ng | George Hazan | |
2017-03-11 | possible crash fix | George Hazan | |
2017-03-12 | VKontakte: sent track visitor on online | ElzorFox | |
2017-03-11 | tabSRMM: fix for setting filter results | George Hazan | |
2017-03-11 | crash fix | George Hazan | |
2017-03-11 | group chats: | George Hazan | |
- massive extinction of all remaining GC_* messages; - color chooser completely moved to mir_app; - color buttons' subclass function also moved to mir_app; - all code management transferred to a bunch of virtual functions, members of CChatRoomDlg; - numerous small fixes, like fix for a broken highlight in StdMsg | |||
2017-03-11 | revert | watcherhd | |
2017-03-11 | show only 7 symbols of hash | watcherhd | |
2017-03-11 | cosmetics for previous commit | watcherhd | |
2017-03-11 | adding Git hash to Miranda version | watcherhd | |
2017-03-11 | unused constants removed from m_chat_int.h | George Hazan | |
2017-03-11 | GC_CLOSEWINDOW -> CloseTab() | George Hazan | |
2017-03-11 | GC_SPLITTERMOVED - simply unused | George Hazan | |
2017-03-11 | minor code optimization | George Hazan | |
2017-03-11 | fix for closing sessions on the fly | George Hazan | |
2017-03-11 | SkypeWeb: add new oauth login flow (should fix auth with ms accounts) | aunsane | |
2017-03-11 | GC_UPDATETITLE replaced with CSrmmBaseDlg::UpdateTitle | George Hazan | |
2017-03-10 | more UI classes in tabSRMM window | George Hazan | |
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 | crash fix | George Hazan | |
2017-03-10 | - NULL -> nullptr to resolve conflicts | George Hazan | |
- warning fixes | |||
2017-03-10 | warning fix | George Hazan | |
2017-03-10 | compilation fixes for VS2017 | George Hazan | |
2017-03-10 | VKontakte: add .js file with stored procedures code | ElzorFox | |
2017-03-10 | oops | watcherhd | |
2017-03-09 | pascal adapted to bin15 | watcherhd | |
2017-03-09 | Visual Studio 2017 support added | watcherhd | |
2017-03-09 | Dropbox: chaged method that shares links: | aunsane | |
now it generates temporary direct linc to a file | |||
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 | cosmetic fixes | George Hazan | |
2017-03-09 | moving session data into dialog classes | George Hazan | |
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 |