<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~irc/github.com/kvirc/KVIrc.git/src/modules/logview, branch ignore-sigpipe</title>
<subtitle>https://github.com/kvirc/KVIrc.git</subtitle>
<id>https://cgit.space/~irc/github.com/kvirc/KVIrc.git/atom/src/modules/logview?h=ignore-sigpipe</id>
<link rel='self' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/atom/src/modules/logview?h=ignore-sigpipe'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/'/>
<updated>2019-09-07T15:55:36Z</updated>
<entry>
<title>add export for all logs (channel, etc.)</title>
<updated>2019-09-07T15:55:36Z</updated>
<author>
<name>Alex P</name>
</author>
<published>2017-03-15T13:19:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=86747b0888c8ad59c0a4c12b91c1099df52a1cb2'/>
<id>urn:sha1:86747b0888c8ad59c0a4c12b91c1099df52a1cb2</id>
<content type='text'>
this line was always commented (since initial impl in 184e489)
but this feature seems to be working fine</content>
</entry>
<entry>
<title>Remove C-style typedef structs</title>
<updated>2018-11-29T04:34:04Z</updated>
<author>
<name>IceN9ne</name>
</author>
<published>2018-11-29T04:34:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=73ffd3b5c5c595c79b7830834890e6adc34360b4'/>
<id>urn:sha1:73ffd3b5c5c595c79b7830834890e6adc34360b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use override where possible and remove unnecessary usages of the virtual keyword.</title>
<updated>2018-11-29T03:02:03Z</updated>
<author>
<name>IceN9ne</name>
</author>
<published>2018-11-29T03:00:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=2c52bee29d4636bcdce407ac91b353d34d89258c'/>
<id>urn:sha1:2c52bee29d4636bcdce407ac91b353d34d89258c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Apply all modernize-* fixes from clang-tidy except for modernize-use-auto</title>
<updated>2018-11-14T13:59:22Z</updated>
<author>
<name>Alexey Sokolov</name>
</author>
<published>2018-06-09T23:16:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=e4a34cb9b7d59a08a162d642fbbca8c08804b3ff'/>
<id>urn:sha1:e4a34cb9b7d59a08a162d642fbbca8c08804b3ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix Coverity complaints about uninitialized member variables</title>
<updated>2018-04-14T16:57:50Z</updated>
<author>
<name>IceN9ne</name>
</author>
<published>2018-04-14T16:57:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=82be064fde846aaa39ca15d5f0d102e04e6b001e'/>
<id>urn:sha1:82be064fde846aaa39ca15d5f0d102e04e6b001e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix Log Viewer search returning no hits after repeated searches</title>
<updated>2017-06-22T18:49:45Z</updated>
<author>
<name>OmegaPhil</name>
</author>
<published>2017-06-22T18:49:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=af111d37e00dbebdde8f4bec958587a6c6caa462'/>
<id>urn:sha1:af111d37e00dbebdde8f4bec958587a6c6caa462</id>
<content type='text'>
Searches returning one result (e.g. one channel on one network),
when ran more than once in a row, end up with no search hits -
a variable that needed to be reset was missed.

Fixes #2233
</content>
</entry>
<entry>
<title>logview module: Fix memory leak in logview export</title>
<updated>2017-03-10T01:21:26Z</updated>
<author>
<name>IceN9ne</name>
</author>
<published>2017-03-10T01:21:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=111cb9c64b7e7c14f0d95f3920ea88ba68327ae2'/>
<id>urn:sha1:111cb9c64b7e7c14f0d95f3920ea88ba68327ae2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Apply clang-tidy: modernize-loop-convert</title>
<updated>2016-04-30T17:50:45Z</updated>
<author>
<name>Alexey Sokolov</name>
</author>
<published>2016-04-30T17:48:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=97ecdf6a1b7f95bc1b342b3eaf141cd460249680'/>
<id>urn:sha1:97ecdf6a1b7f95bc1b342b3eaf141cd460249680</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Apply clang-tidy: modernize-use-nullptr</title>
<updated>2016-04-30T17:50:44Z</updated>
<author>
<name>Alexey Sokolov</name>
</author>
<published>2016-04-30T17:23:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=505d0768f8392e3c4775425dd97f41e1c829ef44'/>
<id>urn:sha1:505d0768f8392e3c4775425dd97f41e1c829ef44</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Apply clang-format</title>
<updated>2016-04-29T22:57:48Z</updated>
<author>
<name>Alexey Sokolov</name>
</author>
<published>2016-04-29T22:57:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=690dd7a33ddc90678367d73adf313533536e10f2'/>
<id>urn:sha1:690dd7a33ddc90678367d73adf313533536e10f2</id>
<content type='text'>
</content>
</entry>
</feed>
