<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/configreader.cpp, 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/src/configreader.cpp?h=v2.0.29</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/configreader.cpp?h=v2.0.29'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2016-06-17T10:04:12Z</updated>
<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>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>Don't bind ports after an unsuccessful rehash</title>
<updated>2015-01-19T16:38:30Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2015-01-19T16:38:30Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2653fbaa28c9b7b41e03abd4893ea623a6276d21'/>
<id>urn:sha1:2653fbaa28c9b7b41e03abd4893ea623a6276d21</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix harmless uninitialized variable usage on startup if the config is incorrect</title>
<updated>2015-01-12T13:10:53Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2015-01-12T13:10:53Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=225322b46f888fb034c87aea45fdde3f941c6450'/>
<id>urn:sha1:225322b46f888fb034c87aea45fdde3f941c6450</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid calling methods on NULL pointers wherever possible.</title>
<updated>2014-10-13T05:18:14Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2014-10-08T15:34:37Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6935ce2956fed99d5484da90e614b7126e5275d3'/>
<id>urn:sha1:6935ce2956fed99d5484da90e614b7126e5275d3</id>
<content type='text'>
The trick we use to allow this is undefined behaviour and is not
liked by LLVM. We should stop using it but it has the potential to
break to many things for a minor release.
</content>
</entry>
<entry>
<title>Fix NULL dereference on rehash when there is a fatal error in the configuration of connect classes</title>
<updated>2014-03-01T12:04:10Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-03-01T12:04:10Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1066fae0407abb79f973cd99a42479136a62d696'/>
<id>urn:sha1:1066fae0407abb79f973cd99a42479136a62d696</id>
<content type='text'>
Fixes issue #780 reported by @JDowny
</content>
</entry>
<entry>
<title>Add config option to disable somaxconn range() check</title>
<updated>2013-04-23T13:01:15Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-04-23T13:01:15Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b742311a7039655c63c4d08902b43cebdeeb8d33'/>
<id>urn:sha1:b742311a7039655c63c4d08902b43cebdeeb8d33</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove ServerLimits::Finalise(), it's completely wrong</title>
<updated>2012-12-09T17:12:09Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-12-09T17:06:21Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=71d53e4883cdb83b50f43cd934ac9b4cd2b95383'/>
<id>urn:sha1:71d53e4883cdb83b50f43cd934ac9b4cd2b95383</id>
<content type='text'>
Truncate &lt;limits:identmax&gt;+1 long idents in User::ChangeIdent()
</content>
</entry>
<entry>
<title>added warning that autoconnect is now a separate tag</title>
<updated>2012-11-15T18:46:24Z</updated>
<author>
<name>Steven Van Acker</name>
</author>
<published>2012-11-15T16:29:31Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8eb4534fa98bd8fb0f02f2b1b7c54ec70ab077cc'/>
<id>urn:sha1:8eb4534fa98bd8fb0f02f2b1b7c54ec70ab077cc</id>
<content type='text'>
</content>
</entry>
</feed>
