<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_deaf.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/modules/m_deaf.cpp?h=v3.0.0a1</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/modules/m_deaf.cpp?h=v3.0.0a1'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2016-08-30T14:31:49Z</updated>
<entry>
<title>m_deaf Remove pointless member prefix check</title>
<updated>2016-08-30T14:31:49Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-08-30T14:31:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=1def7fd7f486d3d2d2999c4ee74392405db9ca7d'/>
<id>urn:sha1:1def7fd7f486d3d2d2999c4ee74392405db9ca7d</id>
<content type='text'>
Inserting members who lack the required status into the except list makes no difference, they won't get the message either way
</content>
</entry>
<entry>
<title>m_deaf Fix inverted check</title>
<updated>2016-08-30T14:30:52Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-08-30T14:30:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=0fda94db3054ad74668dec1e56d4aa4a029ef133'/>
<id>urn:sha1:0fda94db3054ad74668dec1e56d4aa4a029ef133</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove typedef UserMembCIter, use Channel::MemberMap::const_iterator instead</title>
<updated>2014-07-14T14:15:38Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-07-14T14:15:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=fb8cb2114483689c5a52f951e301c31bdd2a60a2'/>
<id>urn:sha1:fb8cb2114483689c5a52f951e301c31bdd2a60a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename UserMembList to Channel::MemberMap, switch all code to use it</title>
<updated>2014-07-14T14:10:12Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-07-14T14:10:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=04ece67c3d8534f74a3d75ec77378cb57a9c044e'/>
<id>urn:sha1:04ece67c3d8534f74a3d75ec77378cb57a9c044e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change return type of Channel::GetUsers() to reference from pointer as it is never NULL</title>
<updated>2014-07-14T14:04:38Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-07-14T14:04:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=173bc63cb59bbf19e73d1b823e3e9423c9f79860'/>
<id>urn:sha1:173bc63cb59bbf19e73d1b823e3e9423c9f79860</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move GetAllPrefixChars() from Channel to Membership</title>
<updated>2014-02-14T11:16:31Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-02-14T11:16:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=8bdc2313a66bc200e7067e01159367f48571fef9'/>
<id>urn:sha1:8bdc2313a66bc200e7067e01159367f48571fef9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove PreText()-like functions</title>
<updated>2014-01-08T11:52:07Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-01-08T11:52:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=833ae95adc3d8e0b7ba0e82af4cbd173bb98431e'/>
<id>urn:sha1:833ae95adc3d8e0b7ba0e82af4cbd173bb98431e</id>
<content type='text'>
Do processing in OnUserPreMessage()
</content>
</entry>
<entry>
<title>m_deaf Simplify logic</title>
<updated>2014-01-06T12:17:06Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-01-06T12:17:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=be3644c74be3f1c40be2d32c6cfcace73689e359'/>
<id>urn:sha1:be3644c74be3f1c40be2d32c6cfcace73689e359</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Introduce Server class</title>
<updated>2014-01-05T14:04:01Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-01-05T14:04:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=11916574f67962dce1d7a2fdf7ef6a3d2d1fa49f'/>
<id>urn:sha1:11916574f67962dce1d7a2fdf7ef6a3d2d1fa49f</id>
<content type='text'>
- Replaces std::string server in User
- Replaces InspIRCd::ULine() and SilentULine()
</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>
</feed>
