<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/configreader.cpp, 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/src/configreader.cpp?h=v4.0.0a22</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/configreader.cpp?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 "auto" not being a valid options for &lt;options:defaultbind&gt;.</title>
<updated>2023-06-07T12:20:09Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-06-07T12:20:09Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=edd34ffc51c811e7d09cbae8f3d253b1f1a74450'/>
<id>urn:sha1:edd34ffc51c811e7d09cbae8f3d253b1f1a74450</id>
<content type='text'>
This fell back to the correct value but created a spurious message
in the server log.
</content>
</entry>
<entry>
<title>Allow customising the message shown when hiding an X-line ban.</title>
<updated>2023-04-18T13:21:11Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-03-26T21:39:42Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f8614ea98581fb303abc36c792be6ba60b3c8b42'/>
<id>urn:sha1:f8614ea98581fb303abc36c792be6ba60b3c8b42</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove GetSID, rename sid to ServerId.</title>
<updated>2023-02-28T16:32:27Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-02-28T16:32:27Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=166a47ac68ab571ca1aacaaf8c0edfff26f8d59e'/>
<id>urn:sha1:166a47ac68ab571ca1aacaaf8c0edfff26f8d59e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Load both help and helpmode if a user has helpop in their config.</title>
<updated>2023-02-27T11:14:03Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-02-27T11:14:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=90bae4f801da1474bfd6303dffea6f8cce5f97a7'/>
<id>urn:sha1:90bae4f801da1474bfd6303dffea6f8cce5f97a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge the servprotect module into the services module.</title>
<updated>2023-02-19T19:29:20Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-02-19T19:18:10Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1a830b5679d3077a70bca4ffea62234eeeb33900'/>
<id>urn:sha1:1a830b5679d3077a70bca4ffea62234eeeb33900</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make reading the core config less of a mess.</title>
<updated>2023-01-27T04:15:36Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-27T00:10:52Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d4ff568093f9fa6acee9030f73179a78295a3777'/>
<id>urn:sha1:d4ff568093f9fa6acee9030f73179a78295a3777</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace getInt/getUInt/getFloat with type safe templated functions.</title>
<updated>2023-01-25T00:39:27Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-24T23:41:50Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=af8effe4f0876d6fa934806745712f679bd36278'/>
<id>urn:sha1:af8effe4f0876d6fa934806745712f679bd36278</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert log calls to use fmtlib format strings</title>
<updated>2023-01-24T00:12:57Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-23T23:48:09Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=206d31de85192353d03c74766e80513a87dc49b4'/>
<id>urn:sha1:206d31de85192353d03c74766e80513a87dc49b4</id>
<content type='text'>
</content>
</entry>
</feed>
