<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_deaf.cpp, branch v3.0.0a9</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_deaf.cpp?h=v3.0.0a9</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_deaf.cpp?h=v3.0.0a9'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2018-01-06T14:18:21Z</updated>
<entry>
<title>Rework message handling.</title>
<updated>2018-01-06T14:18:21Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-12-11T19:42:52Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2fcb5ff4389a9a82d253acdff02a388ddcf14653'/>
<id>urn:sha1:2fcb5ff4389a9a82d253acdff02a388ddcf14653</id>
<content type='text'>
- Move all message-related types to their own header to make moving
  them to a cross-module events easier.
- Rename OnUserMessage to OnUserPostMessage.
- Rename OnText to OnUserMessage.
- Replace the dest, target_type, and status parameters with the
  MessageTarget class.
- Replace the text, exempt_list, and msgtype parameters with the
  MessageDetails struct.
- Add echooriginal and originaltext to the MessageDetails struct
  to allow spam filtering to not be broken by cap echo-message.
</content>
</entry>
<entry>
<title>Add the override keyword in places that it is missing.</title>
<updated>2017-11-21T15:51:45Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-11-21T13:05:17Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=91e0af0fc4889f20d2f63426f8fe379674fc0393'/>
<id>urn:sha1:91e0af0fc4889f20d2f63426f8fe379674fc0393</id>
<content type='text'>
GCCs warnings for this are much better than Clangs.
</content>
</entry>
<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://www.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://www.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://www.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://www.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://www.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://www.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://www.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://www.cgit.space/~steering/inspircd++.git/commit/?id=be3644c74be3f1c40be2d32c6cfcace73689e359'/>
<id>urn:sha1:be3644c74be3f1c40be2d32c6cfcace73689e359</id>
<content type='text'>
</content>
</entry>
</feed>
