<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/configreader.cpp, branch v1.2.0rc1</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.2.0rc1</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/configreader.cpp?h=v1.2.0rc1'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2009-01-02T18:16:05Z</updated>
<entry>
<title>Update copyrights for 2009.</title>
<updated>2009-01-02T18:16:05Z</updated>
<author>
<name>w00t</name>
</author>
<published>2009-01-02T18:16:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=43847ec9c7e1a195163eb4c529f1c92fd1ace0a4'/>
<id>urn:sha1:43847ec9c7e1a195163eb4c529f1c92fd1ace0a4</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10932 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>install .gdbargs to $(BASE) in make install</title>
<updated>2008-12-04T11:36:32Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-12-04T11:36:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=1a111a2ee71a2e50e28fb3622b3d5e0c54aa304f'/>
<id>urn:sha1:1a111a2ee71a2e50e28fb3622b3d5e0c54aa304f</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10843 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Rip flood/threshold out of config classes also.</title>
<updated>2008-12-01T20:14:50Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-12-01T20:14:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=a23a840749db9646884907ae28588b1962dc2449'/>
<id>urn:sha1:a23a840749db9646884907ae28588b1962dc2449</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10839 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Thread safety fixes to avoid crashes on rehash, dont reopen logs within the rehash thread. Put this in the safe part of the rehash operation, after the thread exits. Put a mutex around the part where the thread exits, just in case somehow there are two rehash threads exiting at the same time due to user </title>
<updated>2008-11-22T16:54:32Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-11-22T16:54:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=9bddcf91ac79f34f8721bbf161f90cc4cc9dbe8c'/>
<id>urn:sha1:9bddcf91ac79f34f8721bbf161f90cc4cc9dbe8c</id>
<content type='text'>
muppetry.


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10811 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>This was never supposed to be invoked on /rehash, only startup.. so move it to startup only. Also remove (redundant) user arg.</title>
<updated>2008-11-02T14:29:40Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-11-02T14:29:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=0d2b6637ca369166629576f160ef1fd376078e5a'/>
<id>urn:sha1:0d2b6637ca369166629576f160ef1fd376078e5a</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10792 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Obsolete m_restrictbanned, add &lt;security:restrictbannedusers&gt;, default on.. this is insane to leave off, really, but allow it anyway.</title>
<updated>2008-11-01T23:58:33Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-11-01T23:58:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=b15038c4c3109fa4e326ef657493e08bbbc6881d'/>
<id>urn:sha1:b15038c4c3109fa4e326ef657493e08bbbc6881d</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10785 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix another connect class bug on rehash</title>
<updated>2008-10-25T14:02:10Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-10-25T14:02:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=07689436008f79e3aebe32fb660680e5830568ce'/>
<id>urn:sha1:07689436008f79e3aebe32fb660680e5830568ce</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10712 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>(sort of..) Revert commit 7736e920fe6ccaf9ad1984afc70db19efd4fb8cd - remove dupe checking on connect classes. Now, we just delete ones with refcount 0 on rehash, and add new ones. Connection can only match a non-disabled class, so most of the braindamage should be gone from here, without causing wild pointer fun..</title>
<updated>2008-10-25T10:17:53Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-10-25T10:17:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=30b7a1bf7fb0b422a6fd674f0cce95b3b0f92673'/>
<id>urn:sha1:30b7a1bf7fb0b422a6fd674f0cce95b3b0f92673</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10701 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix a plausible memory leak on rehash, thanks dz.</title>
<updated>2008-10-24T11:17:53Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-10-24T11:17:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=3b4c56a69e10223434c6502e60139355b49fbd5e'/>
<id>urn:sha1:3b4c56a69e10223434c6502e60139355b49fbd5e</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10698 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Patch from dz to fix bug 622 (config errors build up from /rehash to /rehash), thanks!</title>
<updated>2008-10-23T18:07:07Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-10-23T18:07:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=2f1b4c7ce35651262f7903e801fd9428881ee05b'/>
<id>urn:sha1:2f1b4c7ce35651262f7903e801fd9428881ee05b</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10690 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
