<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_channames.cpp, branch v4.0.0a17</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_channames.cpp?h=v4.0.0a17</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_channames.cpp?h=v4.0.0a17'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2022-11-21T13:14:19Z</updated>
<entry>
<title>Use string_view in IsNick/IsIdent/IsChannel.</title>
<updated>2022-11-21T13:14:19Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-11-21T13:14:19Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=07246800fd2e44128adfa09fe91ce10b3ef0bcfc'/>
<id>urn:sha1:07246800fd2e44128adfa09fe91ce10b3ef0bcfc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use a global typedef for representing a character set.</title>
<updated>2022-09-30T19:21:59Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-09-30T19:21:59Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e4efd41a99e1237b61336555af0398ef5f634a4d'/>
<id>urn:sha1:e4efd41a99e1237b61336555af0398ef5f634a4d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix various cases of the &amp;* being next to the name instead of type.</title>
<updated>2022-09-29T11:36:01Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-09-29T11:01:29Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=89537ed2ab22fcedb25e0378bd2c18e392911c0c'/>
<id>urn:sha1:89537ed2ab22fcedb25e0378bd2c18e392911c0c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace GetUserCounter() with GetUsers().size().</title>
<updated>2022-08-24T03:52:45Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-08-24T03:49:49Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=87fe3cae8aa28ceacc7d20afa1d535630d03bc02'/>
<id>urn:sha1:87fe3cae8aa28ceacc7d20afa1d535630d03bc02</id>
<content type='text'>
This method is legacy from when there was a manual user counter and
isn't much of a length saving over the unsugared version.
</content>
</entry>
<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>Merge branch 'insp3' into master.</title>
<updated>2022-04-29T10:24:05Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-04-29T10:24:05Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d7912e6a3e17f9e9eec16ec8abd3cebc20f344b6'/>
<id>urn:sha1:d7912e6a3e17f9e9eec16ec8abd3cebc20f344b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2022-04-28T17:49:16Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2022-04-28T17:49:16Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=346ec99c430cbb4e57df0bc288a36316efc4e9ec'/>
<id>urn:sha1:346ec99c430cbb4e57df0bc288a36316efc4e9ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'insp3' into master.</title>
<updated>2022-03-11T14:52:56Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-03-11T14:27:32Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2d329701db1d5c0361c018e088eb82c457f8ec7c'/>
<id>urn:sha1:2d329701db1d5c0361c018e088eb82c457f8ec7c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use UCHAR_MAX instead of raw sizes in channames.</title>
<updated>2022-03-11T12:17:57Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-03-11T12:14:00Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8342d531ff860849bb1ebb6d2d9c2853b10a9b7d'/>
<id>urn:sha1:8342d531ff860849bb1ebb6d2d9c2853b10a9b7d</id>
<content type='text'>
This matches other code that does similar things.
</content>
</entry>
<entry>
<title>Only set the chanlog channel name handler after reading the config.</title>
<updated>2022-03-11T11:53:25Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-03-11T11:53:25Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4cff9c460efee97a8f44db4a794b6b71c8fdd496'/>
<id>urn:sha1:4cff9c460efee97a8f44db4a794b6b71c8fdd496</id>
<content type='text'>
Fixes IsChannel returning false for a valid channel name because
the bitset is empty on server boot.
</content>
</entry>
</feed>
