<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/helperfuncs.cpp, branch v4.2.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/helperfuncs.cpp?h=v4.2.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/helperfuncs.cpp?h=v4.2.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2024-07-14T10:58:57Z</updated>
<entry>
<title>Update copyright headers.</title>
<updated>2024-07-14T10:58:57Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2024-07-14T10:58:57Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a3b0aa484bbc8d0f624bc1da0d6f9f72b33426eb'/>
<id>urn:sha1:a3b0aa484bbc8d0f624bc1da0d6f9f72b33426eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix using getentropy() on musl libc.</title>
<updated>2024-07-13T12:53:30Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-07-13T12:53:30Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=dfa3ca15da9bfe58b841f133bbe2b4c5f401d09f'/>
<id>urn:sha1:dfa3ca15da9bfe58b841f133bbe2b4c5f401d09f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use getentropy() from POSIX 2024 if it is available.</title>
<updated>2024-07-13T12:31:44Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-07-13T12:21:50Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=610688e410a0b544d5dfd9de0bc50fab090bd5f3'/>
<id>urn:sha1:610688e410a0b544d5dfd9de0bc50fab090bd5f3</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>Update usages of stdalgo::string::equalsci to use insp::equalsci.</title>
<updated>2023-08-11T11:03:09Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-08-05T11:02:14Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=681b488fc0ebca964eddf2a54575dc41901bc520'/>
<id>urn:sha1:681b488fc0ebca964eddf2a54575dc41901bc520</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Work around MSVC not implementing uniform_int_distribution&lt;char&gt;.</title>
<updated>2023-07-15T12:17:19Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-07-15T12:10:51Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=978524b9acebab8df6b788a6ed9ebfcfe0f12eec'/>
<id>urn:sha1:978524b9acebab8df6b788a6ed9ebfcfe0f12eec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace rand/rand_s/random with the C++11 random number generator.</title>
<updated>2023-07-15T11:56:38Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-07-15T11:56:38Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ccb7b056d604348f072e77d9b134a3f47e983fcb'/>
<id>urn:sha1:ccb7b056d604348f072e77d9b134a3f47e983fcb</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>Rename duration to timeutils and relocate InspIRCd::TimeString.</title>
<updated>2023-05-10T10:57:48Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-05-10T10:57:48Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=fe4c512839f9f613fc5098e5a9d8c9a402e60aa0'/>
<id>urn:sha1:fe4c512839f9f613fc5098e5a9d8c9a402e60aa0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move CheckPassword to helperfuncs.</title>
<updated>2023-05-08T11:50:42Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-05-08T11:50:42Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b6db18bd12cc5654f206dd40e6bf16e80cedb7e6'/>
<id>urn:sha1:b6db18bd12cc5654f206dd40e6bf16e80cedb7e6</id>
<content type='text'>
</content>
</entry>
</feed>
