<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/docs/conf/modules.conf.example, branch v2.0.9</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/docs/conf/modules.conf.example?h=v2.0.9</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/docs/conf/modules.conf.example?h=v2.0.9'/>
<link rel='alternate' type='text/html' href='https://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://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://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>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://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://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://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>Merge pull request #251 from Shawn-Smith/insp20+extbanU</title>
<updated>2012-08-13T08:08:35Z</updated>
<author>
<name>Robin Burchell</name>
</author>
<published>2012-08-13T08:08:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=388e4ff40931dda5870ddef149e54bdcc6c5a711'/>
<id>urn:sha1:388e4ff40931dda5870ddef149e54bdcc6c5a711</id>
<content type='text'>
[2.0] Add ExtBan U to match only unregistered users</content>
</entry>
<entry>
<title>Update example configs</title>
<updated>2012-07-26T21:00:30Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-07-12T18:36:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=2f4c812e7cfb4b5a5497098127f4ffbe68d91dd2'/>
<id>urn:sha1:2f4c812e7cfb4b5a5497098127f4ffbe68d91dd2</id>
<content type='text'>
Document m_chanhistory settings
Note that m_censor adds usermode +G as well
Add geoip /STATS G to helpop
</content>
</entry>
<entry>
<title>Added ExtBan U to match only Unregistered users</title>
<updated>2012-07-07T18:04:02Z</updated>
<author>
<name>Shawn Smith</name>
</author>
<published>2012-07-07T17:20:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=61429d9c680188abd63e629d72fbc09e7e5cfc38'/>
<id>urn:sha1:61429d9c680188abd63e629d72fbc09e7e5cfc38</id>
<content type='text'>
Enhancement requested in Issue #247
</content>
</entry>
<entry>
<title>Backported usermode +L from insp21. Stops forced redirection given by cmode +L</title>
<updated>2012-07-06T17:48:01Z</updated>
<author>
<name>Shawn Smith</name>
</author>
<published>2012-06-20T13:13:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=ff8a01ff199fa355e2384398a181638251110586'/>
<id>urn:sha1:ff8a01ff199fa355e2384398a181638251110586</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move all example configuration files to their own directory.</title>
<updated>2012-06-12T17:38:54Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2012-06-12T17:38:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=c8e9bbbe40839848dad686bd6e96a64130ff094f'/>
<id>urn:sha1:c8e9bbbe40839848dad686bd6e96a64130ff094f</id>
<content type='text'>
</content>
</entry>
</feed>
