<feed xmlns='http://www.w3.org/2005/Atom'>
<title>miranda-ng.git/protocols/MSN, branch v0.95.6</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>- fix for #1059;</title>
<updated>2016-06-05T16:11:08+00:00</updated>
<author>
<name>George Hazan</name>
<email>george.hazan@gmail.com</email>
</author>
<published>2016-06-05T16:11:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=eec361608fde60d63fe4511e26e3b95c7f72be13'/>
<id>eec361608fde60d63fe4511e26e3b95c7f72be13</id>
<content type='text'>
- direct unsafe work with icons replaces with Window_SetIcon_IcoLib / Window_SetSkinIcon_IcoLib;
- code cleaning

git-svn-id: http://svn.miranda-ng.org/main/trunk@16917 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- direct unsafe work with icons replaces with Window_SetIcon_IcoLib / Window_SetSkinIcon_IcoLib;
- code cleaning

git-svn-id: http://svn.miranda-ng.org/main/trunk@16917 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>these tons of code aren't needed anymore...</title>
<updated>2016-05-18T17:21:08+00:00</updated>
<author>
<name>George Hazan</name>
<email>george.hazan@gmail.com</email>
</author>
<published>2016-05-18T17:21:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=a1d6cb7bdc354be0968c6ba5ac4615e14a90eead'/>
<id>a1d6cb7bdc354be0968c6ba5ac4615e14a90eead</id>
<content type='text'>
git-svn-id: http://svn.miranda-ng.org/main/trunk@16850 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.miranda-ng.org/main/trunk@16850 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>R.I.P m_clui.h, you helped us alot</title>
<updated>2016-04-26T14:54:58+00:00</updated>
<author>
<name>George Hazan</name>
<email>george.hazan@gmail.com</email>
</author>
<published>2016-04-26T14:54:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=2105de2e1be94d18a1cb5dfd6afcc33a788bc640'/>
<id>2105de2e1be94d18a1cb5dfd6afcc33a788bc640</id>
<content type='text'>
git-svn-id: http://svn.miranda-ng.org/main/trunk@16767 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.miranda-ng.org/main/trunk@16767 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>- unused netlib flags removed</title>
<updated>2016-04-17T12:44:57+00:00</updated>
<author>
<name>George Hazan</name>
<email>george.hazan@gmail.com</email>
</author>
<published>2016-04-17T12:44:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=7137d2b9395dc051e2adbe0c83553479646cedb1'/>
<id>7137d2b9395dc051e2adbe0c83553479646cedb1</id>
<content type='text'>
git-svn-id: http://svn.miranda-ng.org/main/trunk@16689 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.miranda-ng.org/main/trunk@16689 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>contact list groups:</title>
<updated>2016-04-15T13:40:58+00:00</updated>
<author>
<name>George Hazan</name>
<email>george.hazan@gmail.com</email>
</author>
<published>2016-04-15T13:40:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=18f7e9261c885e953f220ba6836e8bca43a6fc88'/>
<id>18f7e9261c885e953f220ba6836e8bca43a6fc88</id>
<content type='text'>
- finally database is not used anymore (only as a settings' storage);
- MGROUP type introduced to replace HANDLE for group ids;
- MS_CLIST_GROUP* services became Clist_Group* functions;
- CLIST_INTERFACE members pfnGetGroupName &amp; pfnRenameGroup also transformed into static Clist_Group* functions

git-svn-id: http://svn.miranda-ng.org/main/trunk@16659 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- finally database is not used anymore (only as a settings' storage);
- MGROUP type introduced to replace HANDLE for group ids;
- MS_CLIST_GROUP* services became Clist_Group* functions;
- CLIST_INTERFACE members pfnGetGroupName &amp; pfnRenameGroup also transformed into static Clist_Group* functions

git-svn-id: http://svn.miranda-ng.org/main/trunk@16659 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>unificate reconnect warnings (as in Jabber)</title>
<updated>2016-04-01T21:07:06+00:00</updated>
<author>
<name>Dart Raiden</name>
<email>wowemuh@gmail.com</email>
</author>
<published>2016-04-01T21:07:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=11bcf4605f7a15604f8154c7b1daceb83e5f2566'/>
<id>11bcf4605f7a15604f8154c7b1daceb83e5f2566</id>
<content type='text'>
git-svn-id: http://svn.miranda-ng.org/main/trunk@16571 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.miranda-ng.org/main/trunk@16571 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>MSN: no need to export SkyLogin functions</title>
<updated>2016-03-25T19:57:46+00:00</updated>
<author>
<name>MikalaiR</name>
<email>nikolay.romanovich@narod.ru</email>
</author>
<published>2016-03-25T19:57:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=47b775f2742d0d3649359bd6537979fba7486d7e'/>
<id>47b775f2742d0d3649359bd6537979fba7486d7e</id>
<content type='text'>
git-svn-id: http://svn.miranda-ng.org/main/trunk@16544 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.miranda-ng.org/main/trunk@16544 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>MSN: Only loading OpenSSL lib for login, so that there is no waste of memory if tokens are already present</title>
<updated>2016-03-24T19:02:54+00:00</updated>
<author>
<name>Piotr Piastucki</name>
<email>leech.miranda@gmail.com</email>
</author>
<published>2016-03-24T19:02:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=49df455909f265452893494c7ffedf2298d6206d'/>
<id>49df455909f265452893494c7ffedf2298d6206d</id>
<content type='text'>
Added logging for skylogin.

git-svn-id: http://svn.miranda-ng.org/main/trunk@16536 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added logging for skylogin.

git-svn-id: http://svn.miranda-ng.org/main/trunk@16536 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>MSN: Skylogin UNICODE fixes.</title>
<updated>2016-03-21T01:29:54+00:00</updated>
<author>
<name>Piotr Piastucki</name>
<email>leech.miranda@gmail.com</email>
</author>
<published>2016-03-21T01:29:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=3290e01656f52149b1c0c871a84357ec53510e26'/>
<id>3290e01656f52149b1c0c871a84357ec53510e26</id>
<content type='text'>
git-svn-id: http://svn.miranda-ng.org/main/trunk@16519 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.miranda-ng.org/main/trunk@16519 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>SkyLogin must be used only if OpenSSL is present</title>
<updated>2016-03-19T17:30:10+00:00</updated>
<author>
<name>George Hazan</name>
<email>george.hazan@gmail.com</email>
</author>
<published>2016-03-19T17:30:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=9da83b6f98ec43aa93ef883e9884cc1a8246b0ce'/>
<id>9da83b6f98ec43aa93ef883e9884cc1a8246b0ce</id>
<content type='text'>
git-svn-id: http://svn.miranda-ng.org/main/trunk@16513 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.miranda-ng.org/main/trunk@16513 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
</feed>
