<feed xmlns='http://www.w3.org/2005/Atom'>
<title>miranda-ng.git/protocols/Dummy, 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>Dummy: added stubs for deprecated protocols</title>
<updated>2018-05-08T09:37:59+00:00</updated>
<author>
<name>George Hazan</name>
<email>ghazan@miranda.im</email>
</author>
<published>2018-05-08T09:34:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=c575dc94be9630240b7377a2e05011630bb8eb1e'/>
<id>c575dc94be9630240b7377a2e05011630bb8eb1e</id>
<content type='text'>
(cherry picked from commit 2d0241cce00df9e38404009b1a4179d7b2b8af3c)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 2d0241cce00df9e38404009b1a4179d7b2b8af3c)
</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>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>
<entry>
<title>PLUGIN&lt;&gt; to half-automatically calculate the dll's g_hInstance and pass it inside</title>
<updated>2018-04-18T15:14:33+00:00</updated>
<author>
<name>George Hazan</name>
<email>ghazan@miranda.im</email>
</author>
<published>2018-04-18T15:14:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=b172c4bbc75cdad0e8ccd22292aa671ba43cac45'/>
<id>b172c4bbc75cdad0e8ccd22292aa671ba43cac45</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-06T16:19:14+00:00</updated>
<author>
<name>George Hazan</name>
<email>ghazan@miranda.im</email>
</author>
<published>2018-04-06T16:19:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=e45e2f1683f984ec5ef05c0b4ffff87ee0405f43'/>
<id>e45e2f1683f984ec5ef05c0b4ffff87ee0405f43</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>PFLAG_UNIQUEIDSETTING removed, its functionality transferred to Proto_SetUniqueId / Proto_GetUniqueId</title>
<updated>2018-03-28T17:01:30+00:00</updated>
<author>
<name>George Hazan</name>
<email>ghazan@miranda.im</email>
</author>
<published>2018-03-28T17:01:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=e7b69721b0d390cec3f81f97134a51bfef228cf8'/>
<id>e7b69721b0d390cec3f81f97134a51bfef228cf8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>common protocol instance management code went into template</title>
<updated>2018-03-28T13:34:30+00:00</updated>
<author>
<name>George Hazan</name>
<email>ghazan@miranda.im</email>
</author>
<published>2018-03-28T13:34:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=81ce57622c3166830b23eae534dacc6b008c659d'/>
<id>81ce57622c3166830b23eae534dacc6b008c659d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>all protocols rewritten to CMPluginBase</title>
<updated>2018-03-28T11:29:31+00:00</updated>
<author>
<name>George Hazan</name>
<email>ghazan@miranda.im</email>
</author>
<published>2018-03-28T11:29:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=a905c9c3f92fd54f37a5466649ac378db69e7cb0'/>
<id>a905c9c3f92fd54f37a5466649ac378db69e7cb0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>guard headers</title>
<updated>2018-02-24T17:20:43+00:00</updated>
<author>
<name>Goraf</name>
<email>22941576+Goraf@users.noreply.github.com</email>
</author>
<published>2018-02-23T21:36:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=dff565f40105b20b0e8e4dba1f48ccc9b8e7ff44'/>
<id>dff565f40105b20b0e8e4dba1f48ccc9b8e7ff44</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
