<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/configreader.cpp, branch v1.1.5</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=v1.1.5</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/configreader.cpp?h=v1.1.5'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2007-04-06T13:07:55Z</updated>
<entry>
<title>Fix the previous commit better - always copy the null terminator (oops)</title>
<updated>2007-04-06T13:07:55Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-04-06T13:07:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=39f2fa9ccf916b6afc084bee6d872214a8a70323'/>
<id>urn:sha1:39f2fa9ccf916b6afc084bee6d872214a8a70323</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6744 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix issue spotted by devious - if a value is defined and a later rehash clears the value to empty, the value is not unset properly because it tries to memcpy zero bytes to the value -</title>
<updated>2007-04-06T13:04:49Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-04-06T13:04:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=f3e184c5402c184c94847ee79469cb0120bf84c4'/>
<id>urn:sha1:f3e184c5402c184c94847ee79469cb0120bf84c4</id>
<content type='text'>
this means memcpy just returns immediately. Now if the string value is 0 in length we copy one byte instead (which just copies the null terminator)


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6743 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix for bug #199 (Feature request) submitted by owine. Ended up adding an extra parameter to &lt;uline&gt; for this.</title>
<updated>2007-04-05T23:53:01Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-04-05T23:53:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=821a5bca883ad8c06cb27963acf8861d9ef1031e'/>
<id>urn:sha1:821a5bca883ad8c06cb27963acf8861d9ef1031e</id>
<content type='text'>
It turned into a biggie :P


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6742 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add -config parameter to bin/inspircd which allows a user to specify the config file on the commandline</title>
<updated>2007-04-01T18:34:19Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-04-01T18:34:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=f505e1821bf0b6e3c36df4bab8e3a4f3d1710dfd'/>
<id>urn:sha1:f505e1821bf0b6e3c36df4bab8e3a4f3d1710dfd</id>
<content type='text'>
Note: This should really be a full pathname, and not a configuration file in the current directory.


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6726 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add &lt;options:fixedquit&gt; and &lt;options:suffixquit&gt; to go along with the existing &lt;options:prefixquit&gt;. note that fixedquit overrides both suffix and prefix if set</title>
<updated>2007-04-01T15:22:54Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-04-01T15:22:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=e466a6f5fef9aa5cb0ac4621fd578edbace88281'/>
<id>urn:sha1:e466a6f5fef9aa5cb0ac4621fd578edbace88281</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6722 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>option to allow announce of invites to channel (similar to unreal)</title>
<updated>2007-03-08T11:26:31Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-03-08T11:26:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=feeeced47094ed52541d1bc74440f1b223e6dadc'/>
<id>urn:sha1:feeeced47094ed52541d1bc74440f1b223e6dadc</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6635 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Addition of feature request outlined in bug #195, suggested by Bricker</title>
<updated>2007-02-19T19:57:41Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-02-19T19:57:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=c1f88cfa9c653c0df9574edb6995a7385543be83'/>
<id>urn:sha1:c1f88cfa9c653c0df9574edb6995a7385543be83</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6602 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix odd warnings from propolice.</title>
<updated>2007-02-12T18:22:04Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-02-12T18:22:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=64b14130440aee41917ca52775d08f7a2a3b2414'/>
<id>urn:sha1:64b14130440aee41917ca52775d08f7a2a3b2414</id>
<content type='text'>
Obviously this isnt valid for it:   char b[MAXBUF];   getcwd(b, MAXBUF)..... it demands that b be 1024 in length. odd.


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6577 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Allow for nick!user@host in TOPIC information.</title>
<updated>2007-02-11T18:50:04Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-02-11T18:50:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=b111eec597349ad2dc7d4b54945097df813535b4'/>
<id>urn:sha1:b111eec597349ad2dc7d4b54945097df813535b4</id>
<content type='text'>
Note that this adds another &lt;options&gt; tag value, 'hostintopic'. (defaults to yes)


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6572 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix rehashing to display a success notice, tidy up some WriteOpers notices</title>
<updated>2007-02-10T23:10:57Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-02-10T23:10:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=750f9e29370ced3fe6f1549acbfada9483eff5f4'/>
<id>urn:sha1:750f9e29370ced3fe6f1549acbfada9483eff5f4</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6570 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
