<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_httpd_config.cpp, branch v3.18.0</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_config.cpp?h=v3.18.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_httpd_config.cpp?h=v3.18.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2022-12-30T11:31:28Z</updated>
<entry>
<title>Update copyright headers.</title>
<updated>2022-12-30T11:31:28Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2022-12-30T11:31:28Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2b810b412aeee2d9c79d97fa54a80e317981a6d8'/>
<id>urn:sha1:2b810b412aeee2d9c79d97fa54a80e317981a6d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2021-02-26T06:58:13Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2021-02-26T06:58:13Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1bf7ca389426e196697eba9a8b60277db03fbedb'/>
<id>urn:sha1:1bf7ca389426e196697eba9a8b60277db03fbedb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Normalise paths in the httpd module.</title>
<updated>2020-12-04T14:18:01Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-12-04T14:16:26Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=151a902ced88b0c1f1791d975332bbe293259acb'/>
<id>urn:sha1:151a902ced88b0c1f1791d975332bbe293259acb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve HTTP logging.</title>
<updated>2020-12-04T14:18:01Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-12-04T14:16:19Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=08572a9376e6f41109e233cb45d7e491ad1ebf07'/>
<id>urn:sha1:08572a9376e6f41109e233cb45d7e491ad1ebf07</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update the module descriptions using mkversion.</title>
<updated>2020-04-10T14:36:14Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-04-10T14:22:14Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4a6fedd9324d87349a806c9c1d0ae6e7d3c1fd38'/>
<id>urn:sha1:4a6fedd9324d87349a806c9c1d0ae6e7d3c1fd38</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2020-01-11T22:14:43Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2020-01-11T22:02:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=aa692dc1039b63deef7886e914ec499abe7facaf'/>
<id>urn:sha1:aa692dc1039b63deef7886e914ec499abe7facaf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Expand searching in m_httpd_stats, add global handling of GET parameters (#1566)</title>
<updated>2019-02-06T10:33:06Z</updated>
<author>
<name>linuxdaemon</name>
</author>
<published>2019-02-06T10:33:06Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d4a1ea70451abb333e71f9cff09b624db59531a0'/>
<id>urn:sha1:d4a1ea70451abb333e71f9cff09b624db59531a0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rewrite m_httpd_config.</title>
<updated>2018-08-15T10:19:24Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-08-15T10:06:26Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=29215f99bc663bb7b39805e83d07b220598943f1'/>
<id>urn:sha1:29215f99bc663bb7b39805e83d07b220598943f1</id>
<content type='text'>
- Send the configuration as plain text instead of HTML.
- Show the location where each tag was located in a comment.
- Indent configuration keys consistently so they are easy to read.
</content>
</entry>
<entry>
<title>Remove module file extensions from user-visible messages.</title>
<updated>2017-08-27T12:25:29Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-08-27T12:25:29Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a3f2e6ed5424c3e27aa1c7226bb436cd46bb19f7'/>
<id>urn:sha1:a3f2e6ed5424c3e27aa1c7226bb436cd46bb19f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Store config values in a map instead of a unique vector of pairs.</title>
<updated>2016-12-08T02:01:40Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2016-12-08T01:57:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3fd1ba753d0e4cb56ecb22ddfdabd6795e17ff25'/>
<id>urn:sha1:3fd1ba753d0e4cb56ecb22ddfdabd6795e17ff25</id>
<content type='text'>
</content>
</entry>
</feed>
