<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/make/calcdep.pl, branch v3.16.1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/make/calcdep.pl?h=v3.16.1</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/make/calcdep.pl?h=v3.16.1'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2022-09-24T16:41:44Z</updated>
<entry>
<title>Remove error prone missing include logic in calcdep.</title>
<updated>2022-09-24T16:41:44Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-09-24T16:37:39Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1e29546b16bfc7880c1d8b96afcb40fcf62973db'/>
<id>urn:sha1:1e29546b16bfc7880c1d8b96afcb40fcf62973db</id>
<content type='text'>
[skip windows ci]
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2021-02-26T06:58:13Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2021-02-26T06:58:13Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1bf7ca389426e196697eba9a8b60277db03fbedb'/>
<id>urn:sha1:1bf7ca389426e196697eba9a8b60277db03fbedb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Always use for in Perl modules.</title>
<updated>2021-01-29T13:46:37Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-01-29T13:46:37Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2fceea41e8eefe0e109d7b7de445589bfd2a49ef'/>
<id>urn:sha1:2fceea41e8eefe0e109d7b7de445589bfd2a49ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix unnecessary begin blocks in Perl source files.</title>
<updated>2021-01-25T12:39:56Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-01-25T12:13:54Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f6b861f12d070ba931d829505bfd3229653f5df2'/>
<id>urn:sha1:f6b861f12d070ba931d829505bfd3229653f5df2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove whitespace between the shebang and the copyright header.</title>
<updated>2020-01-11T22:53:07Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-01-11T22:53:07Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a0176191c9e2a32d898857f2a7e6a4016f894f2f'/>
<id>urn:sha1:a0176191c9e2a32d898857f2a7e6a4016f894f2f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2020-01-11T22:14:43Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2020-01-11T22:02:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=aa692dc1039b63deef7886e914ec499abe7facaf'/>
<id>urn:sha1:aa692dc1039b63deef7886e914ec499abe7facaf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use separate build dirs when rebuilding with a different compiler.</title>
<updated>2019-10-16T11:34:24Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-10-16T10:55:14Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=08393c002803b93ac53a6a1a0a5272e76b6ae5e4'/>
<id>urn:sha1:08393c002803b93ac53a6a1a0a5272e76b6ae5e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove trailing whitespace from various source files.</title>
<updated>2019-01-24T22:18:22Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-01-24T22:06:27Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=961109ae4fde97144fdedeef25607a5b8b3ec2c2'/>
<id>urn:sha1:961109ae4fde97144fdedeef25607a5b8b3ec2c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove support for static modules.</title>
<updated>2018-07-31T02:20:18Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-07-30T23:49:27Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d9a52277df06d656564b28e456adabbee52e8c10'/>
<id>urn:sha1:d9a52277df06d656564b28e456adabbee52e8c10</id>
<content type='text'>
This has been frequently broken in the past and as far as I know is
used by literally nobody.

Also, even if all modules are compiled into the core any libraries
linked against are and have always been linked dynamically making
this unusable on platforms without dynamic libraries.
</content>
</entry>
<entry>
<title>Extract RFC modes from the core to core_channel and core_user.</title>
<updated>2017-12-10T12:38:45Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-12-03T17:16:28Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=98372c3cf2c1455e41c388d822876a4d146ae76d'/>
<id>urn:sha1:98372c3cf2c1455e41c388d822876a4d146ae76d</id>
<content type='text'>
</content>
</entry>
</feed>
