summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-08-06MirLua: m_json:Alexander Lantsev
- added simple arrays support - added integer support git-svn-id: http://svn.miranda-ng.org/main/trunk@17165 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-06MirLua: fixed m_json.EncodeAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@17164 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-05langpacks/russian: updateDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@17163 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-05- status removed from badly written database cache;George Hazan
- code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@17162 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-05additional fix for the case of parallel destructionGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17161 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-05VKontakte: small fix for send message to vk-groupSergey Bolhovskoy
git-svn-id: http://svn.miranda-ng.org/main/trunk@17160 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-05VKontakte: Sergey Bolhovskoy
fix(???) ‘validation required’ error add support vk-groups contacts fix (???) rare error with WorkerThread on connection lost version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@17159 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-03code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17158 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-03there's no need in additional constant declarationsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17157 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-03Popup: trying to fix broken font settings.slotwin
git-svn-id: http://svn.miranda-ng.org/main/trunk@17156 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-02git-svn-id: http://svn.miranda-ng.org/main/trunk@17155 ↵George Hazan
1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-02compilation fixGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17154 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-01MSN: Filter some control charaxters in text that MSN protocol doesn't seem ↵leecher1337
to like. git-svn-id: http://svn.miranda-ng.org/main/trunk@17153 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-31ICQ: - Fixed unicode conversionTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@17152 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-31CmdLine: - Fixed unicode conversionTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@17151 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-31UserInfoEx: Translation fixTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@17150 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-31FileAsMessage: - Fixed unicode conversionTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@17149 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-31langpack/english & langpack/russian updateKonstantin Nikulin
git-svn-id: http://svn.miranda-ng.org/main/trunk@17148 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-29langpacks/ukrainian: updateRMN
git-svn-id: http://svn.miranda-ng.org/main/trunk@17147 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-29removing TCHAR + WCHAR from headersGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17146 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-29forgotten optionGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17144 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-29VKontarte: Utils_OpenUrlT -> Utils_OpenUrlWSergey Bolhovskoy
git-svn-id: http://svn.miranda-ng.org/main/trunk@17142 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-29VKontakte:Sergey Bolhovskoy
rename string variables (p)tsz* -> (p)wsz* rename struct TCHAR_ PARAM -> WCHAR_ PARAM change mir_sntprintf -> mir_snwprintf, LPCTSTR -> LPCWSTR, setTString -> setWString, db_set_ts(a)-> db_set_ws(a) and etc. git-svn-id: http://svn.miranda-ng.org/main/trunk@17141 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-28mish-mash with UnicodeGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17140 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-28compilation fix for VS2015.3George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17139 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-27more fixesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17137 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-27<tchar.h> removed from <m_system.h>George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17136 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-26compilation fixGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17135 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-26fix for a broken regexpGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17134 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-25Facebook: Rename "On this day" to "Memories" as Facebook calls it, and use ↵Robert Pösel
better icon for it git-svn-id: http://svn.miranda-ng.org/main/trunk@17132 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-25Facebook: Don't join archived or unsubscribed chatrooms at loginRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@17131 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-25Facebook: Small fixRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@17130 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-25Facebook: Improve loading users in chatroomsRobert Pösel
Fix loading all names (previously it won't loaded name of last user), load also former participants, code refactoring git-svn-id: http://svn.miranda-ng.org/main/trunk@17129 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-25Facebook: Join all locally present chatrooms at loginRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@17128 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-24VKontakte: revert 17125Sergey Bolhovskoy
git-svn-id: http://svn.miranda-ng.org/main/trunk@17126 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-23VKontakte: resource cosmeticDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@17125 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-23langpacks/russian: updateDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@17124 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-22warning fixGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17123 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-22WinSCP 5.9Dart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@17122 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-07-22unix slashesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17120 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-22Standartize "Version.h" to "version.h" (final rename)Robert Pösel
I just hate SVN. git-svn-id: http://svn.miranda-ng.org/main/trunk@17119 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-22Standartize "Version.h" to "version.h" (temporary rename)Robert Pösel
I hate SVN. git-svn-id: http://svn.miranda-ng.org/main/trunk@17118 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-07-21langpack/english & langpack/russian updateKonstantin Nikulin
git-svn-id: http://svn.miranda-ng.org/main/trunk@17116 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c