<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_spanningtree/uid.cpp, branch v4.6.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_spanningtree/uid.cpp?h=v4.6.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree/uid.cpp?h=v4.6.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2024-07-24T18:26:54Z</updated>
<entry>
<title>Move 1205 UID compatibility code to PreProcessOldProtocolMessage.</title>
<updated>2024-07-24T18:26:54Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-07-24T18:26:54Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=caab65a8313e1c7312583503e58586b7619ab788'/>
<id>urn:sha1:caab65a8313e1c7312583503e58586b7619ab788</id>
<content type='text'>
This should make it more reliable.
</content>
</entry>
<entry>
<title>Fix broadcasting UID messages to v3 servers.</title>
<updated>2024-07-20T11:33:37Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-07-20T11:31:31Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=42fdbb7234628ff95acdb6f3f1d1d2206ad77334'/>
<id>urn:sha1:42fdbb7234628ff95acdb6f3f1d1d2206ad77334</id>
<content type='text'>
We have to use the compat layer here as broadcast messages do not
go through the command builder.
</content>
</entry>
<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>Replace FRHOST with a two parameter version of FHOST.</title>
<updated>2024-02-27T14:51:31Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-02-27T14:44:27Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2d189c572e3825ac9d16a5baffa08c8162cbc8a3'/>
<id>urn:sha1:2d189c572e3825ac9d16a5baffa08c8162cbc8a3</id>
<content type='text'>
No compat layer needed here as FRHOST was added in v4.
</content>
</entry>
<entry>
<title>Send the real username as the second parameter to FIDENT.</title>
<updated>2024-02-27T14:45:07Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-02-27T14:37:40Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=fd25fe3c4fd24faa6270c8805462cb2d50d8834a'/>
<id>urn:sha1:fd25fe3c4fd24faa6270c8805462cb2d50d8834a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix remote users on legacy servers not having a real username.</title>
<updated>2023-06-29T21:14:25Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-06-29T21:03:29Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f7405f7b7eee132fe5b162db603ba711a31d192b'/>
<id>urn:sha1:f7405f7b7eee132fe5b162db603ba711a31d192b</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>Merge the servprotect module into the services module.</title>
<updated>2023-02-19T19:29:20Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-02-19T19:18:10Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1a830b5679d3077a70bca4ffea62234eeeb33900'/>
<id>urn:sha1:1a830b5679d3077a70bca4ffea62234eeeb33900</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>Convert WriteToSnoMask/WriteGlobalSno to use fmtlib format strings.</title>
<updated>2023-01-23T13:07:53Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-23T11:09:17Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9db9d5abe4abd975cd8725283f2efcd4bcae5f8e'/>
<id>urn:sha1:9db9d5abe4abd975cd8725283f2efcd4bcae5f8e</id>
<content type='text'>
</content>
</entry>
</feed>
