summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-15fixes #747 (crash in options during SRMM plugin unload)George Hazan
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-15added by mistakewatcherhd
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-14more common data moved into CTabBaseDlgGeorge Hazan
2017-03-14tabSRMM: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-14TabSRMM: there is no sense to assign twicedartraiden
2017-03-14some fixes to make Coverity happierGeorge Hazan
2017-03-14fixes #744George Hazan
2017-03-13TabSRMM: fix copypaste bugdartraiden
2017-03-12SkypeWeb: Fix replacing numeric HTML entities (fixes #685)Robert Pösel
2017-03-12space added before commit hashGeorge Hazan
2017-03-12minor fixGeorge Hazan
2017-03-12- fixes #742 (closing groupchat tab crashes Miranda);George Hazan
- the bForce parameter of CSrmmBaseDialog::CloseTab considered useless
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-11Merge branch 'master' of https://github.com/miranda-ng/miranda-ngGeorge Hazan
2017-03-11possible crash fixGeorge Hazan
2017-03-12VKontakte: sent track visitor on onlineElzorFox
2017-03-11tabSRMM: fix for setting filter resultsGeorge Hazan
2017-03-11crash fixGeorge Hazan
2017-03-11group 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-11revertwatcherhd
2017-03-11show only 7 symbols of hashwatcherhd
2017-03-11cosmetics for previous commitwatcherhd
2017-03-11adding Git hash to Miranda versionwatcherhd
2017-03-11unused constants removed from m_chat_int.hGeorge Hazan
2017-03-11GC_CLOSEWINDOW -> CloseTab()George Hazan
2017-03-11GC_SPLITTERMOVED - simply unusedGeorge Hazan
2017-03-11minor code optimizationGeorge Hazan
2017-03-11fix for closing sessions on the flyGeorge Hazan
2017-03-11SkypeWeb: add new oauth login flow (should fix auth with ms accounts)aunsane
2017-03-11GC_UPDATETITLE replaced with CSrmmBaseDlg::UpdateTitleGeorge Hazan
2017-03-10more UI classes in tabSRMM windowGeorge Hazan
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-10crash fixGeorge Hazan
2017-03-10- NULL -> nullptr to resolve conflictsGeorge Hazan
- warning fixes
2017-03-10warning fixGeorge Hazan
2017-03-10compilation fixes for VS2017George Hazan
2017-03-10VKontakte: add .js file with stored procedures codeElzorFox
2017-03-10oopswatcherhd
2017-03-09pascal adapted to bin15watcherhd
2017-03-09Visual Studio 2017 support addedwatcherhd
2017-03-09Dropbox: 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-09cosmetic fixesGeorge Hazan
2017-03-09moving session data into dialog classesGeorge Hazan
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