<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include/listmode.h, 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/include/listmode.h?h=v3.0.0a1</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/include/listmode.h?h=v3.0.0a1'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2014-12-16T15:42:35Z</updated>
<entry>
<title>Change listmode storage type to vector</title>
<updated>2014-12-16T15:42:35Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-12-16T15:42:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=711e33b9f8461df55c2fa8e5351769c6e6eb3e0f'/>
<id>urn:sha1:711e33b9f8461df55c2fa8e5351769c6e6eb3e0f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use Modes::ChangeList in ModeHandler::RemoveMode()</title>
<updated>2014-09-03T13:35:13Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-09-03T13:35:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=5bea41d726f9c93ca1914ae9b6259765991d383c'/>
<id>urn:sha1:5bea41d726f9c93ca1914ae9b6259765991d383c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change ListModeBase::DoRehash() to not be virtual</title>
<updated>2014-08-06T11:22:40Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-08-06T11:22:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=3e2cfaf8c0cda738033a877b3220cd9536601a2f'/>
<id>urn:sha1:3e2cfaf8c0cda738033a877b3220cd9536601a2f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Send ListModeBase modes implicitly on channel sync</title>
<updated>2013-09-12T12:44:17Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-09-02T11:01:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=58d7827bb1bd3d90f38a1c199f6f41ae9f24885c'/>
<id>urn:sha1:58d7827bb1bd3d90f38a1c199f6f41ae9f24885c</id>
<content type='text'>
Remove Module::ProtoSendMode() and ListModeBase::DoSyncChannel()
</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>Fix Doxygen comments.</title>
<updated>2013-06-21T02:52:56Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2013-06-21T02:52:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=146d72fddbcc443e402b3aadcf1eb8195b9d4ab5'/>
<id>urn:sha1:146d72fddbcc443e402b3aadcf1eb8195b9d4ab5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplify user mode removal via ModeHandler::RemoveMode()</title>
<updated>2013-05-26T23:07:30Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-05-26T21:23:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=3406c7234ac15b6a2fc52afa770fb851da25c215'/>
<id>urn:sha1:3406c7234ac15b6a2fc52afa770fb851da25c215</id>
<content type='text'>
The function does not need to be virtual because the core can remove any user mode using the default logic
The optional modestack parameter was always NULL, so remove it
</content>
</entry>
<entry>
<title>Deduplicate RemoveMode() implementations</title>
<updated>2013-05-26T23:07:29Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-05-26T21:23:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=9bb24d3f458274b7485554bc95f1274900a69ec2'/>
<id>urn:sha1:9bb24d3f458274b7485554bc95f1274900a69ec2</id>
<content type='text'>
The default (core) implementation can now remove prefix modes
The modestacker parameter is now mandatory
</content>
</entry>
<entry>
<title>Tidy up source files:</title>
<updated>2013-04-12T16:03:05Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2013-04-02T19:12:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=11cafc12d5440b67a9f676c9f6aa67840ca5399d'/>
<id>urn:sha1:11cafc12d5440b67a9f676c9f6aa67840ca5399d</id>
<content type='text'>
- Use #pragma once instead of include guards.
- Move header files in src/modules to include/modules.
- Fixed various spacing issues.
</content>
</entry>
<entry>
<title>Fix ListModeBase on Windows</title>
<updated>2013-04-09T19:41:18Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-04-09T19:41:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=99461ac66d47cf3b78dc83f39aa3b89dccf2088c'/>
<id>urn:sha1:99461ac66d47cf3b78dc83f39aa3b89dccf2088c</id>
<content type='text'>
</content>
</entry>
</feed>
