<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/tools, branch v2.0.26</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/tools?h=v2.0.26</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/tools?h=v2.0.26'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2016-12-02T14:04:47Z</updated>
<entry>
<title>Backport the master Travis changes to insp20.</title>
<updated>2016-12-02T14:04:47Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2016-12-02T14:04:30Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b68ba97cf97ffd5aa06a7dd86ad86c71e852413d'/>
<id>urn:sha1:b68ba97cf97ffd5aa06a7dd86ad86c71e852413d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Force link sqlite3 on OS X when doing Travis builds.</title>
<updated>2016-07-28T14:32:13Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2016-07-28T14:32:13Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=fe3b48692af9d633da2e92b581f5ad859788f423'/>
<id>urn:sha1:fe3b48692af9d633da2e92b581f5ad859788f423</id>
<content type='text'>
The system version of this library does not include support for pkg-config.
</content>
</entry>
<entry>
<title>Add configuration for building with Travis-CI.</title>
<updated>2016-04-10T21:33:18Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2014-10-10T14:24:05Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b198b696c8c713949ede6a900646482112e5daf4'/>
<id>urn:sha1:b198b696c8c713949ede6a900646482112e5daf4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do not export callers</title>
<updated>2014-05-08T23:56:31Z</updated>
<author>
<name>Adam</name>
</author>
<published>2014-05-08T23:18:02Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=86e313cb46c43ade5f3ddd2d4f8f3cb6cc898e67'/>
<id>urn:sha1:86e313cb46c43ade5f3ddd2d4f8f3cb6cc898e67</id>
<content type='text'>
Their functions are all inlined and Windows gives unresolved symbol errors
</content>
</entry>
<entry>
<title>Headers: update remaining scripts too</title>
<updated>2012-04-20T16:33:52Z</updated>
<author>
<name>Robby-</name>
</author>
<published>2012-04-20T16:33:52Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5e8f135c6ae5874d7c4367fba274dc2aa6541a00'/>
<id>urn:sha1:5e8f135c6ae5874d7c4367fba274dc2aa6541a00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>...because every now and again, i have to do a massive commit.</title>
<updated>2010-01-11T03:07:32Z</updated>
<author>
<name>brain</name>
</author>
<published>2010-01-11T03:07:32Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=cd712c40e1b352c05e7ae0f72e0a5e84cdf64323'/>
<id>urn:sha1:cd712c40e1b352c05e7ae0f72e0a5e84cdf64323</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12248 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Move ugly .*.inc files into make/template/ where they can be more easily found</title>
<updated>2009-10-20T01:17:04Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-10-20T01:17:04Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=43ea75c0b3b64f1ebde2c7048a64d1f5bb3242fe'/>
<id>urn:sha1:43ea75c0b3b64f1ebde2c7048a64d1f5bb3242fe</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11929 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Update all wiki links to point to the new wiki. This was done automatically with the following command, only .Makefile.inc got some indent fixups by hand.</title>
<updated>2009-03-15T12:42:35Z</updated>
<author>
<name>psychon</name>
</author>
<published>2009-03-15T12:42:35Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b6dbd6caab62bc2c0d11ce5a45d511611eb9c2ef'/>
<id>urn:sha1:b6dbd6caab62bc2c0d11ce5a45d511611eb9c2ef</id>
<content type='text'>
for file in $(find -type f -and -not -path '*/.svn/*' -and -not -name '*.so') ; do sed -e 's#http://www.inspircd.org/wiki#http://wiki.inspircd.org#' -e 's#http://wiki.inspircd.org/index.php/#http://wiki.inspircd.org/#' -i $file ; done


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11223 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>update copyright years</title>
<updated>2009-01-24T13:23:37Z</updated>
<author>
<name>peavey</name>
</author>
<published>2009-01-24T13:23:37Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b06d9c4ad43875f3f6dae178b32b6c1c91e6eb2f'/>
<id>urn:sha1:b06d9c4ad43875f3f6dae178b32b6c1c91e6eb2f</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10994 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add template creation tool for caller classes</title>
<updated>2007-07-25T17:01:18Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-07-25T17:01:18Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d49e33b22c2cbb22bad71fb07ce8003dec8270cf'/>
<id>urn:sha1:d49e33b22c2cbb22bad71fb07ce8003dec8270cf</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7565 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
