<feed xmlns='http://www.w3.org/2005/Atom'>
<title>miranda-ng.git/plugins/Clist_modern/src/modern_clisttray.cpp, branch v0.95.8</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>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>status caching moved from MenuItem to PROTOACCOUNT - this is very effective</title>
<updated>2018-04-07T15:44:31+00:00</updated>
<author>
<name>George Hazan</name>
<email>ghazan@miranda.im</email>
</author>
<published>2018-04-07T15:44:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=5565e5b9839eea8a57e9c46f87e611dd546c8b46'/>
<id>5565e5b9839eea8a57e9c46f87e611dd546c8b46</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>finally that perversion with double protocol caching in clist died</title>
<updated>2018-04-07T11:32:51+00:00</updated>
<author>
<name>George Hazan</name>
<email>ghazan@miranda.im</email>
</author>
<published>2018-04-07T11:32:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=2c89ab98b84a92c0386700d6911be46ad18edc50'/>
<id>2c89ab98b84a92c0386700d6911be46ad18edc50</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>duplicate ME_PROTO_ACK handlers merged together</title>
<updated>2018-04-07T10:51:06+00:00</updated>
<author>
<name>George Hazan</name>
<email>ghazan@miranda.im</email>
</author>
<published>2018-04-07T10:51:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=609c3041668b36bc6abfa9511aa4e197bf0060ff'/>
<id>609c3041668b36bc6abfa9511aa4e197bf0060ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bunch of obsoleted CLIST_INTERFACE::Tray* methods removed or moved to Clist_Tray*</title>
<updated>2018-04-05T18:16:06+00:00</updated>
<author>
<name>George Hazan</name>
<email>ghazan@miranda.im</email>
</author>
<published>2018-04-05T18:16:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=aa6ece5ae374ca814dab5df57e2180f404afdff6'/>
<id>aa6ece5ae374ca814dab5df57e2180f404afdff6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Accounts() : iterator for accounts</title>
<updated>2018-04-03T13:30:25+00:00</updated>
<author>
<name>George Hazan</name>
<email>ghazan@miranda.im</email>
</author>
<published>2018-04-03T13:30:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=9613f96e6a6f96ad02a0fc926054132811ae2bb1'/>
<id>9613f96e6a6f96ad02a0fc926054132811ae2bb1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CLIST_INTERFACE:</title>
<updated>2018-04-03T10:37:13+00:00</updated>
<author>
<name>George Hazan</name>
<email>ghazan@miranda.im</email>
</author>
<published>2018-04-03T10:37:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=66b61f42871089f3962920924f9030cd6dff2ad8'/>
<id>66b61f42871089f3962920924f9030cd6dff2ad8</id>
<content type='text'>
- unused members removed (requires new History++ for people who compile Miranda themselves);
- useless helpers Proto_IsAccountEnabled &amp; Proto_IsProtocolLocked replaced with direct calls of PROTOACCOUNT members IsEnabled &amp; IsLocked respectively;
- static interface member pfnGetProtocolVisibility replaced with static function Clist_GetProtocolVisibility or PROTOACCOUNT::IsVisible when possible
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- unused members removed (requires new History++ for people who compile Miranda themselves);
- useless helpers Proto_IsAccountEnabled &amp; Proto_IsProtocolLocked replaced with direct calls of PROTOACCOUNT members IsEnabled &amp; IsLocked respectively;
- static interface member pfnGetProtocolVisibility replaced with static function Clist_GetProtocolVisibility or PROTOACCOUNT::IsVisible when possible
</pre>
</div>
</content>
</entry>
<entry>
<title>Clist_modern: fix for calculating common protocol status even for old protocols</title>
<updated>2018-04-03T09:01:27+00:00</updated>
<author>
<name>George Hazan</name>
<email>ghazan@miranda.im</email>
</author>
<published>2018-04-03T09:01:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=dfe4c13573386072b6fcf177e8f52fafc81891f1'/>
<id>dfe4c13573386072b6fcf177e8f52fafc81891f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>second instance of the same account status checker removed</title>
<updated>2018-02-20T09:41:31+00:00</updated>
<author>
<name>George Hazan</name>
<email>ghazan@miranda.im</email>
</author>
<published>2018-02-20T09:41:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=8227d51067e386cddbce4defefc34e608aed2c6b'/>
<id>8227d51067e386cddbce4defefc34e608aed2c6b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clist_Modern: very strange manual icon's visibility checker replaced with the core one</title>
<updated>2018-02-20T09:34:27+00:00</updated>
<author>
<name>George Hazan</name>
<email>ghazan@miranda.im</email>
</author>
<published>2018-02-20T09:34:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=6b0b43a8f98c6899f67dc62f9c8b765014f37fda'/>
<id>6b0b43a8f98c6899f67dc62f9c8b765014f37fda</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
