<feed xmlns='http://www.w3.org/2005/Atom'>
<title>miranda-ng.git/protocols/VKontakte/src, branch v0.95.8.1</title>
<subtitle>miranda-ng main repo mirror (manuall sync only)
</subtitle>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/'/>
<entry>
<title>VKontakte: add 'VK Messenger' MirVer</title>
<updated>2018-06-06T16:31:32+00:00</updated>
<author>
<name>George Hazan</name>
<email>ghazan@miranda.im</email>
</author>
<published>2018-06-06T16:31:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=2b4f39cd2db8f89981814f5bf0d4644d75d24c2d'/>
<id>2b4f39cd2db8f89981814f5bf0d4644d75d24c2d</id>
<content type='text'>
fix for Conversations icon
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix for Conversations icon
</pre>
</div>
</content>
</entry>
<entry>
<title>VKontakte:</title>
<updated>2018-06-05T10:55:23+00:00</updated>
<author>
<name>George Hazan</name>
<email>ghazan@miranda.im</email>
</author>
<published>2018-06-05T10:55:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=62a7bb9bc5069310a38c52d5f44d2a61267eed2c'/>
<id>62a7bb9bc5069310a38c52d5f44d2a61267eed2c</id>
<content type='text'>
fix #1392 (access denied on typing for banned contacts)
fix ‘?’ in avatar filenames

Fingerprint: fixed Conversations detect
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix #1392 (access denied on typing for banned contacts)
fix ‘?’ in avatar filenames

Fingerprint: fixed Conversations detect
</pre>
</div>
</content>
</entry>
<entry>
<title>merge with master till</title>
<updated>2018-05-22T19:40:02+00:00</updated>
<author>
<name>George Hazan</name>
<email>ghazan@miranda.im</email>
</author>
<published>2018-05-22T19:40:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=09e90f29d43694f401d80d8d86140eb96c21558a'/>
<id>09e90f29d43694f401d80d8d86140eb96c21558a</id>
<content type='text'>
VKontakte: update VK_API to 5.76
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
VKontakte: update VK_API to 5.76
</pre>
</div>
</content>
</entry>
<entry>
<title>merge from master</title>
<updated>2018-05-08T18:47:39+00:00</updated>
<author>
<name>George Hazan</name>
<email>ghazan@miranda.im</email>
</author>
<published>2018-05-08T18:40:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=6a6f2b9e3b2749f16b513dfc98d5d5038b5628fb'/>
<id>6a6f2b9e3b2749f16b513dfc98d5d5038b5628fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mir_forkThread&lt;typename&gt; - stronger typizatioin for thread function parameter</title>
<updated>2018-05-03T14:02:14+00:00</updated>
<author>
<name>George Hazan</name>
<email>ghazan@miranda.im</email>
</author>
<published>2018-05-03T14:02:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=3ad2582c4a4a6378f294f9256ecbcbdf0ae88e3a'/>
<id>3ad2582c4a4a6378f294f9256ecbcbdf0ae88e3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>OnEvent(EV_PROTO_ONCONTACTDELETED) =&gt; PROTO_INTERFACE::OnContactDeleted</title>
<updated>2018-04-21T21:57:16+00:00</updated>
<author>
<name>George Hazan</name>
<email>ghazan@miranda.im</email>
</author>
<published>2018-04-21T21:55:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=d28931ebdfc4ff561d05ab000aee4cbb5ac24d62'/>
<id>d28931ebdfc4ff561d05ab000aee4cbb5ac24d62</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>code cleaning:</title>
<updated>2018-04-21T09:33:31+00:00</updated>
<author>
<name>George Hazan</name>
<email>ghazan@miranda.im</email>
</author>
<published>2018-04-21T09:33:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=ca5001026a94f702c4012c5e8d2093ad3f51c1fa'/>
<id>ca5001026a94f702c4012c5e8d2093ad3f51c1fa</id>
<content type='text'>
- in conformance to C++'11 rules, we don't declare a method as virtual if it's declared as override;
- cause this code isn't visible in Pascal anymore, there's no need to use __cdecl calling convention for virtual methods;
- since PROTO_INTERFACE is a regular C++ class, there's no need to use old style service declarations for virtual methods like OnModulesLoaded / OnShutdown
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- in conformance to C++'11 rules, we don't declare a method as virtual if it's declared as override;
- cause this code isn't visible in Pascal anymore, there's no need to use __cdecl calling convention for virtual methods;
- since PROTO_INTERFACE is a regular C++ class, there's no need to use old style service declarations for virtual methods like OnModulesLoaded / OnShutdown
</pre>
</div>
</content>
</entry>
<entry>
<title>EV_PROTO_ONOPTIONS removed and replaced with the call of CallObjectEventHook(pa-&gt;ppro, ME_OPT_INITIALIZE)</title>
<updated>2018-04-19T15:19:47+00:00</updated>
<author>
<name>George Hazan</name>
<email>ghazan@miranda.im</email>
</author>
<published>2018-04-19T15:19:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=624c9066d85c4da900cf440ca6066f86ef0b044d'/>
<id>624c9066d85c4da900cf440ca6066f86ef0b044d</id>
<content type='text'>
this eliminates the possibility of making a mistake in hand-written code
also fixes #1280 (Tox: "Confugure" menu item is broken)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this eliminates the possibility of making a mistake in hand-written code
also fixes #1280 (Tox: "Confugure" menu item is broken)
</pre>
</div>
</content>
</entry>
<entry>
<title>core changes:</title>
<updated>2018-04-18T20:04:26+00:00</updated>
<author>
<name>George Hazan</name>
<email>ghazan@miranda.im</email>
</author>
<published>2018-04-18T20:04:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=abf8cd813bb0ac4f4f5451d2af929279d816abac'/>
<id>abf8cd813bb0ac4f4f5451d2af929279d816abac</id>
<content type='text'>
- PROTOCOLDESCRIPTOR's implementation hidden inside mir_app;
- Proto_RegisterModule now doesn't need a PROTOCOLDESCRIPTOR structure;
- PROTOTYPE_PROTOWITHACCS type added for protos that work with accounts
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- PROTOCOLDESCRIPTOR's implementation hidden inside mir_app;
- Proto_RegisterModule now doesn't need a PROTOCOLDESCRIPTOR structure;
- PROTOTYPE_PROTOWITHACCS type added for protos that work with accounts
</pre>
</div>
</content>
</entry>
<entry>
<title>g_hInstance incapulated into PLUGIN&lt;&gt;, no need in the separate variable</title>
<updated>2018-04-18T17:51:18+00:00</updated>
<author>
<name>George Hazan</name>
<email>ghazan@miranda.im</email>
</author>
<published>2018-04-18T17:51:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=9cf1444eb7888f2d942d220f938aa893396a8a1b'/>
<id>9cf1444eb7888f2d942d220f938aa893396a8a1b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
