<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modmanager_dynamic.cpp, branch v3.0.0a4</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/modmanager_dynamic.cpp?h=v3.0.0a4</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modmanager_dynamic.cpp?h=v3.0.0a4'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2017-09-06T08:26:00Z</updated>
<entry>
<title>Improve the /MODULES output.</title>
<updated>2017-09-06T08:26:00Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-09-05T17:33:50Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f1bfa8242c0a5b76bcff36c70103c2aae7cbdf5f'/>
<id>urn:sha1:f1bfa8242c0a5b76bcff36c70103c2aae7cbdf5f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename PURE_STATIC to INSPIRCD_STATIC.</title>
<updated>2016-04-04T12:20:21Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2016-02-26T13:12:09Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=30bd7bb39fb55a4b6b3075a1f8a7df47bc0e261f'/>
<id>urn:sha1:30bd7bb39fb55a4b6b3075a1f8a7df47bc0e261f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow modules to be called as "foo" instead of "m_foo.so"</title>
<updated>2015-05-20T13:02:24Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2015-05-20T13:02:24Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7bb75e575b5f6a555a0651057c0cb5b30f93a9d9'/>
<id>urn:sha1:7bb75e575b5f6a555a0651057c0cb5b30f93a9d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge insp20</title>
<updated>2015-04-20T15:40:12Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2015-04-20T15:40:12Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8f5efbc7aa33b792e02d01e3288f553e6e98ccaa'/>
<id>urn:sha1:8f5efbc7aa33b792e02d01e3288f553e6e98ccaa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a blank error message when trying to load a module with a path.</title>
<updated>2015-01-16T03:14:35Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2015-01-16T03:14:35Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=74a95f4e1312ef5a628da484b6cb39c417e2fceb'/>
<id>urn:sha1:74a95f4e1312ef5a628da484b6cb39c417e2fceb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Kill needless #includes in source files</title>
<updated>2014-06-14T13:30:14Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-06-14T13:30:14Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=82435b6fa8805baa65e04a582f3e4a2c84237f73'/>
<id>urn:sha1:82435b6fa8805baa65e04a582f3e4a2c84237f73</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ignore NULL callbacks in ModuleManager::Reload()</title>
<updated>2014-04-13T13:43:01Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-04-13T13:43:01Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=53e9923162ca99cc3059fb0d98ba97371653eb11'/>
<id>urn:sha1:53e9923162ca99cc3059fb0d98ba97371653eb11</id>
<content type='text'>
Found by Coverity, CID: 1201453
</content>
</entry>
<entry>
<title>Load core_*.so instead of cmd_*.so</title>
<updated>2014-03-05T15:30:00Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-03-05T15:30:00Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b935da1b4c5484fa41d639ce335eb21a39c97389'/>
<id>urn:sha1:b935da1b4c5484fa41d639ce335eb21a39c97389</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move stuff around a bit:</title>
<updated>2013-12-15T06:46:35Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2013-10-05T03:55:11Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=02830985a18950497003f3392cf8d6cc30c15c50'/>
<id>urn:sha1:02830985a18950497003f3392cf8d6cc30c15c50</id>
<content type='text'>
- Create FileSystem class:
  * Move ServerConfig::CleanFilename to FileSystem::GetFileName and rewrite.
  * Move ServerConfig::ExpandPath to FileSystem.
  * Move ServerConfig::FileExists to FileSystem.
  * Move ServerConfig::StartsWithWindowsDriveLetter to FileSystem.
- Move FileReader to fileutils.cpp and fix documentation.
- Move UserManager::DoBackgroundUserStuff to usermanager.cpp.
</content>
</entry>
<entry>
<title>Automatically register ServiceProviders created by modules</title>
<updated>2013-09-08T15:11:08Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-05-26T17:44:13Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=992674362c5f64bdb8e1942eeaa7612524529cd6'/>
<id>urn:sha1:992674362c5f64bdb8e1942eeaa7612524529cd6</id>
<content type='text'>
</content>
</entry>
</feed>
