<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/inspircd.cpp, branch v1.2.0b1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/inspircd.cpp?h=v1.2.0b1</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/inspircd.cpp?h=v1.2.0b1'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2008-09-21T00:51:18Z</updated>
<entry>
<title>Fix crash</title>
<updated>2008-09-21T00:51:18Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-09-21T00:51:18Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=cbb95cffac2fe5533bae8bf5dc2ce62fb0f17c2f'/>
<id>urn:sha1:cbb95cffac2fe5533bae8bf5dc2ce62fb0f17c2f</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10572 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix a rather nasty race condition revealed by my reading through the comments and enhancing them. Back when i did executeable includes, i placed a 'todo' in the code which said something along the lines of:</title>
<updated>2008-09-20T21:46:56Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-09-20T21:46:56Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=636a52312b9ba4c5ffc886c7bdba14bd76726976'/>
<id>urn:sha1:636a52312b9ba4c5ffc886c7bdba14bd76726976</id>
<content type='text'>
'we cant pass a User* into the config reader any more, because when the config reader thread finishes, that user may be gone and this will crash. Consider using an UID instead so that if the user vanishes, we can
detect this situation.' Of course, nobody ever did this, so i'm doing it now to ensure we dont come up against some particularly ugly race condition crashes!


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10569 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Merge commit 'danieldg/out-12'</title>
<updated>2008-09-13T14:27:25Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-09-13T14:27:25Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=76e9dc04d73d94e178224bcda021edae2f7bed9b'/>
<id>urn:sha1:76e9dc04d73d94e178224bcda021edae2f7bed9b</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10540 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>mutexengine -&gt; mutexfactory</title>
<updated>2008-09-04T11:40:20Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-09-04T11:40:20Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a8fa3da65e9befa1105f616ceea16c78d605b396'/>
<id>urn:sha1:a8fa3da65e9befa1105f616ceea16c78d605b396</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10386 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>initialise mutexengine</title>
<updated>2008-09-04T10:50:53Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-09-04T10:50:53Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2a0c6c52d045fe3a6dda9bf0209be250fa486d6b'/>
<id>urn:sha1:2a0c6c52d045fe3a6dda9bf0209be250fa486d6b</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10384 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Properly name the windows service error constants and put proper descriptions in the error strings</title>
<updated>2008-08-24T23:02:03Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-08-24T23:02:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=50fb079808cf6ff76fb8213c3469e435774ae42f'/>
<id>urn:sha1:50fb079808cf6ff76fb8213c3469e435774ae42f</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10251 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>No names for the service specific errors, probably wont ever name them as theyre never shown in linux</title>
<updated>2008-08-24T21:05:15Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-08-24T21:05:15Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3229dee5bb0bd1e13f30752ccae556513b5cdcac'/>
<id>urn:sha1:3229dee5bb0bd1e13f30752ccae556513b5cdcac</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10245 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>work in progress</title>
<updated>2008-08-24T19:08:36Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-08-24T19:08:36Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a6cf47a2cd96c459bfc241c6dce8ca8454140484'/>
<id>urn:sha1:a6cf47a2cd96c459bfc241c6dce8ca8454140484</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10238 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>comments to explain wtf 'ENTRYPOINT' is where main() should be. In the future maybe we should have two main.cpp's one for windows and one for posix, in a similar way we do socket engines etc.</title>
<updated>2008-08-21T13:40:34Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-08-21T13:40:34Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6a3319c7fcbaaaed52bd776d6d638224875ab331'/>
<id>urn:sha1:6a3319c7fcbaaaed52bd776d6d638224875ab331</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10200 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>add support for windows service. This now is part of inspircd itself being as we have native build. It doesnt quite work yet in all the ways it should.</title>
<updated>2008-08-21T11:01:51Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-08-21T11:01:51Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2c5db1dfcb326fb6665b40c0bf2613257ebaf3d5'/>
<id>urn:sha1:2c5db1dfcb326fb6665b40c0bf2613257ebaf3d5</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10193 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
