<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include/channels.h, branch v3.8.1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/include/channels.h?h=v3.8.1</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/include/channels.h?h=v3.8.1'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2020-04-21T06:52:12Z</updated>
<entry>
<title>Fixes by misspell-fixer</title>
<updated>2020-04-21T06:52:12Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2020-04-21T06:34:17Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4f9abe96a4301a740d4a5fd7932550d88d60a3fc'/>
<id>urn:sha1:4f9abe96a4301a740d4a5fd7932550d88d60a3fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2020-01-31T12:48:25Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2020-01-31T12:48:25Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8f62016f16cf2419817738904153cb3711b20d7e'/>
<id>urn:sha1:8f62016f16cf2419817738904153cb3711b20d7e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Channel::WriteRemoteNotice and revert WriteNotice changes.</title>
<updated>2020-01-29T12:00:32Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-01-29T11:44:50Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6597fe5d4fd2c1cc474fa35a0db21fec480ff47f'/>
<id>urn:sha1:6597fe5d4fd2c1cc474fa35a0db21fec480ff47f</id>
<content type='text'>
This is a partial reversion of 687778b72e.

See also: #1749.
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2020-01-11T22:14:43Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2020-01-11T22:02:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=aa692dc1039b63deef7886e914ec499abe7facaf'/>
<id>urn:sha1:aa692dc1039b63deef7886e914ec499abe7facaf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow Channel::WriteNotice send to other servers and status ranks.</title>
<updated>2019-11-17T22:17:42Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-11-17T22:06:36Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=687778b72e31322a73b2e2e17af6bd0f2a2561bc'/>
<id>urn:sha1:687778b72e31322a73b2e2e17af6bd0f2a2561bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add ParamMode::IsParameterSecret and remove special casing of keys.</title>
<updated>2019-01-28T17:26:15Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-01-28T17:15:25Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=18678c6a22f72152b7dacc356c791868b4e170c4'/>
<id>urn:sha1:18678c6a22f72152b7dacc356c791868b4e170c4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix warnings from Doxygen.</title>
<updated>2018-10-21T18:18:08Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-10-21T18:18:08Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0e6b18ff9180fc7794cea53d0566411b9afb0d7e'/>
<id>urn:sha1:0e6b18ff9180fc7794cea53d0566411b9afb0d7e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement IRCv3 message tag support.</title>
<updated>2018-08-13T20:51:11Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-08-13T19:17:46Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=58a0a7e01422e62de1565a8eb0a1febdc463d04d'/>
<id>urn:sha1:58a0a7e01422e62de1565a8eb0a1febdc463d04d</id>
<content type='text'>
Co-authored-by: Attila Molnar &lt;attilamolnar@hush.com&gt;
</content>
</entry>
<entry>
<title>Fix a ton of -Wsign-conversion warnings.</title>
<updated>2017-11-17T15:33:01Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-11-17T00:02:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=36040be2952186d56a6646ee7d972aaafdd4e31a'/>
<id>urn:sha1:36040be2952186d56a6646ee7d972aaafdd4e31a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor topic setting logic to go through Channel::SetTopic() in all cases</title>
<updated>2016-04-11T13:53:01Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-04-11T13:53:01Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2706a993b3f8ee52e2728047fad6a56f7e3cf405'/>
<id>urn:sha1:2706a993b3f8ee52e2728047fad6a56f7e3cf405</id>
<content type='text'>
- Pass topic set time and optionally the setter to SetTopic()
- Don't do anything if the topic is changed by a local user to what it is currently
</content>
</entry>
</feed>
