<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_httpd_stats.cpp, branch insp2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_httpd_stats.cpp?h=insp2</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_httpd_stats.cpp?h=insp2'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2025-02-28T14:30:22Z</updated>
<entry>
<title>Update copyright headers.</title>
<updated>2025-02-28T14:30:22Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2025-02-28T13:42:05Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=cdd3226befacd40c07b5c987cf93d0626df8d287'/>
<id>urn:sha1:cdd3226befacd40c07b5c987cf93d0626df8d287</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Pad the base 64 output in httpd_stats CDATA blocks.</title>
<updated>2025-01-09T20:03:31Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2025-01-09T20:03:31Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=25f176445ab8545043dc29ae09a09e36bf96bb89'/>
<id>urn:sha1:25f176445ab8545043dc29ae09a09e36bf96bb89</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2024-06-21T09:36:09Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2024-06-21T09:36:09Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=fd4c5e3840a01764f12aad138277bfe2d94f8268'/>
<id>urn:sha1:fd4c5e3840a01764f12aad138277bfe2d94f8268</id>
<content type='text'>
</content>
</entry>
<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>Always enable HTTP parameters for user statistics.</title>
<updated>2023-08-18T10:38:55Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-08-18T10:17:36Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0bf6ed766c58f34da6f1edd81ca431177b826686'/>
<id>urn:sha1:0bf6ed766c58f34da6f1edd81ca431177b826686</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix an unclosed tag in the httpd_stats module.</title>
<updated>2023-08-18T09:44:14Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-08-18T09:44:14Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=923fbcb877aeba513489ed6410792c4f83c2e81d'/>
<id>urn:sha1:923fbcb877aeba513489ed6410792c4f83c2e81d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update usages of stdalgo::string::equalsci to use insp::equalsci.</title>
<updated>2023-08-11T11:03:09Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-08-05T11:02:14Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=681b488fc0ebca964eddf2a54575dc41901bc520'/>
<id>urn:sha1:681b488fc0ebca964eddf2a54575dc41901bc520</id>
<content type='text'>
</content>
</entry>
<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>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>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>
</feed>
