<feed xmlns='http://www.w3.org/2005/Atom'>
<title>miranda-ng.git/plugins/Msg_Export, branch v0.95.7</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>Update all other files in repository to use https links for Miranda NG website</title>
<updated>2017-08-06T17:03:02+00:00</updated>
<author>
<name>Robert Pösel</name>
<email>robyer@seznam.cz</email>
</author>
<published>2017-08-06T17:03:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=59519558a68a62d7d2450013f2930effe75f5d30'/>
<id>59519558a68a62d7d2450013f2930effe75f5d30</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change plugin links from http:// to https://</title>
<updated>2017-08-05T21:55:32+00:00</updated>
<author>
<name>Robert Pösel</name>
<email>robyer@seznam.cz</email>
</author>
<published>2017-08-05T21:44:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=59d34a1ab093ac8910c74016fc5135a317eb047a'/>
<id>59d34a1ab093ac8910c74016fc5135a317eb047a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Msg_Export:</title>
<updated>2017-02-12T20:41:48+00:00</updated>
<author>
<name>Tobias Weimer</name>
<email>wishmaster51@googlemail.com</email>
</author>
<published>2017-02-12T20:41:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=646630b565d4fa2d95fd73143198b2d46deb937d'/>
<id>646630b565d4fa2d95fd73143198b2d46deb937d</id>
<content type='text'>
- Fixed Copy action
- Added Notepad++ to options dialog predefined editors
- warning fix
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Fixed Copy action
- Added Notepad++ to options dialog predefined editors
- warning fix
</pre>
</div>
</content>
</entry>
<entry>
<title>Msg_Export: Fix opening/closing progress dialog</title>
<updated>2017-02-06T02:00:34+00:00</updated>
<author>
<name>Robert Pösel</name>
<email>robyer@seznam.cz</email>
</author>
<published>2017-02-06T02:00:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=428f4fe793688a84c0bc70f8a6d35e5f802698ae'/>
<id>428f4fe793688a84c0bc70f8a6d35e5f802698ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Msg_Export: Fix progress dialog processing</title>
<updated>2017-02-06T01:45:32+00:00</updated>
<author>
<name>Robert Pösel</name>
<email>robyer@seznam.cz</email>
</author>
<published>2017-02-06T01:45:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=6807cde64f65d5fa6617c8c29f7e2aa00cbc5b6d'/>
<id>6807cde64f65d5fa6617c8c29f7e2aa00cbc5b6d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Msg_Export: Don't block whole Miranda during export</title>
<updated>2017-02-06T01:45:27+00:00</updated>
<author>
<name>Robert Pösel</name>
<email>robyer@seznam.cz</email>
</author>
<published>2017-02-06T01:30:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=d980ff0b1d69136793e39f4b67c6db4164742326'/>
<id>d980ff0b1d69136793e39f4b67c6db4164742326</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Msg_Export: Fix exporting unicode messages, make it even faster (addresses #609)</title>
<updated>2017-02-05T23:09:07+00:00</updated>
<author>
<name>Robert Pösel</name>
<email>robyer@seznam.cz</email>
</author>
<published>2017-02-05T23:06:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=c87d46c2af765e61b64dfb0859760b46cb432a59'/>
<id>c87d46c2af765e61b64dfb0859760b46cb432a59</id>
<content type='text'>
Previously code worked with opening file and loading BOM at writing each event. When we stopped closing/opening file at each event it couldn't read BOM anymore, so it wrote messages in wrong codepage.

This is not fixed by parameter defining we are just appending the file, so it doesn't need to determing BOM or even check file size. Thanks to this exporting is now about 70% faster than the initial optimization commit (in sum 13.5x faster than before).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously code worked with opening file and loading BOM at writing each event. When we stopped closing/opening file at each event it couldn't read BOM anymore, so it wrote messages in wrong codepage.

This is not fixed by parameter defining we are just appending the file, so it doesn't need to determing BOM or even check file size. Thanks to this exporting is now about 70% faster than the initial optimization commit (in sum 13.5x faster than before).
</pre>
</div>
</content>
</entry>
<entry>
<title>Msg_Export: Allow entering "0" for no limit of line width</title>
<updated>2017-02-05T23:05:35+00:00</updated>
<author>
<name>Robert Pösel</name>
<email>robyer@seznam.cz</email>
</author>
<published>2017-02-05T22:40:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=98518865f72ccb25e3f5a061508aff98ffb59493'/>
<id>98518865f72ccb25e3f5a061508aff98ffb59493</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Msg_Export: Optimize checking ignored contacts/protocols (addresses #609)</title>
<updated>2017-02-05T23:05:33+00:00</updated>
<author>
<name>Robert Pösel</name>
<email>robyer@seznam.cz</email>
</author>
<published>2017-02-05T21:45:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=5a3ac5642a0e4bf770d399ae015dd9e65b34cf71'/>
<id>5a3ac5642a0e4bf770d399ae015dd9e65b34cf71</id>
<content type='text'>
Makes export about 20% faster.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Makes export about 20% faster.
</pre>
</div>
</content>
</entry>
<entry>
<title>Msg_Export: Optimize exporting all history (fixes #609)</title>
<updated>2017-02-05T21:46:17+00:00</updated>
<author>
<name>Robert Pösel</name>
<email>robyer@seznam.cz</email>
</author>
<published>2017-02-05T21:07:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=d8142b3a62a0e0e5cb715f95f2e03d9bf808dff0'/>
<id>d8142b3a62a0e0e5cb715f95f2e03d9bf808dff0</id>
<content type='text'>
Makes export about 10x faster.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Makes export about 10x faster.
</pre>
</div>
</content>
</entry>
</feed>
