<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include/listmode.h, branch v4.0.0a14</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/include/listmode.h?h=v4.0.0a14</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/include/listmode.h?h=v4.0.0a14'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2022-07-22T17:53:21Z</updated>
<entry>
<title>Switch from NULL to nullptr.</title>
<updated>2022-07-22T17:53:21Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-07-22T17:33:38Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=648f813f8c89e6e7d0ed5bda2c2149bee2babb09'/>
<id>urn:sha1:648f813f8c89e6e7d0ed5bda2c2149bee2babb09</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix various Doxygen comment issues.</title>
<updated>2022-05-02T16:36:37Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-05-02T16:31:57Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2ac42d80177d487c3519d61ff054645b0d71ba8f'/>
<id>urn:sha1:2ac42d80177d487c3519d61ff054645b0d71ba8f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a now outdated documentation comment.</title>
<updated>2022-04-18T17:04:59Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-04-18T17:04:59Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=47515ac2699a3d1de805b396922f18c7af7110cb'/>
<id>urn:sha1:47515ac2699a3d1de805b396922f18c7af7110cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Constify the parameter arguments in ListModeBase's Tell* methods.</title>
<updated>2022-04-17T13:57:41Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-04-17T13:57:41Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d45fe55f0e469ee5c821f97f79ae19da57f455a8'/>
<id>urn:sha1:d45fe55f0e469ee5c821f97f79ae19da57f455a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor ListModeBase::OnModeChange.</title>
<updated>2022-04-17T10:23:14Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-04-17T10:23:14Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=57b3a40afa34a9f2db3fe39455fe2dfa33ab8695'/>
<id>urn:sha1:57b3a40afa34a9f2db3fe39455fe2dfa33ab8695</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove ValidateParam and rename CanonicalizeParam.</title>
<updated>2022-04-17T10:14:39Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-04-17T10:02:42Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=80e80132826569444e690a177f5bfc5f603fada1'/>
<id>urn:sha1:80e80132826569444e690a177f5bfc5f603fada1</id>
<content type='text'>
There's basically no safe way to handle a malformed list mode
sent by a remote server without causing a desync. Its probably
for the best if we just only apply validation to locally added
list modes entries.
</content>
</entry>
<entry>
<title>Add ListModeBase::CanonicalizeParam, fix cleaning extban masks.</title>
<updated>2022-04-16T11:01:59Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-04-16T10:48:08Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c0bc5bf7981e30229bdabfdf51a289635fe8be76'/>
<id>urn:sha1:c0bc5bf7981e30229bdabfdf51a289635fe8be76</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace duplicated documentation with @copydoc.</title>
<updated>2022-04-16T08:38:34Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-04-16T08:38:34Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8656e9cce15a5c0c4631ec331b2bd7bc54e952f6'/>
<id>urn:sha1:8656e9cce15a5c0c4631ec331b2bd7bc54e952f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make the parameter field of ValidateParam const.</title>
<updated>2022-04-16T08:17:27Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-04-16T08:17:27Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0cf1eb4b046ca0224ec1e0dce9831b0557aff651'/>
<id>urn:sha1:0cf1eb4b046ca0224ec1e0dce9831b0557aff651</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use a consistent message format for end of list numerics.</title>
<updated>2022-04-01T17:25:25Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-04-01T16:59:45Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=45528567520afcccbde6ff52dc175b441b9fcfce'/>
<id>urn:sha1:45528567520afcccbde6ff52dc175b441b9fcfce</id>
<content type='text'>
</content>
</entry>
</feed>
