<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/docs/conf/modules.conf.example, 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/docs/conf/modules.conf.example?h=v4.0.0a22</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/docs/conf/modules.conf.example?h=v4.0.0a22'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2023-07-01T13:01:21Z</updated>
<entry>
<title>Merge the svshold module into the services module.</title>
<updated>2023-07-01T13:01:21Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-07-01T12:43:14Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=65a0c1430e86ac7a65c9cf51ca6217d48d286e10'/>
<id>urn:sha1:65a0c1430e86ac7a65c9cf51ca6217d48d286e10</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>Fix some minor formatting issues in the previous commit.</title>
<updated>2023-06-29T13:52:14Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-06-29T13:52:14Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=bc8646bde69266e7ae668ac2585e8a8a9738c629'/>
<id>urn:sha1:bc8646bde69266e7ae668ac2585e8a8a9738c629</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor the cloak_user module for upcoming username changes.</title>
<updated>2023-06-29T13:50:44Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-06-29T13:49:10Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=818e89579f2109944ea144d5798271975a8deed4'/>
<id>urn:sha1:818e89579f2109944ea144d5798271975a8deed4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move example link config include to example module config file.</title>
<updated>2023-06-25T07:56:44Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-06-25T07:56:44Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=058f967181bb0cb784706387ab5e362f668af5f3'/>
<id>urn:sha1:058f967181bb0cb784706387ab5e362f668af5f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove an obosolute workaround in the example module config.</title>
<updated>2023-06-25T07:43:43Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-06-25T07:43:43Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=784c40eda7a72d7c8a5244f3bdec4a5f67a2d9c1'/>
<id>urn:sha1:784c40eda7a72d7c8a5244f3bdec4a5f67a2d9c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Document the sslinfo config better.</title>
<updated>2023-06-24T23:28:43Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-06-24T23:27:27Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ff15c2c016c796b2001ddd6940f89ef3cf50dfa1'/>
<id>urn:sha1:ff15c2c016c796b2001ddd6940f89ef3cf50dfa1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace &lt;cloak:sanitize&gt; with &lt;cloak:invalidchar&gt;.</title>
<updated>2023-06-20T18:17:11Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-06-20T18:17:11Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f9416899c56e91f0acfca18ec8f96b144028422d'/>
<id>urn:sha1:f9416899c56e91f0acfca18ec8f96b144028422d</id>
<content type='text'>
This adds support for truncating values e.g. with the nick foo|afk
a user will receive a cloak of "foo".
</content>
</entry>
<entry>
<title>Add support for cloaking users by their ident/username.</title>
<updated>2023-06-20T14:40:25Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-06-20T14:40:25Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6137aea7287294852a04f159d7add485ab99d103'/>
<id>urn:sha1:6137aea7287294852a04f159d7add485ab99d103</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge the cloak_account and cloak_nick modules.</title>
<updated>2023-06-20T14:36:54Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-06-20T14:29:17Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7f6ffa0bdae7603dbcc97f7c670a8d1f736bd6cb'/>
<id>urn:sha1:7f6ffa0bdae7603dbcc97f7c670a8d1f736bd6cb</id>
<content type='text'>
These modules are 90% identical and were only separate because
before commit 78cd3898f5 we could not conditionally regenerate
cloaks.
</content>
</entry>
</feed>
