summaryrefslogtreecommitdiff
path: root/plugins/AuthState
AgeCommit message (Collapse)Author
2018-01-01massive copyright updatedartraiden
2017-12-10- remove emails (if author retired - it's useless to write to him; if author ↵dartraiden
is active - users should use GitHub for ticket creation); - also remove AUTHOREMAIL field from structure
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵Kirill Volinsky
62202ed10617927d5429bc59898e12a366abe744)
2017-12-06all rc files reverted to utf-8Kirill Volinsky
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-27slightly optimized way of getting menu item's module nameGeorge Hazan
2017-11-27add module name (part 1)Kirill Volinsky
2017-11-13Code modernize ...Goraf
* replace 0/NULL with nullptr [using clang-tidy]
2017-10-30Rename authstate-readme.txt to readme.txtTobias Weimer
2017-10-24unified version resource with explicitly stated language & code pageGeorge Hazan
2017-08-06Update all other files in repository to use https links for Miranda NG websiteRobert Pösel
2017-08-05Change plugin links from http:// to https://Robert Pösel
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-07-29no more TCHARsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17143 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-22Standartize "Version.h" to "version.h" in all plugin's and protocol's includesRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@17117 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-21git-svn-id: http://svn.miranda-ng.org/main/trunk@16738 ↵MikalaiR
1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-17oops MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16709 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-17AuthState: options -> core uiMikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16708 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-03-19AuthState: fix extraicon 'corruption'; code optimization MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16510 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-17AuthState: rename icon (this is authorization Request), decapitalizationDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@16113 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-17AuthState: seems we need LPGEN here, because it's subsection name (Options ↵Dart Raiden
-> Icons) git-svn-id: http://svn.miranda-ng.org/main/trunk@16109 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-02Copyrights update part 3 (final)Dart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@15986 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-28Optimize ME_DB_CONTACT_SETTINGCHANGED functions to not use mir_strcmp() but ↵Robert Pösel
just strcmp() (and similar methods) It's not needed to user mir_* for checking null pointers when we're comparing const strings with DBCONTACTWRITESETTING values which should be always initialized correctly. Somewhere also changed strcmpi to just strcmp, because these settings are case-sensitive anyway. git-svn-id: http://svn.miranda-ng.org/main/trunk@15631 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-03AuthState: menu uidAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@15178 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-22- extra icons services converted into functions;George Hazan
- more Kill* functions exported; git-svn-id: http://svn.miranda-ng.org/main/trunk@14635 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-29- unified menu creation using wrapper class CMenuItem;George Hazan
- duplicated hLangpack field removed from TMO_IntMenuItem; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@14440 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-28finally CLISTEVENT removed completelyGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14430 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-27- CLISTMENUITEM::pszContactOwner removed, because it's supported only by ↵George Hazan
contact's menu; - Menu_AddContactMenuItem now receives parameter szProto; - Menu_Add* helpers are converted into real functions; git-svn-id: http://svn.miranda-ng.org/main/trunk@14409 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-26next slice of cutting out unused menu features - popupPositionGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14400 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-22Menu_ModifyItem unbound from CLISTMENUITEM structureGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14334 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-22- CLISTMENUITEM::cbSize - atavism removed;George Hazan
- code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@14325 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
2015-06-07- common.props divided into app.props & plugin.props;George Hazan
- MimCmd & CmdLine converted to Unicode; git-svn-id: http://svn.miranda-ng.org/main/trunk@14048 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-24*.sln fies updateVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@13116 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-24cleanupVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@13113 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-24revetVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@13100 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-24cleanupVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@13099 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-24small adjustmentVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@13091 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-24common Visual Studio properties & filtersGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13089 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-15after commit #12797 field OPTIONSDIALOGPAGE::cbSize became an atavism, and ↵George Hazan
therefore removed git-svn-id: http://svn.miranda-ng.org/main/trunk@12840 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-31Year 2015 version updateGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11704 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-13AuthState: changed warning lavel to w4Kirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@11359 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-08AuthState: missed noteDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@11271 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-30new sorting functions appliedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11180 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-26AuthState: code cleanupKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@11104 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-09-15resources: comma in Conditional Clauses with "if":RMN
if the subordinate clause ("if clause") comes first, a comma should be used to separate it from the main clause, while no comma is needed if the "if clause" follows the main one. git-svn-id: http://svn.miranda-ng.org/main/trunk@10450 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-12icons registration moved to Load()Kirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@10173 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c