Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-03 | mir_forkThread<typename> - stronger typizatioin for thread function parameter | George Hazan | |
2018-04-28 | Jabber: add Hipchat preset | dartraiden | |
2018-04-18 | g_hInstance incapulated into PLUGIN<>, no need in the separate variable | George Hazan | |
2018-04-18 | PLUGIN<> to half-automatically calculate the dll's g_hInstance and pass it ↵ | George Hazan | |
inside | |||
2018-04-18 | this feature was never used and only causes problems | George Hazan | |
2018-04-06 | protocols: jabber: xep-0198 | Gluzskiy Alexandr | |
- reflect implemetation state in options | |||
2018-04-01 | oops | dartraiden | |
2018-04-01 | better wording | dartraiden | |
2018-03-28 | protocols: jabber: xep-0198 | Gluzskiy Alexandr | |
- moved implementation to separated units (refactoring) - first part (without resumption) should work now (still have some bugs), feel free to test | |||
2018-03-27 | protocols: jabber: xep-0198 | Gluzskiy Alexandr | |
- implemented client to server acks | |||
2018-03-26 | protocols: jabber: omemo | Gluzskiy Alexandr | |
- check for empty GetPartialCaps ( fixes #1215 ) - more apropriate option description reflecting current status | |||
2018-03-25 | protocols: jabber: started implementation of xep-0198 | Gluzskiy Alexandr | |
2018-03-16 | entities' names to be started with capital letters | George Hazan | |
2018-03-16 | always hated these long expressions: contact_iter makes them much shorter | George Hazan | |
2018-03-05 | Jabber: code cleaning & simplification | George Hazan | |
2018-02-03 | small type fix | Konstantin | |
2018-01-31 | Added an option to enable/disable carbons | Vladimir | |
2018-01-26 | code optimization | George Hazan | |
2018-01-01 | massive copyright update | dartraiden | |
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵ | Kirill Volinsky | |
62202ed10617927d5429bc59898e12a366abe744) | |||
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM | Kirill Volinsky | |
2017-11-29 | replace russian с to latin c | Kirill Volinsky | |
2017-11-28 | Source files converted to utf-8 | Kirill Volinsky | |
2017-11-13 | Code modernize ... | Goraf | |
* replace 0/NULL with nullptr [using clang-tidy] | |||
2017-08-23 | code cleaning | George Hazan | |
2017-08-20 | minus ModernOpt | George Hazan | |
2017-08-17 | jabber: omemo: working on TODO | Gluzskiy Alexandr | |
implemented message queue for messages received/sendt before omemo sessions created //this solve problem with loosing first message | |||
2017-08-05 | Change plugin links from http:// to https:// | Robert Pösel | |
2017-05-12 | jabber: omemo: crashfix | Gluzskiy Alexandr | |
better init/deinit | |||
2017-05-08 | jabber: omemo: renamed option in ui to reflect current state | Gluzskiy Alexandr | |
2017-04-02 | jabber: omemo: working on 4.3 | Gluzskiy Alexandr | |
proper dynamic caps implementation for omemo caps/features and for miranda caps/features in general as required by xep-0115 removed my old attempt to implement dynamic omemo cap fixed few bugs in OmemoHandleDeviceList | |||
2017-03-21 | omemo: working on 4.3 | Gluzskiy Alexandr | |
createnode fixes typo fixes | |||
2017-01-12 | Netlib_FreeHttpRequest() instead of MS_NETLIB_FREEHTTPREQUESTSTRUCT | George Hazan | |
2017-01-01 | bump copyright year | dartraiden | |
2016-10-28 | - old useless helpers removed from the Options module; | George Hazan | |
- mir_app functions introduced instead of them; - OPENOPTIONSDIALOG structure removed from m_options.h | |||
2016-10-10 | remove Yandex from Jabber presets | Dart Raiden | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17359 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-09-19 | Jabber: fix typo | Dart Raiden | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17322 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-09-08 | protocol: | Alexander Gluzsky | |
jabber: omemo: placeholder option omemo notify capability git-svn-id: http://svn.miranda-ng.org/main/trunk@17275 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-07-29 | fix for the broken removal of orphaned contacts in Jabber | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17145 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-07-29 | no more TCHARs | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17143 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-07-27 | less TCHARs | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17138 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-07-26 | less TCHARs: | George Hazan | |
- TCHAR is replaced with wchar_t everywhere; - LPGENT replaced with either LPGENW or LPGEN; - fixes for ANSI plugins that improperly used _t functions; - TCHAR *t removed from MAllStrings; - ptszGroup, ptszTitle & ptszTab in OPTIONSDIALOGPAGE replaced with pwsz* git-svn-id: http://svn.miranda-ng.org/main/trunk@17133 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-07-25 | hello, Unix. | George Hazan | |
phase 1: removing _T() git-svn-id: http://svn.miranda-ng.org/main/trunk@17127 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-06-11 | MRA: change avatars load threads count default value from 4 to 1 | Rozhuk Ivan | |
add threads names git-svn-id: http://svn.miranda-ng.org/main/trunk@16948 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-06-06 | - CGroupchatInviteAcceptDlg redesigned to avoid separate thread creation; | George Hazan | |
- local function WindowSetIcon replaced with Window_SetIcon_IcoLib(); git-svn-id: http://svn.miranda-ng.org/main/trunk@16925 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-06-05 | - fix for #1059; | George Hazan | |
- direct unsafe work with icons replaces with Window_SetIcon_IcoLib / Window_SetSkinIcon_IcoLib; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@16917 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-04-17 | - unused netlib flags removed | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@16689 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-04-15 | code cleaning | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@16658 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-03-24 | Jabber: - Fixed dropdown list of public xmpp servers (fixes #1215) | Tobias Weimer | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@16538 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-03-24 | Jabber: add LoL presets (request from miranda-ng-int) | Dart Raiden | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@16535 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c |