<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/configreader.cpp, branch v1.1.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/configreader.cpp?h=v1.1.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/configreader.cpp?h=v1.1.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2007-01-25T01:26:21Z</updated>
<entry>
<title>Cut out some code duplication by using the existing exception framework in here, and throw an exception if the user tries to change the servername at runtime</title>
<updated>2007-01-25T01:26:21Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-25T01:26:21Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e17a512c8dbd16a6e1e8101205a45e9a7d094708'/>
<id>urn:sha1:e17a512c8dbd16a6e1e8101205a45e9a7d094708</id>
<content type='text'>
(this is currently the only value we dont allow changing at runtime, maybe there are more to be found which are obviously unsafe to change)


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6439 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Now wont even try to read an empty file</title>
<updated>2007-01-20T15:57:11Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-20T15:57:11Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e895332dff10f1bc4420fb60023834a049a5a08f'/>
<id>urn:sha1:e895332dff10f1bc4420fb60023834a049a5a08f</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6400 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>It says something about how excessive our debug output is when the ssl modules have 'cascades' of 'if-then-else' whos job is ONLY to output debug!</title>
<updated>2007-01-17T18:13:05Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-17T18:13:05Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b5763d79dc615faaf0e17d3349bdd36d593d3584'/>
<id>urn:sha1:b5763d79dc615faaf0e17d3349bdd36d593d3584</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6365 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Made the real name value for /admin optional (line isn't displayed if not specified)</title>
<updated>2007-01-09T13:43:12Z</updated>
<author>
<name>special</name>
</author>
<published>2007-01-09T13:43:12Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c2c963813bc5bb66be4ecff0522d80fa94474fd0'/>
<id>urn:sha1:c2c963813bc5bb66be4ecff0522d80fa94474fd0</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6281 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Move all /WHOWAS related out of core and into cmd_whowas.</title>
<updated>2007-01-07T21:14:17Z</updated>
<author>
<name>peavey</name>
</author>
<published>2007-01-07T21:14:17Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6b9eaeba4130acb818a63782640194c7e5bcc2fa'/>
<id>urn:sha1:6b9eaeba4130acb818a63782640194c7e5bcc2fa</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6249 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>And fix this bit too</title>
<updated>2007-01-04T18:54:13Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-04T18:54:13Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=79e7e5814463e295870e1ad85d6cc410ec8fde4e'/>
<id>urn:sha1:79e7e5814463e295870e1ad85d6cc410ec8fde4e</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6224 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add support for suffixes K, M, G (kilo, mega, gigabyte) and prefix 0x (hex)</title>
<updated>2007-01-02T00:38:45Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-02T00:38:45Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3311f35e780e465663ccda08902e759aec571dbc'/>
<id>urn:sha1:3311f35e780e465663ccda08902e759aec571dbc</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6209 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fixed search and replace, code pilfered from m_alias (i think someone misread the help for std::string::replace...)</title>
<updated>2006-12-29T21:27:39Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-29T21:27:39Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b848ca14335adcb924acb7977d93e0d76b9437b7'/>
<id>urn:sha1:b848ca14335adcb924acb7977d93e0d76b9437b7</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6162 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix for empty 005 lines</title>
<updated>2006-12-28T17:25:07Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-28T17:25:07Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a06b94acc1ed68c92b8b36275ef83623d894e4a2'/>
<id>urn:sha1:a06b94acc1ed68c92b8b36275ef83623d894e4a2</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6139 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>have configure detect SOMAXCONN and store it in a string define, SOMAXCONN_S</title>
<updated>2006-12-26T18:03:41Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-26T18:03:41Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=efc342f58c4cdb8cb31d6e9504478a71d1675206'/>
<id>urn:sha1:efc342f58c4cdb8cb31d6e9504478a71d1675206</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6126 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
