<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include/modules.h, branch v4.0.0rc2</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.0rc2</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/include/modules.h?h=v4.0.0rc2'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2024-06-07T09:37:56Z</updated>
<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>Add nullability attributes to module functions.</title>
<updated>2024-06-04T11:40:16Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-06-04T11:17:50Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=89f1c853f7d6ef0a306826e1f49ebbf213552242'/>
<id>urn:sha1:89f1c853f7d6ef0a306826e1f49ebbf213552242</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow mutating the status message type in OnUserPre(Tag)Message.</title>
<updated>2024-05-06T16:18:07Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-11-15T22:17:18Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4b6af49b435d213d94221ac210293f4a2e7ef66f'/>
<id>urn:sha1:4b6af49b435d213d94221ac210293f4a2e7ef66f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename some of the Module member variables.</title>
<updated>2024-03-04T13:18:04Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-03-04T13:18:04Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5f6bf286847550f386324e1e2db6c909cbd9f318'/>
<id>urn:sha1:5f6bf286847550f386324e1e2db6c909cbd9f318</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move DataProvider to base.</title>
<updated>2024-01-22T17:22:38Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-01-22T17:22:38Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a23392459d7bf0f1c8150225668fd840cd10e86c'/>
<id>urn:sha1:a23392459d7bf0f1c8150225668fd840cd10e86c</id>
<content type='text'>
</content>
</entry>
<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>
</feed>
