<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_muteban.cpp, branch v3.2.0</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_muteban.cpp?h=v3.2.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_muteban.cpp?h=v3.2.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2019-04-28T21:26:50Z</updated>
<entry>
<title>Some more text fixes and improvements (#1618).</title>
<updated>2019-04-28T21:26:50Z</updated>
<author>
<name>Robby</name>
</author>
<published>2019-04-28T21:26:50Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e59cb85871f75b7603c63c6cd274d57536cf6794'/>
<id>urn:sha1:e59cb85871f75b7603c63c6cd274d57536cf6794</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove CXX11_OVERRIDE from some non-overrides.</title>
<updated>2019-04-18T22:38:23Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-04-18T22:16:10Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d40ea20e6573b33d59cd9b68ab2790b4c990557d'/>
<id>urn:sha1:d40ea20e6573b33d59cd9b68ab2790b4c990557d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update trivially-modifiable modules to handle tag messages.</title>
<updated>2019-04-16T15:19:55Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-04-16T15:19:55Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8459e625349c03039e7545c213f84d8756034390'/>
<id>urn:sha1:8459e625349c03039e7545c213f84d8756034390</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Read the muteban config in ReadConfig().</title>
<updated>2019-01-28T22:19:33Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-01-28T22:19:33Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=26a80ed2c783bda2bc7abca9dd435b86f3ce2eeb'/>
<id>urn:sha1:26a80ed2c783bda2bc7abca9dd435b86f3ce2eeb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix aliases that resolve to messages echoing with echo-message.</title>
<updated>2018-08-15T07:58:06Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-08-14T22:22:14Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c5c5a867d29c98c73e4f9cc67841617c2598a320'/>
<id>urn:sha1:c5c5a867d29c98c73e4f9cc67841617c2598a320</id>
<content type='text'>
Fixes #1459.
</content>
</entry>
<entry>
<title>Optionally do not notify users if their messages are blocked by certain modules (#1134).</title>
<updated>2018-04-20T14:28:28Z</updated>
<author>
<name>Robby</name>
</author>
<published>2018-04-20T14:28:28Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=46e71e2f509eb38166fafcc69931117f0f9b7798'/>
<id>urn:sha1:46e71e2f509eb38166fafcc69931117f0f9b7798</id>
<content type='text'>
Closes #711.</content>
</entry>
<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>Convert WriteNumeric() calls to pass the parameters of the numeric as method parameters</title>
<updated>2016-02-25T15:12:09Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-02-25T15:12:09Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=da29af8cba49d51e53d6e68237ccbf6370b6dd1f'/>
<id>urn:sha1:da29af8cba49d51e53d6e68237ccbf6370b6dd1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use WriteNumeric() everywhere we send numerics and include the user's nick automatically</title>
<updated>2013-11-12T11:51:31Z</updated>
<author>
<name>Adam</name>
</author>
<published>2013-11-12T11:51:31Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6c7a3ceb6c674a9af09da955ee0238e9291cf29a'/>
<id>urn:sha1:6c7a3ceb6c674a9af09da955ee0238e9291cf29a</id>
<content type='text'>
</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://www.cgit.space/~steering/inspircd++.git/commit/?id=d24619c012b34d5a3d4cfb93e7bea3ff3d5721e7'/>
<id>urn:sha1:d24619c012b34d5a3d4cfb93e7bea3ff3d5721e7</id>
<content type='text'>
</content>
</entry>
</feed>
