summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-28SRMM notifications went to the core with ME_MSG_WINDOWEVENTGeorge Hazan
2017-03-27omemo: working on 4.3Gluzskiy Alexandr
removed xep-0060 8.1.1 implementation because xep-0163 requires node auto-create support reverted to "instand publish" logic instead of node precreation //looks like we have some problems with pubsub events receiving mechanism or client features publishing which is blocker problem for continuing to work on omemo implementation.
2017-03-27omemo: working on 4.3Gluzskiy Alexandr
altered features names for compatibility with existing implementations
2017-03-27common code moved to mir_appGeorge Hazan
2017-03-27fix for a return typeGeorge Hazan
2017-03-27code cleaningGeorge Hazan
2017-03-27Tox: added new optionsaunsane
- max connect retries - max reconnect retries
2017-03-27fixes #777 (scrollbars disappeared from tabSRMM)George Hazan
2017-03-26Windows'98 compatibility code is not needed for yearsGeorge Hazan
2017-03-26updated libtox dllGeorge Hazan
2017-03-26code cleaningGeorge Hazan
2017-03-26Tox: updated toxcore to 0.1.7aunsane
version bump
2017-03-26long needed function CCtrlBase::Show(bool)George Hazan
2017-03-26duplicate code removedGeorge Hazan
2017-03-26context menu moved to mir_app, part II :)George Hazan
2017-03-26context menu moved to mir_appGeorge Hazan
2017-03-26common code from WndProc_Log moved to mir_appGeorge Hazan
2017-03-26fix: StdMsg closes window after sending a messageGeorge Hazan
2017-03-25code cleaningGeorge Hazan
2017-03-25fix to prevent duplicate event processingGeorge Hazan
2017-03-25unneeded function removedGeorge Hazan
2017-03-24more unused shit cleanedGeorge Hazan
2017-03-24more unused shit removedGeorge Hazan
2017-03-24hmm... another not-so-very-useful serviceGeorge Hazan
2017-03-24unused shit removedGeorge Hazan
2017-03-24warning fixGeorge Hazan
2017-03-24warning fixGeorge Hazan
2017-03-24revolution in chat menusGeorge Hazan
- common code moved to the core (Chat_CreateGCMenu, Chat_DestroyGCMenu); - ability added to any plugin to add its own items into any GC menu, not only to the protocol plugins to do that a plugin calls Chat_AddMenuItems and returns 0 to allow any other plugin to process menu hook
2017-03-24warning fixGeorge Hazan
2017-03-24- merge of WndProc_Nicklist functions;George Hazan
- Chat_HoverMouse became the internal function ans is not exported anymore
2017-03-24compilation fixGeorge Hazan
2017-03-24m_message & m_log moved inside mir_appGeorge Hazan
2017-03-24CCtrlBase::GetParent - missing const qualifier addedGeorge Hazan
2017-03-23MSN: Raised password length limit to 99 chars (fixes #658)Robert Pösel
It might be rewritten better to remove any limit though.
2017-03-23tabSRMM: windows virtualizationGeorge Hazan
2017-03-23usual crutches sometimes don't work, we need the stronger onesGeorge Hazan
2017-03-23Scriver: window procedure virtualizationGeorge Hazan
2017-03-23these windows should be manually unsubclassed before exitGeorge Hazan
2017-03-23StdMsg: windows procs virtualizationGeorge Hazan
2017-03-23stubs for the message entry, log & nicklist window proceduresGeorge Hazan
2017-03-22if we have Tipper, we use itGeorge Hazan
2017-03-22code cleaningGeorge Hazan
2017-03-22nick list moved to mir_appGeorge Hazan
2017-03-22Channel Manager button went to coreGeorge Hazan
2017-03-22- more SRMM buttons went to mir_app;George Hazan
- history button handler also moved to mir_app;
2017-03-22useless declaration removedGeorge Hazan
2017-03-22- Clist_ClearSearch considered useless;George Hazan
- pfnDoSelectionDefaultAction rewritten to handle search correctly
2017-03-22warning fixesGeorge Hazan
2017-03-21Tox: fixed #772aunsane
2017-03-21- fix for button codes in tabSRMM;George Hazan
- CSrmmBaseDialog::ProcessHotkeys to receives control keys statuses as well