<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_chanhistory.cpp, branch v4.0.0a22</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_chanhistory.cpp?h=v4.0.0a22</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_chanhistory.cpp?h=v4.0.0a22'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2023-05-10T10:57:48Z</updated>
<entry>
<title>Rename duration to timeutils and relocate InspIRCd::TimeString.</title>
<updated>2023-05-10T10:57:48Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-05-10T10:57:48Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=fe4c512839f9f613fc5098e5a9d8c9a402e60aa0'/>
<id>urn:sha1:fe4c512839f9f613fc5098e5a9d8c9a402e60aa0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow limiting chanhistory only by the number of lines or duration.</title>
<updated>2023-04-20T09:16:39Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-04-20T09:16:39Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a1dd6128ba15c3c6bb9100039fecdf25dd0b8329'/>
<id>urn:sha1:a1dd6128ba15c3c6bb9100039fecdf25dd0b8329</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix parsing &lt;chanhistory:maxduration&gt;.</title>
<updated>2023-04-20T07:26:06Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-04-20T07:26:06Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1bbda87e477758da6f101fc97c567f0599204116'/>
<id>urn:sha1:1bbda87e477758da6f101fc97c567f0599204116</id>
<content type='text'>
Closes #2032.
</content>
</entry>
<entry>
<title>Refactor the chanhistory mode handler and allow limiting the duration.</title>
<updated>2023-02-14T17:40:22Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-02-14T17:38:44Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3b02e291cdde598090d9265524241c50c2d2d26e'/>
<id>urn:sha1:3b02e291cdde598090d9265524241c50c2d2d26e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace getInt/getUInt/getFloat with type safe templated functions.</title>
<updated>2023-01-25T00:39:27Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-24T23:41:50Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=af8effe4f0876d6fa934806745712f679bd36278'/>
<id>urn:sha1:af8effe4f0876d6fa934806745712f679bd36278</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor the caching methods in User and rename to make more sense.</title>
<updated>2023-01-24T02:58:46Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-24T02:58:46Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f310e1c98dc262249146025ffffb81334b38680d'/>
<id>urn:sha1:f310e1c98dc262249146025ffffb81334b38680d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move duration functions to their own header.</title>
<updated>2023-01-23T01:01:06Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-23T00:08:26Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b5404f841552f756f6a319c5957c32ffbd3d52b9'/>
<id>urn:sha1:b5404f841552f756f6a319c5957c32ffbd3d52b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace ModeAction with bool.</title>
<updated>2023-01-22T22:52:30Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-22T22:01:25Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8389fbba6d92dec84745e5b8db4739f97561585e'/>
<id>urn:sha1:8389fbba6d92dec84745e5b8db4739f97561585e</id>
<content type='text'>
This enum is functionally the same as bool but with weird semantics.
</content>
</entry>
<entry>
<title>Qualify auto correctly in all cases.</title>
<updated>2023-01-10T23:30:34Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-10T23:02:45Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b2d86bb8a1bc965ad72d00ba5ef98d0e4bbfb155'/>
<id>urn:sha1:b2d86bb8a1bc965ad72d00ba5ef98d0e4bbfb155</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid copying shared_ptr&lt;ConfigTag&gt; when not necessary.</title>
<updated>2023-01-10T21:27:18Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-10T20:57:56Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1b2916c8451506adccf3ab0a56bbf836d9f3cb36'/>
<id>urn:sha1:1b2916c8451506adccf3ab0a56bbf836d9f3cb36</id>
<content type='text'>
</content>
</entry>
</feed>
