<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_spanningtree/main.cpp, branch v4.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_spanningtree/main.cpp?h=v4.2.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree/main.cpp?h=v4.2.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2024-07-23T23:31:34Z</updated>
<entry>
<title>Add ExtensionItem::OnSync which is called when an ext is synchronised.</title>
<updated>2024-07-23T23:31:34Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-07-21T10:30:39Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b514f826a949e5e233935e252145f780853f1dee'/>
<id>urn:sha1:b514f826a949e5e233935e252145f780853f1dee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix broadcasting UID messages to v3 servers.</title>
<updated>2024-07-20T11:33:37Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-07-20T11:31:31Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=42fdbb7234628ff95acdb6f3f1d1d2206ad77334'/>
<id>urn:sha1:42fdbb7234628ff95acdb6f3f1d1d2206ad77334</id>
<content type='text'>
We have to use the compat layer here as broadcast messages do not
go through the command builder.
</content>
</entry>
<entry>
<title>Use auto when extracting the internal type of a message target.</title>
<updated>2024-07-13T14:29:29Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-07-13T14:29:29Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3b9e22381bac094b20daa2715fefa90978f2d465'/>
<id>urn:sha1:3b9e22381bac094b20daa2715fefa90978f2d465</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2024-06-07T09:37:56Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2024-06-07T09:37:56Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ae3e2db109eecaea25032e218c39a257e736174a'/>
<id>urn:sha1:ae3e2db109eecaea25032e218c39a257e736174a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stop referring to v4 in some todos.</title>
<updated>2024-06-07T08:23:49Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-06-07T08:23:49Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f15229a1743bdff31fb6eeb844fa432041ee3d5d'/>
<id>urn:sha1:f15229a1743bdff31fb6eeb844fa432041ee3d5d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Resend the customversion when it changes.</title>
<updated>2024-05-18T14:46:02Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-05-18T14:45:45Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f580b42f2a4c7f2be6213d66364d97a2b4d0b3fa'/>
<id>urn:sha1:f580b42f2a4c7f2be6213d66364d97a2b4d0b3fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename OnBroadcastMessage to OnRouteMessage.</title>
<updated>2024-03-08T19:37:12Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-03-08T19:37:12Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=91bcc80d29dac1f49fcb0f208c78852b4d810504'/>
<id>urn:sha1:91bcc80d29dac1f49fcb0f208c78852b4d810504</id>
<content type='text'>
This is more descriptive of what it actually does.
</content>
</entry>
<entry>
<title>Rename some of the Module member variables.</title>
<updated>2024-03-04T13:18:04Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-03-04T13:18:04Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5f6bf286847550f386324e1e2db6c909cbd9f318'/>
<id>urn:sha1:5f6bf286847550f386324e1e2db6c909cbd9f318</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace FRHOST with a two parameter version of FHOST.</title>
<updated>2024-02-27T14:51:31Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-02-27T14:44:27Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2d189c572e3825ac9d16a5baffa08c8162cbc8a3'/>
<id>urn:sha1:2d189c572e3825ac9d16a5baffa08c8162cbc8a3</id>
<content type='text'>
No compat layer needed here as FRHOST was added in v4.
</content>
</entry>
<entry>
<title>Send the real username as the second parameter to FIDENT.</title>
<updated>2024-02-27T14:45:07Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-02-27T14:37:40Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=fd25fe3c4fd24faa6270c8805462cb2d50d8834a'/>
<id>urn:sha1:fd25fe3c4fd24faa6270c8805462cb2d50d8834a</id>
<content type='text'>
</content>
</entry>
</feed>
