<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_delayjoin.cpp, branch v3.0.0a6</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_delayjoin.cpp?h=v3.0.0a6</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_delayjoin.cpp?h=v3.0.0a6'/>
<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>Add support for setting the unset rank in ModeHandler.</title>
<updated>2017-11-06T10:55:56Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-10-18T02:40:31Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=257bf752fc6b87fa35bfa8cf95fc37730c3d55c6'/>
<id>urn:sha1:257bf752fc6b87fa35bfa8cf95fc37730c3d55c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Specify which Extensible subclass an ExtensionItem is valid for</title>
<updated>2015-01-18T09:40:33Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2015-01-18T09:40:33Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4fc2f7199e964ba5112ecdb2613c6fd5c2eee638'/>
<id>urn:sha1:4fc2f7199e964ba5112ecdb2613c6fd5c2eee638</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove some unnecessary NULL checks</title>
<updated>2015-01-10T14:36:13Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2015-01-10T14:36:13Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=682ab97e473b5325f5c5e0d0747a44df1aa33b9d'/>
<id>urn:sha1:682ab97e473b5325f5c5e0d0747a44df1aa33b9d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge insp20</title>
<updated>2014-10-27T14:26:20Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-10-27T14:26:20Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3a3ff949670c61a4a8856e1391222e156eb1cd17'/>
<id>urn:sha1:3a3ff949670c61a4a8856e1391222e156eb1cd17</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_delayjoin Only send JOIN on mode change if the mode being changed is a prefix mode</title>
<updated>2014-10-17T13:40:01Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-10-17T13:40:01Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a681248b3c989667c2d025758722d2c90b444abe'/>
<id>urn:sha1:a681248b3c989667c2d025758722d2c90b444abe</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>
</feed>
