<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include, branch v2.0.29</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/include?h=v2.0.29</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/include?h=v2.0.29'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2018-04-09T10:59:09Z</updated>
<entry>
<title>Remove swhois messages set in the oper block on deoper.</title>
<updated>2018-04-09T10:59:09Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-01-21T13:33:44Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=aa19c8fc021ce1cc704434a2c5a19e1517132c79'/>
<id>urn:sha1:aa19c8fc021ce1cc704434a2c5a19e1517132c79</id>
<content type='text'>
Closes #1240.
</content>
</entry>
<entry>
<title>Fix the command table not being case insensitive.</title>
<updated>2017-10-16T19:46:16Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-10-16T16:00:53Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f237007bc1137dce5a7955238e7f0acd55942129'/>
<id>urn:sha1:f237007bc1137dce5a7955238e7f0acd55942129</id>
<content type='text'>
This is not an issue normally but in some circumstances (e.g. when
disabling commands) it can result in command lookups failing even
when they exist.
</content>
</entry>
<entry>
<title>Use DLLManager::RetrieveLastError() on all platforms.</title>
<updated>2017-08-26T18:01:27Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-08-26T16:25:20Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=45fc75457b56bb14ad0f7b99909b96404df69c8c'/>
<id>urn:sha1:45fc75457b56bb14ad0f7b99909b96404df69c8c</id>
<content type='text'>
This prevents a bug where we send malformed messages to the client
when dlerror() returns an error message containing more than one
line. This has been observed on macOS but probably will happen on
other UNIX systems too.

This also fixes a potential problem where dlerror() returns NULL
and converting it to std::string causes a crash. I can't see any
way that this might happen but it is better to be safe than sorry.
</content>
</entry>
<entry>
<title>Fix some compiler warnings.</title>
<updated>2017-03-20T10:24:01Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-03-20T10:24:01Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=756c89cfccb4039bf5b4b59662a0bd7c379287a3'/>
<id>urn:sha1:756c89cfccb4039bf5b4b59662a0bd7c379287a3</id>
<content type='text'>
warning: macro name is a reserved identifier [-Wreserved-id-macro]
warning: extra ';' after member function definition [-Wextra-semi]
</content>
</entry>
<entry>
<title>Don't exit on rehash if the pid file cannot be written</title>
<updated>2016-06-17T10:04:12Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-06-17T10:04:12Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=925afed1b90871a52fb19f0ee2cb99cd26a53bae'/>
<id>urn:sha1:925afed1b90871a52fb19f0ee2cb99cd26a53bae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't show snotices for kills from ulined clients</title>
<updated>2016-02-25T13:54:28Z</updated>
<author>
<name>Adam</name>
</author>
<published>2016-02-25T13:37:46Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f80798f2c15d27d3f98f5323e69c5b9ff2aaa48b'/>
<id>urn:sha1:f80798f2c15d27d3f98f5323e69c5b9ff2aaa48b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Limit DNS cache size</title>
<updated>2016-02-13T18:23:07Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-02-13T18:23:07Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=09c716ce117e3c89b4da7ab88f4caaefb43511b5'/>
<id>urn:sha1:09c716ce117e3c89b4da7ab88f4caaefb43511b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1004 from SaberUK/insp20+fix-various-warnings</title>
<updated>2015-03-22T23:42:59Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2015-03-22T23:42:59Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4dd7fb60a8e46856cb2df3fcda56b9b119072552'/>
<id>urn:sha1:4dd7fb60a8e46856cb2df3fcda56b9b119072552</id>
<content type='text'>
[2.0] Fix various warnings with the new Doxygen and LLVM releases.</content>
</entry>
<entry>
<title>Rebuild clone counts on rehash</title>
<updated>2015-03-21T16:53:21Z</updated>
<author>
<name>Adam</name>
</author>
<published>2015-03-03T20:45:22Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7f051bcc5198c2eb3fff1ca52888bd7c6ec19000'/>
<id>urn:sha1:7f051bcc5198c2eb3fff1ca52888bd7c6ec19000</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix various Doxygen warnings.</title>
<updated>2015-02-27T00:34:21Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2015-02-26T22:35:06Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c38d29fd760a52958377a0664cbcdf74e9a12c84'/>
<id>urn:sha1:c38d29fd760a52958377a0664cbcdf74e9a12c84</id>
<content type='text'>
</content>
</entry>
</feed>
