<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_httpd_config.cpp, branch v3.4.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.4.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_httpd_config.cpp?h=v3.4.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2019-02-06T10:33:06Z</updated>
<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>
<entry>
<title>Convert the HTTPd request event to use the new cross-module event system</title>
<updated>2015-02-11T16:13:08Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2015-02-11T16:13:08Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1e8e379dce7a3311eff7161269593f1655f577eb'/>
<id>urn:sha1:1e8e379dce7a3311eff7161269593f1655f577eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Kill needless #includes in source files</title>
<updated>2014-06-14T13:30:14Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-06-14T13:30:14Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=82435b6fa8805baa65e04a582f3e4a2c84237f73'/>
<id>urn:sha1:82435b6fa8805baa65e04a582f3e4a2c84237f73</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Automatically attach modules to events</title>
<updated>2013-08-04T14:08:57Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-08-04T12:36:14Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d24619c012b34d5a3d4cfb93e7bea3ff3d5721e7'/>
<id>urn:sha1:d24619c012b34d5a3d4cfb93e7bea3ff3d5721e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change httpd modules to use the MODNAME constant in headers.</title>
<updated>2013-08-04T12:47:18Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2013-08-04T12:43:18Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=24623a5fe6ff986ad342e2b00d3576b4899a6033'/>
<id>urn:sha1:24623a5fe6ff986ad342e2b00d3576b4899a6033</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change modules to use the MODNAME constant when logging.</title>
<updated>2013-08-04T12:32:51Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2013-07-07T19:01:44Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=abc57eddfb56462ac3e433601d010abf1942e611'/>
<id>urn:sha1:abc57eddfb56462ac3e433601d010abf1942e611</id>
<content type='text'>
The majority of modules were logging with their module name as the
log type. There was a few places which were logging to a non-name
type but, with the exception of CONFIG, those messages are so
uncommon that it doesn't make sense to use a seperate type for
them.
</content>
</entry>
<entry>
<title>Remove $Core and $Mod* comments apart from $ModDep.</title>
<updated>2013-07-04T14:51:00Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2013-07-03T03:34:40Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=54d10d53c730ab81ca6464fe2f0e0ecbcd435672'/>
<id>urn:sha1:54d10d53c730ab81ca6464fe2f0e0ecbcd435672</id>
<content type='text'>
</content>
</entry>
</feed>
