summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_opt.cpp
AgeCommit message (Collapse)Author
2018-01-26code optimizationGeorge Hazan
2018-01-01massive copyright updatedartraiden
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵Kirill Volinsky
62202ed10617927d5429bc59898e12a366abe744)
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-11-29replace russian с to latin cKirill Volinsky
2017-11-28Source files converted to utf-8Kirill Volinsky
2017-11-13Code modernize ...Goraf
* replace 0/NULL with nullptr [using clang-tidy]
2017-08-23code cleaningGeorge Hazan
2017-08-20minus ModernOptGeorge Hazan
2017-08-17jabber: omemo: working on TODOGluzskiy Alexandr
implemented message queue for messages received/sendt before omemo sessions created //this solve problem with loosing first message
2017-08-05Change plugin links from http:// to https://Robert Pösel
2017-05-12jabber: omemo: crashfixGluzskiy Alexandr
better init/deinit
2017-05-08jabber: omemo: renamed option in ui to reflect current stateGluzskiy Alexandr
2017-04-02jabber: omemo: working on 4.3Gluzskiy 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-21omemo: working on 4.3Gluzskiy Alexandr
createnode fixes typo fixes
2017-01-12Netlib_FreeHttpRequest() instead of MS_NETLIB_FREEHTTPREQUESTSTRUCTGeorge Hazan
2017-01-01bump copyright yeardartraiden
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-10remove Yandex from Jabber presetsDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@17359 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-19Jabber: fix typoDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@17322 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-08protocol: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-29fix for the broken removal of orphaned contacts in JabberGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17145 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-29no more TCHARsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17143 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-27less TCHARsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17138 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-26less 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-25hello, 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-11MRA: change avatars load threads count default value from 4 to 1Rozhuk 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 removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16689 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-15code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16658 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-03-24Jabber: - 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-24Jabber: 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
2016-03-04end of perversion with short ints (fixes #1204)George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16425 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-03-04fix for bug #1205George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16418 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-03-03Jabber: sort by alphabetical orderDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@16412 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-03-03yet another try to add Yandex presets from jabberKonstantin Nikulin
git-svn-id: http://svn.miranda-ng.org/main/trunk@16411 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-03-03compilation fixVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@16410 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-03-03compilation fixVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@16409 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-03-03add Yandex presets from jabberKonstantin Nikulin
git-svn-id: http://svn.miranda-ng.org/main/trunk@16407 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-03-02Jabber: remove obsolete VKontakte XMMP supportDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@16398 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-02-03public servers list now on xmpp.netDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@16219 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-02Copyrights update part 2Dart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@15985 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-09fix for the frame processing in JabberGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@15702 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-30- cosmetics and grammar correction;RMN
- Toaster translation template updated manually; - langpacks Russian and Ukrainian updated. git-svn-id: http://svn.miranda-ng.org/main/trunk@15116 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-17- numerous name conflicts resolved;George Hazan
- funny code that loads resource #102 from miranda32.exe removed; - massive mir_sntprintf code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@14979 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-09First attempt to support registration forms (can someone test and fix it ↵Tobias Weimer
please?) git-svn-id: http://svn.miranda-ng.org/main/trunk@14881 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-21- resizer moved to mir_core, because it uses hard-coded windows structures;George Hazan
- MS_UTILS_RESIZEDIALOG replaced with a short call of Utils_ResizeDialog; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@14295 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-20xml api became a set of functionsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14288 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-19SIZEOF replaced with more secure analog - _countofGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14270 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c