<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_httpd_stats.cpp, branch v4.0.0a17</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=v4.0.0a17</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_httpd_stats.cpp?h=v4.0.0a17'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2022-12-01T05:25:01Z</updated>
<entry>
<title>Yet more stylistic fixes.</title>
<updated>2022-12-01T05:25:01Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-12-01T05:14:58Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=45e56e5ee1bdb9e169be957e21a4f7b536e417ff'/>
<id>urn:sha1:45e56e5ee1bdb9e169be957e21a4f7b536e417ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor the internals of the oper system.</title>
<updated>2022-11-28T02:57:50Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-11-27T07:32:42Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ee44af8d04f23b4a16c9b377764f930d69e575f7'/>
<id>urn:sha1:ee44af8d04f23b4a16c9b377764f930d69e575f7</id>
<content type='text'>
- Allow overriding privileges from the &lt;class&gt; blocks in the &lt;type&gt;
  and &lt;oper&gt; blocks.
- Separate oper types from oper accounts in the code. This enables
  moving some core stuff out of the config tag later.
- Merge the config tags together to make a synthetic tag that can
  have getXXX called on it instead of using getConfig and then
  converting it.
- Move the details of Have*Permission into the oper type class.
- Improve oper events to allow modules to easily hook into the oper
  system.
</content>
</entry>
<entry>
<title>Use User::IsFullyConnected instead of checking for REG_ALL.</title>
<updated>2022-10-29T12:43:11Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-10-29T12:30:39Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5a508c19ff3dec65bb4148883d38127d7c0be79e'/>
<id>urn:sha1:5a508c19ff3dec65bb4148883d38127d7c0be79e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename User::age to User::nickchanged and fix the docs.</title>
<updated>2022-10-11T10:12:04Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-10-11T10:12:04Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=41d131285318dde95aea16291bcca915b2174e30'/>
<id>urn:sha1:41d131285318dde95aea16291bcca915b2174e30</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix serializing attributes in httpd_stats.</title>
<updated>2022-10-10T06:48:43Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-10-10T06:48:43Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7e1f8466b76886591307daa539caaa8626c56cea'/>
<id>urn:sha1:7e1f8466b76886591307daa539caaa8626c56cea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace GetUserCounter() with GetUsers().size().</title>
<updated>2022-08-24T03:52:45Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-08-24T03:49:49Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=87fe3cae8aa28ceacc7d20afa1d535630d03bc02'/>
<id>urn:sha1:87fe3cae8aa28ceacc7d20afa1d535630d03bc02</id>
<content type='text'>
This method is legacy from when there was a manual user counter and
isn't much of a length saving over the unsugared version.
</content>
</entry>
<entry>
<title>Get rid of an indirection when handling the httpd_stats request.</title>
<updated>2022-06-07T19:26:38Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-05-21T15:32:13Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e713bd4986d557d7e0f178dcb5ff3a0e6d858890'/>
<id>urn:sha1:e713bd4986d557d7e0f178dcb5ff3a0e6d858890</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Begin to separate the output from the format in httpd_stats.</title>
<updated>2022-05-21T13:47:10Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-05-21T13:47:10Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=93c5aacfedaf807d226fcc29d3e2c201d30bf78e'/>
<id>urn:sha1:93c5aacfedaf807d226fcc29d3e2c201d30bf78e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'insp3' into master.</title>
<updated>2022-05-21T12:34:19Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-05-21T12:34:19Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4005b31d1712c00f6d9073844219a5fea775b60c'/>
<id>urn:sha1:4005b31d1712c00f6d9073844219a5fea775b60c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix httpd_stats swallowing requests that it doesn't handle.</title>
<updated>2022-05-21T12:29:01Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-05-21T12:29:01Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=388fe6452028f76a8720014d44b1306b81d88a64'/>
<id>urn:sha1:388fe6452028f76a8720014d44b1306b81d88a64</id>
<content type='text'>
e.g. /stats/wibble
</content>
</entry>
</feed>
