<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include/users.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/users.h?h=v4.0.0a24</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/include/users.h?h=v4.0.0a24'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2023-08-04T12:14:49Z</updated>
<entry>
<title>Rework how away state is stored internally.</title>
<updated>2023-08-04T12:14:49Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-08-04T12:09:06Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=635feb1a9a3ece8f06e1ad620b7b5a1eb21f8a44'/>
<id>urn:sha1:635feb1a9a3ece8f06e1ad620b7b5a1eb21f8a44</id>
<content type='text'>
This will be necessary for implementing pre-away as well as some
changes for WATCH compatibility with Unreal.
</content>
</entry>
<entry>
<title>Refactor Change{Displayed,Real}Host to match other Change* methods.</title>
<updated>2023-06-30T07:28:40Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-06-30T07:28:40Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a0e424fc3a1e4343143543998341666e1504f151'/>
<id>urn:sha1:a0e424fc3a1e4343143543998341666e1504f151</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>Inline various User methods.</title>
<updated>2023-06-25T16:18:08Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-06-25T16:18:08Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1f5551c1e80c613906a5bade6f08592c8c18d1ca'/>
<id>urn:sha1:1f5551c1e80c613906a5bade6f08592c8c18d1ca</id>
<content type='text'>
</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>Refactor the caching methods in User and rename to make more sense.</title>
<updated>2023-01-24T02:58:46Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-24T02:58:46Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f310e1c98dc262249146025ffffb81334b38680d'/>
<id>urn:sha1:f310e1c98dc262249146025ffffb81334b38680d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert various enums to strongly typed scoped enums.</title>
<updated>2023-01-22T22:36:31Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-22T21:48:22Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=cadf228c3e66ce33c3599539b6650e26dfc3bff5'/>
<id>urn:sha1:cadf228c3e66ce33c3599539b6650e26dfc3bff5</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>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>
</feed>
