<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modmanager_static.cpp, branch v3.0.0a1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/src/modmanager_static.cpp?h=v3.0.0a1</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/modmanager_static.cpp?h=v3.0.0a1'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2016-04-04T12:20:21Z</updated>
<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://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://cgit.space/~steering/inspircd++.git/commit/?id=7bb75e575b5f6a555a0651057c0cb5b30f93a9d9'/>
<id>urn:sha1:7bb75e575b5f6a555a0651057c0cb5b30f93a9d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add stdalgo::delete_all() that deletes all elements in a container</title>
<updated>2014-03-24T15:50:48Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-03-24T15:50:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=ef0fecc856d435ff140ce87ca38618d6edceafcc'/>
<id>urn:sha1:ef0fecc856d435ff140ce87ca38618d6edceafcc</id>
<content type='text'>
</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://cgit.space/~steering/inspircd++.git/commit/?id=992674362c5f64bdb8e1942eeaa7612524529cd6'/>
<id>urn:sha1:992674362c5f64bdb8e1942eeaa7612524529cd6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Deduplicate code in modmanager_static and modmanager_dynamic</title>
<updated>2013-09-08T15:10:15Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-09-08T15:10:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=8a64bd3a0ac72855b681b00f3a9a08cebee755ce'/>
<id>urn:sha1:8a64bd3a0ac72855b681b00f3a9a08cebee755ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix module loading in PURE_STATIC builds</title>
<updated>2013-09-08T14:54:33Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-09-08T14:54:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=fabe111fb9e37c86beeecc773b9ad03c7046ccbf'/>
<id>urn:sha1:fabe111fb9e37c86beeecc773b9ad03c7046ccbf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace OnRehash() with ReadConfig() that is called on boot, on module load and on rehash</title>
<updated>2013-08-30T11:15:10Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-08-16T10:10:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=c202dea024542b9c6c6b771bb9a3a081d9eacdc5'/>
<id>urn:sha1:c202dea024542b9c6c6b771bb9a3a081d9eacdc5</id>
<content type='text'>
This eliminates the need for calling OnRehash() in init()
</content>
</entry>
<entry>
<title>Automatically attach modules to events</title>
<updated>2013-08-04T14:08:57Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-08-04T12:36:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=d24619c012b34d5a3d4cfb93e7bea3ff3d5721e7'/>
<id>urn:sha1:d24619c012b34d5a3d4cfb93e7bea3ff3d5721e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change the syntax of FOREACH macros to be less dumb.</title>
<updated>2013-08-04T14:08:57Z</updated>
<author>
<name>Adam</name>
</author>
<published>2013-06-26T21:01:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=8710724b5518ae9858309e548514f76e620a8459'/>
<id>urn:sha1:8710724b5518ae9858309e548514f76e620a8459</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove dead code from the InspIRCd and CommandParser classes and typedefs.h</title>
<updated>2013-06-18T19:25:43Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-06-18T19:25:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=50ecf259b61eb389559dc24a7c4af718c225ec8d'/>
<id>urn:sha1:50ecf259b61eb389559dc24a7c4af718c225ec8d</id>
<content type='text'>
Removed functions:

InspIRCd:
- Restart() - unused
- DoSocketTimeouts() - no implementation exists
- AddCommand() - useless wrapper around ModuleManager::AddService()

CommandParser:
- IsValidCommand() - unused
- ProcessParameters() - no implementation exists
</content>
</entry>
</feed>
