<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_hostcycle.cpp, branch v4.3.0</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_hostcycle.cpp?h=v4.3.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_hostcycle.cpp?h=v4.3.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2024-06-07T09:37:56Z</updated>
<entry>
<title>Update copyright headers.</title>
<updated>2024-06-07T09:37:56Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2024-06-07T09:37:56Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ae3e2db109eecaea25032e218c39a257e736174a'/>
<id>urn:sha1:ae3e2db109eecaea25032e218c39a257e736174a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Retain the "real" username properly like we do for hostnames.</title>
<updated>2023-06-29T16:01:25Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-06-29T15:29:56Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=29705306f21d713c2928d8896f48a3cbb640eacc'/>
<id>urn:sha1:29705306f21d713c2928d8896f48a3cbb640eacc</id>
<content type='text'>
This introduces the concept of a real username. This value comes
from either the initial USER message or from an ident lookup. Doing
this allows us to use it for bans through vidents and cloaking web
client users using their remote username.

While changing this I also changed all of the uses of "ident" other
than RFC 1413 lookups and some compatibility cases to refer to
usernames as user(name) instead of ident. Our use of ident in these
places was incorrect as that only refers to the RFC 1413 response
and is not commonly used in the way we used it by any other IRC
server implementations.
</content>
</entry>
<entry>
<title>Clean up the typedefs for OnBuildNeighborList.</title>
<updated>2022-10-29T16:38:58Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-10-29T16:38:58Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=561fe0fe64fb2b152618732613d328d2966d5b65'/>
<id>urn:sha1:561fe0fe64fb2b152618732613d328d2966d5b65</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make clientprotocol{msg,event} and numericbuilder non-default headers.</title>
<updated>2022-06-26T15:34:21Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-06-26T15:34:21Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=68fd81b31990fae50628e115a32f352a8fa61895'/>
<id>urn:sha1:68fd81b31990fae50628e115a32f352a8fa61895</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Abolish the infernal space before accessibility keywords.</title>
<updated>2022-01-25T14:02:36Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-01-25T13:59:42Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d79147e7afe2eca34780c607f78b11f8b3dd017d'/>
<id>urn:sha1:d79147e7afe2eca34780c607f78b11f8b3dd017d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Consistently use `!foo` instead of `foo == NULL`.</title>
<updated>2021-12-03T13:37:42Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-12-03T13:37:42Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2466c048e26c09461b4ced2a9dfcf6d87f0e1323'/>
<id>urn:sha1:2466c048e26c09461b4ced2a9dfcf6d87f0e1323</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mark all module classes as final.</title>
<updated>2021-10-01T04:15:50Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-10-01T03:37:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e0dec0572ae900417372f034fd27ec356e650fd0'/>
<id>urn:sha1:e0dec0572ae900417372f034fd27ec356e650fd0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix various uses of the _t suffix which is reserved by POSIX.</title>
<updated>2021-04-17T21:44:13Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-04-17T21:36:39Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d8019f87b34b4d725bd085f04c6aef0b925c9e76'/>
<id>urn:sha1:d8019f87b34b4d725bd085f04c6aef0b925c9e76</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch simple iterator loops to use range-based for loops.</title>
<updated>2021-04-07T09:36:11Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-04-06T19:06:18Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=942fd2bcfd384a12c900999fe663202c87319a68'/>
<id>urn:sha1:942fd2bcfd384a12c900999fe663202c87319a68</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'insp3' into master.</title>
<updated>2021-03-05T02:32:35Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-03-05T02:32:35Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1e1cf527d255e4cf79d66fe8ac4c6945517d4c80'/>
<id>urn:sha1:1e1cf527d255e4cf79d66fe8ac4c6945517d4c80</id>
<content type='text'>
</content>
</entry>
</feed>
