<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_passforward.cpp, 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_passforward.cpp?h=insp2</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_passforward.cpp?h=insp2'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2024-07-02T21:54:30Z</updated>
<entry>
<title>Update copyright headers.</title>
<updated>2024-07-02T21:54:30Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2024-07-02T21:39:31Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6703d7ac3702aa52f09afe568b08bddda31d350f'/>
<id>urn:sha1:6703d7ac3702aa52f09afe568b08bddda31d350f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use the password from the class instead of the config in passforward.</title>
<updated>2024-06-30T20:58:44Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-06-30T20:58:44Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=97155a912a3332651651d1cbdcdf5b9624f6e357'/>
<id>urn:sha1:97155a912a3332651651d1cbdcdf5b9624f6e357</id>
<content type='text'>
</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>Move TokenList back to its own header and move INSP_FORMAT to compat.</title>
<updated>2023-09-03T17:46:48Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-09-03T17:40:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2f36d0aa2da8b03d525b484228813fbb35f3e35e'/>
<id>urn:sha1:2f36d0aa2da8b03d525b484228813fbb35f3e35e</id>
<content type='text'>
This allows making stringutils an optional header given that most
of it is not used by most of the codebase.
</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>Qualify auto correctly in all cases.</title>
<updated>2023-01-10T23:30:34Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-10T23:02:45Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b2d86bb8a1bc965ad72d00ba5ef98d0e4bbfb155'/>
<id>urn:sha1:b2d86bb8a1bc965ad72d00ba5ef98d0e4bbfb155</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid copying shared_ptr&lt;ConfigTag&gt; when not necessary.</title>
<updated>2023-01-10T21:27:18Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-10T20:57:56Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1b2916c8451506adccf3ab0a56bbf836d9f3cb36'/>
<id>urn:sha1:1b2916c8451506adccf3ab0a56bbf836d9f3cb36</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use auto instead of type names where the type is obvious.</title>
<updated>2022-09-29T11:54:24Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-09-29T11:41:07Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=44986c79769d4efc2badc5b9c3df2e75e81ac28e'/>
<id>urn:sha1:44986c79769d4efc2badc5b9c3df2e75e81ac28e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert passforward to use the new template system.</title>
<updated>2022-06-15T12:00:09Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-06-15T11:56:42Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=72ecbb328541bebb046d4776245d78656d2234a8'/>
<id>urn:sha1:72ecbb328541bebb046d4776245d78656d2234a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add the new account system.</title>
<updated>2022-05-14T13:47:56Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-05-14T13:35:07Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=986d587ea4bba1e89fc241220621d0834464ea28'/>
<id>urn:sha1:986d587ea4bba1e89fc241220621d0834464ea28</id>
<content type='text'>
This still relies on the old extensibles for now but we can change
that later.
</content>
</entry>
</feed>
