<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_commonchans.cpp, branch v3.0.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_commonchans.cpp?h=v3.0.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_commonchans.cpp?h=v3.0.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>commonchans: HandleMessage should not be marked as override.</title>
<updated>2019-04-13T00:29:47Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-04-13T00:29:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e7b65ef5355d75dd32ea387da716a765090aff0e'/>
<id>urn:sha1:e7b65ef5355d75dd32ea387da716a765090aff0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>General code cleanup for the commonchans module.</title>
<updated>2019-04-04T16:22:28Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-04-04T16:22:28Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9128032b2646e448bcd1051c1659ab0a99e161b7'/>
<id>urn:sha1:9128032b2646e448bcd1051c1659ab0a99e161b7</id>
<content type='text'>
- Restructure the code to be more readable.
- Add support for tag messages.
</content>
</entry>
<entry>
<title>m_commonchans: Replace IsOper() with HasPrivPermission() instead.</title>
<updated>2019-04-02T09:39:18Z</updated>
<author>
<name>Robby</name>
</author>
<published>2019-04-02T03:11:26Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=15b93b6c20fff37e02e3862dff742054e652ff2a'/>
<id>urn:sha1:15b93b6c20fff37e02e3862dff742054e652ff2a</id>
<content type='text'>
</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>Only subclass Simple{Channel,User}ModeHandler when necessary.</title>
<updated>2017-11-13T16:24:42Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-11-12T20:53:24Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0fd2d50fcf1bcff107d6d185aad5d8e9245d4141'/>
<id>urn:sha1:0fd2d50fcf1bcff107d6d185aad5d8e9245d4141</id>
<content type='text'>
</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>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://www.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>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 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://www.cgit.space/~steering/inspircd++.git/commit/?id=992674362c5f64bdb8e1942eeaa7612524529cd6'/>
<id>urn:sha1:992674362c5f64bdb8e1942eeaa7612524529cd6</id>
<content type='text'>
</content>
</entry>
</feed>
