summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-05StdMsg: applying standard resizerGeorge Hazan
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-04langpacks/russian: updatedartraiden
2017-03-03groupchat buttons are set too highGeorge Hazan
2017-03-03StdMsg:George Hazan
- these cursors aren't used anymore; - SplitterSubclassProc is not needed as well
2017-03-03no need to post WM_SIZE so oftenGeorge Hazan
2017-03-03Compilation fixwatcherhd
2017-03-03compilation fixGeorge Hazan
2017-03-03Microsoft, you stupid bastardsGeorge Hazan
2017-03-03StdMsg: better fix for Esc in chatsGeorge Hazan
2017-03-03missing CSplitter initializer addedGeorge Hazan
2017-03-03CSplitter classGeorge Hazan
2017-03-03omemo: working on 4.3, libsignal-c: missed exportsGluzskiy Alexandr
2017-03-03tabSRMM:George Hazan
- fixes #728; - panel object aggregated instead of embedding; - more UI buttons for the groupchat window; - crazy translation optimization removed
2017-03-03updated libraries for mir_coreGeorge Hazan
2017-03-03fix for the shitty idea of all pre-created button objects' manual initializationGeorge Hazan
2017-03-03StdMsg: fix for auto-closing the only tab in a containerGeorge Hazan
2017-03-03GCSessionInfoBase::hwndStatus considered uselessGeorge Hazan
2017-03-03.George Hazan
2017-03-02more optimal tab control resizerGeorge Hazan
2017-03-02Tox: more logs to #720aunsane
2017-03-02further tabSRMM cleanupGeorge Hazan
- duplicated functionality moved to CTabBaseDlg::DlgProc; - groupchat specific divider options removed, global ones are used instead; - more UI classes for CChatRoomDlg; - code cleaning
2017-03-02fix for massive memory leak in optionsGeorge Hazan
2017-03-02further SRMM window unificationGeorge Hazan
- CSrmmBaseDialog received m_hContact as its common member; - less usage of CTabBaseDlg::m_bType in tabSRMM
2017-03-02code cleanup in tabSRMMGeorge Hazan
- unused cursor removed (IDC_HYPERLINKHAND); - unused header file removed (all functions from generic_msghandlers.h are now declared inside a class) - code reorder;
2017-03-02tabSRMM: About dialog ported to UI classesGeorge Hazan
2017-03-02fix for options dialog that isn't deleted after closing optionsGeorge Hazan
2017-03-01fix for a problem with activating new tabs in tabSRMMGeorge Hazan
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-01attempt to fix a problem with closing chatsGeorge Hazan
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-03-01further code cleaningGeorge Hazan
2017-03-01name conflict resolutionGeorge Hazan
2017-02-28Tox: fix capitalizationdartraiden
2017-02-28TabSrmm -> UI classesGeorge Hazan
2017-02-28class CSrmmBaseDialog added to .def fileGeorge Hazan
2017-02-28CCtrlBase::SendMsg: missing const qualifierGeorge Hazan
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