<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_spanningtree/commands.h, branch insp2</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/commands.h?h=insp2</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree/commands.h?h=insp2'/>
<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>Move SVSJOIN/SVSNICK/SVSPART to the services module.</title>
<updated>2024-02-27T13:15:08Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-02-26T18:01:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=81e84056170f4f25a8dd0647739486f28fb5edcd'/>
<id>urn:sha1:81e84056170f4f25a8dd0647739486f28fb5edcd</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>Sync whether an oper login was performed automatically.</title>
<updated>2023-01-03T15:23:04Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-03T04:25:49Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3d1f139467d214492f198c0458912c99f1ee7a2c'/>
<id>urn:sha1:3d1f139467d214492f198c0458912c99f1ee7a2c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'insp3' into master.</title>
<updated>2023-01-01T13:19:45Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-01T13:16:48Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d048778f789e8977506668631dab649426ca01ce'/>
<id>urn:sha1:d048778f789e8977506668631dab649426ca01ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2022-12-30T11:31:28Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2022-12-30T11:31:28Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2b810b412aeee2d9c79d97fa54a80e317981a6d8'/>
<id>urn:sha1:2b810b412aeee2d9c79d97fa54a80e317981a6d8</id>
<content type='text'>
</content>
</entry>
</feed>
