<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_censor.cpp, branch v3.12.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_censor.cpp?h=v3.12.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_censor.cpp?h=v3.12.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2021-07-03T12:58:34Z</updated>
<entry>
<title>Fix some "targ" usages which were missed in the earlier commit.</title>
<updated>2021-07-03T12:58:34Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-07-03T12:58:34Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4350050a82df2c90db4a2ca4fe3ae75a8a343e08'/>
<id>urn:sha1:4350050a82df2c90db4a2ca4fe3ae75a8a343e08</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix various spelling issues (#1883).</title>
<updated>2021-06-21T20:47:06Z</updated>
<author>
<name>Josh Soref</name>
</author>
<published>2021-06-21T20:47:06Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=de6d4dbd1e8845e08c2d87cd89a919e5b21ba619'/>
<id>urn:sha1:de6d4dbd1e8845e08c2d87cd89a919e5b21ba619</id>
<content type='text'>
Signed-off-by: Josh Soref &lt;jsoref@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2021-05-14T13:48:39Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2021-05-14T13:48:39Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e94b673532f7833aaa4789f834e61d68e0b4fc56'/>
<id>urn:sha1:e94b673532f7833aaa4789f834e61d68e0b4fc56</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename censor_t to CensorMap as the _t suffix is reserved by POSIX.</title>
<updated>2021-04-17T21:18:17Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-04-17T21:18:17Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=01884cb328a677fb8e75807da52b2fd9a96b2225'/>
<id>urn:sha1:01884cb328a677fb8e75807da52b2fd9a96b2225</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2021-03-05T02:16:11Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2021-03-05T02:04:16Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7b1ab06a9551d8db141ebc9213836af6b5369284'/>
<id>urn:sha1:7b1ab06a9551d8db141ebc9213836af6b5369284</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update the module descriptions using mkversion.</title>
<updated>2020-04-10T14:36:14Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-04-10T14:22:14Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4a6fedd9324d87349a806c9c1d0ae6e7d3c1fd38'/>
<id>urn:sha1:4a6fedd9324d87349a806c9c1d0ae6e7d3c1fd38</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add the Numerics::CannotSendTo class and switch stuff to use it.</title>
<updated>2020-04-04T11:31:14Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-04-04T10:49:06Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=cbe5b993142c218e09ae972bdce91681cc0ba485'/>
<id>urn:sha1:cbe5b993142c218e09ae972bdce91681cc0ba485</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 a method for getting the name of a MessageTarget.</title>
<updated>2020-01-23T17:22:25Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-01-23T17:16:17Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a697104a8c768228ce494967c11ff669d4aa3555'/>
<id>urn:sha1:a697104a8c768228ce494967c11ff669d4aa3555</id>
<content type='text'>
This fixes a minor bug in the filter module where the target would
be blank in messages when a server-targetted message matches a
filter.
</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>
</feed>
