<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/configreader.cpp, branch v2.1b1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/src/configreader.cpp?h=v2.1b1</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/configreader.cpp?h=v2.1b1'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2010-09-11T17:45:21Z</updated>
<entry>
<title>A server without any &lt;bind&gt; blocks is useless. Check that instead.</title>
<updated>2010-09-11T17:45:21Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-09-11T17:45:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=2acb5af069d8d49df3f5b2221e412be42a0cce57'/>
<id>urn:sha1:2acb5af069d8d49df3f5b2221e412be42a0cce57</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Abort on empty configuration, since all core tags are now optional</title>
<updated>2010-09-11T16:16:59Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-09-11T16:16:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=e22379eaeb2edf8c006870531afb98627b798ad9'/>
<id>urn:sha1:e22379eaeb2edf8c006870531afb98627b798ad9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update m_flatfile_channels to be more robust</title>
<updated>2010-09-06T17:51:06Z</updated>
<author>
<name>Jackmcbarn</name>
</author>
<published>2010-09-06T17:47:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=bed2cd84f2a3f34763cea677baf5ab7e073c41b2'/>
<id>urn:sha1:bed2cd84f2a3f34763cea677baf5ab7e073c41b2</id>
<content type='text'>
Enable storage of registered channels without permanent channels, or vice versa
Only set the dirty bit if a channel that is written to the database gets its mode or topic changed, rather than any channel or user
Move NukeChannel to core and put announcets back in options
Allow sending mode merges via the protocol interface
</content>
</entry>
<entry>
<title>Replace thread engine with job engine</title>
<updated>2010-08-25T01:42:47Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-08-25T01:42:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=468bbfda34453f50b533701c8ef50ad22def092a'/>
<id>urn:sha1:468bbfda34453f50b533701c8ef50ad22def092a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove "assign()" converter between irc::string and std::string</title>
<updated>2010-08-22T16:42:59Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-08-22T16:42:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=95b496c831e86c8ba57223bd69aa33a2f1bb9f88'/>
<id>urn:sha1:95b496c831e86c8ba57223bd69aa33a2f1bb9f88</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clarify the configuration tag function names</title>
<updated>2010-08-22T13:27:08Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-08-22T13:27:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=1710bc2e998b22162f95181973633c03a6a29a3c'/>
<id>urn:sha1:1710bc2e998b22162f95181973633c03a6a29a3c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace remaining Request users with dynamic_reference</title>
<updated>2010-08-21T21:53:04Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-08-21T21:53:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=f11346b8f65a1b662236d598023ba4c8fce2001e'/>
<id>urn:sha1:f11346b8f65a1b662236d598023ba4c8fce2001e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove some duplicate code</title>
<updated>2010-08-21T20:41:47Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-08-21T20:41:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=1595eb0a4bab1fb233e3c9d319fd8a4f041d352b'/>
<id>urn:sha1:1595eb0a4bab1fb233e3c9d319fd8a4f041d352b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change config reading hook for better error reporting</title>
<updated>2010-08-21T15:13:59Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-08-21T04:48:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=e95a4358c193ddd3e60da28ae55b44986c73c4d0'/>
<id>urn:sha1:e95a4358c193ddd3e60da28ae55b44986c73c4d0</id>
<content type='text'>
This eliminates the OnRehash hook, and replaces it with ReadConfig which
is called on boot, module load, and rehash.
</content>
</entry>
<entry>
<title>Set the server name to the system hostname by default</title>
<updated>2010-08-13T22:36:07Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-08-13T22:36:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=d1cb454e30ef9c71a6401d0c020dfbc5a133e7f0'/>
<id>urn:sha1:d1cb454e30ef9c71a6401d0c020dfbc5a133e7f0</id>
<content type='text'>
</content>
</entry>
</feed>
