<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/docs, branch v2.0.9</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/docs?h=v2.0.9</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/docs?h=v2.0.9'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2012-10-06T22:24:59Z</updated>
<entry>
<title>Update modules.conf.example with m_topiclock</title>
<updated>2012-10-06T22:24:59Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-10-06T22:12:29Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ed21362c47bd81dcade5093cba0fb76dab02b6ce'/>
<id>urn:sha1:ed21362c47bd81dcade5093cba0fb76dab02b6ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace hardcoded paths with configurable ones</title>
<updated>2012-10-04T13:14:04Z</updated>
<author>
<name>ChrisTX</name>
</author>
<published>2012-09-23T10:30:30Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c2f7fc047c2e5bbb899c820590ce07fee593b28f'/>
<id>urn:sha1:c2f7fc047c2e5bbb899c820590ce07fee593b28f</id>
<content type='text'>
This patchset aims to ease the packaging of InspIRCd for a system-wide installation scenario.

Changes in detail:
configure: Add the options --log-path and --data-path
m_ssl_gnutls, openssl: Change the hardcoded "conf/" to the existent CONFIG_PATH macro
m_xline_db: Make the location of xline.db configurable. It will use --data-path as default value, but this can be
changed using the configuration files.
</content>
</entry>
<entry>
<title>Merge pull request #308 from SaberUK/insp20-fingerprint</title>
<updated>2012-09-23T00:43:08Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2012-09-23T00:43:08Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=cff57f7ba780a5c4fc331ccbab489abdc572379c'/>
<id>urn:sha1:cff57f7ba780a5c4fc331ccbab489abdc572379c</id>
<content type='text'>
[2.0] Remove references to removed FINGERPRINT command.</content>
</entry>
<entry>
<title>Remove references to removed FINGERPRINT command.</title>
<updated>2012-09-22T21:26:30Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2012-09-22T21:26:30Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=657636d1ea8e5e9736a93f46bfca15aaeb443787'/>
<id>urn:sha1:657636d1ea8e5e9736a93f46bfca15aaeb443787</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Instruct users to verify that std::regex is supported on their setup before using m_regex_stdlib</title>
<updated>2012-09-22T14:04:45Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-09-22T14:00:50Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ab0b3d0137284ec52f5c6cf1758b8c8a0a60701b'/>
<id>urn:sha1:ab0b3d0137284ec52f5c6cf1758b8c8a0a60701b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_regex_stdlib: A regex provider for the C++11 container std::regex</title>
<updated>2012-09-22T13:52:18Z</updated>
<author>
<name>ChrisTX</name>
</author>
<published>2012-09-22T04:11:43Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3b63bc840f540d8bfdae37b6860083c18f99815c'/>
<id>urn:sha1:3b63bc840f540d8bfdae37b6860083c18f99815c</id>
<content type='text'>
For it to work you need a standards compliant implementation as for
instance Visual C++ 2010 and 2012 deliver. GCC's libstdc++ does not
implement this class yet.
</content>
</entry>
<entry>
<title>m_knock Add support for sending a 710 numeric when a KNOCK succeeds, add a config option to choose between behaviors</title>
<updated>2012-09-13T16:12:38Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-09-12T23:15:44Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1b03dfaeec9b4e4668fe1c02af93ebf4e7f82f73'/>
<id>urn:sha1:1b03dfaeec9b4e4668fe1c02af93ebf4e7f82f73</id>
<content type='text'>
Fixes #287 reported by @ElementalAlchemist
</content>
</entry>
<entry>
<title>Add a config option to enable/disable the welcome notice sent to clients after successful registration</title>
<updated>2012-08-24T22:37:04Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-08-24T22:03:38Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7aacf739504c81305fb773426cc778e00233b8f4'/>
<id>urn:sha1:7aacf739504c81305fb773426cc778e00233b8f4</id>
<content type='text'>
Fixes #284 reported by @hoggeh
</content>
</entry>
<entry>
<title>Remove reference to m_ziplinks from modules.conf.unreal and modules.conf.charybdis</title>
<updated>2012-08-24T22:10:47Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-08-24T22:09:00Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d6861984e89ecf159efcebcf8c4ef12116e3aabd'/>
<id>urn:sha1:d6861984e89ecf159efcebcf8c4ef12116e3aabd</id>
<content type='text'>
Fixes #285 reported by @hoggeh
</content>
</entry>
<entry>
<title>Change "allowmismatched" to "allowmismatch" in example config</title>
<updated>2012-08-20T14:47:24Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-08-20T14:47:24Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d43db424fef044cb3c77274046d203fae7224bf4'/>
<id>urn:sha1:d43db424fef044cb3c77274046d203fae7224bf4</id>
<content type='text'>
Fixes issue #279 reported by @lethality
</content>
</entry>
</feed>
