<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include/inspircd.h, branch v4.0.0a22</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/include/inspircd.h?h=v4.0.0a22</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/include/inspircd.h?h=v4.0.0a22'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2023-06-29T18:29:59Z</updated>
<entry>
<title>Misc grammar fixes.</title>
<updated>2023-06-29T18:29:59Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-06-29T18:29:24Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1e20faa07f97ebb44e64c68e301e762a8c68f09b'/>
<id>urn:sha1:1e20faa07f97ebb44e64c68e301e762a8c68f09b</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>Merge branch 'insp3' into master.</title>
<updated>2023-04-28T18:30:25Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-04-28T18:30:25Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8900f172311fa6876e40789d6f9ab4127ccb5163'/>
<id>urn:sha1:8900f172311fa6876e40789d6f9ab4127ccb5163</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2023-04-28T09:21:39Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2023-04-28T09:21:39Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f2c74267ac8778dc1ff4594789b454f41bacdc4d'/>
<id>urn:sha1:f2c74267ac8778dc1ff4594789b454f41bacdc4d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor the password checking API.</title>
<updated>2023-02-28T14:38:44Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-02-28T14:30:35Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1c6d20e73c9369eb57b255188b59d784d0f2730e'/>
<id>urn:sha1:1c6d20e73c9369eb57b255188b59d784d0f2730e</id>
<content type='text'>
- Rename from (On)PassCompare to (On)CheckPassword.

- Fix the order of the arguments to be password, hash, value. This
  makes more sense than what it was previously.

- Fix the code documentation to not be complete nonsense and not
  reference ancient outdated APIs.
</content>
</entry>
<entry>
<title>Rename some headers to match the common naming system.</title>
<updated>2023-01-26T06:16:57Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-26T06:16:57Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=57cc457ec68903d41e368e61d97be352b595cc4f'/>
<id>urn:sha1:57cc457ec68903d41e368e61d97be352b595cc4f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace VAFORMAT/InspIRCd::Format/... with fmt::sprintf.</title>
<updated>2023-01-23T13:07:53Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-23T09:37:15Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7edc627317599950cbbc7442f5d0c781203a014b'/>
<id>urn:sha1:7edc627317599950cbbc7442f5d0c781203a014b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace InspIRCd::Format with fmt::format.</title>
<updated>2023-01-23T13:07:53Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-23T07:42:07Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5c4badf8ea3ba775854f0d26d3f2e0e119584faa'/>
<id>urn:sha1:5c4badf8ea3ba775854f0d26d3f2e0e119584faa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Default more stuff inline in the InspIRCd class.</title>
<updated>2023-01-23T01:09:51Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-23T01:09:51Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9bb0cfa4f886023d9c4c1c87e02d0f2e953495ae'/>
<id>urn:sha1:9bb0cfa4f886023d9c4c1c87e02d0f2e953495ae</id>
<content type='text'>
</content>
</entry>
</feed>
