<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include/modules.h, branch v4.0.0a24</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/include/modules.h?h=v4.0.0a24</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/include/modules.h?h=v4.0.0a24'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2023-06-29T21:52:07Z</updated>
<entry>
<title>Remove OnPreChange{Host,RealName} events and deboolify methods.</title>
<updated>2023-06-29T21:52:07Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-06-29T21:29:34Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1d96baaf774eacd5eacd357500a01af693aad654'/>
<id>urn:sha1:1d96baaf774eacd5eacd357500a01af693aad654</id>
<content type='text'>
These have not ever been used as far as I can see.
</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>Fix casing of metadata in function and event names.</title>
<updated>2023-05-30T01:38:25Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-05-30T01:38:25Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ea85c0c6bad664e241e9d407e8ae10c7971a66c2'/>
<id>urn:sha1:ea85c0c6bad664e241e9d407e8ae10c7971a66c2</id>
<content type='text'>
Metadata is one word not two so it shouldn't be capitalised like this.
</content>
</entry>
<entry>
<title>Allow modules to provide an error for when a class doesn't match.</title>
<updated>2023-03-24T12:01:03Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-03-24T11:22:09Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=054fd8de79ea8b8b9b198e9511df990aea7bd9ff'/>
<id>urn:sha1:054fd8de79ea8b8b9b198e9511df990aea7bd9ff</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>Rework how users are assigned to connect classes.</title>
<updated>2023-01-08T16:28:40Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-08T16:12:43Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8831595e1a5306f4204fedc6ecbc4a3c9299fb35'/>
<id>urn:sha1:8831595e1a5306f4204fedc6ecbc4a3c9299fb35</id>
<content type='text'>
- Move core connect class checks and &lt;performance:clonesonconnect&gt;
  to the core_user module.
- Add pre-change and post-change events for when a connect class
  changes.
- Split explicit class changing out into its own method.
- Remove the need to almost always call CheckClass after SetClass.
- Add use counting to the connect class instead of relying on the
  shared_ptr use count.
</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>
<entry>
<title>Pass the client/server sockaddr around as a ref instead of a ptr.</title>
<updated>2022-12-25T13:06:50Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-12-25T13:06:50Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7673db8d1b06cc1162d38a23012ba6a6e8651306'/>
<id>urn:sha1:7673db8d1b06cc1162d38a23012ba6a6e8651306</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move extension types to their own header to speed up build times.</title>
<updated>2022-12-19T14:18:30Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-12-19T14:06:50Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=43d48a2e983bb7a3408f65073cfa392ec6956a1d'/>
<id>urn:sha1:43d48a2e983bb7a3408f65073cfa392ec6956a1d</id>
<content type='text'>
</content>
</entry>
</feed>
