summaryrefslogtreecommitdiff
path: root/protocols/Sametime
AgeCommit message (Collapse)Author
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-11-28Source files converted to utf-8Kirill Volinsky
2017-11-13Code modernize ...Goraf
* replace 0/NULL with nullptr [using clang-tidy]
2017-11-08fix for the possible crash with static variablesGeorge Hazan
2017-11-05More CMake (#1016)Vitaly Svyastyn
* Generate version information before build. * Removed /EHsc from compile options. * CMake files for the rest of protocols. * CMake 64 bit build. * CMake: precompiled headers.
2017-11-01removed support for VS2010 as obsoleteGeorge Hazan
2017-11-01removing support for VS2013George Hazan
2017-10-24unified version resource with explicitly stated language & code pageGeorge Hazan
2017-10-08SSE2 instructions not to be used for 32-bit Release configurationsGeorge Hazan
2017-09-19useless structure GCDEST finally removedGeorge Hazan
2017-08-05Change plugin links from http:// to https://Robert Pösel
2017-04-25this time for real - good byewatcherhd
2017-04-25Revert "farewell MSVS 2015"watcherhd
This reverts commit 8d1e289188ba821bcfd5e85c6ace09ef97f8f894.
2017-04-25farewell MSVS 2015watcherhd
2017-04-08vs 2017 compilation fixKirill Volinsky
2017-03-09Visual Studio 2017 support addedwatcherhd
2017-02-16duplicated lib folders no needed anymoreGeorge Hazan
2017-02-01PLI_ONLINE & PLI_OFFLINE - unused constants removedGeorge Hazan
2017-01-31- NUF_HTTPGATEWAY: unused option removed;George Hazan
- NETLIBUSER::szDescriptiveName replaced with MAllStrings; - code cleaning.
2017-01-14separate handle types for HNETLIBCONN & HNETLIBBINDGeorge Hazan
2017-01-13a bit less netlib servicesGeorge Hazan
2017-01-11strong typization - better typizationGeorge Hazan
2017-01-01bump copyright yeardartraiden
2016-12-02MS_SYSTEM_* services became functionsGeorge Hazan
2016-12-02old shit diedGeorge Hazan
now there's no need to create fake services & events
2016-12-02[Sametime] remove comment for removed codeSzymon Tokarz
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-09-19grrrrm... there's no hLangpack in chat items, therefore strings must be ↵George Hazan
translated inside plugins git-svn-id: http://svn.miranda-ng.org/main/trunk@17323 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-19forgotten LPGENW restoredGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17321 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-19unused translations removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17320 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-19- struct GCSESSION died;George Hazan
- Chat_NewSession simply gets 5 parameters; - minor chat code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@17318 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-19Chat_AddGroup - even less structuresGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17316 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-17chats: more functions, less structuresGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17309 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-16- chats services replaces with functions;George Hazan
- chat calls switched from CallServiceSync to direct calls everywhere git-svn-id: http://svn.miranda-ng.org/main/trunk@17305 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-14second major wipeout of database services & structures:George Hazan
- DBCONTACTENUMSETTINGS removed; - all helpers moved to mir_core.dll git-svn-id: http://svn.miranda-ng.org/main/trunk@17296 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-06MS_CLIST_SYSTRAY_NOTIFY - more useless code removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17268 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-06minus MS_CLIST_RETRIEVE_INTERFACEGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17267 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-07-22Standardize use of slashes in includes to "/" (thanks ybznek for idea)Robert Pösel
Previous paths weren't usable on Linux git-svn-id: http://svn.miranda-ng.org/main/trunk@17121 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-26R.I.P m_clui.h, you helped us alotGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16767 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-15contact list groups:George Hazan
- finally database is not used anymore (only as a settings' storage); - MGROUP type introduced to replace HANDLE for group ids; - MS_CLIST_GROUP* services became Clist_Group* functions; - CLIST_INTERFACE members pfnGetGroupName & pfnRenameGroup also transformed into static Clist_Group* functions git-svn-id: http://svn.miranda-ng.org/main/trunk@16659 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-17Sametime protocol:Szymon Tokarz
- fix at files transfer closing (thx Wishmaster) git-svn-id: http://svn.miranda-ng.org/main/trunk@16115 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-17Sametime protocol:Szymon Tokarz
- patch fixes some memory leaks reported by Coverity and some other fixes and cleanup (by Wishmaster) - some fixes by me git-svn-id: http://svn.miranda-ng.org/main/trunk@16106 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-15Sametime Protocol:Szymon Tokarz
- improve login redirect session status support, force login to current server if no new host parameter in redirect message (like in https://developer.pidgin.im/ticket/7563 ) - new database protocol parameter "ForceLogin", if set to 1 - force login to Sametime server after any login redirect message git-svn-id: http://svn.miranda-ng.org/main/trunk@16094 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-09-18replace "(c)" and "c" by ©Dart Raiden
update years in __COPYRIGHT git-svn-id: http://svn.miranda-ng.org/main/trunk@15384 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-04Sametime: menu uidAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@15193 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c