<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_spanningtree, branch v3.0.0rc2</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_spanningtree?h=v3.0.0rc2</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree?h=v3.0.0rc2'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2019-01-24T22:18:22Z</updated>
<entry>
<title>Remove trailing whitespace from various source files.</title>
<updated>2019-01-24T22:18:22Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-01-24T22:06:27Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=961109ae4fde97144fdedeef25607a5b8b3ec2c2'/>
<id>urn:sha1:961109ae4fde97144fdedeef25607a5b8b3ec2c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add the reason to xline removal notices. (#1545)</title>
<updated>2019-01-24T16:01:56Z</updated>
<author>
<name>Matt Schatz</name>
</author>
<published>2019-01-24T16:01:56Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d5b50d9ed107d6a8b9241a831c1dae713963b524'/>
<id>urn:sha1:d5b50d9ed107d6a8b9241a831c1dae713963b524</id>
<content type='text'>
Show the reason in manual xline removal SNOTICEs, just like
expiry SNOTICEs do.

This modifies XLineManager::DelLine() to require another string
reference passed to it.

Requested by @Robby-.</content>
</entry>
<entry>
<title>Add translation for casemapping between 2.0/3.0 (#1544)</title>
<updated>2019-01-24T15:56:58Z</updated>
<author>
<name>linuxdaemon</name>
</author>
<published>2019-01-24T15:52:59Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2f35b78fbaadb8d9a6c47ffc198bd97f91af3306'/>
<id>urn:sha1:2f35b78fbaadb8d9a6c47ffc198bd97f91af3306</id>
<content type='text'>
If the casemapping is set to ascii, advertise the m_ascii module to 2.0
to allow use of the m_ascii extras module for 2.0</content>
</entry>
<entry>
<title>Fix away broadcast logic (#1561)</title>
<updated>2019-01-23T08:40:25Z</updated>
<author>
<name>linuxdaemon</name>
</author>
<published>2019-01-23T08:40:25Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5394adf41ff609f7f97af529774fcb616fe072b2'/>
<id>urn:sha1:5394adf41ff609f7f97af529774fcb616fe072b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename OnClientProtocolProcessTag to OnProcessTag.</title>
<updated>2019-01-22T12:09:28Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-01-22T11:59:44Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=965c81baee0fb6f46aa788f45742d558f50c8b15'/>
<id>urn:sha1:965c81baee0fb6f46aa788f45742d558f50c8b15</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix sending the entire VERSION output as a single parameter.</title>
<updated>2019-01-19T13:10:56Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-01-19T12:55:31Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=25b3686f43d2a0dcc40157d7119a80b783a07f8f'/>
<id>urn:sha1:25b3686f43d2a0dcc40157d7119a80b783a07f8f</id>
<content type='text'>
Closes #1560.
</content>
</entry>
<entry>
<title>Improve X-line text consistency.</title>
<updated>2019-01-09T10:07:09Z</updated>
<author>
<name>Matt Schatz</name>
</author>
<published>2019-01-08T10:03:53Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f2e3fd5952b23209b084bde4f464e6643c8a00ff'/>
<id>urn:sha1:f2e3fd5952b23209b084bde4f464e6643c8a00ff</id>
<content type='text'>
- Change any "-Line", ":Line", or "*line" to "-line" throughout
the X-line code, comments, and documentation.
- Add periods to the end of some notices.
- Correct a typo in the Q-line code comments.
- Update the filter module documentation (shun addition).

Co-authored-by: Robby &lt;robby@chatbelgie.be&gt;
</content>
</entry>
<entry>
<title>Improve the spanningtree "unknown command" error message.</title>
<updated>2019-01-03T22:36:42Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-01-03T22:36:42Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f5de55813bce3197f5f866527c2c8b0769efcd01'/>
<id>urn:sha1:f5de55813bce3197f5f866527c2c8b0769efcd01</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a crash when trying to use ROUTE_TYPE_MESSAGE with no message.</title>
<updated>2019-01-02T20:28:48Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-01-02T20:21:21Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e433401fb883584d32b9b8159370ee57823b01bf'/>
<id>urn:sha1:e433401fb883584d32b9b8159370ee57823b01bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix message tags not being broadcast across the network.</title>
<updated>2019-01-02T20:28:46Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-01-02T17:31:31Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=aafc03bdfc34c9426df44938403c92dbbbc0568e'/>
<id>urn:sha1:aafc03bdfc34c9426df44938403c92dbbbc0568e</id>
<content type='text'>
</content>
</entry>
</feed>
