summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-11-09removed detect not supported OSKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@10940 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-09code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10939 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-09- langpacks/russian: typosRMN
- langpacks/ukrainian: update git-svn-id: http://svn.miranda-ng.org/main/trunk@10938 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-09VKontakte: fix(???) reconnect protocol after PollServer death (3)Sergey Bolhovskoy
git-svn-id: http://svn.miranda-ng.org/main/trunk@10937 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-09VKontakte: fix reconnect protocol after PollServer death (2)Sergey Bolhovskoy
git-svn-id: http://svn.miranda-ng.org/main/trunk@10936 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-09VKontakte: fix reconnect protocol after PollServer deathSergey Bolhovskoy
git-svn-id: http://svn.miranda-ng.org/main/trunk@10935 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-08label size fixKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@10934 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-08- fix for the global avatar's redrawing;George Hazan
- more _taccess; - version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@10933 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-08code cleaning:George Hazan
- (MCONTACT)-1 replaced with INVALID_CONTACT_ID; - DBVARIANT+db_get_ts replaced with ptrT+db_get_tsa; - VARST added for path reading; - version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@10932 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-08Crash Dumper - translation to Russian and spelling correctionVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@10931 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-08Weather: msn.ini updated (thanks HostedDinner)Robert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@10930 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-08MSVC2010 projects adjustedVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@10929 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-08removed not used info about weather ini filesKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@10928 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-08fixed OS version detectionKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@10927 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-08removed not needed definesKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@10926 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-08ui fixKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@10925 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-08added option to enable\diable catching exaptionsKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@10924 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-07Weather: Add support for specifying own UserAgent in INI (requested in #810)Robert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@10923 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-07VKontakte: Sergey Bolhovskoy
fix for stillbirth PollServer more debug lines in OnReceivePollingInfo git-svn-id: http://svn.miranda-ng.org/main/trunk@10922 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-07fix for creating backup first time without timestamp in databaseKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@10921 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-06doubles search algorithm optimizedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10920 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-06code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10919 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-06Export fixKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@10918 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-06git-svn-id: http://svn.miranda-ng.org/main/trunk@10917 ↵George Hazan
1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-06- common message archiving code extracted to a separate function;George Hazan
- manual memory allocation code removed; git-svn-id: http://svn.miranda-ng.org/main/trunk@10916 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-06- fix for major memory leak;George Hazan
- event cycle optimization git-svn-id: http://svn.miranda-ng.org/main/trunk@10915 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-05langpacks/russian: correctionDart Raiden
updated README.md git-svn-id: http://svn.miranda-ng.org/main/trunk@10914 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-03more code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10913 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-03Ice patcher now can patch up to 1000 icons (thanks Awkward)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@10912 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-03massive code cleaning for SessionsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10911 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-02end of ancient perversion with connection data & false connectionsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10910 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-02git-svn-id: http://svn.miranda-ng.org/main/trunk@10909 ↵Vadim Dashevskiy
1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-02Langpack Polish: updatePaweł Masarczyk
git-svn-id: http://svn.miranda-ng.org/main/trunk@10908 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-02reverted Actman linesVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@10907 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-02Some lines translated in Russian langpackVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@10906 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-02langpacks: update according to [10903]Dart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@10905 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-02JabberNickFromJID usage moved to ptrTGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10904 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-02+1 stringKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@10903 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-02git-svn-id: http://svn.miranda-ng.org/main/trunk@10902 ↵Vadim Dashevskiy
1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-02reverted MSN removal (too early)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@10901 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-02script fixVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@10900 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-02NewsAggregator:Tobias Weimer
-Fixed memory leak -Fixed crash when server isn't available -performance improvements git-svn-id: http://svn.miranda-ng.org/main/trunk@10899 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-02git-svn-id: http://svn.miranda-ng.org/main/trunk@10898 ↵Vadim Dashevskiy
1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-02MSN is cleaned from installer scriptVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@10897 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-02MSN protocol stopped working (R.I.P), moved to deprecated, banned by the ↵Vadim Dashevskiy
core, delete mask in PluginUpdater was created git-svn-id: http://svn.miranda-ng.org/main/trunk@10896 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-02git-svn-id: http://svn.miranda-ng.org/main/trunk@10895 ↵Vadim Dashevskiy
1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-01Vkontakte: fix(?) for silent dead PollServerSergey Bolhovskoy
git-svn-id: http://svn.miranda-ng.org/main/trunk@10894 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-10-31VKontakte: code cleanupSergey Bolhovskoy
git-svn-id: http://svn.miranda-ng.org/main/trunk@10893 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-10-31VKontakte: vk_thread.cpp - code cleanupSergey Bolhovskoy
git-svn-id: http://svn.miranda-ng.org/main/trunk@10892 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-10-31Langpack Polish:updatePaweł Masarczyk
git-svn-id: http://svn.miranda-ng.org/main/trunk@10891 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c