<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/inspircd.cpp, branch v1.1.0b7</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.1.0b7</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/inspircd.cpp?h=v1.1.0b7'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2006-12-24T18:38:57Z</updated>
<entry>
<title>Tidyup</title>
<updated>2006-12-24T18:38:57Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-24T18:38:57Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=417a4183d8b706a4099cdbabebd629d66c6f04be'/>
<id>urn:sha1:417a4183d8b706a4099cdbabebd629d66c6f04be</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6104 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>And fix obligitary brainfarts</title>
<updated>2006-12-24T13:32:26Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-24T13:32:26Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6112fadab13aa7971ed34709759141529194edac'/>
<id>urn:sha1:6112fadab13aa7971ed34709759141529194edac</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6099 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Whoops, crash on sighup due to passing null argv and argc (similar to rehash, throwback to old code)</title>
<updated>2006-12-24T13:32:06Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-24T13:32:06Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6d238262079ddecf4ccd98a904cdb94aa14a3d08'/>
<id>urn:sha1:6d238262079ddecf4ccd98a904cdb94aa14a3d08</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6098 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Damnit, the comment caused a conflict :&lt;</title>
<updated>2006-12-24T11:26:39Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-24T11:26:39Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9e23ac207412a6869b4a372dc15a47bec07586d9'/>
<id>urn:sha1:9e23ac207412a6869b4a372dc15a47bec07586d9</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6096 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>w00t was right, freebsd needs &lt;getopt.h&gt; too</title>
<updated>2006-12-24T11:24:47Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-24T11:24:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=72a601b36c9a20eaf7808ed84e3979651a29e337'/>
<id>urn:sha1:72a601b36c9a20eaf7808ed84e3979651a29e337</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6095 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Added a comment /* GNUs smell */ to an #ifdef linux makes us put in</title>
<updated>2006-12-24T11:18:02Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-24T11:18:02Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=dfcfcb6f0e5c2a7193be3a860464d0c7123cd26c'/>
<id>urn:sha1:dfcfcb6f0e5c2a7193be3a860464d0c7123cd26c</id>
<content type='text'>
(what sort of craqsmoker puts posix standard functions that belong in unistd.h into getopt.h but only on linux? muppets).
#ifdef _GNU_SOURCE
#include &lt;getopt.h&gt;
#endif .....


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6094 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Change argument parsing to use getopt_long_only().</title>
<updated>2006-12-24T11:13:31Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-24T11:13:31Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=dcad7974ced286ce477e86f6f9fd77d8c79ebfa3'/>
<id>urn:sha1:dcad7974ced286ce477e86f6f9fd77d8c79ebfa3</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6093 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Neither should this</title>
<updated>2006-12-24T00:53:00Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-24T00:53:00Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c78bff4fb1592f75206093a9d3d7b2100366a569'/>
<id>urn:sha1:c78bff4fb1592f75206093a9d3d7b2100366a569</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6089 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Relatively small typo fix</title>
<updated>2006-12-24T00:51:29Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-24T00:51:29Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=69b3f63bb1d1dffcc9eaa706041f873a46c999e9'/>
<id>urn:sha1:69b3f63bb1d1dffcc9eaa706041f873a46c999e9</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6088 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add call for OnGarbageCollect to the hourly cleanup</title>
<updated>2006-12-24T00:43:02Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-24T00:43:02Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=31f75f75bed0379403a74d1a7940960522180dbe'/>
<id>urn:sha1:31f75f75bed0379403a74d1a7940960522180dbe</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6087 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
