<feed xmlns='http://www.w3.org/2005/Atom'>
<title>miranda-ng.git/protocols/Sametime/src/sametime_proto.h, 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>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>no more PROTO_INTERFACE::OnEvent</title>
<updated>2018-04-22T11:49:00+00:00</updated>
<author>
<name>George Hazan</name>
<email>ghazan@miranda.im</email>
</author>
<published>2018-04-22T11:49:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=fcae50377289915682e56fcbd49297d76da38b51'/>
<id>fcae50377289915682e56fcbd49297d76da38b51</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>Proto_GetStatus is used everywhere instead of PS_GETSTATUS</title>
<updated>2018-04-07T17:14:21+00:00</updated>
<author>
<name>George Hazan</name>
<email>ghazan@miranda.im</email>
</author>
<published>2018-04-07T17:14:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=f60c78abfbd5f279b30de729046b805bba8e00b0'/>
<id>f60c78abfbd5f279b30de729046b805bba8e00b0</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>mir_app:</title>
<updated>2018-01-31T14:51:08+00:00</updated>
<author>
<name>George Hazan</name>
<email>ghazan@miranda.im</email>
</author>
<published>2018-01-31T14:51:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=bdd6a8a6b981a019e6818230077567b4fb51604c'/>
<id>bdd6a8a6b981a019e6818230077567b4fb51604c</id>
<content type='text'>
- structure renamed: PROTORECVFILET -&gt; PROTORECVFILE;
- useless service MS_PROTO_AUTHRECV removed;
- Proto_AuthRecv() helper converted into a function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- structure renamed: PROTORECVFILET -&gt; PROTORECVFILE;
- useless service MS_PROTO_AUTHRECV removed;
- Proto_AuthRecv() helper converted into a function.
</pre>
</div>
</content>
</entry>
<entry>
<title>convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 62202ed10617927d5429bc59898e12a366abe744)</title>
<updated>2017-12-06T11:15:09+00:00</updated>
<author>
<name>Kirill Volinsky</name>
<email>Mataes2007@gmail.com</email>
</author>
<published>2017-12-06T11:15:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=a27079fe5c4a210664515c47767c00112c435d65'/>
<id>a27079fe5c4a210664515c47767c00112c435d65</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>convert all files exept curl and new_gpg to utf-8 BOM</title>
<updated>2017-12-06T10:09:18+00:00</updated>
<author>
<name>Kirill Volinsky</name>
<email>Mataes2007@gmail.com</email>
</author>
<published>2017-12-06T10:00:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=62202ed10617927d5429bc59898e12a366abe744'/>
<id>62202ed10617927d5429bc59898e12a366abe744</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>separate handle types for HNETLIBCONN &amp; HNETLIBBIND</title>
<updated>2017-01-13T22:22:55+00:00</updated>
<author>
<name>George Hazan</name>
<email>ghazan@miranda.im</email>
</author>
<published>2017-01-13T22:22:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=d3cb19278d60ac6f7963379254546cdca36a90e2'/>
<id>d3cb19278d60ac6f7963379254546cdca36a90e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
