<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include, branch v3.0.0rc1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/include?h=v3.0.0rc1</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/include?h=v3.0.0rc1'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2019-01-07T22:41:54Z</updated>
<entry>
<title>Release v3.0.0 release candidate 1.</title>
<updated>2019-01-07T22:41:54Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-01-07T22:41:54Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f4041a13c3894e282fb34010f3373d1950136a8c'/>
<id>urn:sha1:f4041a13c3894e282fb34010f3373d1950136a8c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add the ability to disable console colors in stdout logging (#1539).</title>
<updated>2019-01-03T13:17:23Z</updated>
<author>
<name>linuxdaemon</name>
</author>
<published>2019-01-03T13:17:23Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b6ca49a232c24701ba72630619683672303386c8'/>
<id>urn:sha1:b6ca49a232c24701ba72630619683672303386c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix message tags not being broadcast across the network.</title>
<updated>2019-01-02T20:28:46Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-01-02T17:31:31Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=aafc03bdfc34c9426df44938403c92dbbbc0568e'/>
<id>urn:sha1:aafc03bdfc34c9426df44938403c92dbbbc0568e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Only parse valid durations, don't treat invalid multipliers as seconds (#1538)</title>
<updated>2018-12-21T18:37:22Z</updated>
<author>
<name>linuxdaemon</name>
</author>
<published>2018-12-21T18:37:22Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7530285740c2db1bc4457859b0d5f2436e0ed113'/>
<id>urn:sha1:7530285740c2db1bc4457859b0d5f2436e0ed113</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add the &lt;maxlist&gt; tag and switch ListModeBase to always use it.</title>
<updated>2018-12-19T09:02:09Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-12-19T09:02:09Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=36da0833c5512a72cbf500a2f5faef5a26ed8dae'/>
<id>urn:sha1:36da0833c5512a72cbf500a2f5faef5a26ed8dae</id>
<content type='text'>
The old method of doing this was:

1. Extremely inconsistently used. Some list modes used &lt;banlist&gt;
   and some used their own config tag.
2. Not documented in the slightest. There was a small reference to
   &lt;maxbans&gt; for the ban mode but nothing else.
3. In some cases conflicting with other config tags. The chanfilter
   module defined a &lt;chanfilter&gt; tag for general config whilst also
   using it for the max list settings.

The new &lt;maxlist&gt; tag avoids these issues entirely.
</content>
</entry>
<entry>
<title>Fix ParamModeBase::OnUnset() not being virtual.</title>
<updated>2018-12-16T01:41:47Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-12-16T01:26:04Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8ec9a73a91ad1c7009fd3055fbad7c980b5e1732'/>
<id>urn:sha1:8ec9a73a91ad1c7009fd3055fbad7c980b5e1732</id>
<content type='text'>
Closes #1536.
</content>
</entry>
<entry>
<title>Store durations as unsigned long not long in XLine and m_filter.</title>
<updated>2018-12-13T14:20:43Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-12-13T14:01:17Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ee7db9bbfbb5f3bc7359d22e7021415aebddb9d2'/>
<id>urn:sha1:ee7db9bbfbb5f3bc7359d22e7021415aebddb9d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix conversion issues by replacing ConvToInt with ConvToNum&lt;T&gt;.</title>
<updated>2018-12-12T21:43:24Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-12-12T20:34:46Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0f7cfd46ef2d277f5f82e34a2852c75212d75261'/>
<id>urn:sha1:0f7cfd46ef2d277f5f82e34a2852c75212d75261</id>
<content type='text'>
The former was a thin wrapper around atol and brought with it all
of the weird parsing logic of atol which is almost never what is
actually wanted. It also almost never returned the numeric type
which is actually wanted which can cause weird issues when casting.
</content>
</entry>
<entry>
<title>Reject setting modes which are null or not registered.</title>
<updated>2018-12-12T14:43:55Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-12-12T13:54:31Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=654355c2d114a68639ac36238291ebfceec2537d'/>
<id>urn:sha1:654355c2d114a68639ac36238291ebfceec2537d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move some config parser-internal types out of the public header.</title>
<updated>2018-12-09T16:13:27Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-12-09T15:57:42Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=cb7e83aa4ed48df3e1bb259b26737feaf5a0d676'/>
<id>urn:sha1:cb7e83aa4ed48df3e1bb259b26737feaf5a0d676</id>
<content type='text'>
</content>
</entry>
</feed>
